13 lines
170 B
C#
13 lines
170 B
C#
namespace Misaki.ArtTool
|
|
{
|
|
public enum DistributionMode
|
|
{
|
|
Object,
|
|
Spline,
|
|
Linear,
|
|
Grid,
|
|
Radial,
|
|
Honeycomb
|
|
}
|
|
}
|