|
void | CreateLabels (GUIBox box, out List< BaseLabel > label, Rect displayBounds, BaseInteraction interaction) |
|
void | CreateLabelsEditor (GUIBox box, out List< BaseLabel > label, Rect displayBounds, BaseInteraction interaction) |
|
override void | SetData (DataObject data) |
| Sets the variables of the class using a ORKFramework.DataObject. More...
|
|
virtual void | CreateLabels (GUIBox box, out List< BaseLabel > label, Rect displayBounds, Combatant combatant) |
|
virtual void | CreateLabelsEditor (GUIBox box, out List< BaseLabel > label, Rect displayBounds, Combatant combatant) |
|
virtual bool | CheckClick (Combatant owner, Vector2 position, float releasedAfter, ref bool clickConsumed) |
|
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...
|
|