Search Results for

    Show / Hide Table of Contents

    Class ReadFlagHomeAction

    Read the home position of a flag.

    Inheritance
    System.Object
    ReadFlagAction
    ReadFlagHomeAction
    Inherited Members
    ReadFlagAction.flag
    ReadFlagAction.OnStart()
    Namespace: KaijuSolutions.Agents.Behavior.Exercises.CTF
    Syntax
    [Serializable]
    public class ReadFlagHomeAction : ReadFlagAction

    Fields

    home

    The home position of the flag.

    Declaration
    public BlackboardVariable<Vector3> home
    Field Value
    Type Description
    BlackboardVariable<Vector3>

    Methods

    Assigned()

    If this has been validly assigned.

    Declaration
    protected override bool Assigned()
    Returns
    Type Description
    System.Boolean

    If this has been validly assigned.

    Overrides
    ReadFlagAction.Assigned()

    ReadValue()

    Read the needed value.

    Declaration
    protected override void ReadValue()
    Overrides
    ReadFlagAction.ReadValue()
    In This Article
    Back to top MIT License © 2026 Kaiju Solutions Inc.