Search Results for

    Show / Hide Table of Contents

    Class SamplerProfile

    The SamplerProfile class.

    Inheritance
    object
    AssetProfile
    SamplerProfile
    Inherited Members
    AssetProfile.DefaultName
    AssetProfile.Name
    AssetProfile.ExcludeAsset
    AssetProfile.Platform
    Namespace: Evergine.Assets.Exporters
    Assembly: Evergine.Assets.dll
    Syntax
    public class SamplerProfile : AssetProfile

    Constructors

    SamplerProfile()

    Initializes a new instance of the SamplerProfile class.

    Declaration
    public SamplerProfile()

    SamplerProfile(SamplerStateDescription)

    Initializes a new instance of the SamplerProfile class.

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

    Sampler state description.

    Fields

    SamplerInfo

    The sampler information.

    Declaration
    public SamplerInfoPart SamplerInfo
    Field Value
    Type Description
    SamplerInfoPart

    Extension Methods

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