10 lines
154 B
C#

namespace UniGLTF.MeshUtility
{
public enum MeshEnumerateOption
{
OnlyWithBlendShape,
OnlyWithoutBlendShape,
All,
}
}