Search Results for

    Show / Hide Table of Contents

    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.

    Extension Methods

    EnumExtensions.HasFlag(Enum, Enum)
    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX