コード例 #1
0
ファイル: fbx_wrapper.cs プロジェクト: tank90fc/fbx_wrapper
        public static SWIGTYPE_p_EFbxType FbxTypeOf(SWIGTYPE_p_FbxTransform__EInheritType arg0)
        {
            SWIGTYPE_p_EFbxType ret = new SWIGTYPE_p_EFbxType(fbx_wrapperPINVOKE.FbxTypeOf__SWIG_1(SWIGTYPE_p_FbxTransform__EInheritType.getCPtr(arg0)), true);

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
コード例 #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_FbxTransform__EInheritType obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }