Struct BoundingVolumeHierarchy.Constants | Unity Physics | 0.3.2-preview
docs.unity.cn
    Show / Hide Table of Contents

    Struct BoundingVolumeHierarchy.Constants

    Namespace: Unity.Physics
    Syntax
    public struct Constants

    Fields

    BinaryStackSize

    Declaration
    public const int BinaryStackSize = 512
    Field Value
    Type Description
    Int32

    MaxNumTreeBranches

    Declaration
    public const int MaxNumTreeBranches = 64
    Field Value
    Type Description
    Int32

    SmallRangeSize

    Declaration
    public const int SmallRangeSize = 32
    Field Value
    Type Description
    Int32

    UnaryStackSize

    Declaration
    public const int UnaryStackSize = 256
    Field Value
    Type Description
    Int32
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX