Search Results for

    Show / Hide Table of Contents

    Class ReadMicrobeAction

    Allow for reading a field of a .

    Inheritance
    System.Object
    ReadMicrobeAction
    ReadMicrobeCooldownAction
    ReadMicrobeCooldownTimeAction
    ReadMicrobeEnergyAction
    Namespace: KaijuSolutions.Agents.Behavior.Exercises.Microbes
    Syntax
    [Serializable]
    public abstract class ReadMicrobeAction

    Fields

    microbe

    The to read the value of.

    Declaration
    public BlackboardVariable<Microbe> microbe
    Field Value
    Type Description
    BlackboardVariable<Microbe>

    Methods

    Assigned()

    If this has been validly assigned.

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

    If this has been validly assigned.

    OnStart()

    OnStart is called when the node starts running.

    Declaration
    protected override Status OnStart()
    Returns
    Type Description
    Status

    The status of the node.

    ReadValue()

    Read the needed value.

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