GUIButton

From Virtual World Web Wiki
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()