Class BehaviorTreeForceFinishNode
Forces behavior execution end with a specific result (eg. force fail).
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public sealed class BehaviorTreeForceFinishNode : BehaviorTreeNode, ISerializable
Constructors
BehaviorTreeForceFinishNode()
Initializes a new instance of the BehaviorTreeForceFinishNode.
Declaration
public BehaviorTreeForceFinishNode()
Properties
Result
Execution result.
Declaration
[Unmanaged]
public BehaviorUpdateResult Result { get; set; }
Property Value
BehaviorUpdateResult
|