BoundsCalculator.BoundsCalculationMethod Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This enum defines what volume type the bound calculation depends on and its priority.
C#
public enum BoundsCalculator.BoundsCalculationMethod
type BoundsCalculator.BoundsCalculationMethod =
Public Enum BoundsCalculator.BoundsCalculationMethod
- Inheritance
-
BoundsCalculator.BoundsCalculationMethod
Name | Value | Description |
---|---|---|
RendererOverCollider | 0 | Used Renderers for the bounds calculation and Colliders as a fallback |
ColliderOverRenderer | 1 | Used Colliders for the bounds calculation and Renderers as a fallback |
ColliderOnly | 2 | Omits Renderers and uses Colliders for the bounds calculation exclusively |
RendererOnly | 3 | Omits Colliders and uses Renderers for the bounds calculation exclusively |
ผลิตภัณฑ์ | เวอร์ชัน |
---|---|
MRTK3 Spatial Manipulation | 3.0, 3.1, 3.2 |