RenderEffectState Enum
Namespace: Stride.RenderingAssembly: Stride.Rendering.dll
Describes the state of a RenderEffect.
public enum RenderEffectState
Fields
Name | Description |
---|---|
Compiling | The effect is being asynchrounously compiled. |
Error | There was an error while compiling the effect. |
Normal | The effect is in normal state. |
Skip | The effect is skipped. |