What's new on SystemGraph
New rendering of edges in system graphs
SystemGraph now renders edges as PCB traces, auto-routing the edges to avoid overlap.
Change node frequency using a C# script
You can now change a node's clock source and clock frequency at runtime. See SetNodeUseClockSourceForNextFrame
and SetNodeFrequencyForNextFrame
in the Scheduler class for details.
More accurate timings
The Scheduler now uses double precision to keep track of time.
Get SystemGraph's DeltaTime from a node
In a node's OnTick
method, you can now get the elapsed simulation time since the previous call to OnTick
. See ClockState.DeltaTime
for details.
Access more scheduler properties using a C# script
You can now get the Paused state and the TimeScaleFactor from a C# script.
Multiple UI fixes
Refer to the changelog for the complete list.