add method

add(self, time, value)

Create a new key frame with specified value


def add(self, time, value):
    ...
ParameterTypeDescription
timefloatTime position(measured in seconds)
valuefloatThe value at this time position

add(self, time, value, interpolation)

Create a new key frame with specified value


def add(self, time, value, interpolation):
    ...
ParameterTypeDescription
timefloatTime position(measured in seconds)
valuefloatThe value at this time position
interpolationInterpolationThe interpolation type of this key frame

See Also