Wiki

Case Status
Log In

Wiki

 
Home ยป API Reference»PlayMakerGUI
Index
Navigation
Community Wiki

PlayMakerGUI

HutongGames.PlayMaker.PlayMakerGUI : UnityEngine.MonoBehaviour

MonoBehaviour responsible for all PlayMaker OnGUI calls. 

This component massively improves the performance of Unity OnGUI calls. Ordinarily there is a setup cost for every MonoBehaviour that uses OnGUI. With PlayMakerGUI, all OnGUI calls are batched in one OnGUI call.

This class uses the Singleton pattern so there is only one instance in the scene.

Properties
static PlayMakerGUI Instance { get; }

The single instance of PlayMakerGUI in the scene (Singleton Pattern)

static GUISkin GUISkin { get; set; }

The GUI Skin used by OnGUI.

Used by Set GUI Skin action.

 

See Also:

 

Tags:

Last modified on 12/31/2015 3:32 PM by User.

  • RSS Feed