12 lines
168 B
C#
12 lines
168 B
C#
namespace Misaki.ArtTool
|
|
{
|
|
public enum ObjectDistributionMode
|
|
{
|
|
Surface,
|
|
Volume,
|
|
Vertex,
|
|
Edge,
|
|
PolygonCenter
|
|
}
|
|
}
|