DemiLib
A collection of Demigiant's utility libraries for Unity (https://github.com/Demigiant/demilib)
DG.DemiEditor.DeEditorUtils Class Reference

Static Public Member Functions

static void ClearAllDelayedCalls ()
 
static void ClearDelayedCall (DelayedCall call)
 
static DelayedCall DelayedCall (float delay, Action callback)
 Calls the given action after the given delay More...
 
static Vector2 GetGameViewSize ()
 Return the size of the editor game view, eventual extra bars excluded (meaning the true size of the game area) More...
 

Member Function Documentation

static void DG.DemiEditor.DeEditorUtils.ClearAllDelayedCalls ( )
static
static void DG.DemiEditor.DeEditorUtils.ClearDelayedCall ( DelayedCall  call)
static
static DelayedCall DG.DemiEditor.DeEditorUtils.DelayedCall ( float  delay,
Action  callback 
)
static

Calls the given action after the given delay

static Vector2 DG.DemiEditor.DeEditorUtils.GetGameViewSize ( )
static

Return the size of the editor game view, eventual extra bars excluded (meaning the true size of the game area)

Returns

The documentation for this class was generated from the following file: