mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-14 06:19:47 -05:00
10 lines
155 B
C#
10 lines
155 B
C#
namespace UniGLTF.MeshUtility
|
|
{
|
|
public enum MeshProcessDialogTabs
|
|
{
|
|
MeshSeparator,
|
|
MeshIntegrator,
|
|
BoneMeshEraser,
|
|
}
|
|
}
|