Class EditorUtilities | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class EditorUtilities

    Inheritance
    System.Object
    EditorUtilities
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: UnityEditor.Rendering.PostProcessing
    Syntax
    public static class EditorUtilities

    Properties

    isTargetingConsoles

    Declaration
    public static bool isTargetingConsoles { get; }
    Property Value
    Type Description
    System.Boolean

    isTargetingConsolesOrMobiles

    Declaration
    public static bool isTargetingConsolesOrMobiles { get; }
    Property Value
    Type Description
    System.Boolean

    isTargetingMobiles

    Declaration
    public static bool isTargetingMobiles { get; }
    Property Value
    Type Description
    System.Boolean

    Methods

    DrawFixMeBox(String, Action)

    Declaration
    public static void DrawFixMeBox(string text, Action action)
    Parameters
    Type Name Description
    System.String text
    System.Action action

    DrawHeader(String, SerializedProperty, SerializedProperty, PostProcessEffectSettings, Action, Action)

    Declaration
    public static bool DrawHeader(string title, SerializedProperty group, SerializedProperty activeField, PostProcessEffectSettings target, Action resetAction, Action removeAction)
    Parameters
    Type Name Description
    System.String title
    SerializedProperty group
    SerializedProperty activeField
    PostProcessEffectSettings target
    System.Action resetAction
    System.Action removeAction
    Returns
    Type Description
    System.Boolean

    DrawHeader(String, Boolean)

    Declaration
    public static bool DrawHeader(string title, bool state)
    Parameters
    Type Name Description
    System.String title
    System.Boolean state
    Returns
    Type Description
    System.Boolean

    DrawHeaderLabel(String)

    Declaration
    public static void DrawHeaderLabel(string title)
    Parameters
    Type Name Description
    System.String title

    DrawOverrideCheckbox(Rect, SerializedProperty)

    Declaration
    public static void DrawOverrideCheckbox(Rect rect, SerializedProperty property)
    Parameters
    Type Name Description
    Rect rect
    SerializedProperty property

    DrawSplitter()

    Declaration
    public static void DrawSplitter()

    GetContent(String)

    Declaration
    public static GUIContent GetContent(string textAndTooltip)
    Parameters
    Type Name Description
    System.String textAndTooltip
    Returns
    Type Description
    GUIContent
    Back to top
    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