The fill color of the transition's arrow.
This value sets the transition arrow's fill color only. Use ITransition.LineColor to color the transition wire and arrow border.
ITransition startTransition = myStateMachine.GetTransitions(startState, nextState).First(); startTransition.FillColor = Color.green;