Lightweight FBX Importer
Search Results for

    Show / Hide Table of Contents

    Struct ufbx.ufbx_selection_node_list

    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_list

    Fields

    count

    Declaration
    public ulong count
    Field Value
    Type Description
    ulong

    data

    Declaration
    public ufbx.ufbx_selection_node** data
    Field Value
    Type Description
    ufbx_selection_node**

    Properties

    Count

    Declaration
    public int Count { get; }
    Property Value
    Type Description
    int

    this[int]

    Declaration
    public ufbx.ufbx_selection_node** this[int index] { get; set; }
    Parameters
    Type Name Description
    int index
    Property Value
    Type Description
    ufbx_selection_node**
    In this article
    Back to top Generated by DocFX