BoundingBox.BoundsCalculationMethod Enum
Definition
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 for it.
public: enum class BoundingBox::BoundsCalculationMethod
public enum BoundingBox.BoundsCalculationMethod
type BoundingBox.BoundsCalculationMethod =
Public Enum BoundingBox.BoundsCalculationMethod
- Inheritance
-
BoundingBox.BoundsCalculationMethod
Fields
ColliderOnly | 2 | Omits Renderers and uses Colliders for the bounds calculation exclusively |
ColliderOverRenderer | 1 | Used Colliders for the bounds calculation and Renderers as a fallback |
RendererOnly | 3 | Omits Colliders and uses Renderers for the bounds calculation exclusively |
RendererOverCollider | 0 | Used Renderers for the bounds calculation and Colliders as a fallback |