Class FbxAnimCurveNode | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class FbxAnimCurveNode

    Inheritance
    System.Object
    FbxEmitter
    FbxObject
    FbxAnimCurveNode
    Inherited Members
    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 FbxAnimCurveNode : FbxObject, IDisposable, IEquatable<FbxEmitter>

    Methods

    AddChannel(String, Single)

    Declaration
    public bool AddChannel(string pChnlName, float pValue)
    Parameters
    Type Name Description
    System.String pChnlName
    System.Single pValue
    Returns
    Type Description
    System.Boolean

    Create(FbxManager, String)

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

    Create(FbxObject, String)

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

    CreateCurve(String)

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

    CreateCurve(String, String)

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

    CreateCurve(String, UInt32)

    Declaration
    public FbxAnimCurve CreateCurve(string pCurveNodeName, uint pChannelId)
    Parameters
    Type Name Description
    System.String pCurveNodeName
    System.UInt32 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
    System.Boolean

    Equals(Object)

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

    GetAnimationInterval(FbxTimeSpan)

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

    GetChannelIndex(String)

    Declaration
    public int GetChannelIndex(string pChannelName)
    Parameters
    Type Name Description
    System.String pChannelName
    Returns
    Type Description
    System.Int32

    GetChannelName(Int32)

    Declaration
    public string GetChannelName(int pChannelId)
    Parameters
    Type Name Description
    System.Int32 pChannelId
    Returns
    Type Description
    System.String

    GetChannelsCount()

    Declaration
    public uint GetChannelsCount()
    Returns
    Type Description
    System.UInt32

    GetChannelValue(String, Single)

    Declaration
    public float GetChannelValue(string pChnlName, float pInitVal)
    Parameters
    Type Name Description
    System.String pChnlName
    System.Single pInitVal
    Returns
    Type Description
    System.Single

    GetChannelValue(UInt32, Single)

    Declaration
    public float GetChannelValue(uint pChnlId, float pInitVal)
    Parameters
    Type Name Description
    System.UInt32 pChnlId
    System.Single pInitVal
    Returns
    Type Description
    System.Single

    GetCurve(UInt32)

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

    GetCurve(UInt32, UInt32)

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

    GetCurve(UInt32, UInt32, String)

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

    GetCurveCount(UInt32)

    Declaration
    public int GetCurveCount(uint pChannelId)
    Parameters
    Type Name Description
    System.UInt32 pChannelId
    Returns
    Type Description
    System.Int32

    GetCurveCount(UInt32, String)

    Declaration
    public int GetCurveCount(uint pChannelId, string pCurveNodeName)
    Parameters
    Type Name Description
    System.UInt32 pChannelId
    System.String pCurveNodeName
    Returns
    Type Description
    System.Int32

    GetHashCode()

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

    IsAnimated()

    Declaration
    public bool IsAnimated()
    Returns
    Type Description
    System.Boolean

    IsAnimated(Boolean)

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

    IsComposite()

    Declaration
    public bool IsComposite()
    Returns
    Type Description
    System.Boolean

    SetChannelValue(String, Single)

    Declaration
    public void SetChannelValue(string pChnlName, float pValue)
    Parameters
    Type Name Description
    System.String pChnlName
    System.Single pValue

    SetChannelValue(UInt32, Single)

    Declaration
    public void SetChannelValue(uint pChnlId, float pValue)
    Parameters
    Type Name Description
    System.UInt32 pChnlId
    System.Single pValue

    Operators

    Equality(FbxAnimCurveNode, FbxAnimCurveNode)

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

    Inequality(FbxAnimCurveNode, FbxAnimCurveNode)

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