Search Results for

    Show / Hide Table of Contents

    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.

    Extension Methods

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