docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class FbxAnimCurveNode

    Inheritance
    object
    FbxEmitter
    FbxObject
    FbxAnimCurveNode
    Implements
    IDisposable
    IEquatable<FbxEmitter>
    Inherited Members
    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 FbxAnimCurveNode : FbxObject, IDisposable, IEquatable<FbxEmitter>

    Methods

    AddChannel(string, float)

    Declaration
    public bool AddChannel(string pChnlName, float pValue)
    Parameters
    Type Name Description
    string pChnlName
    float pValue
    Returns
    Type Description
    bool

    Create(FbxManager, string)

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

    Create(FbxObject, string)

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

    CreateCurve(string)

    Declaration
    public FbxAnimCurve CreateCurve(string pCurveNodeName)
    Parameters
    Type Name Description
    string pCurveNodeName
    Returns
    Type Description
    FbxAnimCurve

    CreateCurve(string, string)

    Declaration
    public FbxAnimCurve CreateCurve(string pCurveNodeName, string pChannel)
    Parameters
    Type Name Description
    string pCurveNodeName
    string pChannel
    Returns
    Type Description
    FbxAnimCurve

    CreateCurve(string, uint)

    Declaration
    public FbxAnimCurve CreateCurve(string pCurveNodeName, uint pChannelId)
    Parameters
    Type Name Description
    string pCurveNodeName
    uint pChannelId
    Returns
    Type Description
    FbxAnimCurve

    CreateTypedCurveNode(FbxProperty, FbxScene)

    Declaration
    public static FbxAnimCurveNode CreateTypedCurveNode(FbxProperty pProperty, FbxScene pScene)
    Parameters
    Type Name Description
    FbxProperty pProperty
    FbxScene pScene
    Returns
    Type Description
    FbxAnimCurveNode

    Equals(FbxAnimCurveNode)

    Declaration
    public bool Equals(FbxAnimCurveNode other)
    Parameters
    Type Name Description
    FbxAnimCurveNode 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
    FbxObject.Equals(object)

    GetAnimationInterval(FbxTimeSpan)

    Declaration
    public bool GetAnimationInterval(FbxTimeSpan pTimeInterval)
    Parameters
    Type Name Description
    FbxTimeSpan pTimeInterval
    Returns
    Type Description
    bool

    GetChannelIndex(string)

    Declaration
    public int GetChannelIndex(string pChannelName)
    Parameters
    Type Name Description
    string pChannelName
    Returns
    Type Description
    int

    GetChannelName(int)

    Declaration
    public string GetChannelName(int pChannelId)
    Parameters
    Type Name Description
    int pChannelId
    Returns
    Type Description
    string

    GetChannelValue(string, float)

    Declaration
    public float GetChannelValue(string pChnlName, float pInitVal)
    Parameters
    Type Name Description
    string pChnlName
    float pInitVal
    Returns
    Type Description
    float

    GetChannelValue(uint, float)

    Declaration
    public float GetChannelValue(uint pChnlId, float pInitVal)
    Parameters
    Type Name Description
    uint pChnlId
    float pInitVal
    Returns
    Type Description
    float

    GetChannelsCount()

    Declaration
    public uint GetChannelsCount()
    Returns
    Type Description
    uint

    GetCurve(uint)

    Declaration
    public FbxAnimCurve GetCurve(uint pChannelId)
    Parameters
    Type Name Description
    uint pChannelId
    Returns
    Type Description
    FbxAnimCurve

    GetCurve(uint, uint)

    Declaration
    public FbxAnimCurve GetCurve(uint pChannelId, uint pId)
    Parameters
    Type Name Description
    uint pChannelId
    uint pId
    Returns
    Type Description
    FbxAnimCurve

    GetCurve(uint, uint, string)

    Declaration
    public FbxAnimCurve GetCurve(uint pChannelId, uint pId, string pCurveNodeName)
    Parameters
    Type Name Description
    uint pChannelId
    uint pId
    string pCurveNodeName
    Returns
    Type Description
    FbxAnimCurve

    GetCurveCount(uint)

    Declaration
    public int GetCurveCount(uint pChannelId)
    Parameters
    Type Name Description
    uint pChannelId
    Returns
    Type Description
    int

    GetCurveCount(uint, string)

    Declaration
    public int GetCurveCount(uint pChannelId, string pCurveNodeName)
    Parameters
    Type Name Description
    uint pChannelId
    string pCurveNodeName
    Returns
    Type Description
    int

    GetHashCode()

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

    IsAnimated()

    Declaration
    public bool IsAnimated()
    Returns
    Type Description
    bool

    IsAnimated(bool)

    Declaration
    public bool IsAnimated(bool pRecurse)
    Parameters
    Type Name Description
    bool pRecurse
    Returns
    Type Description
    bool

    IsComposite()

    Declaration
    public bool IsComposite()
    Returns
    Type Description
    bool

    SetChannelValue(string, float)

    Declaration
    public void SetChannelValue(string pChnlName, float pValue)
    Parameters
    Type Name Description
    string pChnlName
    float pValue

    SetChannelValue(uint, float)

    Declaration
    public void SetChannelValue(uint pChnlId, float pValue)
    Parameters
    Type Name Description
    uint pChnlId
    float pValue

    Operators

    operator ==(FbxAnimCurveNode, FbxAnimCurveNode)

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

    operator !=(FbxAnimCurveNode, FbxAnimCurveNode)

    Declaration
    public static bool operator !=(FbxAnimCurveNode a, FbxAnimCurveNode b)
    Parameters
    Type Name Description
    FbxAnimCurveNode a
    FbxAnimCurveNode 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)