Exemple #1
0
 public FbxAxisSystem.EUpVector GetUpVector(SWIGTYPE_p_int pSign)
 {
     FbxAxisSystem.EUpVector ret = (FbxAxisSystem.EUpVector)fbx_wrapperPINVOKE.FbxAxisSystem_GetUpVector(swigCPtr, SWIGTYPE_p_int.getCPtr(pSign));
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
     return(ret);
 }
Exemple #2
0
 public FbxAxisSystem(FbxAxisSystem.EUpVector pUpVector, FbxAxisSystem.EFrontVector pFrontVector, FbxAxisSystem.ECoordSystem pCoorSystem) : this(fbx_wrapperPINVOKE.new_FbxAxisSystem__SWIG_1((int)pUpVector, (int)pFrontVector, (int)pCoorSystem), true)
 {
 }