Esempio n. 1
0
 public FbxCharacterLink(FbxCharacterLink pCharacterLink) : this(FbxWrapperNativePINVOKE.new_FbxCharacterLink__SWIG_1(FbxCharacterLink.getCPtr(pCharacterLink)), true)
 {
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 2
0
        public FbxCharacterLink assign(FbxCharacterLink pCharacterLink)
        {
            FbxCharacterLink ret = new FbxCharacterLink(FbxWrapperNativePINVOKE.FbxCharacterLink_assign(swigCPtr, FbxCharacterLink.getCPtr(pCharacterLink)), false);

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Esempio n. 3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FbxCharacterLink obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }