Motion
The animation system used to drive animations on graph elements in this visualization context.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Property
- Namespace: Unity.GraphToolkit.Editor.GraphVisualization
- Assembly: UnityEditor
public GraphMotion Motion { get; }
Remarks
Use this property to start, stop, or pause animations on individual graph elements identified by their reference. This context owns the returned GraphMotion instance, which remains valid for the lifetime of the context. Calls made through it apply only to graph elements in the associated graph.