MirrorDirection

Description

Describes possible directions of image mirroring.

namespace MirrorDirection
{
	enum Type
	{
		Horizontal,
		Vertical,
		Both
	};
}