Class KaijuStopMovementAction
Action to stop a movement.
Inheritance
System.Object
KaijuStopMovementAction
Namespace: KaijuSolutions.Agents.Behavior.Movement
Syntax
[Serializable]
public class KaijuStopMovementAction
Fields
movement
The movement reference.
Declaration
public BlackboardVariable<KaijuMovementReference> movement
Field Value
| Type | Description |
|---|---|
| BlackboardVariable<KaijuMovementReference> |
Methods
OnStart()
OnStart is called when the node starts running.
Declaration
protected override Status OnStart()
Returns
| Type | Description |
|---|---|
| Status | The status of the node. |