Show / Hide Table of Contents

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 OnCustomGUIAvailable
Returns
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 .
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾