AILLatchTriggerActivation

Description

Selects the trigger activation for the specified latch.

namespace AILLatchTriggerActivation
{
	enum Type
	{
		AnyEdge,
		EdgeFalling,
		EdgeRising
	};
}