Coherent UI for Unity3D  2.5.3
A modern user interface library for games
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Coherent.UI.Button Class Reference

Describes a button in a CoherentUIMenu instance More...

Public Member Functions

void Initialize (CoherentUIMenu owner)
 Initialize this button More...
 

Public Attributes

string Label
 The label of the button More...
 
bool Disabled
 Where the button is enabled or disabled. Currently this property cannot be changed More...
 
ButtonHandler Click
 Specifies handler for the click event of the button More...
 

Detailed Description

Describes a button in a CoherentUIMenu instance

Member Function Documentation

void Coherent.UI.Button.Initialize ( CoherentUIMenu  owner)
inline

Initialize this button

Parameters
ownerthe menu which contains this button

Member Data Documentation

ButtonHandler Coherent.UI.Button.Click

Specifies handler for the click event of the button

bool Coherent.UI.Button.Disabled

Where the button is enabled or disabled. Currently this property cannot be changed

string Coherent.UI.Button.Label

The label of the button