Search Results for

    Show / Hide Table of Contents

    Class ParticleSystemSource

    This class represents the asset particle system source.

    Inheritance
    object
    AssetSource
    ParticleSystemSource
    Implements
    IAssetSource
    Inherited Members
    AssetSource.ImporterContext
    AssetSource.IsPreprocessed
    AssetSource.Importer
    AssetSource.Id
    AssetSource.LastModified
    AssetSource.Header
    AssetSource.GetImporter(string)
    AssetSource.FindAssetPart<TPart>(int)
    AssetSource.FindAssetParts<TPart>()
    AssetSource.UpdateAssetPart<TPart>(TPart, int)
    AssetSource.Free()
    Namespace: Evergine.Framework.Assets.AssetSources
    Assembly: Evergine.Framework.dll
    Syntax
    public class ParticleSystemSource : AssetSource, IAssetSource

    Fields

    EmittersInfo

    The list of emitters.

    Declaration
    public List<ParticleEmitterInfoPart> EmittersInfo
    Field Value
    Type Description
    List<ParticleEmitterInfoPart>

    Properties

    AssetParts

    Gets the asset parts from the asset source.

    Declaration
    public override List<AssetPart> AssetParts { get; }
    Property Value
    Type Description
    List<AssetPart>
    Overrides
    AssetSource.AssetParts

    Implements

    IAssetSource

    Extension Methods

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