data class MeshCreatorConfigOptions2(var sceneMeshCreator: PanelConfigOptions2.(texture: SceneTexture) -> SceneMesh? = null) : PanelConfigOptions2.Node
MeshCreatorConfigOptions2
(
sceneMeshCreator
)
|
Signature
constructor(sceneMeshCreator: PanelConfigOptions2.(texture: SceneTexture) -> SceneMesh? = null) Parameters
sceneMeshCreator:
Function2?
Returns |
sceneMeshCreator
:
Function2?
[Get][Set] |
Signature
var sceneMeshCreator: PanelConfigOptions2.(texture: SceneTexture) -> SceneMesh? |