Example #1
0
 /// <summary>
 /// Removes a keyframe
 /// </summary>
 /// <param name="index">Index where the keyframe will be removed</param>
 /// <param name="removeLink">States if the connection to the metadata file should be removed too</param>
 public static void RemoveKeyframe(int index, bool removeLink)
 {
     CurrentProject.RemoveKeyframe(index, removeLink);
 }