Class IESImporterEditor
Common class for IES Importer Editor (currently implemented only on HDRP)
Inherited Members
Namespace: UnityEditor.Rendering
Assembly: Unity.RenderPipelines.Core.Editor.dll
Syntax
public class IESImporterEditor
Fields
| Name | Description |
|---|---|
| m_LightAimAxisRotationProp | Property to the aim axis rotation for projection |
| m_PreviewRenderUtility | Object used to setup Preview renderer |
Methods
| Name | Description |
|---|---|
| CommonApply() | Callback called on the Implemented IESImporterEditor (currently on HDRP Only) |
| CommonGetPreviewTitle() | Callback called on the Implemented IESImporterEditor (currently on HDRP Only) |
| CommonHasPreviewGUI(SetupRenderPipelinePreviewCamera, SetupRenderPipelinePreviewLight, SetupRenderPipelinePreviewWallRenderer, SetupRenderPipelinePreviewFloorRenderer) | Callback called on the Implemented IESImporterEditor (currently on HDRP Only) |
| CommonOnDisable() | Callback called on the Implemented IESImporterEditor (currently on HDRP Only) |
| CommonOnEnable(SerializedProperty) | Callback called on the Implemented IESImporterEditor (currently on HDRP Only) |
| CommonOnInspectorGUI(ScriptedImporterEditor) | Callback called on the Implemented IESImporterEditor (currently on HDRP Only) |
| CommonOnPreviewGUI(Rect, GUIStyle, ScriptedImporter, SetupRenderPipelinePreviewLightIntensity) | Callback called on the Implemented IESImporterEditor (currently on HDRP Only) |