Class ReflectionProbeExporter
The texture export 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.
Declaration
protected static readonly string IrradianceSuffix
Field Value
| Type | Description |
|---|---|
| string |
RadianceSuffix
The radiance suffix.
Declaration
protected static readonly string RadianceSuffix
Field Value
| Type | Description |
|---|---|
| string |
Properties
Extension
Gets the exporting 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 metafile. |
| ReflectionProbeProfile | profile | The profile. |
| ExportContext | exportContext | The export context. |
Returns
| Type | Description |
|---|---|
| Task<List<AssetPart>> | The export result. |