示例#1
0
 public virtual void RemoveFrame(CSTimelineFrame frame)
 {
     CocoStudioEngineAdapterPINVOKE.CSTimeline_RemoveFrame(this.swigCPtr, CSTimelineFrame.getCPtr(frame));
 }
示例#2
0
 public virtual void OnEnter(CSTimelineFrame nextFrame)
 {
     CocoStudioEngineAdapterPINVOKE.CSTimelineFrame_OnEnter(this.swigCPtr, CSTimelineFrame.getCPtr(nextFrame));
 }
示例#3
0
 public virtual void InsertFrame(int index, CSTimelineFrame frame)
 {
     CocoStudioEngineAdapterPINVOKE.CSTimeline_InsertFrame(this.swigCPtr, index, CSTimelineFrame.getCPtr(frame));
 }
示例#4
0
 public static HandleRef getCPtr(CSTimelineFrame obj)
 {
     return(obj == null ? new HandleRef((object)null, IntPtr.Zero) : obj.swigCPtr);
 }