Search Results for

    Show / Hide Table of Contents

    Class SceneSource

    This class represents the scene asset source.

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

    Fields

    SceneData

    The part of the scene data asset.

    Declaration
    public SceneDataPart SceneData
    Field Value
    Type Description
    SceneDataPart

    Properties

    AssetParts

    Gets the asset parts from the 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