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