clear() | UnigineEditor::Collection | |
create() | UnigineEditor::Collection | static |
getBool(const char *value_name, bool default_value=false) const | UnigineEditor::Collection | |
getFloat(const char *value_name, float default_value=0) const | UnigineEditor::Collection | |
getInt(const char *value_name, int default_value=0) const | UnigineEditor::Collection | |
getNames() const | UnigineEditor::Collection | |
getNames(Unigine::Vector< Unigine::String > &names) const | UnigineEditor::Collection | |
getString(const char *value_name, const char *default_value=nullptr) const | UnigineEditor::Collection | |
hasValue(const char *value_name) const | UnigineEditor::Collection | |
isEmpty() const | UnigineEditor::Collection | |
remove(const char *value_name) | UnigineEditor::Collection | |
setBool(const char *value_name, bool value) | UnigineEditor::Collection | |
setFloat(const char *value_name, float value) | UnigineEditor::Collection | |
setInt(const char *value_name, int value) | UnigineEditor::Collection | |
setString(const char *value_name, const char *value) | UnigineEditor::Collection | |
TYPE enum name | UnigineEditor::Collection | |
TYPE_BOOL enum value | UnigineEditor::Collection | |
TYPE_FLOAT enum value | UnigineEditor::Collection | |
TYPE_INT enum value | UnigineEditor::Collection | |
TYPE_NONE enum value | UnigineEditor::Collection | |
TYPE_STRING enum value | UnigineEditor::Collection | |