Method RemoveObjectData
RemoveObjectData(string)
Remove a SplineData<T> value.
Declaration
public bool RemoveObjectData(string key)
Parameters
Type | Name | Description |
---|---|---|
string | key | The string key value to search for. Only one instance of a key value can exist in an embedded SplineData<T> collection, however keys are unique to each data type. The same key can be re-used to store float data and Object data. |
Returns
Type | Description |
---|---|
bool | Returns true if a matching SplineData<T> key value pair was found and removed, or false if no match was found. |