|
| DefenceAttributesSettings (ORKProjectAsset project) |
|
override void | SetRealIDs () |
| Sets the RealID values (indexes). More...
|
|
override int | Add () |
| Adds new data. More...
|
|
override int | Copy (int index) |
| Creates a copy of the data with the specified index. More...
|
|
DefenceAttributeSetting | GetCopy (int index) |
|
override void | Remove (int index) |
| Removes the data with the specified index. More...
|
|
DefenceAttributeSetting | Get (int index) |
|
DefenceSubAttribute | Get (int index, int index2) |
|
override void | Move (int index, bool down) |
| Moves the data with the specified index. More...
|
|
override string | GetName (int index) |
| Gets the name of a data. More...
|
|
override string[] | GetNames (bool addIndex) |
| Gets a list of names of all data. More...
|
|
string | GetName (int index, int index2) |
|
string[] | GetNames (int index, bool addIndex) |
|
int | AttributeCount (int index) |
|
override string | GetDescription (int index) |
| Gets the description. More...
|
|
string | GetDescription (int index, int index2) |
|
override Texture | GetIcon (int index) |
| Gets the icon of a data. More...
|
|
Texture | GetIcon (int index, int index2) |
|
GUIContent | GetContent (int index, int index2) |
|
GUIContent | GetContent (int index) |
| Gets the GUIContent of a data. More...
|
|
override void | DataAdded (ORKDataType type, int index) |
| Automatic data updated function when adding new data. More...
|
|
override void | DataRemoved (ORKDataType type, int index, int index2) |
| Automatic data update function when removing data. More...
|
|
override void | DataMoved (ORKDataType type, bool down, int index, int index2) |
| Automatic data update function when moving data. More...
|
|
override void | DataLoaded () |
| Called after loading the project data of all settings. Handles final data checks. More...
|
|
virtual void | LoadProject (ORKProjectAsset project) |
| Loads the settings found in the ORK Project asset. More...
|
|
virtual void | GetSaveData (ref Dictionary< string, ORKDataFile > list, bool encrypt) |
| Gets the save data. More...
|
|
virtual void | GetLoadData (ref Dictionary< string, ORKDataFile > list, ORKProjectAsset project) |
| Gets the load data from the ORK Project asset. More...
|
|
virtual void | GetGameVariables (ref List< string > list) |
| Gets the game variables found in this settings. More...
|
|
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...
|
|
void | SetRealIDs (BaseIndexData[] d) |
| Sets the RealID values (indexes) of the data. More...
|
|