Sequine - Scripting API
Calcatz.CookieCutter.AsyncUtility Class Reference

Static Public Member Functions

static void RegisterOnExitPlayMode (System.Action _action)
 Only call this using #if UNITY_EDITOR. The registered action will be invoked once, and removed immediately. More...
 

Static Public Attributes

static UnityEditor.PlayModeStateChange editor_lastStateChange
 

Member Function Documentation

◆ RegisterOnExitPlayMode()

static void Calcatz.CookieCutter.AsyncUtility.RegisterOnExitPlayMode ( System.Action  _action)
static

Only call this using #if UNITY_EDITOR. The registered action will be invoked once, and removed immediately.

Parameters
_action

Member Data Documentation

◆ editor_lastStateChange

UnityEditor.PlayModeStateChange Calcatz.CookieCutter.AsyncUtility.editor_lastStateChange
static