Value Graph Recorder component as seen in the Scene Inspector
The ValueGraphRecorder component is used to show a graph of values over time with a specified number of points worth of history. As new points are added, the graph is shifted sideways and old points are deleted.
How much to increase the graph size downwards when adjusting for min value (1 is exactly to where the value edge is, 2 is add 2 times the needed value to show min on the graph.
How much to increase the graph size upwards when adjusting for min value (1 is exactly to where the value edge is, 2 is add 2 times the needed value to show min on the graph.
force a write of a value to the graph rather than waiting on Interval
Usage
Attach to a slot and use with a Component:StandaloneRectMesh on a Component:MeshRenderer with a material to view. Use either the fields or drive fields to drive aspects of the graph display for viewing the graph line.
Examples
This article or section is a Stub. You can help the Resonite Wiki by expanding it.