Show / Hide Table of Contents

Class StaticOcclusionCulling

Inheritance
Object
StaticOcclusionCulling
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 StaticOcclusionCulling

Properties

backfaceThreshold

Declaration
public static float backfaceThreshold { get; set; }
Property Value
Type Description
Single

doesSceneHaveManualPortals

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

isRunning

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

smallestHole

Declaration
public static float smallestHole { get; set; }
Property Value
Type Description
Single

smallestOccluder

Declaration
public static float smallestOccluder { get; set; }
Property Value
Type Description
Single

umbraDataSize

Declaration
public static int umbraDataSize { get; }
Property Value
Type Description
Int32

Methods

Cancel()

Declaration
public static void Cancel()

Clear()

Declaration
public static void Clear()

Compute()

Declaration
public static bool Compute()
Returns
Type Description
Boolean

GenerateInBackground()

Declaration
public static bool GenerateInBackground()
Returns
Type Description
Boolean

SetDefaultOcclusionBakeSettings()

Declaration
public static void SetDefaultOcclusionBakeSettings()
  • Improve this Doc
  • View Source
Back to top Generated by DocFX