Class ReflectionProbeSource
This class represents 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 from the source.
Declaration
public override List<AssetPart> AssetParts { get; }
Property Value
Type | Description |
---|---|
List<AssetPart> |
Overrides
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 |