Lightweight FBX Importer
Search Results for

    Show / Hide Table of Contents

    Struct ufbx.ufbx_anim_curve

    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_anim_curve

    Fields

    _anonymous_1

    Declaration
    public ufbx.ufbx_anim_curve._anonymous_1_struct _anonymous_1
    Field Value
    Type Description
    ufbx.ufbx_anim_curve._anonymous_1_struct

    keyframes

    List of keyframes that define the curve.

    Declaration
    public ufbx.ufbx_keyframe_list keyframes
    Field Value
    Type Description
    ufbx.ufbx_keyframe_list

    max_time

    Declaration
    public double max_time
    Field Value
    Type Description
    double

    max_value

    Declaration
    public float max_value
    Field Value
    Type Description
    float

    min_time

    Time range for all the keyframes.

    Declaration
    public double min_time
    Field Value
    Type Description
    double

    min_value

    Value range for all the keyframes.

    Declaration
    public float min_value
    Field Value
    Type Description
    float

    post_extrapolation

    Extrapolation after the curve.

    Declaration
    public ufbx.ufbx_extrapolation post_extrapolation
    Field Value
    Type Description
    ufbx.ufbx_extrapolation

    pre_extrapolation

    Extrapolation before the curve.

    Declaration
    public ufbx.ufbx_extrapolation pre_extrapolation
    Field Value
    Type Description
    ufbx.ufbx_extrapolation

    Properties

    element

    Declaration
    public ufbx.ufbx_element element { get; }
    Property Value
    Type Description
    ufbx.ufbx_element

    element_id

    Declaration
    public uint element_id { get; }
    Property Value
    Type Description
    uint

    name

    Declaration
    public ufbx.ufbx_string name { get; }
    Property Value
    Type Description
    ufbx.ufbx_string

    props

    Declaration
    public ufbx.ufbx_props props { get; }
    Property Value
    Type Description
    ufbx.ufbx_props

    typed_id

    Declaration
    public uint typed_id { get; }
    Property Value
    Type Description
    uint
    In this article
    Back to top Generated by DocFX