DecoratorList

Class in Arbor.BehaviourTree / Inherits from: NodeBehaviourList<Decorator>

Description

List of decorators

Inherited Members

Properties

Property Name Description
count Count

Methods

Method Name Description
Add Adds the Behaviour.
Contains Returns whether it contains behaviour.
ContainsObject Returns whether it contains obj.
Destroy Destroy NodeBehaviour
DestroyAll Destroy All NodeBehaviour.
GetObject Get Object of NodeBehaviour from index.
IndexOf Return index of NodeBehaviour.
Insert Insert the Behaviour.
Move Move the order of NodeBehaviour.
MoveBehaviour Move NodeBehaviour to node. Valid only in Editor.
SetObject Set Object of NodeBehaviour to index.
Swap Swap the order of NodeBehaviour.