-
Notifications
You must be signed in to change notification settings - Fork 0
Graphs.md
cfloutier edited this page Apr 29, 2024
·
4 revisions

This Visual Element should be placed in a parent Visual Element container. It will fit the whole place.

-
Min X, Max X, Min Y, Max Y : the 2D Window of visibles values.
-
Line Color and Line Widh : the line rendering
-
Test Seed is used only in UI Builder, it will set up the lines values with a simple Perlin Noise (in the ranges x : [0-100] y [0-1])
use the setPoints function to defines X,Y coordinates of the line.
see the TestGraph.cs class in the test_k2ui project