Class ReflectionProbeSource
This class represent the texture asset source.
Implements
Inherited Members
Namespace: Evergine.Framework.Assets
Assembly: Evergine.Framework.dll
Syntax
public class ReflectionProbeSource : AssetSource, IAssetSource
Properties
AssetParts
Gets the asset parts of the source.
Declaration
public override List<AssetPart> AssetParts { get; }
Property Value
Type | Description |
---|---|
List<AssetPart> |
Overrides
IrradianceTextureData
Gets or sets the Irradiance texture info.
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 info.
Declaration
public TextureInfoPart RadianceTextureInfo { get; set; }
Property Value
Type | Description |
---|---|
TextureInfoPart |
ReflectionProbeInfo
Gets or sets the Reflection probe Info.
Declaration
public ReflectionProbeInfoPart ReflectionProbeInfo { get; set; }
Property Value
Type | Description |
---|---|
ReflectionProbeInfoPart |