Makinom  2.21.0
API Documentation
GamingIsLove.Makinom.SelectedDataOrigin< T > Class Template Reference
Inheritance diagram for GamingIsLove.Makinom.SelectedDataOrigin< T >:
GamingIsLove.Makinom.BaseData GamingIsLove.Makinom.IBaseData GamingIsLove.Makinom.SelectedData< T >

Public Member Functions

override void SetData (DataObject data)
 Sets the variables of the class using a GamingIsLove.Makinom.DataObject. More...
 
bool IsSameObject (T check)
 
override bool Equals (object obj)
 
List< SelectedDataHandlerGetHandlers (IDataCall call)
 
void GetHandlers (IDataCall call, ref List< SelectedDataHandler > handlers)
 
void Clear (IDataCall call)
 
void Clear (IDataCall call, string selectedKey)
 
int GetCount (IDataCall call, string selectedKey)
 
List< object > GetSelectedData (IDataCall call, string selectedKey)
 
object GetSelectedDataSingle (IDataCall call, string selectedKey)
 
GetSelectedDataSingle< D > (IDataCall call, string selectedKey, GetSelectedDataSingle< D > getFunction)
 
List< D > GetSelectedData< D > (IDataCall call, string selectedKey, GetSelectedData< D > getFunction)
 
void GetSelectedData< D > (ref List< D > list, IDataCall call, string selectedKey, GetSelectedData< D > getFunction)
 
void Change (IDataCall call, string selectedKey, object data, ListChangeType changeType)
 
override string ToString ()
 
- Public Member Functions inherited from GamingIsLove.Makinom.BaseData
virtual DataObject GetData ()
 Gets a GamingIsLove.Makinom.DataObject representing the class. More...
 
virtual void EditorAutoSetup (string fieldName)
 Called for the field defined using the settingAutoSetup option of the GamingIsLove.Makinom.EditorInfoAttribute. More...
 

Public Attributes

SelectedDataOriginType origin = SelectedDataOriginType.Local
 
fromObject
 
ComponentScope objectScope = ComponentScope.InChildren
 
StringValue< T > objectID
 

Member Function Documentation

◆ SetData()

override void GamingIsLove.Makinom.SelectedDataOrigin< T >.SetData ( DataObject  data)
virtual

Sets the variables of the class using a GamingIsLove.Makinom.DataObject.

Parameters
dataGamingIsLove.Makinom.DataObject containing the data.

Reimplemented from GamingIsLove.Makinom.BaseData.