ShiftDirection

Description

Direction that vertices of the path will be moved in.

namespace ShiftDirection
{
	enum Type
	{
		Left,
		Right
	};
}