new UIStyle
Creates a new style object; do not use directly.
constructor(name: string, BaseClass: Function)
Notes
- This constructor is used by the renderer to declare each style once, and doesn’t need to be used otherwise.
Related
- class UIStyleA class that defines a set of styles that can be applied to UI components.