API reference
API reference
Select your platform
No SDKs available
No versions available

MeshCreatorConfigOptions2 Class

Extends PanelConfigOptions2.Node
Modifiers: final

Signature

data class MeshCreatorConfigOptions2(var sceneMeshCreator: PanelConfigOptions2.(texture: SceneTexture) -> SceneMesh? = null) : PanelConfigOptions2.Node

Constructors

MeshCreatorConfigOptions2 ( sceneMeshCreator )
Signature
constructor(sceneMeshCreator: PanelConfigOptions2.(texture: SceneTexture) -> SceneMesh? = null)
Parameters
sceneMeshCreator: Function2?

Properties

sceneMeshCreator : Function2?
[Get][Set]
Signature
var sceneMeshCreator: PanelConfigOptions2.(texture: SceneTexture) -> SceneMesh?
Did you find this page helpful?