Struct ufbx.ufbx_edge
Edge between two indices in a mesh
Inherited Members
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 |