LayerProcGen v0.4.0
Layer-based infinite procedural generation
Loading...
Searching...
No Matches
DebugButton

Inherits DebugOption.

Public Member Functions

int CompareTo (DebugOption other)
override void HandleClick ()
virtual void UpdateAnimValue (float delta)

Static Public Member Functions

static DebugButton Create (string namePath, Action callback=null)
static void UpdateAnimValues (float timeDelta)

Public Attributes

DebugFoldout parent

Static Public Attributes

static DebugFoldout root = DebugFoldout.CreateRoot()

Static Protected Member Functions

static void NotifyUIChanged ()

Properties

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

Events

Action Callback
static Action UIChanged