Arbor 3: FSM & BT Graph Editor  3.7.8
ServiceList Class Reference

Service List More...

Inheritance diagram for ServiceList:
NodeBehaviourList< Service >

Additional Inherited Members

- Public Member Functions inherited from NodeBehaviourList< Service >
void Add (T behaviour)
 Adds the Behaviour. More...
 
void Insert (int index, T behaviour)
 Insert the Behaviour. More...
 
Object GetObject (int index)
 Get Object of NodeBehaviour from index. More...
 
void SetObject (int index, Object obj)
 Set Object of NodeBehaviour to index. More...
 
int IndexOf (Object obj)
 Return index of NodeBehaviour. More...
 
void Swap (int fromIndex, int toIndex)
 Swap the order of NodeBehaviour. More...
 
void Move (int fromIndex, int toIndex)
 Move the order of NodeBehaviour. More...
 
void Destroy (Node node, Object behaviour)
 Destroy NodeBehaviour More...
 
void Destroy (Node node, int behaviourIndex)
 Destroy NodeBehaviour More...
 
void DestroyAll (Node node)
 Destroy All NodeBehaviour. More...
 
void MoveBehaviour (Node node)
 Move NodeBehaviour to node. More...
 
bool Contains (T behaviour)
 Returns whether it contains behaviour. More...
 
bool ContainsObject (Object obj)
 Returns whether it contains obj. More...
 
- Properties inherited from NodeBehaviourList< Service >
int count [get]
 Count More...
 
this[int i] [get, set]
 Access to specified index More...
 

Detailed Description

Service List