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 |