Makinom  2.21.0
API Documentation
GamingIsLove.Makinom.AnimationTemplate Class Reference
Inheritance diagram for GamingIsLove.Makinom.AnimationTemplate:
GamingIsLove.Makinom.BaseIndexData GamingIsLove.Makinom.BaseData GamingIsLove.Makinom.IBaseData

Public Member Functions

 AnimationTemplate (string name)
 
AnimInfo Play (DataCall call)
 
void Stop (DataCall call)
 
- Public Member Functions inherited from GamingIsLove.Makinom.BaseIndexData
 BaseIndexData (string guid)
 
virtual void GenerateGUID ()
 
override void SetData (DataObject data)
 Sets the variables of the class using a GamingIsLove.Makinom.DataObject. More...
 
override DataObject GetData ()
 Gets a GamingIsLove.Makinom.DataObject representing the class. More...
 
virtual string GetEditorPopupName (bool addType)
 
- Public Member Functions inherited from GamingIsLove.Makinom.BaseData
virtual void EditorAutoSetup (string fieldName)
 Called for the field defined using the settingAutoSetup option of the GamingIsLove.Makinom.EditorInfoAttribute. More...
 

Public Attributes

string name = ""
 
bool useLegacy = false
 
LegacyAnimation legacy
 
bool useMecanim = false
 
MecanimAnimation mecanim
 
bool useCustom = false
 
CustomAnimation custom
 

Properties

override string EditorName [get, set]
 
- Properties inherited from GamingIsLove.Makinom.BaseIndexData
virtual string GUID [get, set]
 
virtual int ID [get, set]
 
abstract string EditorName [get, set]
 
virtual string DataName [get]
 

Additional Inherited Members

- Protected Attributes inherited from GamingIsLove.Makinom.BaseIndexData
int realID = 0
 
string guid = System.Guid.NewGuid().ToString()