Show / Hide Table of Contents

Class StaticOcclusionCullingVisualization

Inheritance
Object
StaticOcclusionCullingVisualization
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEditor
Assembly: UnityEditor.dll
Syntax
public static class StaticOcclusionCullingVisualization

Properties

isPreviewOcclusionCullingCameraInPVS

Declaration
public static bool isPreviewOcclusionCullingCameraInPVS { get; }
Property Value
Type Description
Boolean

previewOcclucionCamera

Declaration
public static Camera previewOcclucionCamera { get; }
Property Value
Type Description
Camera

previewOcclusionCamera

Declaration
public static Camera previewOcclusionCamera { get; }
Property Value
Type Description
Camera

showDynamicObjectBounds

Declaration
public static bool showDynamicObjectBounds { get; set; }
Property Value
Type Description
Boolean

showGeometryCulling

Declaration
public static bool showGeometryCulling { get; set; }
Property Value
Type Description
Boolean

showOcclusionCulling

Declaration
public static bool showOcclusionCulling { get; set; }
Property Value
Type Description
Boolean

showPortals

Declaration
public static bool showPortals { get; set; }
Property Value
Type Description
Boolean

showPreVisualization

Declaration
public static bool showPreVisualization { get; set; }
Property Value
Type Description
Boolean

showViewVolumes

Declaration
public static bool showViewVolumes { get; set; }
Property Value
Type Description
Boolean

showVisibilityLines

Declaration
public static bool showVisibilityLines { get; set; }
Property Value
Type Description
Boolean
  • Improve this Doc
  • View Source
Back to top Generated by DocFX