Class DefaultAssets
- Namespace
- Myra
- Assembly
- Myra.dll
Provides access to the default stylesheets and assets included with Myra.
public static class DefaultAssets
- Inheritance
-
DefaultAssets
- Inherited Members
Properties
DebugFont
Gets the font used for rendering debug information, such as the widget info overlay.
public static SpriteFontBase DebugFont { get; }
Property Value
- SpriteFontBase
DefaultStylesheet
Gets the default stylesheet for UI widgets at normal scale.
public static Stylesheet DefaultStylesheet { get; }
Property Value
DefaultStylesheet2X
Gets the default stylesheet for UI widgets at 2x scale.
public static Stylesheet DefaultStylesheet2X { get; }
Property Value
WhiteRegion
Gets a default white texture region used for placeholder graphics and fills.
public static TextureRegion WhiteRegion { get; }