Lightweight FBX Importer
Search Results for

    Show / Hide Table of Contents

    Struct ufbx.ufbx_display_layer

    Collection of nodes to hide/freeze

    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_display_layer

    Fields

    _anonymous_1

    Collection of nodes to hide/freeze

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

    frozen

    Contained nodes cannot be edited

    Declaration
    public bool frozen
    Field Value
    Type Description
    bool

    nodes

    Nodes included in the layer (exclusively at most one layer per node)

    Declaration
    public ufbx.ufbx_node_list nodes
    Field Value
    Type Description
    ufbx.ufbx_node_list

    ui_color

    Visual color for UI

    Declaration
    public ufbx.ufbx_vec3 ui_color
    Field Value
    Type Description
    ufbx.ufbx_vec3

    visible

    Contained nodes are visible

    Declaration
    public bool visible
    Field Value
    Type Description
    bool

    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