Search Results for

    Show / Hide Table of Contents

    Class KaijuIdentifierAction

    Base class to modify identifiers on a agent.

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

    Methods

    HandleAction()

    Handle the identifiers action.

    Declaration
    protected abstract bool HandleAction()
    Returns
    Type Description
    System.Boolean

    If this was successful.

    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.