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