|
| AnimationSetting (string name) |
|
void | LegacyInit (Combatant combatant, Animation animation) |
|
bool | LegacyPlay (out AnimInfo info, Animation animation, int typeID, Combatant user, bool randomFirstTime) |
|
bool | LegacyStop (Animation animation, int typeID, Combatant user) |
|
bool | LegacyGetDuration (ref float duration, Animation animation, int typeID, Combatant user) |
|
void | MecanimInit (Combatant combatant, Animator animator, ref string horizontalParameter, ref string verticalParameter, ref MecanimAutoRotationParameter xParameter, ref MecanimAutoRotationParameter yParameter, ref MecanimAutoRotationParameter zParameter) |
|
bool | MecanimPlay (out AnimInfo info, Animator animator, int typeID, bool randomFirstTime) |
|
bool | MecanimStop (Animator animator, int typeID) |
|
void | CheckMecanimStates (Animator animator) |
|
bool | MecanimGetDuration (ref float duration, Animator animator, int typeID) |
|
void | CustomInit (Component behaviour) |
|
bool | CustomPlay (out AnimInfo info, Component behaviour, int typeID) |
|
bool | CustomStop (Component behaviour, int typeID) |
|
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...
|
|