Search Results for

    Show / Hide Table of Contents

    Class ReflectionProbeSource

    This class represents the texture asset source.

    Inheritance
    object
    AssetSource
    ReflectionProbeSource
    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 ReflectionProbeSource : AssetSource, IAssetSource

    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

    IrradianceTextureData

    Gets or sets the irradiance texture information.

    Declaration
    public TextureDataPart IrradianceTextureData { get; set; }
    Property Value
    Type Description
    TextureDataPart

    IrradianceTextureInfo

    Gets or sets the irradiance texture info.

    Declaration
    public TextureInfoPart IrradianceTextureInfo { get; set; }
    Property Value
    Type Description
    TextureInfoPart

    RadianceTextureData

    Gets or sets the radiance texture info.

    Declaration
    public TextureDataPart RadianceTextureData { get; set; }
    Property Value
    Type Description
    TextureDataPart

    RadianceTextureInfo

    Gets or sets the radiance texture information.

    Declaration
    public TextureInfoPart RadianceTextureInfo { get; set; }
    Property Value
    Type Description
    TextureInfoPart

    ReflectionProbeInfo

    Gets or sets the reflection probe information.

    Declaration
    public ReflectionProbeInfoPart ReflectionProbeInfo { get; set; }
    Property Value
    Type Description
    ReflectionProbeInfoPart

    Implements

    IAssetSource

    Extension Methods

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