IsDashed
Whether the transition is drawn with a dashed pattern.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Property
- Namespace: Unity.GraphToolkit.Editor
- Assembly: UnityEditor
bool IsDashed { get; set; }
Examples
ITransition startTransition = myStateMachine.GetTransitions(startState, nextState).First();startTransition.IsDashed = true;