Skip to content

Interactive Objects

mika edited this page Apr 26, 2018 · 2 revisions

Interactive Objects

  • 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
Clone this wiki locally