Search Results for

    Show / Hide Table of Contents

    Class KaijuRunActuatorAction

    Action to run an actuator.

    Inheritance
    System.Object
    KaijuActuatorAction
    KaijuRunActuatorAction
    Inherited Members
    KaijuActuatorAction.actuator
    KaijuActuatorAction.ValidActuator()
    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
    KaijuActuatorAction.OnStart()

    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.

    Overrides
    KaijuActuatorAction.OnUpdate()
    In This Article
    Back to top MIT License © 2026 Kaiju Solutions Inc.