Class KaijuRunActuatorAction
Action to run an actuator.
Namespace: KaijuSolutions.Agents.Behavior.Actuators
Syntax
[Serializable]
public class KaijuRunActuatorAction : KaijuActuatorAction
Methods
OnEnd()
OnEnd is called when the node has stopped running.
Declaration
protected override void OnEnd()
OnStart()
OnStart is called when the node starts running.
Declaration
protected override Status OnStart()
Returns
| Type | Description |
|---|---|
| Status | The status of the node. |
Overrides
OnUpdate()
OnUpdate is called each frame while the node is running.
Declaration
protected override Status OnUpdate()
Returns
| Type | Description |
|---|---|
| Status | The status of the node. |