uBAD
A Behaviour and Decision library for Unity3D
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
Public Member Functions | List of all members
BAD.Log Class Reference

Outputs some text to the console, and pauses the editor if pause == true. More...

Inheritance diagram for BAD.Log:
BAD.Leaf BAD.Node

Public Member Functions

override void Apply (object[] args)
 
override string ToString ()
 
override IEnumerator< NodeResultNodeTask ()
 
- Public Member Functions inherited from BAD.Node
virtual T GetArg< T > (int index)
 
 Node ()
 
IEnumerator< NodeResultGetNodeTask ()
 
virtual void Abort ()
 
override string ToString ()
 

Additional Inherited Members

- Public Attributes inherited from BAD.Node
BADReactor reactor
 
bool enabled = true
 
NodeResult state = null
 
bool running = false
 
Branch parent = null
 
object[] arguments
 
- Protected Member Functions inherited from BAD.Node
virtual void ResolveArguments ()
 

Detailed Description

Outputs some text to the console, and pauses the editor if pause == true.

Member Function Documentation

override void BAD.Log.Apply ( object[]  args)
inlinevirtual

Reimplemented from BAD.Node.

override IEnumerator<NodeResult> BAD.Log.NodeTask ( )
inlinevirtual

Reimplemented from BAD.Node.

override string BAD.Log.ToString ( )
inline

The documentation for this class was generated from the following file: