Drag[en]gine Script Module DragonScript
1.23
|
Debug ECBehaviorLookAt. More...
Classes | |
class | LookAtDebugInfo |
Debug information. More... | |
class | WatchBehavior |
Watch behavior listener. More... | |
Public Member Functions | |
DebugBehaviorLookAt | destructor () |
Destructor. More... | |
DebugBehaviorLookAt | new (ECBehaviorLookAt.Instance behavior, Console console) |
Create debug instance for behavior. More... | |
DebugBehaviorLookAt | new (ECBehaviorLookAt.Instance behavior, PanelDebugInformation panelDebugInfo) |
Create debug instance for behavior. More... | |
void | onEnabledChanged () |
void | onLookAtChanged () |
void | removeFromBehavior () |
Remove from behavior. More... | |
Public Attributes | |
ECBehaviorLookAt.Instance | pBehavior |
Console | pConsole |
String | pLabel |
String | pLookAtBone |
LookAtDebugInfo | pLookAtDebugInfo |
Element | pLookAtElement |
PanelDebugInformation | pPanelDebugInformation |
WeakReference | pWatchBehavior |
Debug ECBehaviorLookAt.
To use create an instance of DebugBehaviorLookAt with the behavior to attach to. Attaches a listener to the behavior and adds a debug information overlay to the screen showing what element the behavior is looking at right now. If no debug information is available uses the console instead.
DebugBehaviorLookAt Dragengine.Debugging.DebugBehaviorLookAt.destructor | ( | ) |
Destructor.
DebugBehaviorLookAt Dragengine.Debugging.DebugBehaviorLookAt.new | ( | ECBehaviorLookAt.Instance | behavior, |
Console | console | ||
) |
Create debug instance for behavior.
DebugBehaviorLookAt Dragengine.Debugging.DebugBehaviorLookAt.new | ( | ECBehaviorLookAt.Instance | behavior, |
PanelDebugInformation | panelDebugInfo | ||
) |
Create debug instance for behavior.
void Dragengine.Debugging.DebugBehaviorLookAt.onEnabledChanged | ( | ) |
void Dragengine.Debugging.DebugBehaviorLookAt.onLookAtChanged | ( | ) |
void Dragengine.Debugging.DebugBehaviorLookAt.removeFromBehavior | ( | ) |
Remove from behavior.
ECBehaviorLookAt.Instance Dragengine.Debugging.DebugBehaviorLookAt.pBehavior |
Console Dragengine.Debugging.DebugBehaviorLookAt.pConsole |
String Dragengine.Debugging.DebugBehaviorLookAt.pLabel |
String Dragengine.Debugging.DebugBehaviorLookAt.pLookAtBone |
LookAtDebugInfo Dragengine.Debugging.DebugBehaviorLookAt.pLookAtDebugInfo |
Element Dragengine.Debugging.DebugBehaviorLookAt.pLookAtElement |
PanelDebugInformation Dragengine.Debugging.DebugBehaviorLookAt.pPanelDebugInformation |
WeakReference Dragengine.Debugging.DebugBehaviorLookAt.pWatchBehavior |