Struct ufbx.ufbx_topo_edge
Assembly: ufbxWrapper.dll
Syntax
public struct ufbx.ufbx_topo_edge
Fields
edge
Index into mesh-edges[], UFBX_NO_INDEX if not found
Declaration
Field Value
face
Index into mesh-faces[], always defined
Declaration
Field Value
flags
Declaration
public ufbx.ufbx_topo_flags flags
Field Value
index
Starting index of the edge, always defined
Declaration
Field Value
next
Ending index of the edge / next per-face ufbx_topo_edge, always defined
Declaration
Field Value
prev
Previous per-face ufbx_topo_edge, always defined
Declaration
Field Value
twin
ufbx_topo_edge on the opposite side, UFBX_NO_INDEX if not found
Declaration
Field Value