Class FbxAnimCurve | Autodesk FBX SDK | 3.0.1-preview.1
docs.unity3d.com
    Show / Hide Table of Contents

    Class FbxAnimCurve

    Inheritance
    Object
    FbxEmitter
    FbxObject
    FbxAnimCurveBase
    FbxAnimCurve
    Inherited Members
    FbxAnimCurveBase.KeyGetCount()
    FbxAnimCurveBase.KeyGetTime(Int32)
    FbxAnimCurveBase.Equals(FbxAnimCurveBase)
    FbxObject.GetFbxManager()
    FbxObject.GetScene()
    FbxObject.Destroy(Boolean)
    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(Boolean)
    FbxObject.ConnectSrcObject(FbxObject, FbxConnection.EType)
    FbxObject.ConnectSrcObject(FbxObject)
    FbxObject.IsConnectedSrcObject(FbxObject)
    FbxObject.DisconnectSrcObject(FbxObject)
    FbxObject.GetSrcObjectCount()
    FbxObject.GetSrcObject(Int32)
    FbxObject.GetSrcObject()
    FbxObject.FindSrcObject(String, Int32)
    FbxObject.FindSrcObject(String)
    FbxObject.ConnectDstObject(FbxObject, FbxConnection.EType)
    FbxObject.ConnectDstObject(FbxObject)
    FbxObject.IsConnectedDstObject(FbxObject)
    FbxObject.DisconnectDstObject(FbxObject)
    FbxObject.GetDstObjectCount()
    FbxObject.GetDstObject(Int32)
    FbxObject.GetDstObject()
    FbxObject.FindDstObject(String, Int32)
    FbxObject.FindDstObject(String)
    FbxObject.GetFirstProperty()
    FbxObject.GetNextProperty(FbxProperty)
    FbxObject.FindProperty(String, Boolean)
    FbxObject.FindProperty(String)
    FbxObject.FindProperty(String, FbxDataType, Boolean)
    FbxObject.FindProperty(String, FbxDataType)
    FbxObject.FindPropertyHierarchical(String, Boolean)
    FbxObject.FindPropertyHierarchical(String)
    FbxObject.FindPropertyHierarchical(String, FbxDataType, Boolean)
    FbxObject.FindPropertyHierarchical(String, FbxDataType)
    FbxObject.GetClassRootProperty()
    FbxObject.ConnectSrcProperty(FbxProperty)
    FbxObject.IsConnectedSrcProperty(FbxProperty)
    FbxObject.DisconnectSrcProperty(FbxProperty)
    FbxObject.GetSrcPropertyCount()
    FbxObject.GetSrcProperty(Int32)
    FbxObject.GetSrcProperty()
    FbxObject.FindSrcProperty(String, Int32)
    FbxObject.FindSrcProperty(String)
    FbxObject.ConnectDstProperty(FbxProperty)
    FbxObject.IsConnectedDstProperty(FbxProperty)
    FbxObject.DisconnectDstProperty(FbxProperty)
    FbxObject.GetDstPropertyCount()
    FbxObject.GetDstProperty(Int32)
    FbxObject.GetDstProperty()
    FbxObject.FindDstProperty(String, Int32)
    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(Boolean)
    FbxEmitter.Equals(FbxEmitter)
    Namespace: Autodesk.Fbx
    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
    Boolean

    Equals(Object)

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

    GetHashCode()

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

    KeyAdd(FbxTime)

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

    KeyAdd(FbxTime, ref Int32)

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

    KeyGet(Int32)

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

    KeyGetTangentMode(Int32)

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

    KeyGetTangentMode(Int32, Boolean)

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

    KeyGetValue(Int32)

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

    KeyModifyBegin()

    Declaration
    public virtual void KeyModifyBegin()

    KeyModifyEnd()

    Declaration
    public virtual void KeyModifyEnd()

    KeySet(Int32, FbxTime, Single)

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

    KeySet(Int32, FbxTime, Single, FbxAnimCurveDef.EInterpolationType)

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

    KeySet(Int32, FbxTime, Single, FbxAnimCurveDef.EInterpolationType, FbxAnimCurveDef.ETangentMode)

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

    KeySet(Int32, FbxTime, Single, FbxAnimCurveDef.EInterpolationType, FbxAnimCurveDef.ETangentMode, Single)

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

    KeySet(Int32, FbxTime, Single, FbxAnimCurveDef.EInterpolationType, FbxAnimCurveDef.ETangentMode, Single, Single)

    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
    Int32 pKeyIndex
    FbxTime pTime
    Single pValue
    FbxAnimCurveDef.EInterpolationType pInterpolation
    FbxAnimCurveDef.ETangentMode pTangentMode
    Single pData0
    Single pData1

    KeySet(Int32, FbxTime, Single, FbxAnimCurveDef.EInterpolationType, FbxAnimCurveDef.ETangentMode, Single, Single, FbxAnimCurveDef.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
    Int32 pKeyIndex
    FbxTime pTime
    Single pValue
    FbxAnimCurveDef.EInterpolationType pInterpolation
    FbxAnimCurveDef.ETangentMode pTangentMode
    Single pData0
    Single pData1
    FbxAnimCurveDef.EWeightedMode pTangentWeightMode

    KeySet(Int32, FbxTime, Single, FbxAnimCurveDef.EInterpolationType, FbxAnimCurveDef.ETangentMode, Single, Single, FbxAnimCurveDef.EWeightedMode, Single)

    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
    Int32 pKeyIndex
    FbxTime pTime
    Single pValue
    FbxAnimCurveDef.EInterpolationType pInterpolation
    FbxAnimCurveDef.ETangentMode pTangentMode
    Single pData0
    Single pData1
    FbxAnimCurveDef.EWeightedMode pTangentWeightMode
    Single pWeight0

    KeySet(Int32, FbxTime, Single, FbxAnimCurveDef.EInterpolationType, FbxAnimCurveDef.ETangentMode, Single, Single, FbxAnimCurveDef.EWeightedMode, Single, Single)

    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
    Int32 pKeyIndex
    FbxTime pTime
    Single pValue
    FbxAnimCurveDef.EInterpolationType pInterpolation
    FbxAnimCurveDef.ETangentMode pTangentMode
    Single pData0
    Single pData1
    FbxAnimCurveDef.EWeightedMode pTangentWeightMode
    Single pWeight0
    Single pWeight1

    KeySet(Int32, FbxTime, Single, FbxAnimCurveDef.EInterpolationType, FbxAnimCurveDef.ETangentMode, Single, Single, FbxAnimCurveDef.EWeightedMode, Single, Single, Single)

    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
    Int32 pKeyIndex
    FbxTime pTime
    Single pValue
    FbxAnimCurveDef.EInterpolationType pInterpolation
    FbxAnimCurveDef.ETangentMode pTangentMode
    Single pData0
    Single pData1
    FbxAnimCurveDef.EWeightedMode pTangentWeightMode
    Single pWeight0
    Single pWeight1
    Single pVelocity0

    KeySet(Int32, FbxTime, Single, FbxAnimCurveDef.EInterpolationType, FbxAnimCurveDef.ETangentMode, Single, Single, FbxAnimCurveDef.EWeightedMode, Single, Single, Single, Single)

    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
    Int32 pKeyIndex
    FbxTime pTime
    Single pValue
    FbxAnimCurveDef.EInterpolationType pInterpolation
    FbxAnimCurveDef.ETangentMode pTangentMode
    Single pData0
    Single pData1
    FbxAnimCurveDef.EWeightedMode pTangentWeightMode
    Single pWeight0
    Single pWeight1
    Single pVelocity0
    Single pVelocity1

    KeySetTangentMode(Int32, FbxAnimCurveDef.ETangentMode)

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

    Operators

    Equality(FbxAnimCurve, FbxAnimCurve)

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

    Inequality(FbxAnimCurve, FbxAnimCurve)

    Declaration
    public static bool operator !=(FbxAnimCurve a, FbxAnimCurve b)
    Parameters
    Type Name Description
    FbxAnimCurve a
    FbxAnimCurve b
    Returns
    Type Description
    Boolean
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023