Modifica

Condividi tramite


BoundsCalculationMethod Enum

Definition

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

public enum class BoundsCalculationMethod
public enum BoundsCalculationMethod
type BoundsCalculationMethod = 
Public Enum BoundsCalculationMethod
Inheritance
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

Applies to