GUIButton

From Virtual World Web Wiki
Revision as of 17:18, 19 November 2018 by Spark5 (Talk | contribs) (Documentation for the GUIButton class)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

A component representing a clickable button

Remarks [edit]

Properties

bool Enabled {get; set;}
GUIImageBox Icon {get;}
Reference to the icon Imagebox on the button
bool RaycastMask {get; set;}
Whether this button should mask its hit area

Events

Click()
Event fired when the user clicks the button
RightClick()