Class IESReader
Class to Parse IES File
Inherited Members
Namespace: UnityEditor.Rendering
Assembly: Unity.RenderPipelines.Core.Editor.dll
Syntax
[Serializable]
public class IESReader
Properties
Name | Description |
---|---|
FileFormatVersion | Version of the IES File |
MaxCandelas | Maximum of Candela in the IES File |
PhotometricType | Type of Photometric light in the IES file, varying per IES-Type and version |
TotalLumens | Total light intensity (in Lumens) stored on the file, usage of it is optional (through the prefab subasset inside the IESObject) |
Methods
Name | Description |
---|---|
ReadFile(string) | Main function to read the file |