Class TexturesUI
Textures used by UI nodes
public static class TexturesUI : Object
- Inheritance
-
TexturesUI
Properties
ButtonDisabledTexture
Default Disabled ButtonNode texture
public static Texture ButtonDisabledTexture { get; }
Property Value
ButtonHoverTexture
Default Hover ButtonNode texture
public static Texture ButtonHoverTexture { get; }
Property Value
ButtonNormalTexture
Default Normal ButtonNode texture
public static Texture ButtonNormalTexture { get; }
Property Value
ButtonPressedTexture
Default Pressed ButtonNode texture
public static Texture ButtonPressedTexture { get; }
Property Value
Focus
Focus texture
public static Texture Focus { get; }
Property Value
HScrollBar
HScrollBar
public static Texture HScrollBar { get; }
Property Value
MenuItem
MenuItem texture
public static Texture MenuItem { get; }
Property Value
ProgressRing
Ring texture
public static Texture ProgressRing { get; }
Property Value
VScrollBar
VScrollBar
public static Texture VScrollBar { get; }