Search Results for

    Show / Hide Table of Contents

    Class KaijuMovementReference

    Helper class to allow us to serialize movements as variables in graphs.

    Inheritance
    System.Object
    KaijuMovementReference
    Namespace: KaijuSolutions.Agents.Behavior.Movement
    Syntax
    public class KaijuMovementReference : ScriptableObject

    Methods

    Set(KaijuMovement)

    Update the movement reference.

    Declaration
    public void Set(KaijuMovement movement)
    Parameters
    Type Name Description
    KaijuMovement movement

    The movement.

    Stop()

    Stop the movement.

    Declaration
    public bool Stop()
    Returns
    Type Description
    System.Boolean

    If the movement was stopped or not.

    In This Article
    Back to top MIT License © 2026 Kaiju Solutions Inc.