Search Results for

    Show / Hide Table of Contents

    Class KaijuAddIdentifierAction

    Action to add an identifier to a agent.

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

    Methods

    HandleAction(UInt32)

    Handle the identifiers action.

    Declaration
    protected override bool HandleAction(uint unsigned)
    Parameters
    Type Name Description
    System.UInt32 unsigned

    The value cast to unsigned. This is needed as the blackboard variables do not support unsigned integers.

    Returns
    Type Description
    System.Boolean

    The result of the action.

    Overrides
    KaijuModifyIdentifierAction.HandleAction(UInt32)
    In This Article
    Back to top MIT License © 2026 Kaiju Solutions Inc.