| Resources Class |
Namespace: GeonBit.UI
public static class Resources
The Resources type exposes the following members.
| Name | Description | |
|---|---|---|
| GetStringForChar |
Returns string from char > string lookup
| |
| LoadContent |
Load all GeonBit.UI resources.
|
| Name | Description | |
|---|---|---|
| ArrowDown | Arrow-down texture (used in dropdown). | |
| ArrowUp | Arrow-up texture (used in dropdown). | |
| ButtonData | Metadata about button textures. | |
| ButtonTextures | Button textures (accessed as [skin, state]). | |
| CheckBoxTextures | CheckBox textures. | |
| Cursors | Cursor textures. | |
| CursorsData | Metadata about cursor textures. | |
| DisabledEffect | Effect for disabled entities (greyscale). | |
| Fonts | Default font types. | |
| HorizontalLineTexture | HorizontalLine texture. | |
| IconBackgroundTexture | Icons inventory background texture. | |
| IconTextures | All icon textures. | |
| PanelData | Metadata about panel textures. | |
| PanelTextures | All panel skin textures. | |
| ProgressBarData | Metadata about progressbar texture. | |
| ProgressBarFillTexture | ProgressBar fill texture. | |
| ProgressBarTexture | ProgressBar texture. | |
| RadioTextures | Radio button textures. | |
| SilhouetteEffect | An effect to draw just a silhouette of the texture. | |
| SliderData | Metadata about slider textures. | |
| SliderMarkTextures | Sliders mark textures (the sliding piece that shows current value). | |
| SliderTextures | Sliders base textures. | |
| VerticalScrollbarData | Metadata about scrollbar texture. | |
| VerticalScrollbarMarkTexture | Vertical scrollbar mark texture. | |
| VerticalScrollbarTexture | Vertical scrollbar base texture. | |
| WhiteTexture | Just a plain white texture, used internally. |