Properties
_defaults
_defaults: ParamInterface
Protected _eventCallbackDicts
_eventCallbackDicts: {} = {}
Protected _shaderSettings
_shaderSettings: ShaderMaterialParameters
Protected _subscriptions
_subscriptions: {} = {}
sharedParameters
sharedParameters: {}
textures
textures: {} = {}
Static AObjectStateKeys
AObjectStateKeys: string[] = []
Static AObjectVersion
AObjectVersion: number = 1
Static Events
Events: typeof AModelEvents = ...
Sets a callback function to be called whenever the state specified in state_key changes. The return value callbackSwitch is a callback switch. You can activate the listener with callbackSwitch.activate() and deactive with callbackSwitch.deactivate(). Example Usage: