Class FbxAnimCurveKey
Inheritance
FbxAnimCurveKey
Syntax
public class FbxAnimCurveKey : IDisposable
Fields
swigCMemOwn
Declaration
protected bool swigCMemOwn
Field Value
Methods
Dispose()
Declaration
public virtual void Dispose()
GetBreak()
Declaration
Returns
GetDataFloat(FbxAnimCurveDef.EDataIndex)
Declaration
public float GetDataFloat(FbxAnimCurveDef.EDataIndex pIndex)
Parameters
Returns
GetTangentMode()
Declaration
public FbxAnimCurveDef.ETangentMode GetTangentMode()
Returns
GetTangentMode(Boolean)
Declaration
public FbxAnimCurveDef.ETangentMode GetTangentMode(bool pIncludeOverrides)
Parameters
Type |
Name |
Description |
Boolean |
pIncludeOverrides |
|
Returns
GetTangentVelocityMode()
Declaration
public FbxAnimCurveDef.EVelocityMode GetTangentVelocityMode()
Returns
GetTangentVisibility()
Declaration
public FbxAnimCurveDef.ETangentVisibility GetTangentVisibility()
Returns
GetTangentWeightMode()
Declaration
public FbxAnimCurveDef.EWeightedMode GetTangentWeightMode()
Returns
SetBreak(Boolean)
Declaration
public void SetBreak(bool pVal)
Parameters
SetDataFloat(FbxAnimCurveDef.EDataIndex, Single)
Declaration
public void SetDataFloat(FbxAnimCurveDef.EDataIndex pIndex, float pValue)
Parameters
SetTangentMode(FbxAnimCurveDef.ETangentMode)
Declaration
public void SetTangentMode(FbxAnimCurveDef.ETangentMode pTangentMode)
Parameters
SetTangentVelocityMode(FbxAnimCurveDef.EVelocityMode)
Declaration
public void SetTangentVelocityMode(FbxAnimCurveDef.EVelocityMode pTangentVelocityMode)
Parameters
SetTangentVelocityMode(FbxAnimCurveDef.EVelocityMode, FbxAnimCurveDef.EVelocityMode)
Declaration
public void SetTangentVelocityMode(FbxAnimCurveDef.EVelocityMode pTangentVelocityMode, FbxAnimCurveDef.EVelocityMode pMask)
Parameters
SetTangentVisibility(FbxAnimCurveDef.ETangentVisibility)
Declaration
public void SetTangentVisibility(FbxAnimCurveDef.ETangentVisibility pVisibility)
Parameters
SetTangentWeightAndAdjustTangent(FbxAnimCurveDef.EDataIndex, Double)
Declaration
public void SetTangentWeightAndAdjustTangent(FbxAnimCurveDef.EDataIndex pIndex, double pWeight)
Parameters
SetTangentWeightMode(FbxAnimCurveDef.EWeightedMode)
Declaration
public void SetTangentWeightMode(FbxAnimCurveDef.EWeightedMode pTangentWeightMode)
Parameters
SetTangentWeightMode(FbxAnimCurveDef.EWeightedMode, FbxAnimCurveDef.EWeightedMode)
Declaration
public void SetTangentWeightMode(FbxAnimCurveDef.EWeightedMode pTangentWeightMode, FbxAnimCurveDef.EWeightedMode pMask)
Parameters