Class ReflectionProbeExporter
The texture exporter class.
Inheritance
ReflectionProbeExporter
Implements
Inherited Members
Namespace: Evergine.Assets.Exporters
Assembly: Evergine.Assets.dll
Syntax
public class ReflectionProbeExporter : AssetExporter<ReflectionProbeMetaFile, ReflectionProbeProfile>, IAssetExporter
Fields
IrradianceSuffix
The irradiance suffix name.
Declaration
protected static readonly string IrradianceSuffix
Field Value
Type | Description |
---|---|
string |
RadianceSuffix
The radiance suffix name.
Declaration
protected static readonly string RadianceSuffix
Field Value
Type | Description |
---|---|
string |
Properties
Extension
Gets the exporter file extension.
Declaration
public override string Extension { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GenerateAssetParts(ReflectionProbeMetaFile, ReflectionProbeProfile, ExportContext)
Exports the asset.
Declaration
protected override Task<List<AssetPart>> GenerateAssetParts(ReflectionProbeMetaFile metafile, ReflectionProbeProfile profile, ExportContext exportContext)
Parameters
Type | Name | Description |
---|---|---|
ReflectionProbeMetaFile | metafile | The meta file. |
ReflectionProbeProfile | profile | The profile. |
ExportContext | exportContext | The export context. |
Returns
Type | Description |
---|---|
Task<List<AssetPart>> | The export result. |