コード例 #1
0
 public FbxAxisSystem.ECoordSystem GetCoorSystem()
 {
     FbxAxisSystem.ECoordSystem ret = (FbxAxisSystem.ECoordSystem)NativeMethods.FbxAxisSystem_GetCoorSystem(swigCPtr);
     if (NativeMethods.SWIGPendingException.Pending)
     {
         throw NativeMethods.SWIGPendingException.Retrieve();
     }
     return(ret);
 }
コード例 #2
0
 public FbxAxisSystem(EUpVector pUpVector, EFrontVector pFrontVector, FbxAxisSystem.ECoordSystem pCoorSystem) : this(NativeMethods.new_FbxAxisSystem__SWIG_1((int)pUpVector, (int)pFrontVector, (int)pCoorSystem), true)
 {
 }
コード例 #3
0
 public FbxAxisSystem.ECoordSystem GetCoorSystem()
 {
     FbxAxisSystem.ECoordSystem ret = (FbxAxisSystem.ECoordSystem)fbx_wrapperPINVOKE.FbxAxisSystem_GetCoorSystem(swigCPtr);
     return(ret);
 }
コード例 #4
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)
 {
 }
コード例 #5
0
 public FbxAxisSystem.ECoordSystem GetCoorSystem()
 {
     FbxAxisSystem.ECoordSystem ret = (FbxAxisSystem.ECoordSystem)FbxWrapperNativePINVOKE.FbxAxisSystem_GetCoorSystem(swigCPtr);
     return(ret);
 }