Esempio n. 1
0
        public static SWIGTYPE_p_FbxTimeModeObject FbxGetGlobalTimeModeObject()
        {
            global::System.IntPtr        cPtr = fbx_wrapperPINVOKE.FbxGetGlobalTimeModeObject();
            SWIGTYPE_p_FbxTimeModeObject ret  = (cPtr == global::System.IntPtr.Zero) ? null : new SWIGTYPE_p_FbxTimeModeObject(cPtr, false);

            return(ret);
        }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_FbxTimeModeObject obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }