Click or drag to resize
NotDecorator Class
Inverts the result of the decorated task.
Inheritance Hierarchy

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

The NotDecorator type exposes the following members.

Constructors
  NameDescription
Public methodNotDecorator
Initializes a new instance of the NotDecorator class
Top
Methods
  NameDescription
Public methodDecide
Depending on the group policy of its parent, the floating point return value indicates whether the task will be activated.
(Overrides DecoratorDecide(IAgentData, IDecisionData).)
Top
See Also