Class HDIESImporterEditor
Class describing the logic for importer an IES file an generating the IESObject associated
Inheritance
HDIESImporterEditor
Inherited Members
AssetImporterEditor.DrawPreview(Rect)
AssetImporterEditor.SaveChanges()
AssetImporterEditor.DiscardChanges()
AssetImporterEditor.assetTargets
AssetImporterEditor.assetTarget
AssetImporterEditor.assetSerializedObject
Editor.CreateEditorWithContext(Object[], Object)
Editor.OnHeaderGUI()
Editor.DrawFoldoutInspector(Object, ref Editor)
Editor.ReloadPreviewInstances()
Editor.MoveNextTarget()
Editor.ResetTarget()
Editor.finishedDefaultHeaderGUI
ScriptableObject.SetDirty()
ScriptableObject.CreateInstance<T>()
Object.GetHashCode()
Object.Instantiate<T>(T)
Object.Instantiate<T>(T, Vector3, Quaternion)
Object.Instantiate<T>(T, Vector3, Quaternion, Transform)
Object.Instantiate<T>(T, Transform)
Object.DestroyObject(Object)
Object.FindObjectsOfType<T>()
Object.FindObjectsByType<T>(FindObjectsSortMode)
Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
Object.FindObjectOfType<T>()
Object.FindFirstObjectByType<T>()
Object.FindAnyObjectByType<T>()
Object.FindFirstObjectByType<T>(FindObjectsInactive)
Object.FindAnyObjectByType<T>(FindObjectsInactive)
Namespace: UnityEditor.Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Editor.dll
Syntax
[CustomEditor(typeof(IESImporter))]
public class HDIESImporterEditor : ScriptedImporterEditor
Fields
iesImporterEditor
IES Importer Editor, common to Core and HDRP
Declaration
public IESImporterEditor iesImporterEditor
Field Value
Type | Description |
---|---|
IESImporterEditor |
Methods
Apply()
Call back for ScriptedImporterEditor
Declaration
protected override void Apply()
Overrides
GetPreviewTitle()
Call back for ScriptedImporterEditor
Declaration
public override GUIContent GetPreviewTitle()
Returns
Type | Description |
---|---|
GUIContent | The title of the Preview |
Overrides
HasPreviewGUI()
Call back for ScriptedImporterEditor
Declaration
public override bool HasPreviewGUI()
Returns
Type | Description |
---|---|
bool | If this importer has a preview or not |
Overrides
OnDisable()
Call back for ScriptedImporterEditor
Declaration
public override void OnDisable()
Overrides
OnEnable()
Call back for ScriptedImporterEditor
Declaration
public override void OnEnable()
Overrides
OnInspectorGUI()
Call back for ScriptedImporterEditor
Declaration
public override void OnInspectorGUI()
Overrides
OnPreviewGUI(Rect, GUIStyle)
Call back for ScriptedImporterEditor
Declaration
public override void OnPreviewGUI(Rect r, GUIStyle background)
Parameters
Type | Name | Description |
---|---|---|
Rect | r | Rectangle of the preview. |
GUIStyle | background | Style of the background of the preview. |