Lightweight FBX Importer
Search Results for

    Show / Hide Table of Contents

    Struct ufbx.ufbx_edge

    Edge between two indices in a mesh

    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_edge

    Fields

    _anonymous_1

    Edge between two indices in a mesh

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

    Properties

    a

    Declaration
    public uint a { get; }
    Property Value
    Type Description
    uint

    b

    Declaration
    public uint b { get; }
    Property Value
    Type Description
    uint
    In this article
    Back to top Generated by DocFX