![]() |
ORK Framework
2.31.0
API Documentation
|
Public Member Functions | |
MouseTouchControl (bool active) | |
MouseTouchControl (bool uc, int mc, bool ut, int tc, int cc, MouseTouch mo) | |
void | Clear () |
bool | Active () |
Vector3 | GetLastChange () |
bool | Released () |
bool | Interacted (ref Vector3 point) |
![]() | |
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 | |
bool | useClick = false |
int | mouseClick = 0 |
bool | useTouch = false |
int | touchCount = 1 |
int | clickCount = 1 |
float | timeout = 0 |
bool | allModes = false |
MouseTouch | mode = MouseTouch.Start |