示例#1
0
 public void SetMin(FbxLimitsUtilities.EType pType, FbxVector4 pMin)
 {
     FbxWrapperNativePINVOKE.FbxLimitsUtilities_SetMin(swigCPtr, (int)pType, FbxVector4.getCPtr(pMin));
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public void SetDefault(FbxLimitsUtilities.EType pType, FbxVector4 pDefault)
 {
     fbx_wrapperPINVOKE.FbxLimitsUtilities_SetDefault(swigCPtr, (int)pType, FbxVector4.getCPtr(pDefault));
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#3
0
        public FbxVector4 GetDefault(FbxLimitsUtilities.EType pType)
        {
            FbxVector4 ret = new FbxVector4(FbxWrapperNativePINVOKE.FbxLimitsUtilities_GetDefault(swigCPtr, (int)pType), true);

            return(ret);
        }
示例#4
0
        public bool GetEnable(FbxLimitsUtilities.EType pType)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxLimitsUtilities_GetEnable(swigCPtr, (int)pType);

            return(ret);
        }
示例#5
0
 public void SetEnable(FbxLimitsUtilities.EType pType, bool pEnable)
 {
     FbxWrapperNativePINVOKE.FbxLimitsUtilities_SetEnable(swigCPtr, (int)pType, pEnable);
 }
示例#6
0
 public void SetAuto(FbxLimitsUtilities.EType pType, bool pAuto)
 {
     FbxWrapperNativePINVOKE.FbxLimitsUtilities_SetAuto(swigCPtr, (int)pType, pAuto);
 }
        public bool GetAuto(FbxLimitsUtilities.EType pType)
        {
            bool ret = fbx_wrapperPINVOKE.FbxLimitsUtilities_GetAuto(swigCPtr, (int)pType);

            return(ret);
        }
        public FbxVector4 GetMax(FbxLimitsUtilities.EType pType)
        {
            FbxVector4 ret = new FbxVector4(fbx_wrapperPINVOKE.FbxLimitsUtilities_GetMax(swigCPtr, (int)pType), true);

            return(ret);
        }