Beispiel #1
0
 public static bool Delete(TimelineAsset timeline, TimelineClip clip)
 {
     return(timeline.DeleteClip(clip));
 }