Exemple #1
0
 public virtual void InsertFrame(int index, CSTimelineFrame frame)
 {
     CocoStudioEngineAdapterPINVOKE.CSTimeline_InsertFrame(this.swigCPtr, index, CSTimelineFrame.getCPtr(frame));
 }
Exemple #2
0
 public virtual void RemoveFrame(CSTimelineFrame frame)
 {
     CocoStudioEngineAdapterPINVOKE.CSTimeline_RemoveFrame(this.swigCPtr, CSTimelineFrame.getCPtr(frame));
 }
Exemple #3
0
 public virtual void OnEnter(CSTimelineFrame nextFrame)
 {
     CocoStudioEngineAdapterPINVOKE.CSTimelineFrame_OnEnter(this.swigCPtr, CSTimelineFrame.getCPtr(nextFrame));
 }