getKeyframeValue(for:)
Gets the value for a keyframe in the sequence.
Declaration
func getKeyframeValue(for index: Int) -> AnyParameters
- index:
The index of the keyframe.
Return Value
The value object for the keyframe.
Gets the value for a keyframe in the sequence.
func getKeyframeValue(for index: Int) -> AnyThe index of the keyframe.
The value object for the keyframe.