![]() |
ORK Framework
2.31.0
API Documentation
|
Public Member Functions | |
override void | SetData (DataObject data) |
Sets the variables of the class using a ORKFramework.DataObject. More... | |
void | Highlight (GameObject gameObject, ref GameObject cursorObject) |
void | StopHighlight (GameObject gameObject, ref GameObject cursorObject) |
![]() | |
virtual DataObject | GetData () |
Gets a ORKFramework.DataObject representing the class. More... | |
virtual void | EditorAutoSetup (string fieldName) |
Called for all fields using the autoSetup option of the ORKFramework.ORKEditorLayoutAttribute. More... | |
Public Attributes | |
bool | useCursor = false |
AssetSource< GameObject > | cursorPrefab |
MountSettings | cursorMount = new MountSettings() |
bool | useBlink = false |
bool | blinkChildren = true |
FadeColorSettings | blink |
bool | useBlinkHUD = false |
FadeColorSettings | blinkHUD |
|
virtual |
Sets the variables of the class using a ORKFramework.DataObject.
data | ORKFramework.DataObject containing the data. |
Reimplemented from ORKFramework.BaseData.