OptionalisInternalConstructor: booleanReturns a hash value that may be used for checking if any internal settings were modified.
Deletes all key/value pairs.
Deletes a key with the specified name.
Returns the boolean point value of the specified key, or the default value if such key cannot be found.
OptionaldefaultValue: booleanReturns the floating point value of the specified key, or the default value if such key cannot be found.
OptionaldefaultValue: numberReturns the integer point value of the specified key, or the default value if such key cannot be found.
OptionaldefaultValue: numberRetrieves a generic object property.
Value of the property if it exists, otherwise returns the given default value. Returns null if the type of the stored object doesn't match the requested type.
Returns the string point value of the specified key, or the default value if such key cannot be found.
OptionaldefaultValue: stringReturns true if the key with the specified name exists.
Marks the object as dirty.
Flags specifying what kind of member was changed.
Allows modifying this object multiple times in a row in a scope, without marking the object dirty immediately. Dirty flags are accumulated and the object is marked dirty at the end.
The scope where the object is modified.
Adds or updates a property key/value pair with a boolean value.
Adds or updates a property key/value pair with a floating point value.
Adds or updates a property key/value pair with a signed integer value.
Sets a generic object property. Any object marked with the serializedObject attribute can be provided, excluding components and resources.
Name to record the property under.
Value of the property.
Adds or updates a property key/value pair with a string value.
Contains a serializable set of generic key-value pairs.