Search Results for

    Show / Hide Table of Contents

    Class SoundSource

    This class represents the sound asset source.

    Inheritance
    object
    AssetSource
    SoundSource
    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)
    Namespace: Evergine.Framework.Assets
    Assembly: Evergine.Framework.dll
    Syntax
    public class SoundSource : AssetSource, IAssetSource

    Properties

    AssetParts

    Gets the asset components of the source.

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

    SoundData

    Gets or sets the texture info.

    Declaration
    public SoundDataPart SoundData { get; set; }
    Property Value
    Type Description
    SoundDataPart

    SoundInfo

    Gets or sets the texture information.

    Declaration
    public SoundInfoPart SoundInfo { get; set; }
    Property Value
    Type Description
    SoundInfoPart

    Methods

    Free()

    Frees all resources of this asset source.

    Declaration
    public override void Free()
    Overrides
    AssetSource.Free()

    Implements

    IAssetSource

    Extension Methods

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