 | Condition Class |
Base class for a condition.
Inheritance Hierarchy
Namespace: Slash.AI.BehaviorTrees.Implementations.ConditionsAssembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntaxpublic abstract class Condition : Task
Public MustInherit Class Condition
Inherits Task
public ref class Condition abstract : public Task
[<AbstractClassAttribute>]
type Condition =
class
inherit Task
end
The Condition type exposes the following members.
Constructors
| Name | Description |
---|
 | Condition | Initializes a new instance of the Condition class |
Top
Methods
See Also