Enum EffectProfileCompile
Specify 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 project profile. |
No | Do not compile effect. |
Yes | Compile effect. |