Lightweight FBX Importer
Search Results for

    Show / Hide Table of Contents

    Struct ufbx.ufbx_topo_edge

    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_topo_edge

    Fields

    edge

    Index into mesh-edges[], UFBX_NO_INDEX if not found

    Declaration
    public uint edge
    Field Value
    Type Description
    uint

    face

    Index into mesh-faces[], always defined

    Declaration
    public uint face
    Field Value
    Type Description
    uint

    flags

    Declaration
    public ufbx.ufbx_topo_flags flags
    Field Value
    Type Description
    ufbx.ufbx_topo_flags

    index

    Starting index of the edge, always defined

    Declaration
    public uint index
    Field Value
    Type Description
    uint

    next

    Ending index of the edge / next per-face ufbx_topo_edge, always defined

    Declaration
    public uint next
    Field Value
    Type Description
    uint

    prev

    Previous per-face ufbx_topo_edge, always defined

    Declaration
    public uint prev
    Field Value
    Type Description
    uint

    twin

    ufbx_topo_edge on the opposite side, UFBX_NO_INDEX if not found

    Declaration
    public uint twin
    Field Value
    Type Description
    uint
    In this article
    Back to top Generated by DocFX