Class BehaviorTreeInvertDecorator
Inverts node's result - fails if node succeeded or succeeds if node failed.
Inheritance
System.Object
BehaviorTreeInvertDecorator
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public sealed class BehaviorTreeInvertDecorator : BehaviorTreeDecorator, ISerializable
Constructors
BehaviorTreeInvertDecorator()
Initializes a new instance of the BehaviorTreeInvertDecorator.
Declaration
public BehaviorTreeInvertDecorator()