Drag[en]gine Script Module DragonScript
1.23
|
Behavior instance. More...
Public Member Functions | |
void | addToGameWorld () |
Add element to game world. More... | |
void | dispose () |
Dispose of behavior instance. More... | |
ECBehaviorCollider.Instance | getCollider () |
Collider behavior or null if not attached. More... | |
ECBehaviorNavigationSpace | getECBehavior () |
Behavior. More... | |
NavigationSpace | getNavigationSpace () |
NavigationSpace. More... | |
void | init (StubElement stub) |
Initialize element from stub. More... | |
Instance | new (ECBehaviorNavigationSpace ecbehavior, BehaviorElement element) |
Create element. More... | |
void | removeFromGameWorld () |
Remove element from game world. More... | |
Public Member Functions inherited from Dragengine.Scenery.DefaultECBehaviorInstance | |
void | attachToParent (Element parent) |
Attach element to object set by the mapper in the IGDE World Editor. More... | |
void | enterFrame () |
Frame update started. More... | |
void | geometryChanged () |
Position or orientation changed. More... | |
BehaviorElement | getElement () |
Behavior element to apply behavior to. More... | |
int | getInstanceIndex () |
Behavior instance index. More... | |
DefaultECBehaviorInstance | new (BehaviorElement element) |
Create default composeable instance. More... | |
void | postThink (float elapsed) |
Post thinking after physics processing is finished. More... | |
void | readFromFile (PersistencyEnvironment env, FileReader reader) |
Read behavior instance from file. More... | |
bool | requiresEnterFrame () |
Behavior instance requires enterFrame() to be called. More... | |
bool | requiresThink () |
Behavior instance requires think() to be called. More... | |
void | stateChanged () |
State changed (visble, touchable). More... | |
void | think (float elapsed) |
Think about what to do for the next frame update. More... | |
void | writeToFile (PersistencyEnvironment env, FileWriter writer) |
Write behavior instance to file. More... | |
Protected Member Functions | |
void | attachNavigationSpace (StubElement stub, ECBehaviorCollider.Instance collider) |
Attach navigation space to collider. More... | |
NavigationSpace | createNavigationSpace (StubElement stub) |
Create navigation space. More... | |
Protected Member Functions inherited from Dragengine.Scenery.DefaultECBehaviorInstance | |
void | setRequiresEnterFrame (bool required) |
Set if behavior instance requires enterFrame() to be called. More... | |
void | setRequiresThink (bool required) |
Set if behavior instance requires think() to be called. More... | |
Behavior instance.
void Dragengine.Scenery.ECBehaviorNavigationSpace.Instance.addToGameWorld | ( | ) |
Add element to game world.
Reimplemented from Dragengine.Scenery.DefaultECBehaviorInstance.
|
protected |
Attach navigation space to collider.
Default implementation calls ECComposeAttachResource.attach().
|
protected |
Create navigation space.
Default implementation calls ECComposeNavigation.createNavigationSpace().
void Dragengine.Scenery.ECBehaviorNavigationSpace.Instance.dispose | ( | ) |
Dispose of behavior instance.
Reimplemented from Dragengine.Scenery.DefaultECBehaviorInstance.
ECBehaviorCollider.Instance Dragengine.Scenery.ECBehaviorNavigationSpace.Instance.getCollider | ( | ) |
Collider behavior or null if not attached.
ECBehaviorNavigationSpace Dragengine.Scenery.ECBehaviorNavigationSpace.Instance.getECBehavior | ( | ) |
Behavior.
NavigationSpace Dragengine.Scenery.ECBehaviorNavigationSpace.Instance.getNavigationSpace | ( | ) |
void Dragengine.Scenery.ECBehaviorNavigationSpace.Instance.init | ( | StubElement | stub | ) |
Initialize element from stub.
Reimplemented from Dragengine.Scenery.DefaultECBehaviorInstance.
Instance Dragengine.Scenery.ECBehaviorNavigationSpace.Instance.new | ( | ECBehaviorNavigationSpace | ecbehavior, |
BehaviorElement | element | ||
) |
Create element.
void Dragengine.Scenery.ECBehaviorNavigationSpace.Instance.removeFromGameWorld | ( | ) |
Remove element from game world.
Reimplemented from Dragengine.Scenery.DefaultECBehaviorInstance.