Class KaijuStopLookAction
Action to stop a agent from explicitly looking at a target.
Inherited Members
Namespace: KaijuSolutions.Agents.Behavior.Movement
Syntax
[Serializable]
public class KaijuStopLookAction : KaijuAgentGraphAction
Methods
OnStart()
OnStart is called when the node starts running.
Declaration
protected override Status OnStart()
Returns
| Type | Description |
|---|---|
| Status | The status of the node. |