Lightweight FBX Importer
Search Results for

    Show / Hide Table of Contents

    Struct ufbx.ufbx_element

    Element "base-class" common to each element. Some fields (like connections_src) are advanced and not visible in the specialized element structs. NOTE: The element_id value is consistent when loading the same file, but re-exporting the file will invalidate them.

    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_element

    Fields

    connections_dst

    Declaration
    public ufbx.ufbx_connection_list connections_dst
    Field Value
    Type Description
    ufbx.ufbx_connection_list

    connections_src

    Declaration
    public ufbx.ufbx_connection_list connections_src
    Field Value
    Type Description
    ufbx.ufbx_connection_list

    dom_node

    Declaration
    public ufbx.ufbx_dom_node* dom_node
    Field Value
    Type Description
    ufbx_dom_node*

    element_id

    Declaration
    public uint element_id
    Field Value
    Type Description
    uint

    instances

    Declaration
    public ufbx.ufbx_node_list instances
    Field Value
    Type Description
    ufbx.ufbx_node_list

    name

    Declaration
    public ufbx.ufbx_string name
    Field Value
    Type Description
    ufbx.ufbx_string

    props

    Declaration
    public ufbx.ufbx_props props
    Field Value
    Type Description
    ufbx.ufbx_props

    scene

    Declaration
    public ufbx.ufbx_scene* scene
    Field Value
    Type Description
    ufbx_scene*

    type

    Declaration
    public ufbx.ufbx_element_type type
    Field Value
    Type Description
    ufbx.ufbx_element_type

    typed_id

    Declaration
    public uint typed_id
    Field Value
    Type Description
    uint
    In this article
    Back to top Generated by DocFX