Enum CullFlag
Namespace: UnityEngine.Experimental.Rendering
Assembly: UnityEngine.dll
Syntax
[Flags]
public enum CullFlag
Fields
| Name | Description |
|---|---|
| DisablePerObjectCulling | |
| ForceEvenIfCameraIsNotActive | |
| NeedsLighting | |
| NeedsReflectionProbes | |
| None | |
| OcclusionCull | |
| Stereo |