| 701 | | ColorRGB | 0 | The CompositeValueCurve will animate children of type
FloatCurve named "R", "G", and "B" to animate the
corresponding components of the Color3 value returned by the
method CompositeValueCurve:GetValueAtTime(). |
| 701 | | ColorHSV | 1 | The CompositeValueCurve will animate children of type
FloatCurve named "H", "S", and "V" to animate hue,
saturation, and value of a color that will be converted to RGB before
returning a Color3 value from the method
CompositeValueCurve:GetValueAtTime(). |
| 701 | | NumberRange | 2 | The CompositeValueCurve will animate children of type
FloatCurve named "Min" and "Max" to animate the corresponding
components of the NumberRange value returned by the method
CompositeValueCurve:GetValueAtTime(). |
| 701 | | Rect | 3 | The CompositeValueCurve will animate children of type
FloatCurve named "MinX", "MaxX", "MinY", and "MaxY" to
animate the corresponding components of the Rect value returned
by the method CompositeValueCurve:GetValueAtTime(). |
| 701 | | UDim | 4 | The CompositeValueCurve will animate children of type
FloatCurve named "Scale" and "Offset" to animate the
corresponding components of the UDim value returned by the
method CompositeValueCurve:GetValueAtTime(). |
| 701 | | UDim2 | 5 | The CompositeValueCurve will animate children of type
FloatCurve named "ScaleX", "OffsetX", "ScaleY", and
"OffsetY" to animate the corresponding components of the
UDim2 value returned by the method
CompositeValueCurve:GetValueAtTime(). |
| 701 | | Vector2 | 6 | The CompositeValueCurve will animate children of type
FloatCurve named "X" and "Y" to animate the corresponding
components of the Vector2 value returned by the method
CompositeValueCurve:GetValueAtTime(). |
| 701 | | Vector3 | 7 | The CompositeValueCurve will animate children of type
FloatCurve named "X", "Y", and "Z" to animate the
corresponding components of the Vector3 value returned by the
method CompositeValueCurve:GetValueAtTime(). |