Struct ufbx.ufbx_selection_node
Selection state of a node, potentially contains vertex/edge/face selection as well.
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
edges
Indices to ufbx_mesh.edges
Declaration
public ufbx.ufbx_uint32_list edges
Field Value
faces
Indices to ufbx_mesh.faces
Declaration
public ufbx.ufbx_uint32_list faces
Field Value
include_node
Is target_node
included in the selection
Declaration
Field Value
target_mesh
Declaration
public ufbx.ufbx_mesh* target_mesh
Field Value
target_node
Selection targets, possibly NULL
Declaration
public ufbx.ufbx_node* target_node
Field Value
vertices
Indices to ufbx_mesh.vertices
Declaration
public ufbx.ufbx_uint32_list vertices
Field Value
Properties
element
Declaration
public ufbx.ufbx_element element { get; }
Property Value
element_id
Declaration
public uint element_id { 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