|
Drag[en]gine Script Module DragonScript 1.32.1
|
Interface for behaviors requiring post initialization. More...
Public Member Functions | |
| void | postInit (StubElement stub) |
| Post initialize. | |
Interface for behaviors requiring post initialization.
Behaviors with this interface have to register themselves during ECBehaviorInstance::init() using BehaviorElement::registerPostInit() to get their #postInit() called after ECBehaviorInstance::init() of all behaviors have been called called. This allows behaviors to apply special initilization logic which has to be delayed until all behaviors have initialized.
| void Dragengine.Scenery.BehaviorPostInit.postInit | ( | StubElement | stub | ) |
Post initialize.
Called by BehaviorElement::init() for all behaviors registered using BehaviorElement::registerPostInit().
Implemented in Dragengine.Scenery.ECBehaviorStateMachine.Instance.