コード例 #1
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);
        }
コード例 #2
0
 public FbxCharacterLink(FbxCharacterLink pCharacterLink) : this(FbxWrapperNativePINVOKE.new_FbxCharacterLink__SWIG_1(FbxCharacterLink.getCPtr(pCharacterLink)), true)
 {
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }