PathJoiningMethod

Description

Determines a way to combine two paths in one.

namespace PathJoiningMethod
{
	enum Type
	{
		AddBridge,
		UniteEnds
	};
}