Table of Contents

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

Stylesheet

DefaultStylesheet2X

Gets the default stylesheet for UI widgets at 2x scale.

public static Stylesheet DefaultStylesheet2X { get; }

Property Value

Stylesheet

WhiteRegion

Gets a default white texture region used for placeholder graphics and fills.

public static TextureRegion WhiteRegion { get; }

Property Value

TextureRegion