docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class FbxAnimCurve

    Inheritance
    object
    FbxEmitter
    FbxObject
    FbxAnimCurveBase
    FbxAnimCurve
    Implements
    IDisposable
    IEquatable<FbxEmitter>
    Inherited Members
    FbxAnimCurveBase.KeyClear()
    FbxAnimCurveBase.KeyGetCount()
    FbxAnimCurveBase.KeyGetTime(int)
    FbxAnimCurveBase.KeySetTime(int, FbxTime)
    FbxAnimCurveBase.Equals(FbxAnimCurveBase)
    FbxObject.GetFbxManager()
    FbxObject.GetScene()
    FbxObject.Destroy(bool)
    FbxObject.Destroy()
    FbxObject.SetName(string)
    FbxObject.GetName()
    FbxObject.GetNameWithoutNameSpacePrefix()
    FbxObject.SetInitialName(string)
    FbxObject.GetInitialName()
    FbxObject.GetNameSpaceOnly()
    FbxObject.SetNameSpace(string)
    FbxObject.StripPrefix(string)
    FbxObject.GetSelected()
    FbxObject.SetSelected(bool)
    FbxObject.ConnectSrcObject(FbxObject, FbxConnection.EType)
    FbxObject.ConnectSrcObject(FbxObject)
    FbxObject.IsConnectedSrcObject(FbxObject)
    FbxObject.DisconnectSrcObject(FbxObject)
    FbxObject.GetSrcObjectCount()
    FbxObject.GetSrcObject(int)
    FbxObject.GetSrcObject()
    FbxObject.FindSrcObject(string, int)
    FbxObject.FindSrcObject(string)
    FbxObject.ConnectDstObject(FbxObject, FbxConnection.EType)
    FbxObject.ConnectDstObject(FbxObject)
    FbxObject.IsConnectedDstObject(FbxObject)
    FbxObject.DisconnectDstObject(FbxObject)
    FbxObject.GetDstObjectCount()
    FbxObject.GetDstObject(int)
    FbxObject.GetDstObject()
    FbxObject.FindDstObject(string, int)
    FbxObject.FindDstObject(string)
    FbxObject.GetFirstProperty()
    FbxObject.GetNextProperty(FbxProperty)
    FbxObject.FindProperty(string, bool)
    FbxObject.FindProperty(string)
    FbxObject.FindProperty(string, FbxDataType, bool)
    FbxObject.FindProperty(string, FbxDataType)
    FbxObject.FindPropertyHierarchical(string, bool)
    FbxObject.FindPropertyHierarchical(string)
    FbxObject.FindPropertyHierarchical(string, FbxDataType, bool)
    FbxObject.FindPropertyHierarchical(string, FbxDataType)
    FbxObject.GetClassRootProperty()
    FbxObject.ConnectSrcProperty(FbxProperty)
    FbxObject.IsConnectedSrcProperty(FbxProperty)
    FbxObject.DisconnectSrcProperty(FbxProperty)
    FbxObject.GetSrcPropertyCount()
    FbxObject.GetSrcProperty(int)
    FbxObject.GetSrcProperty()
    FbxObject.FindSrcProperty(string, int)
    FbxObject.FindSrcProperty(string)
    FbxObject.ConnectDstProperty(FbxProperty)
    FbxObject.IsConnectedDstProperty(FbxProperty)
    FbxObject.DisconnectDstProperty(FbxProperty)
    FbxObject.GetDstPropertyCount()
    FbxObject.GetDstProperty(int)
    FbxObject.GetDstProperty()
    FbxObject.FindDstProperty(string, int)
    FbxObject.FindDstProperty(string)
    FbxObject.AddImplementation(FbxImplementation)
    FbxObject.RemoveImplementation(FbxImplementation)
    FbxObject.HasDefaultImplementation()
    FbxObject.GetDefaultImplementation()
    FbxObject.SetDefaultImplementation(FbxImplementation)
    FbxObject.Equals(FbxObject)
    FbxObject.ToString()
    FbxEmitter.swigCPtr
    FbxEmitter.Dispose()
    FbxEmitter.Dispose(bool)
    FbxEmitter.Equals(FbxEmitter)
    object.Equals(object, object)
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Autodesk.Fbx
    Assembly: Autodesk.Fbx.dll
    Syntax
    public class FbxAnimCurve : FbxAnimCurveBase, IDisposable, IEquatable<FbxEmitter>

    Methods

    Create(FbxManager, string)

    Declaration
    public static FbxAnimCurve Create(FbxManager pManager, string pName)
    Parameters
    Type Name Description
    FbxManager pManager
    string pName
    Returns
    Type Description
    FbxAnimCurve

    Create(FbxObject, string)

    Declaration
    public static FbxAnimCurve Create(FbxObject pContainer, string pName)
    Parameters
    Type Name Description
    FbxObject pContainer
    string pName
    Returns
    Type Description
    FbxAnimCurve

    Create(FbxScene, string)

    Declaration
    public static FbxAnimCurve Create(FbxScene pContainer, string pName)
    Parameters
    Type Name Description
    FbxScene pContainer
    string pName
    Returns
    Type Description
    FbxAnimCurve

    Equals(FbxAnimCurve)

    Declaration
    public bool Equals(FbxAnimCurve other)
    Parameters
    Type Name Description
    FbxAnimCurve other
    Returns
    Type Description
    bool

    Equals(object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    object obj
    Returns
    Type Description
    bool
    Overrides
    FbxAnimCurveBase.Equals(object)

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    FbxAnimCurveBase.GetHashCode()

    KeyAdd(FbxTime)

    Declaration
    public virtual int KeyAdd(FbxTime pTime)
    Parameters
    Type Name Description
    FbxTime pTime
    Returns
    Type Description
    int

    KeyAdd(FbxTime, ref int)

    Declaration
    public virtual int KeyAdd(FbxTime pTime, ref int pLast)
    Parameters
    Type Name Description
    FbxTime pTime
    int pLast
    Returns
    Type Description
    int

    KeyGet(int)

    Declaration
    public virtual FbxAnimCurveKey KeyGet(int pIndex)
    Parameters
    Type Name Description
    int pIndex
    Returns
    Type Description
    FbxAnimCurveKey

    KeyGetBreak(int)

    Declaration
    public virtual bool KeyGetBreak(int pKeyIndex)
    Parameters
    Type Name Description
    int pKeyIndex
    Returns
    Type Description
    bool

    KeyGetInterpolation(int)

    Declaration
    public virtual FbxAnimCurveDef.EInterpolationType KeyGetInterpolation(int pKeyIndex)
    Parameters
    Type Name Description
    int pKeyIndex
    Returns
    Type Description
    FbxAnimCurveDef.EInterpolationType

    KeyGetLeftAuto(int)

    Declaration
    public virtual float KeyGetLeftAuto(int pIndex)
    Parameters
    Type Name Description
    int pIndex
    Returns
    Type Description
    float

    KeyGetLeftAuto(int, bool)

    Declaration
    public virtual float KeyGetLeftAuto(int pIndex, bool pApplyOvershootProtection)
    Parameters
    Type Name Description
    int pIndex
    bool pApplyOvershootProtection
    Returns
    Type Description
    float

    KeyGetLeftDerivative(int)

    Declaration
    public virtual float KeyGetLeftDerivative(int pIndex)
    Parameters
    Type Name Description
    int pIndex
    Returns
    Type Description
    float

    KeyGetLeftTangentVelocity(int)

    Declaration
    public virtual float KeyGetLeftTangentVelocity(int pIndex)
    Parameters
    Type Name Description
    int pIndex
    Returns
    Type Description
    float

    KeyGetLeftTangentWeight(int)

    Declaration
    public virtual float KeyGetLeftTangentWeight(int pIndex)
    Parameters
    Type Name Description
    int pIndex
    Returns
    Type Description
    float

    KeyGetRightAuto(int)

    Declaration
    public virtual float KeyGetRightAuto(int pIndex)
    Parameters
    Type Name Description
    int pIndex
    Returns
    Type Description
    float

    KeyGetRightAuto(int, bool)

    Declaration
    public virtual float KeyGetRightAuto(int pIndex, bool pApplyOvershootProtection)
    Parameters
    Type Name Description
    int pIndex
    bool pApplyOvershootProtection
    Returns
    Type Description
    float

    KeyGetRightDerivative(int)

    Declaration
    public virtual float KeyGetRightDerivative(int pIndex)
    Parameters
    Type Name Description
    int pIndex
    Returns
    Type Description
    float

    KeyGetRightTangentVelocity(int)

    Declaration
    public virtual float KeyGetRightTangentVelocity(int pIndex)
    Parameters
    Type Name Description
    int pIndex
    Returns
    Type Description
    float

    KeyGetRightTangentWeight(int)

    Declaration
    public virtual float KeyGetRightTangentWeight(int pIndex)
    Parameters
    Type Name Description
    int pIndex
    Returns
    Type Description
    float

    KeyGetTangentMode(int)

    Declaration
    public virtual FbxAnimCurveDef.ETangentMode KeyGetTangentMode(int pKeyIndex)
    Parameters
    Type Name Description
    int pKeyIndex
    Returns
    Type Description
    FbxAnimCurveDef.ETangentMode

    KeyGetTangentMode(int, bool)

    Declaration
    public virtual FbxAnimCurveDef.ETangentMode KeyGetTangentMode(int pKeyIndex, bool pIncludeOverrides)
    Parameters
    Type Name Description
    int pKeyIndex
    bool pIncludeOverrides
    Returns
    Type Description
    FbxAnimCurveDef.ETangentMode

    KeyGetValue(int)

    Declaration
    public virtual float KeyGetValue(int pKeyIndex)
    Parameters
    Type Name Description
    int pKeyIndex
    Returns
    Type Description
    float

    KeyIncValue(int, float)

    Declaration
    public virtual void KeyIncValue(int pKeyIndex, float pValue)
    Parameters
    Type Name Description
    int pKeyIndex
    float pValue

    KeyIsLeftTangentWeighted(int)

    Declaration
    public virtual bool KeyIsLeftTangentWeighted(int pIndex)
    Parameters
    Type Name Description
    int pIndex
    Returns
    Type Description
    bool

    KeyIsRightTangentWeighted(int)

    Declaration
    public virtual bool KeyIsRightTangentWeighted(int pIndex)
    Parameters
    Type Name Description
    int pIndex
    Returns
    Type Description
    bool

    KeyModifyBegin()

    Declaration
    public virtual void KeyModifyBegin()

    KeyModifyEnd()

    Declaration
    public virtual void KeyModifyEnd()

    KeyMultValue(int, float)

    Declaration
    public virtual void KeyMultValue(int pKeyIndex, float pValue)
    Parameters
    Type Name Description
    int pKeyIndex
    float pValue

    KeyRemove(int)

    Declaration
    public override bool KeyRemove(int pIndex)
    Parameters
    Type Name Description
    int pIndex
    Returns
    Type Description
    bool
    Overrides
    FbxAnimCurveBase.KeyRemove(int)

    KeyRemove(int, int)

    Declaration
    public override bool KeyRemove(int pStartIndex, int pEndIndex)
    Parameters
    Type Name Description
    int pStartIndex
    int pEndIndex
    Returns
    Type Description
    bool
    Overrides
    FbxAnimCurveBase.KeyRemove(int, int)

    KeySet(int, FbxTime, float)

    Declaration
    public virtual void KeySet(int pKeyIndex, FbxTime pTime, float pValue)
    Parameters
    Type Name Description
    int pKeyIndex
    FbxTime pTime
    float pValue

    KeySet(int, FbxTime, float, EInterpolationType)

    Declaration
    public virtual void KeySet(int pKeyIndex, FbxTime pTime, float pValue, FbxAnimCurveDef.EInterpolationType pInterpolation)
    Parameters
    Type Name Description
    int pKeyIndex
    FbxTime pTime
    float pValue
    FbxAnimCurveDef.EInterpolationType pInterpolation

    KeySet(int, FbxTime, float, EInterpolationType, ETangentMode)

    Declaration
    public virtual void KeySet(int pKeyIndex, FbxTime pTime, float pValue, FbxAnimCurveDef.EInterpolationType pInterpolation, FbxAnimCurveDef.ETangentMode pTangentMode)
    Parameters
    Type Name Description
    int pKeyIndex
    FbxTime pTime
    float pValue
    FbxAnimCurveDef.EInterpolationType pInterpolation
    FbxAnimCurveDef.ETangentMode pTangentMode

    KeySet(int, FbxTime, float, EInterpolationType, ETangentMode, float)

    Declaration
    public virtual void KeySet(int pKeyIndex, FbxTime pTime, float pValue, FbxAnimCurveDef.EInterpolationType pInterpolation, FbxAnimCurveDef.ETangentMode pTangentMode, float pData0)
    Parameters
    Type Name Description
    int pKeyIndex
    FbxTime pTime
    float pValue
    FbxAnimCurveDef.EInterpolationType pInterpolation
    FbxAnimCurveDef.ETangentMode pTangentMode
    float pData0

    KeySet(int, FbxTime, float, EInterpolationType, ETangentMode, float, float)

    Declaration
    public virtual void KeySet(int pKeyIndex, FbxTime pTime, float pValue, FbxAnimCurveDef.EInterpolationType pInterpolation, FbxAnimCurveDef.ETangentMode pTangentMode, float pData0, float pData1)
    Parameters
    Type Name Description
    int pKeyIndex
    FbxTime pTime
    float pValue
    FbxAnimCurveDef.EInterpolationType pInterpolation
    FbxAnimCurveDef.ETangentMode pTangentMode
    float pData0
    float pData1

    KeySet(int, FbxTime, float, EInterpolationType, ETangentMode, float, float, EWeightedMode)

    Declaration
    public virtual void KeySet(int pKeyIndex, FbxTime pTime, float pValue, FbxAnimCurveDef.EInterpolationType pInterpolation, FbxAnimCurveDef.ETangentMode pTangentMode, float pData0, float pData1, FbxAnimCurveDef.EWeightedMode pTangentWeightMode)
    Parameters
    Type Name Description
    int pKeyIndex
    FbxTime pTime
    float pValue
    FbxAnimCurveDef.EInterpolationType pInterpolation
    FbxAnimCurveDef.ETangentMode pTangentMode
    float pData0
    float pData1
    FbxAnimCurveDef.EWeightedMode pTangentWeightMode

    KeySet(int, FbxTime, float, EInterpolationType, ETangentMode, float, float, EWeightedMode, float)

    Declaration
    public virtual void KeySet(int pKeyIndex, FbxTime pTime, float pValue, FbxAnimCurveDef.EInterpolationType pInterpolation, FbxAnimCurveDef.ETangentMode pTangentMode, float pData0, float pData1, FbxAnimCurveDef.EWeightedMode pTangentWeightMode, float pWeight0)
    Parameters
    Type Name Description
    int pKeyIndex
    FbxTime pTime
    float pValue
    FbxAnimCurveDef.EInterpolationType pInterpolation
    FbxAnimCurveDef.ETangentMode pTangentMode
    float pData0
    float pData1
    FbxAnimCurveDef.EWeightedMode pTangentWeightMode
    float pWeight0

    KeySet(int, FbxTime, float, EInterpolationType, ETangentMode, float, float, EWeightedMode, float, float)

    Declaration
    public virtual void KeySet(int pKeyIndex, FbxTime pTime, float pValue, FbxAnimCurveDef.EInterpolationType pInterpolation, FbxAnimCurveDef.ETangentMode pTangentMode, float pData0, float pData1, FbxAnimCurveDef.EWeightedMode pTangentWeightMode, float pWeight0, float pWeight1)
    Parameters
    Type Name Description
    int pKeyIndex
    FbxTime pTime
    float pValue
    FbxAnimCurveDef.EInterpolationType pInterpolation
    FbxAnimCurveDef.ETangentMode pTangentMode
    float pData0
    float pData1
    FbxAnimCurveDef.EWeightedMode pTangentWeightMode
    float pWeight0
    float pWeight1

    KeySet(int, FbxTime, float, EInterpolationType, ETangentMode, float, float, EWeightedMode, float, float, float)

    Declaration
    public virtual void KeySet(int pKeyIndex, FbxTime pTime, float pValue, FbxAnimCurveDef.EInterpolationType pInterpolation, FbxAnimCurveDef.ETangentMode pTangentMode, float pData0, float pData1, FbxAnimCurveDef.EWeightedMode pTangentWeightMode, float pWeight0, float pWeight1, float pVelocity0)
    Parameters
    Type Name Description
    int pKeyIndex
    FbxTime pTime
    float pValue
    FbxAnimCurveDef.EInterpolationType pInterpolation
    FbxAnimCurveDef.ETangentMode pTangentMode
    float pData0
    float pData1
    FbxAnimCurveDef.EWeightedMode pTangentWeightMode
    float pWeight0
    float pWeight1
    float pVelocity0

    KeySet(int, FbxTime, float, EInterpolationType, ETangentMode, float, float, EWeightedMode, float, float, float, float)

    Declaration
    public virtual void KeySet(int pKeyIndex, FbxTime pTime, float pValue, FbxAnimCurveDef.EInterpolationType pInterpolation, FbxAnimCurveDef.ETangentMode pTangentMode, float pData0, float pData1, FbxAnimCurveDef.EWeightedMode pTangentWeightMode, float pWeight0, float pWeight1, float pVelocity0, float pVelocity1)
    Parameters
    Type Name Description
    int pKeyIndex
    FbxTime pTime
    float pValue
    FbxAnimCurveDef.EInterpolationType pInterpolation
    FbxAnimCurveDef.ETangentMode pTangentMode
    float pData0
    float pData1
    FbxAnimCurveDef.EWeightedMode pTangentWeightMode
    float pWeight0
    float pWeight1
    float pVelocity0
    float pVelocity1

    KeySetBreak(int, bool)

    Declaration
    public virtual void KeySetBreak(int pKeyIndex, bool pVal)
    Parameters
    Type Name Description
    int pKeyIndex
    bool pVal

    KeySetInterpolation(int, EInterpolationType)

    Declaration
    public virtual void KeySetInterpolation(int pKeyIndex, FbxAnimCurveDef.EInterpolationType pInterpolation)
    Parameters
    Type Name Description
    int pKeyIndex
    FbxAnimCurveDef.EInterpolationType pInterpolation

    KeySetLeftDerivative(int, float)

    Declaration
    public virtual void KeySetLeftDerivative(int pIndex, float pValue)
    Parameters
    Type Name Description
    int pIndex
    float pValue

    KeySetLeftTangentWeight(int, float)

    Declaration
    public virtual void KeySetLeftTangentWeight(int pIndex, float pWeight)
    Parameters
    Type Name Description
    int pIndex
    float pWeight

    KeySetLeftTangentWeight(int, float, bool)

    Declaration
    public virtual void KeySetLeftTangentWeight(int pIndex, float pWeight, bool pAdjustTan)
    Parameters
    Type Name Description
    int pIndex
    float pWeight
    bool pAdjustTan

    KeySetRightDerivative(int, float)

    Declaration
    public virtual void KeySetRightDerivative(int pIndex, float pValue)
    Parameters
    Type Name Description
    int pIndex
    float pValue

    KeySetRightTangentWeight(int, float)

    Declaration
    public virtual void KeySetRightTangentWeight(int pIndex, float pWeight)
    Parameters
    Type Name Description
    int pIndex
    float pWeight

    KeySetRightTangentWeight(int, float, bool)

    Declaration
    public virtual void KeySetRightTangentWeight(int pIndex, float pWeight, bool pAdjustTan)
    Parameters
    Type Name Description
    int pIndex
    float pWeight
    bool pAdjustTan

    KeySetTangentMode(int, ETangentMode)

    Declaration
    public virtual void KeySetTangentMode(int pKeyIndex, FbxAnimCurveDef.ETangentMode pTangent)
    Parameters
    Type Name Description
    int pKeyIndex
    FbxAnimCurveDef.ETangentMode pTangent

    KeySetValue(int, float)

    Declaration
    public virtual void KeySetValue(int pKeyIndex, float pValue)
    Parameters
    Type Name Description
    int pKeyIndex
    float pValue

    Operators

    operator ==(FbxAnimCurve, FbxAnimCurve)

    Declaration
    public static bool operator ==(FbxAnimCurve a, FbxAnimCurve b)
    Parameters
    Type Name Description
    FbxAnimCurve a
    FbxAnimCurve b
    Returns
    Type Description
    bool

    operator !=(FbxAnimCurve, FbxAnimCurve)

    Declaration
    public static bool operator !=(FbxAnimCurve a, FbxAnimCurve b)
    Parameters
    Type Name Description
    FbxAnimCurve a
    FbxAnimCurve b
    Returns
    Type Description
    bool

    Implements

    IDisposable
    IEquatable<T>
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)