Lightweight FBX Importer
Search Results for

    Show / Hide Table of Contents

    Struct ufbx.ufbx_selection_node

    Selection state of a node, potentially contains vertex/edge/face selection as well.

    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_selection_node

    Fields

    _anonymous_1

    Selection state of a node, potentially contains vertex/edge/face selection as well.

    Declaration
    public ufbx.ufbx_selection_node._anonymous_1_struct _anonymous_1
    Field Value
    Type Description
    ufbx.ufbx_selection_node._anonymous_1_struct

    edges

    Indices to ufbx_mesh.edges

    Declaration
    public ufbx.ufbx_uint32_list edges
    Field Value
    Type Description
    ufbx.ufbx_uint32_list

    faces

    Indices to ufbx_mesh.faces

    Declaration
    public ufbx.ufbx_uint32_list faces
    Field Value
    Type Description
    ufbx.ufbx_uint32_list

    include_node

    Is target_node included in the selection

    Declaration
    public bool include_node
    Field Value
    Type Description
    bool

    target_mesh

    Declaration
    public ufbx.ufbx_mesh* target_mesh
    Field Value
    Type Description
    ufbx_mesh*

    target_node

    Selection targets, possibly NULL

    Declaration
    public ufbx.ufbx_node* target_node
    Field Value
    Type Description
    ufbx_node*

    vertices

    Indices to ufbx_mesh.vertices

    Declaration
    public ufbx.ufbx_uint32_list vertices
    Field Value
    Type Description
    ufbx.ufbx_uint32_list

    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

    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