예제 #1
0
 public static HandleRef getCPtr(CSTimeline obj)
 {
     return(obj == null ? new HandleRef((object)null, IntPtr.Zero) : obj.swigCPtr);
 }
예제 #2
0
 public virtual void RemoveTimeline(CSTimeline timeline)
 {
     CocoStudioEngineAdapterPINVOKE.CSTimelineAction_RemoveTimeline(this.swigCPtr, CSTimeline.getCPtr(timeline));
 }