docs.unity.cn
    Show / Hide Table of Contents

    Struct AABB

    Namespace: Unity.Reflect.Geometry
    Syntax
    public struct AABB

    Constructors

    AABB(Vector3, Vector3)

    Declaration
    public AABB(Vector3 min, Vector3 max)
    Parameters
    Type Name Description
    Vector3 min
    Vector3 max

    Fields

    Max

    Declaration
    public Vector3 Max
    Field Value
    Type Description
    Vector3

    Min

    Declaration
    public Vector3 Min
    Field Value
    Type Description
    Vector3
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 26 April 2021