Class BehaviorTreeSubTreeNode
Sub-tree node runs a nested Behavior Tree within this tree.
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public sealed class BehaviorTreeSubTreeNode : BehaviorTreeNode, ISerializable
Constructors
BehaviorTreeSubTreeNode()
Initializes a new instance of the BehaviorTreeSubTreeNode.
Declaration
public BehaviorTreeSubTreeNode()
Properties
Tree
Nested behavior tree to execute within this node.
Declaration
[EditorOrder(10)]
[Limit(0F, 3.40282347E+38F, 1F)]
[Unmanaged]
public BehaviorTree Tree { get; set; }
Property Value
BehaviorTree
|