docs.unity.cn
    Show / Hide Table of Contents

    Struct BoundingVolumeHierarchy.Builder.Range

    Range.

    Namespace: Unity.Physics
    Syntax
    public struct Range

    Constructors

    Range(Int32, Int32, Int32, Aabb)

    Declaration
    public Range(int start, int length, int root, Aabb domain)
    Parameters
    Type Name Description
    Int32 start
    Int32 length
    Int32 root
    Aabb domain

    Fields

    Domain

    Declaration
    public Aabb Domain
    Field Value
    Type Description
    Aabb

    Length

    Declaration
    public int Length
    Field Value
    Type Description
    Int32

    Root

    Declaration
    public int Root
    Field Value
    Type Description
    Int32

    Start

    Declaration
    public int Start
    Field Value
    Type Description
    Int32
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Tuesday, April 26, 2022
    Terms of use