Search Results for

    Show / Hide Table of Contents

    Class EnergyVisionSensor

    Sensor to detect EnergyPickups

    Inheritance
    System.Object
    EnergyVisionSensor
    Namespace: KaijuSolutions.Agents.Exercises.Microbes
    Syntax
    public class EnergyVisionSensor : KaijuVisionSensor<EnergyPickup>

    Methods

    DefaultObservables()

    If there are no explicitly defined observable objects, define how to query for default observables.

    Declaration
    protected override IEnumerable<EnergyPickup> DefaultObservables()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<EnergyPickup>

    All active EnergyPickups from All.

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