Click or drag to resize
DynamicTask Class
Fetches the task to execute from the blackboard or from a user value.
Inheritance Hierarchy
SystemObject
  Slash.AI.BehaviorTrees.ImplementationsTask
    Slash.AI.BehaviorTrees.Implementations.ActionsDynamicTask

Namespace: Slash.AI.BehaviorTrees.Implementations.Actions
Assembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntax
[SerializableAttribute]
public class DynamicTask : Task

The DynamicTask type exposes the following members.

Constructors
  NameDescription
Public methodDynamicTask
Initializes a new instance of the DynamicTask class
Top
Properties
  NameDescription
Public propertyTask
Task to execute.
Top
Methods
See Also