docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class CoreEditorStyles

    Class containing style definition

    Inheritance
    object
    CoreEditorStyles
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEditor.Rendering
    Assembly: Unity.RenderPipelines.Core.Editor.dll
    Syntax
    public static class CoreEditorStyles

    Fields

    blueTexture

    Texture2D 1x1 pixel with blue color

    Declaration
    public static readonly Texture2D blueTexture
    Field Value
    Type Description
    Texture2D

    contextMenuIcon

    Context Menu button icon

    Declaration
    public static readonly GUIContent contextMenuIcon
    Field Value
    Type Description
    GUIContent

    empty

    Empty space content in case that you want to keep the indentation but have nothing to write

    Declaration
    public static readonly GUIContent empty
    Field Value
    Type Description
    GUIContent

    globalSettingsIcon

    RenderPipeline Global Settings icon

    Declaration
    public static readonly Texture2D globalSettingsIcon
    Field Value
    Type Description
    Texture2D

    greenTexture

    Texture2D 1x1 pixel with green color

    Declaration
    public static readonly Texture2D greenTexture
    Field Value
    Type Description
    Texture2D

    iconComplete

    Complete icon

    Declaration
    public static readonly Texture2D iconComplete
    Field Value
    Type Description
    Texture2D

    iconFail

    Fail icon

    Declaration
    public static readonly Texture2D iconFail
    Field Value
    Type Description
    Texture2D

    iconHelp

    Help icon

    Declaration
    public static readonly Texture2D iconHelp
    Field Value
    Type Description
    Texture2D

    iconPending

    Pending icon

    Declaration
    public static readonly Texture2D iconPending
    Field Value
    Type Description
    Texture2D

    iconSuccess

    Success icon

    Declaration
    public static readonly Texture2D iconSuccess
    Field Value
    Type Description
    Texture2D

    iconWarn

    Warning icon

    Declaration
    public static readonly Texture2D iconWarn
    Field Value
    Type Description
    Texture2D

    redTexture

    Texture2D 1x1 pixel with red color

    Declaration
    public static readonly Texture2D redTexture
    Field Value
    Type Description
    Texture2D

    resetAllButtonLabel

    Reset All content

    Declaration
    public static readonly GUIContent resetAllButtonLabel
    Field Value
    Type Description
    GUIContent

    resetButtonLabel

    Reset Content

    Declaration
    public static readonly GUIContent resetButtonLabel
    Field Value
    Type Description
    GUIContent

    Properties

    additionalPropertiesHighlightStyle

    Style of a additional properties highlighted background.

    Declaration
    public static GUIStyle additionalPropertiesHighlightStyle { get; }
    Property Value
    Type Description
    GUIStyle

    backgroundColor

    Regular background color.

    Declaration
    public static Color backgroundColor { get; }
    Property Value
    Type Description
    Color

    backgroundHighlightColor

    Hightlited background color.

    Declaration
    public static Color backgroundHighlightColor { get; }
    Property Value
    Type Description
    Color

    contextMenuStyle

    Context Menu button style

    Declaration
    public static GUIStyle contextMenuStyle { get; }
    Property Value
    Type Description
    GUIStyle

    iconHelpStyle

    Help icon style

    Declaration
    public static GUIStyle iconHelpStyle { get; }
    Property Value
    Type Description
    GUIStyle

    miniLabelButton

    Style for a minilabel button

    Declaration
    public static GUIStyle miniLabelButton { get; }
    Property Value
    Type Description
    GUIStyle

    paneOptionsIcon

    PaneOption icon

    Declaration
    public static Texture2D paneOptionsIcon { get; }
    Property Value
    Type Description
    Texture2D

    sectionHeaderStyle

    Style of Section Headers.

    Declaration
    public static GUIStyle sectionHeaderStyle { get; }
    Property Value
    Type Description
    GUIStyle

    smallMixedTickbox

    Style for a small checkbox in mixed state

    Declaration
    public static GUIStyle smallMixedTickbox { get; }
    Property Value
    Type Description
    GUIStyle

    smallTickbox

    Style for a small checkbox

    Declaration
    public static GUIStyle smallTickbox { get; }
    Property Value
    Type Description
    GUIStyle

    subSectionHeaderStyle

    Style of Sub-Section Headers.

    Declaration
    public static GUIStyle subSectionHeaderStyle { get; }
    Property Value
    Type Description
    GUIStyle
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)