AILEdgeType

Description

Represents edge types for I/O command lists.

namespace AILEdgeType
{
	enum Type
	{
		EdgeRising,
		EdgeFalling
	};
}