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