Class ReflectionProbeMetaFile
The Texture Metafile class.
Inheritance
ReflectionProbeMetaFile
Inherited Members
Namespace: Evergine.Assets.Exporters
Assembly: Evergine.Assets.dll
Syntax
public class ReflectionProbeMetaFile : AssetMetaFileWithDirectory<ReflectionProbeProfile, ReflectionProbeExporter>, IAssetWithDirectory, IAssetMetaFile
Constructors
ReflectionProbeMetaFile()
Initializes a new instance of the ReflectionProbeMetaFile class.
Declaration
public ReflectionProbeMetaFile()
ReflectionProbeMetaFile(ContentDirectory)
Initializes a new instance of the ReflectionProbeMetaFile class.
Declaration
public ReflectionProbeMetaFile(ContentDirectory assetDirectory)
Parameters
| Type | Name | Description |
|---|---|---|
| ContentDirectory | assetDirectory | The asset directory. |
Fields
Extension
The texture extension.
Declaration
public static readonly string Extension
Field Value
| Type | Description |
|---|---|
| string |
SHCoefficients
The Spherical Harmonics coefficients.
Declaration
public Vector4[] SHCoefficients
Field Value
| Type | Description |
|---|---|
| Vector4[] |
Properties
ExtensionMetafile
Gets the file extension.
Declaration
public override string ExtensionMetafile { get; }
Property Value
| Type | Description |
|---|---|
| string |