Class KaijuAutoLookAction
Action to set if a agent should automatically look where it is moving if there is no explicitly set target ot look at.
Inherited Members
Namespace: KaijuSolutions.Agents.Behavior.Movement
Syntax
[Serializable]
public class KaijuAutoLookAction : KaijuAgentGraphAction
Fields
auto
If the agent should look at a target or not.
Declaration
public BlackboardVariable<bool> auto
Field Value
| Type | Description |
|---|---|
| BlackboardVariable<System.Boolean> |
Methods
OnStart()
OnStart is called when the node starts running.
Declaration
protected override Status OnStart()
Returns
| Type | Description |
|---|---|
| Status | The status of the node. |