Click or drag to resize
SubTreeReference Class
References a sub tree to reuse trees.
Inheritance Hierarchy
SystemObject
  Slash.AI.BehaviorTrees.ImplementationsTask
    Slash.AI.BehaviorTrees.ImplementationsSubTreeReference

Namespace: Slash.AI.BehaviorTrees.Implementations
Assembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntax
[SerializableAttribute]
public class SubTreeReference : Task

The SubTreeReference type exposes the following members.

Constructors
  NameDescription
Public methodSubTreeReference
Initializes a new instance of the SubTreeReference class
Top
Properties
  NameDescription
Public propertyBlackboard
Initial blackboard to use when entering the sub tree. May be null.
Public propertySubTree
Sub tree this decider references.
Public propertySubTreeName
Name of sub tree this decider references.
Top
Methods
Operators
  NameDescription
Public operatorStatic memberEquality
The ==.
Public operatorStatic memberInequality
The !=.
Top
See Also