‪TechbloxModdingAPI  ‪v2.2.0
‪The unofficial Techblox modding API
TechbloxModdingAPI.Interface.IMGUI Namespace Reference

Classes

class  Button
 ‪A clickable button. This wraps Unity's IMGUI Button. More...
 
class  Constants
 ‪Convenient IMGUI values. More...
 
class  Group
 ‪A group of elements. This wraps Unity's GUILayout Area and GUI Group system. More...
 
class  Image
 ‪An image. This wraps Unity's IMGUI Label. More...
 
class  IMGUIManager
 ‪Keeps track of UIElement instances. This also handles displaying and processing them during the MonoBehaviour.OnGUI phase of screen updates. Most of this functionality is handled implicitly by the included UIElement implementations, but this is left as a public API so it can be expanded. More...
 
class  Label
 ‪A simple text label. This wraps Unity IMGUI's Label. More...
 
class  Text
 ‪A text input field. This wraps Unity's IMGUI TextField and TextArea. More...
 
class  UIElement
 ‪GUI Element like a text field, button or picture. This interface is used to wrap many elements from Unity's IMGUI system. More...