Exemplo n.º 1
0
 public void SetTangentWeightAndAdjustTangent(FbxAnimCurveDef.EDataIndex pIndex, double pWeight)
 {
     NativeMethods.FbxAnimCurveKey_SetTangentWeightAndAdjustTangent(swigCPtr, (int)pIndex, pWeight);
     if (NativeMethods.SWIGPendingException.Pending)
     {
         throw NativeMethods.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 2
0
 public void SetDataFloat(FbxAnimCurveDef.EDataIndex pIndex, float pValue)
 {
     NativeMethods.FbxAnimCurveKey_SetDataFloat(swigCPtr, (int)pIndex, pValue);
     if (NativeMethods.SWIGPendingException.Pending)
     {
         throw NativeMethods.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 3
0
        public float GetDataFloat(FbxAnimCurveDef.EDataIndex pIndex)
        {
            float ret = NativeMethods.FbxAnimCurveKey_GetDataFloat(swigCPtr, (int)pIndex);

            if (NativeMethods.SWIGPendingException.Pending)
            {
                throw NativeMethods.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemplo n.º 4
0
 public void SetDataFloat(FbxAnimCurveDef.EDataIndex pIndex, float pValue)
 {
     DataFloat[(int)pIndex] = pValue;
 }
Exemplo n.º 5
0
 public float GetDataFloat(FbxAnimCurveDef.EDataIndex pIndex)
 {
     return(DataFloat[(int)pIndex]);
 }
Exemplo n.º 6
0
 public void SetTangentWeightAndAdjustTangent(FbxAnimCurveDef.EDataIndex pIndex, double pWeight)
 {
     SetDataFloat(pIndex, (float)pWeight);
 }
Exemplo n.º 7
0
 public void SetDataFloat(FbxAnimCurveDef.EDataIndex pIndex, float pValue)
 {
     FbxWrapperNativePINVOKE.FbxAnimCurveKey_SetDataFloat(swigCPtr, (int)pIndex, pValue);
 }
Exemplo n.º 8
0
        public float GetDataFloat(FbxAnimCurveDef.EDataIndex pIndex)
        {
            float ret = FbxWrapperNativePINVOKE.FbxAnimCurveKey_GetDataFloat(swigCPtr, (int)pIndex);

            return(ret);
        }
Exemplo n.º 9
0
 public void SetTangentWeightAndAdjustTangent(FbxAnimCurveDef.EDataIndex pIndex, double pWeight)
 {
     FbxWrapperNativePINVOKE.FbxAnimCurveKey_SetTangentWeightAndAdjustTangent(swigCPtr, (int)pIndex, pWeight);
 }
Exemplo n.º 10
0
 public virtual void SetDataFloat(FbxAnimCurveDef.EDataIndex pIndex, float pValue)
 {
     fbx_wrapperPINVOKE.FbxAnimCurveKey_Impl_SetDataFloat(swigCPtr, (int)pIndex, pValue);
 }
Exemplo n.º 11
0
        public virtual float GetDataFloat(FbxAnimCurveDef.EDataIndex pIndex)
        {
            float ret = fbx_wrapperPINVOKE.FbxAnimCurveKey_Impl_GetDataFloat(swigCPtr, (int)pIndex);

            return(ret);
        }
Exemplo n.º 12
0
 public virtual void SetTangentWeightAndAdjustTangent(FbxAnimCurveDef.EDataIndex pIndex, double pWeight)
 {
     fbx_wrapperPINVOKE.FbxAnimCurveKey_Impl_SetTangentWeightAndAdjustTangent(swigCPtr, (int)pIndex, pWeight);
 }