using UnityEngine;

namespace Polybrush
{
	/**
	 *	How prefabs should be oriented when placed on a surface.
	 */
	public enum z_PlacementDirection
	{
		SurfaceNormal,
		Up,
		Down,
		Left,
		Right,
		Forward,
		Backward
	}
}
