StyleManager.instance
public static StyleManager instance { get; }Description#
Gets the current instance of the Style Manager
Usage#
Example
using NullSave.GDTK.UIProusing UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(StyleManager target) { StyleManager result = target.instance; } }