KeyFrame.KeyFrame

KeyFrame constructor

Create a new key frame on specified curve

public KeyFrame(KeyframeSequence curve, double time)
ParameterTypeDescription
curveKeyframeSequenceThe curve that the key frame will be created on
timeDoubleThe time position of the key frame

See Also