Search Results for

    Show / Hide Table of Contents

    Class KaijuMoveAccelerationAction

    Action to set the move acceleration of a agent.

    Inheritance
    System.Object
    KaijuAgentGraphAction
    KaijuMoveAccelerationAction
    Inherited Members
    KaijuAgentGraphAction.agent
    KaijuAgentGraphAction.OnUpdate()
    KaijuAgentGraphAction.EnsureAgent()
    KaijuAgentGraphAction.EnsureAgent(GameObject)
    Namespace: KaijuSolutions.Agents.Behavior.Movement
    Syntax
    [Serializable]
    public class KaijuMoveAccelerationAction : KaijuAgentGraphAction

    Fields

    moveAcceleration

    The acceleration to move at.

    Declaration
    public BlackboardVariable<float> moveAcceleration
    Field Value
    Type Description
    BlackboardVariable<System.Single>

    Methods

    OnStart()

    OnStart is called when the node starts running.

    Declaration
    protected override Status OnStart()
    Returns
    Type Description
    Status

    The status of the node.

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