Enum ReflectionProbeUpdateStrategy
Specifies the update strategy for the reflection probe.
Namespace: Evergine.Framework.Graphics
Assembly: Evergine.Framework.dll
Syntax
public enum ReflectionProbeUpdateStrategy
Fields
Name | Description |
---|---|
EveryFrame | Updates the reflection probe every frame. |
OnDemand | Update the reflection probe only when it is required. |