meshView

fun NodeManager.meshView(mesh: Mesh? = null): MeshView

Add a MeshView to this manager.

Return

the control added.


inline fun meshView(mesh: Mesh? = null, configuration: MeshView.() -> Unit): MeshView

Create a MeshView with configuration block.

Return

the control created.

Parameters

configuration

the configuration block.


inline fun NodeManager.meshView(mesh: Mesh? = null, configuration: MeshView.() -> Unit): MeshView

Add a MeshView with configuration block to this manager.

Return

the control added.

Parameters

configuration

the configuration block.