Struct ufbx.ufbx_display_layer
Collection of nodes to hide/freeze
Assembly: ufbxWrapper.dll
Syntax
public struct ufbx.ufbx_display_layer
Fields
_anonymous_1
Collection of nodes to hide/freeze
Declaration
public ufbx.ufbx_display_layer._anonymous_1_struct _anonymous_1
Field Value
frozen
Contained nodes cannot be edited
Declaration
Field Value
nodes
Nodes included in the layer (exclusively at most one layer per node)
Declaration
public ufbx.ufbx_node_list nodes
Field Value
ui_color
Declaration
public ufbx.ufbx_vec3 ui_color
Field Value
visible
Contained nodes are visible
Declaration
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