Show / Hide Table of Contents

Enum CullFlag

Namespace: UnityEngine.Experimental.Rendering
Assembly: UnityEngine.dll
Syntax
[Flags]
public enum CullFlag

Fields

Name Description
DisablePerObjectCulling
ForceEvenIfCameraIsNotActive
NeedsLighting
NeedsReflectionProbes
None
OcclusionCull
Stereo

Extension Methods

MustExtensions.MustBeEqual<CullFlag>(CullFlag)
MustExtensions.MustBeEqual<CullFlag>(CullFlag, String)
MustExtensions.MustNotBeEqual<CullFlag>(CullFlag)
MustExtensions.MustNotBeEqual<CullFlag>(CullFlag, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX