![]() |
Makinom
2.21.0
API Documentation
|
Public Member Functions | |
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) |
![]() | |
virtual void | EditorAutoSetup (string fieldName) |
Called for the field defined using the settingAutoSetup option of the GamingIsLove.Makinom.EditorInfoAttribute. More... | |
Protected Attributes | |
int | realID = 0 |
string | guid = System.Guid.NewGuid().ToString() |
Properties | |
virtual string | GUID [get, set] |
virtual int | ID [get, set] |
abstract string | EditorName [get, set] |
virtual string | DataName [get] |
|
virtual |
Gets a GamingIsLove.Makinom.DataObject representing the class.
Reimplemented from GamingIsLove.Makinom.BaseData.
|
virtual |
Sets the variables of the class using a GamingIsLove.Makinom.DataObject.
data | GamingIsLove.Makinom.DataObject containing the data. |
Reimplemented from GamingIsLove.Makinom.BaseData.
Reimplemented in GamingIsLove.Makinom.GlobalMachine, GamingIsLove.Makinom.CameraPosition, and GamingIsLove.Makinom.UILayerSetting.