Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IsDashed

Whether the transition is drawn with a dashed pattern.
Read time 1 minuteLast updated 6 days ago

Definition

bool IsDashed { get; set; }

Examples

ITransition startTransition = myStateMachine.GetTransitions(startState, nextState).First();startTransition.IsDashed = true;