Class UntexturedStyle
The default, untextured UiStyle. Note that, as MLEM does not provide any texture or font assets, this default style is made up of single-color textures that were generated using GenerateNinePatch(SpriteBatch, Color, Color).
public class UntexturedStyle : UiStyle, IGenericDataHolder
- Inheritance
-
UntexturedStyle
- Implements
- Inherited Members
Constructors
UntexturedStyle(SpriteBatch)
Creates a new untextured style with textures generated by the given sprite batch
public UntexturedStyle(SpriteBatch batch)
Parameters
batchSpriteBatchThe sprite batch to generate the textures with