enum class CNmTransitionNode_ _ TransitionOptions_ t : uint8
{
None = 0,
ClampDuration = 1,
Synchronized = 2,
MatchSourceTime = 3,
MatchSyncEventIndex = 4,
MatchSyncEventID = 5,
MatchSyncEventPercentage = 6,
PreferClosestSyncEventID = 7,
MatchTimeInSeconds = 8,
OffsetTimeInSeconds = 9,
};