Lightweight FBX Importer
Search Results for

    Show / Hide Table of Contents

    Struct ufbx.ufbx_baked_anim

    Animation baked into linearly interpolated keyframes. See ufbx_bake_anim().

    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_baked_anim

    Fields

    elements

    Element properties modified by the animation.

    Declaration
    public ufbx.ufbx_baked_element_list elements
    Field Value
    Type Description
    ufbx.ufbx_baked_element_list

    key_time_max

    Declaration
    public double key_time_max
    Field Value
    Type Description
    double

    key_time_min

    Keyframe time range.

    Declaration
    public double key_time_min
    Field Value
    Type Description
    double

    metadata

    Additional bake information.

    Declaration
    public ufbx.ufbx_baked_anim_metadata metadata
    Field Value
    Type Description
    ufbx.ufbx_baked_anim_metadata

    nodes

    Nodes that are modified by the animation. Some nodes may be missing if the specified animation does not transform them. Conversely, some non-obviously animated nodes may be included as exporters often may add dummy keyframes for objects.

    Declaration
    public ufbx.ufbx_baked_node_list nodes
    Field Value
    Type Description
    ufbx.ufbx_baked_node_list

    playback_duration

    Declaration
    public double playback_duration
    Field Value
    Type Description
    double

    playback_time_begin

    Playback time range for the animation.

    Declaration
    public double playback_time_begin
    Field Value
    Type Description
    double

    playback_time_end

    Declaration
    public double playback_time_end
    Field Value
    Type Description
    double
    In this article
    Back to top Generated by DocFX