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