示例#1
0
        public SWIGTYPE_p_FbxVideo GetVideo(int pIndex)
        {
            global::System.IntPtr cPtr = fbx_wrapperPINVOKE.FbxScene_GetVideo(swigCPtr, pIndex);
            SWIGTYPE_p_FbxVideo   ret  = (cPtr == global::System.IntPtr.Zero) ? null : new SWIGTYPE_p_FbxVideo(cPtr, false);

            return(ret);
        }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_FbxVideo obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
示例#3
0
        public bool RemoveVideo(SWIGTYPE_p_FbxVideo pVideo)
        {
            bool ret = fbx_wrapperPINVOKE.FbxScene_RemoveVideo(swigCPtr, SWIGTYPE_p_FbxVideo.getCPtr(pVideo));

            return(ret);
        }