VectorPoint
Represents a keyframe point in an animation timeline.
This record holds the value of a vector (position, rotation, or scale) at a specific time, along with interpolation information to create smooth transitions between keyframes.
Since
1.15.2
Parameters
function
a function to get the vector value, which may be dynamic (e.g., based on Molang expressions)
time
the time of this keyframe in seconds
bezier
the bezier curve configuration for interpolation, if applicable
interpolator
the interpolation method to use (e.g., linear, bezier, catmull-rom)