Event OnCustomGUIAvailable
Event that gets fired every time the Unity scene changed and new CustomGUI 
objects were created. Subscribe to this event to create your custom GUI objects
and add them as a child to either CustomGUIFront or CustomGUIBack.
Namespace: Jotunn.Managers
Assembly: Jotunn.dll
Syntax
public static event Action OnCustomGUIAvailableReturns
| Type | Description | 
|---|---|
| Action | Event that gets fired every time the Unity scene changed and new CustomGUI objects were created. Subscribe to this event to create your custom GUI objects and add them as a child to either or . |