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.
Assembly: ufbxWrapper.dll
Syntax
public struct ufbx.ufbx_element
Fields
connections_dst
Declaration
public ufbx.ufbx_connection_list connections_dst
Field Value
connections_src
Declaration
public ufbx.ufbx_connection_list connections_src
Field Value
dom_node
Declaration
public ufbx.ufbx_dom_node* dom_node
Field Value
element_id
Declaration
Field Value
instances
Declaration
public ufbx.ufbx_node_list instances
Field Value
name
Declaration
public ufbx.ufbx_string name
Field Value
props
Declaration
public ufbx.ufbx_props props
Field Value
scene
Declaration
public ufbx.ufbx_scene* scene
Field Value
type
Declaration
public ufbx.ufbx_element_type type
Field Value
typed_id
Declaration
Field Value