Contents

getKeyframeValue(for:)

Gets the value for a keyframe in the sequence.

Declaration

func getKeyframeValue(for index: Int) -> Any

Parameters

  • index:

    The index of the keyframe.

Return Value

The value object for the keyframe.

See Also

Sequence Information