Enum EffectProfileCompile
Specifies a value indicating whether the effect will be compiled.
Namespace: Evergine.Assets.Exporters
Assembly: Evergine.Assets.dll
Syntax
public enum EffectProfileCompile : byte
Fields
| Name | Description |
|---|---|
| ByPlatform | Value specified by the platform profile. |
| No | Does not compile effect. |
| Yes | Compiles the effect. |