We've moved!

Starting from MRTK 2.6, we are publishing both conceptual docs and API references on docs.microsoft.com. For conceptual docs, please visit our new landing page. For API references, please visit the MRTK-Unity section of the dot net API explorer. Existing content will remain here but will not be updated further.

    Show / Hide Table of Contents

    Enum BoundingBox.BoundsCalculationMethod

    This enum defines what volume type the bound calculation depends on and its priority for it.

    Namespace: Microsoft.MixedReality.Toolkit.UI
    Assembly: cs.temp.dll.dll
    Syntax
    public enum BoundsCalculationMethod

    Fields

    Name Description
    ColliderOnly

    Omits Renderers and uses Colliders for the bounds calculation exclusively

    ColliderOverRenderer

    Used Colliders for the bounds calculation and Renderers as a fallback

    RendererOnly

    Omits Colliders and uses Renderers for the bounds calculation exclusively

    RendererOverCollider

    Used Renderers for the bounds calculation and Colliders as a fallback

    Back to top Generated by DocFX