docs.unity3d.com
    Show / Hide Table of Contents

    Class HDIESImporterEditor

    Class describing the logic for importer an IES file an generating the IESObject associated

    Inheritance
    Object
    HDIESImporterEditor
    Namespace: UnityEditor.Rendering.HighDefinition
    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()

    GetPreviewTitle()

    Call back for ScriptedImporterEditor

    Declaration
    public override GUIContent GetPreviewTitle()
    Returns
    Type Description
    GUIContent

    The title of the Preview

    HasPreviewGUI()

    Call back for ScriptedImporterEditor

    Declaration
    public override bool HasPreviewGUI()
    Returns
    Type Description
    Boolean

    If this importer has a preview or not

    OnDisable()

    Call back for ScriptedImporterEditor

    Declaration
    public override void OnDisable()

    OnEnable()

    Call back for ScriptedImporterEditor

    Declaration
    public override void OnEnable()

    OnInspectorGUI()

    Call back for ScriptedImporterEditor

    Declaration
    public override void OnInspectorGUI()

    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.

    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023