namespace Polybrush
{
	/**
	 *	Describes the origin of a mesh.
	 */
	[System.Flags]
	public enum z_SelectionRenderState
	{
		None = 0x0,
		Wireframe = 0x1,
		Outline = 0x2,
	}
}
