Enum EnvironmentManager.StrategyTypes
Environment file generation strategy.
Namespace: Evergine.Framework.Managers
Assembly: Evergine.Framework.dll
Syntax
public enum EnvironmentManager.StrategyTypes
Fields
| Name | Description |
|---|---|
| Automatically | Generates the reflection probe whenever the scene is saved. |
| OnDemand | Generates the reflection probe only when the generated button is active. |