Void
KeyframeAnimationUtility
.ModifySubframeCount(Int32 keyframeIndex, Int32 newSubframeCount)
Modifies the subframe count of the keyframe.
Remarks
Examples
Parameters
keyframeIndex
Type: Int32
The zero-based index of the keyframe that is to be modified.
newSubframeCount
Type: Int32
The new number of subframes between this keyframe and the next keyframe.
Return Value
Type: Void