LayerProcGen v0.1.0
Layer-based infinite procedural generation
Loading...
Searching...
No Matches
DebugFoldout

Inherits DebugOption.

Inherited by DebugToggle.

Public Member Functions

override void HandleClick ()
 
virtual void UpdateAnimValue (float delta)
 

Static Public Member Functions

static DebugFoldout Create (string namePath, bool defaultOn=false)
 
static void UpdateAnimValues (float timeDelta)
 

Public Attributes

List< DebugOptionchildren = new List<DebugOption>()
 
DebugFoldout parent
 

Static Public Attributes

static DebugFoldout root = DebugFoldout.CreateRoot()
 

Static Protected Member Functions

static void NotifyUIChanged ()
 

Properties

bool enabledSelf [get, protected set]
 
bool hidden [get, set]
 
string name [get, protected set]
 

Events

static Action UIChanged