KeyframeSequence.Add

Add(double, float)

Create a new key frame with specified value

public void Add(double time, float value)
ParameterTypeDescription
timeDoubleTime position(measured in seconds)
valueSingleThe value at this time position

See Also


Add(double, float, Interpolation)

Create a new key frame with specified value

public void Add(double time, float value, Interpolation interpolation)
ParameterTypeDescription
timeDoubleTime position(measured in seconds)
valueSingleThe value at this time position
interpolationInterpolationThe interpolation type of this key frame

See Also