Class EnvironmentProbe.ProbeUpdateMode
The environment probe update mode.
Inheritance
System.Object
    EnvironmentProbe.ProbeUpdateMode
    Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public sealed class ProbeUpdateMode : Enum
  Fields
Manual
Probe can be updated manually (eg. in Editor or from script).
Declaration
public const EnvironmentProbe.ProbeUpdateMode Manual
  Field Value
| 
        EnvironmentProbe.ProbeUpdateMode
         
  | 
    
Realtime
Probe will be automatically updated in real-time (only if in view and frequency depending on distance to the camera).
Declaration
public const EnvironmentProbe.ProbeUpdateMode Realtime
  Field Value
| 
        EnvironmentProbe.ProbeUpdateMode
         
  | 
    
value__
Declaration
public int value__
  Field Value
| 
        System.Int32
         
  | 
    
WhenMoved
Probe will be automatically updated when is moved.
Declaration
public const EnvironmentProbe.ProbeUpdateMode WhenMoved
  Field Value
| 
        EnvironmentProbe.ProbeUpdateMode
         
  |