-
Notifications
You must be signed in to change notification settings - Fork 2
Interactive Objects
mika edited this page Apr 26, 2018
·
2 revisions
-
void CreateButton(string id, string buttonText, float x, float y, float z)
- creates button
-
void CreateButton(string id, string buttonText)
- creates button
-
void SetButtonText(string id, string buttonText)
- sets button text
-
void CreateToggleButton(string id, string buttonText, float x, float y, float z)
- creates button with checkbox toggle
-
void CreateToggleButton(string id, string buttonText)
- creates button with checkbox toggle
-
void SetToggleButton(string id, bool state)
- sets checkbox state