Struct ufbx.ufbx_bone
Bone attached to a ufbx_node, provides the logical length of the bone
but most interesting information is directly in ufbx_node.
Assembly: ufbxWrapper.dll
Syntax
public struct ufbx.ufbx_bone
Fields
_anonymous_1
Bone attached to a ufbx_node, provides the logical length of the bone
but most interesting information is directly in ufbx_node.
Declaration
public ufbx.ufbx_bone._anonymous_1_struct _anonymous_1
Field Value
is_root
Declaration
Field Value
radius
Visual radius of the bone
Declaration
Field Value
relative_length
Length of the bone relative to the distance between two nodes
Declaration
public float relative_length
Field Value
Properties
element
Declaration
public ufbx.ufbx_element element { get; }
Property Value
element_id
Declaration
public uint element_id { get; }
Property Value
instances
Declaration
public ufbx.ufbx_node_list instances { get; }
Property Value
name
Declaration
public ufbx.ufbx_string name { get; }
Property Value
props
Declaration
public ufbx.ufbx_props props { get; }
Property Value
typed_id
Declaration
public uint typed_id { get; }
Property Value