Search Results for

    Show / Hide Table of Contents

    Class TrooperVisionSensor

    Sensor to get all Troopers.

    Inheritance
    System.Object
    TrooperVisionSensor
    TrooperEnemyVisionSensor
    TrooperTeamVisionSensor
    Namespace: KaijuSolutions.Agents.Exercises.CTF
    Syntax
    public class TrooperVisionSensor : KaijuVisionSensor<Trooper>

    Fields

    Attached

    The Trooper this is attached to.

    Declaration
    protected Trooper Attached
    Field Value
    Type Description
    Trooper

    Methods

    DefaultObservables()

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

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

    All active Troopers.

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