Upload project files
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using UnityEngine;
|
||||
|
||||
namespace Misaki.ArtTool
|
||||
{
|
||||
[Serializable]
|
||||
public struct ObjectDistributionSetting
|
||||
{
|
||||
public MeshFilter meshFilter;
|
||||
public int count;
|
||||
public bool alignNormal;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user