OverflowControl

Description

Control handling overflowed tiles.

namespace OverflowControl
{
	enum Type
	{
		KeepLast,
		RemoveLast,
		OverlapLast,
		TrimLast,
		OverlapAll,
		TrimAll
	};
}