Exemple #1
0
 public ClipWrapper(Clip action, ITimeline timelineEditorBase)
 {
     editor      = timelineEditorBase;
     this.action = action;
 }