![]() |
ORK Framework
2.30.2
API Documentation
|
Public Member Functions | |
ChoiceContent [] | CreateButtons (int change, GUIBox box, Rect bounds, out Vector2 horizontalSize) |
ChoiceContent [] | CreateButtons (float change, GUIBox box, Rect bounds, out Vector2 horizontalSize) |
int | ShowButtons (GUIBox box, ChoiceContent[] button, float[] timeout) |
![]() | |
virtual DataObject | GetData () |
Gets a ORKFramework.DataObject representing the class. More... | |
virtual void | SetData (DataObject data) |
Sets the variables of the class using a ORKFramework.DataObject. More... | |
virtual void | EditorAutoSetup (string fieldName) |
Called for all fields using the autoSetup option of the ORKFramework.ORKEditorLayoutAttribute. More... | |
Public Attributes | |
NumberInputType | type = NumberInputType.Slider |
ContentButton | increase |
ContentButton | decrease |
Properties | |
bool | IsButtons [get] |