Search Results for

    Show / Hide Table of Contents

    Class ParticleSystemSourceLoader

    The particle system source loader.

    Inheritance
    object
    AssetSourceLoadableConverter<ParticleSystemSource, ParticleSystem>
    ParticleSystemSourceLoader
    Implements
    IAssetSourceLoadableConverter
    Inherited Members
    AssetSourceLoadableConverter<ParticleSystemSource, ParticleSystem>.LoadableType
    AssetSourceLoadableConverter<ParticleSystemSource, ParticleSystem>.ExportedExtension
    AssetSourceLoadableConverter<ParticleSystemSource, ParticleSystem>.Convert(ParticleSystemSource)
    AssetSourceLoadableConverter<ParticleSystemSource, ParticleSystem>.Convert<TLoadable>(ParticleSystemSource)
    AssetSourceLoadableConverter<ParticleSystemSource, ParticleSystem>.Convert(ParticleSystemSource, Type)
    Namespace: Evergine.Framework.Assets
    Assembly: Evergine.Framework.dll
    Syntax
    public class ParticleSystemSourceLoader : AssetSourceLoadableConverter<ParticleSystemSource, ParticleSystem>, IAssetSourceLoadableConverter

    Constructors

    ParticleSystemSourceLoader(GraphicsContext, AssetsService)

    Initializes a new instance of the ParticleSystemSourceLoader class.

    Declaration
    public ParticleSystemSourceLoader(GraphicsContext graphicsContext, AssetsService assetsService)
    Parameters
    Type Name Description
    GraphicsContext graphicsContext

    The graphics context.

    AssetsService assetsService

    The asset service.

    Properties

    ExportedExtension

    Gets the exported extension of the asset.

    Declaration
    public override string ExportedExtension { get; }
    Property Value
    Type Description
    string
    Overrides
    AssetSourceLoadableConverter<ParticleSystemSource, ParticleSystem>.ExportedExtension

    Methods

    Convert(ParticleSystemSource)

    Converts from SamplerSource to SamplerState.

    Declaration
    public override ParticleSystem Convert(ParticleSystemSource source)
    Parameters
    Type Name Description
    ParticleSystemSource source

    SamplerSource instance.

    Returns
    Type Description
    ParticleSystem

    SamplerState instance.

    Overrides
    AssetSourceLoadableConverter<ParticleSystemSource, ParticleSystem>.Convert(ParticleSystemSource)

    Implements

    IAssetSourceLoadableConverter

    Extension Methods

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