![]() |
Makinom
2.21.0
API Documentation
|
Public Member Functions | |
TextContent (string text) | |
override string | ToString () |
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... | |
void | AddAssetReference (IMakinomGenericAsset asset) |
void | ClearAssetReferences () |
![]() | |
virtual void | EditorAutoSetup (string fieldName) |
Called for the field defined using the settingAutoSetup option of the GamingIsLove.Makinom.EditorInfoAttribute. More... | |
Static Public Member Functions | |
static implicit | operator TextContent (string text) |
static implicit | operator UIText (TextContent text) |
static implicit | operator string (TextContent textContent) |
Public Attributes | |
string | text = "" |
|
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.