예제 #1
0
        public new static FbxObjectMetaData Create(FbxObject pContainer, string pName)
        {
            global::System.IntPtr cPtr = FbxWrapperNativePINVOKE.FbxObjectMetaData_Create__SWIG_1(FbxObject.getCPtr(pContainer), pName);
            FbxObjectMetaData     ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxObjectMetaData(cPtr, false);

            return(ret);
        }
예제 #2
0
        public new static FbxObjectMetaData Create(FbxManager pManager, string pName)
        {
            global::System.IntPtr cPtr = fbx_wrapperPINVOKE.FbxObjectMetaData_Create__SWIG_0(FbxManager.getCPtr(pManager), pName);
            FbxObjectMetaData     ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxObjectMetaData(cPtr, false);

            return(ret);
        }
예제 #3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FbxObjectMetaData obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }