GUISkinExtensions¶
Namespace:
SideXP.Core
Extension functions for GUISkin instances.
Methods¶
FindStyle(GUISkin, string, GUIStyle)¶
Finds a style on this GUISkin asset.
Parameters
skin: TheGUISkinon which you want to find the style.styleName: The name of the style you want to find.fallbackStyle: The default style to use if the named style can't be found in theGUISkinasset.
Returns
Returns the found style, or the given fallback if the named style doesn't exist on the GUISkin asset.