コード例 #1
0
        public virtual FbxPeripheral GetPeripheral()
        {
            global::System.IntPtr cPtr = fbx_wrapperPINVOKE.FbxDocument_GetPeripheral(swigCPtr);
            FbxPeripheral         ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxPeripheral(cPtr, false);

            return(ret);
        }
コード例 #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FbxPeripheral obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
コード例 #3
0
 public void SetPeripheral(FbxPeripheral pPeripheral)
 {
     fbx_wrapperPINVOKE.FbxDocument_SetPeripheral(swigCPtr, FbxPeripheral.getCPtr(pPeripheral));
 }
コード例 #4
0
 public void SetPeripheral(FbxPeripheral pPeripheral)
 {
     FbxWrapperNativePINVOKE.FbxDocument_SetPeripheral(swigCPtr, FbxPeripheral.getCPtr(pPeripheral));
 }