Class KaijuStopTypeAction<T>
Action to stop all movements of a agent.
Inheritance
System.Object
KaijuStopTypeAction<T>
Inherited Members
Namespace: KaijuSolutions.Agents.Behavior.Movement
Syntax
[Serializable]
public class KaijuStopTypeAction<T> : KaijuAgentGraphAction where T : KaijuMovement
Type Parameters
| Name | Description |
|---|---|
| T |
Methods
OnStart()
OnStart is called when the node starts running.
Declaration
protected override Status OnStart()
Returns
| Type | Description |
|---|---|
| Status | The status of the node. |