Lightweight FBX Importer
Search Results for

    Show / Hide Table of Contents

    Struct ufbx.ufbx_baked_element

    Baked property animation for a single element.

    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_element

    Fields

    element_id

    Element ID of the element, maps to ufbx_scene.elements[].

    Declaration
    public uint element_id
    Field Value
    Type Description
    uint

    props

    List of properties the animation modifies.

    Declaration
    public ufbx.ufbx_baked_prop_list props
    Field Value
    Type Description
    ufbx.ufbx_baked_prop_list
    In this article
    Back to top Generated by DocFX