docs.unity.cn
    Show / Hide Table of Contents

    Enum ProcessCollidersMethod

    The way the GridSensor process detected colliders in a cell.

    Namespace: Unity.MLAgents.Sensors
    Syntax
    public enum ProcessCollidersMethod : int

    Fields

    Name Description Value
    ProcessAllColliders

    Get data from all colliders detected in a cell

    0
    ProcessClosestColliders

    Get data from the collider closest to the agent

    1
    Back to top Copyright © 2021 Unity Technologies
    Generated by DocFX
    on Monday, November 8, 2021
    Terms of use