Method SetIntData
SetIntData(string, SplineData<int>)
Set the SplineData<T> for .
Declaration
public void SetIntData(string key, SplineData<int> value)
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. |
SplineData<int> | value | The SplineData<T> to set. This value will be copied. |