Search Results for

    Show / Hide Table of Contents

    Class AssetProfile

    Class representing an asset profile.

    Inheritance
    object
    AssetProfile
    CustomTextureProfile
    DirectoryProfile
    EffectProfile
    FileProfile
    FontProfile
    FrameBufferProfile
    MaterialProfile
    ModelProfile
    ParticlesProfile
    PostProcessingGraphProfile
    PrefabProfile
    ReflectionProbeProfile
    RenderLayerProfile
    SamplerProfile
    SceneProfile
    SoundProfile
    TextureProfile
    Namespace: Evergine.Assets.Exporters
    Assembly: Evergine.Assets.dll
    Syntax
    public abstract class AssetProfile

    Fields

    DefaultName

    Default profile name.

    Declaration
    public static readonly string DefaultName
    Field Value
    Type Description
    string

    Name

    Gets or sets the profile name.

    Declaration
    public string Name
    Field Value
    Type Description
    string

    Properties

    ExcludeAsset

    Gets or sets a value indicating whether this asset is excluded in the profile or not.

    Declaration
    public bool ExcludeAsset { get; set; }
    Property Value
    Type Description
    bool

    Platform

    Gets or sets the profile platform.

    Declaration
    public PlatformType Platform { get; set; }
    Property Value
    Type Description
    PlatformType

    Extension Methods

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