Lightweight FBX Importer
Search Results for

    Show / Hide Table of Contents

    Struct ufbx.ufbx_tangent

    Tangent vector at a keyframe, may be split into left/right

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: ufbxWrapper
    Assembly: ufbxWrapper.dll
    Syntax
    public struct ufbx.ufbx_tangent

    Fields

    dx

    Derivative in the time axis

    Declaration
    public float dx
    Field Value
    Type Description
    float

    dy

    Derivative in the (curve specific) value axis

    Declaration
    public float dy
    Field Value
    Type Description
    float
    In this article
    Back to top Generated by DocFX