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

CallbackConfigOptions2 Class

Extends PanelConfigOptions2.Node
Modifiers: final

Signature

data class CallbackConfigOptions2(var onPanelCreation: PanelSceneObject.(ent: Entity) -> Unit?) : PanelConfigOptions2.Node

Constructors

CallbackConfigOptions2 ( onPanelCreation ) : CallbackConfigOptions2
Signature
constructor(onPanelCreation: PanelSceneObject.(ent: Entity) -> Unit?)
Parameters
onPanelCreation: Function2?

Properties

onPanelCreation : Function2?
[Get][Set]
Signature
var onPanelCreation: PanelSceneObject.(ent: Entity) -> Unit?
Did you find this page helpful?
Thumbs up icon
Thumbs down icon