Class DynamicGI
Assembly: UnityEngine.dll
Syntax
public sealed class DynamicGI
Properties
|
Improve this Doc
View Source
indirectScale
Declaration
public static float indirectScale { get; set; }
Property Value
|
Improve this Doc
View Source
isConverged
Declaration
public static bool isConverged { get; }
Property Value
|
Improve this Doc
View Source
materialUpdateTimeSlice
Declaration
public static int materialUpdateTimeSlice { get; set; }
Property Value
|
Improve this Doc
View Source
synchronousMode
Declaration
public static bool synchronousMode { get; set; }
Property Value
|
Improve this Doc
View Source
updateThreshold
Declaration
public static float updateThreshold { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
SetEmissive(Renderer, Color)
Declaration
public static void SetEmissive(Renderer renderer, Color color)
Parameters
|
Improve this Doc
View Source
SetEnvironmentData(Single[])
Declaration
public static void SetEnvironmentData(float[] input)
Parameters
Type |
Name |
Description |
Single[] |
input |
|
UpdateEnvironment()
Declaration
public static void UpdateEnvironment()
Extension Methods