Class EvergineReflectionProbeImporter
Gets the Evergine material asset importer.
Implements
Inherited Members
Namespace: Evergine.Framework.Assets.Importers
Assembly: Evergine.Framework.dll
Syntax
public class EvergineReflectionProbeImporter : AAssetImporter<ReflectionProbeSource>, IAssetImporter
Properties
Extensions
Gets the importer file extensions.
Declaration
public override string[] Extensions { get; }
Property Value
Type | Description |
---|---|
string[] |
Overrides
Methods
ImportData(Stream, ReflectionProbeSource, bool)
Imports the asset data.
Declaration
public override void ImportData(Stream stream, ReflectionProbeSource resource, bool rawAsset)
Parameters
Type | Name | Description |
---|---|---|
Stream | stream | The stream. |
ReflectionProbeSource | resource | The output data. |
bool | rawAsset | Indicates whether the asset is loaded as a raw asset. |
Overrides
ImportHeader(Stream, out ReflectionProbeSource)
Imports the asset header.
Declaration
public override void ImportHeader(Stream stream, out ReflectionProbeSource resource)
Parameters
Type | Name | Description |
---|---|---|
Stream | stream | The stream. |
ReflectionProbeSource | resource | The output header. |