Search Results for

    Show / Hide Table of Contents

    Class SamplerMetaFile

    Sampler metadata file.

    Inheritance
    object
    IdentifiableObject
    AssetMetafile<SamplerProfile, SamplerExporter>
    SamplerMetaFile
    Implements
    IAssetMetaFile
    Inherited Members
    AssetMetafile<SamplerProfile, SamplerExporter>.ExtensionMetafile
    AssetMetafile<SamplerProfile, SamplerExporter>.ExtensionExported
    AssetMetafile<SamplerProfile, SamplerExporter>.Name
    AssetMetafile<SamplerProfile, SamplerExporter>.ExportAsRaw
    AssetMetafile<SamplerProfile, SamplerExporter>.DefaultProfile
    AssetMetafile<SamplerProfile, SamplerExporter>.Profiles
    AssetMetafile<SamplerProfile, SamplerExporter>.Exporter
    AssetMetafile<SamplerProfile, SamplerExporter>.GetProfile(string)
    AssetMetafile<SamplerProfile, SamplerExporter>.AddProfile(string, SamplerProfile)
    AssetMetafile<SamplerProfile, SamplerExporter>.RemoveProfile(string)
    AssetMetafile<SamplerProfile, SamplerExporter>.GetProfileOrDefault(string)
    AssetMetafile<SamplerProfile, SamplerExporter>.Export(ExportContext)
    AssetMetafile<SamplerProfile, SamplerExporter>.GetExportOutputPath(ExportContext)
    IdentifiableObject.Id
    IdentifiableObject.IdHasChanged(Guid)
    Namespace: Evergine.Assets.Exporters
    Assembly: Evergine.Assets.dll
    Syntax
    public class SamplerMetaFile : AssetMetafile<SamplerProfile, SamplerExporter>, IAssetMetaFile

    Constructors

    SamplerMetaFile()

    Initializes a new instance of the SamplerMetaFile class.

    Declaration
    public SamplerMetaFile()

    SamplerMetaFile(SamplerStateDescription)

    Initializes a new instance of the SamplerMetaFile class.

    Declaration
    public SamplerMetaFile(SamplerStateDescription samplerDescription)
    Parameters
    Type Name Description
    SamplerStateDescription samplerDescription

    Instance of SamplerState.

    Fields

    Extension

    The Sampler's meta file extension.

    Declaration
    public static readonly string Extension
    Field Value
    Type Description
    string

    Properties

    ExtensionMetafile

    Gets the sampler extension.

    Declaration
    public override string ExtensionMetafile { get; }
    Property Value
    Type Description
    string
    Overrides
    AssetMetafile<SamplerProfile, SamplerExporter>.ExtensionMetafile

    Implements

    IAssetMetaFile

    Extension Methods

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