Lightweight FBX Importer
Search Results for

    Show / Hide Table of Contents

    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.

    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_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
    Type Description
    ufbx.ufbx_bone._anonymous_1_struct

    is_root

    Is the bone a root bone

    Declaration
    public bool is_root
    Field Value
    Type Description
    bool

    radius

    Visual radius of the bone

    Declaration
    public float radius
    Field Value
    Type Description
    float

    relative_length

    Length of the bone relative to the distance between two nodes

    Declaration
    public float relative_length
    Field Value
    Type Description
    float

    Properties

    element

    Declaration
    public ufbx.ufbx_element element { get; }
    Property Value
    Type Description
    ufbx.ufbx_element

    element_id

    Declaration
    public uint element_id { get; }
    Property Value
    Type Description
    uint

    instances

    Declaration
    public ufbx.ufbx_node_list instances { get; }
    Property Value
    Type Description
    ufbx.ufbx_node_list

    name

    Declaration
    public ufbx.ufbx_string name { get; }
    Property Value
    Type Description
    ufbx.ufbx_string

    props

    Declaration
    public ufbx.ufbx_props props { get; }
    Property Value
    Type Description
    ufbx.ufbx_props

    typed_id

    Declaration
    public uint typed_id { get; }
    Property Value
    Type Description
    uint
    In this article
    Back to top Generated by DocFX