|
Doloro GDK 22 .1.0 Beta
by Tauri Interactive
|
Draws rays between points. Used in bunch of external frameworks to visualization of sensor related data.


Public Attributes | |
| Color | gizmozColor = Color.blue |
| Color that will applied to gizmos | |
| List< Vector3 > | startPoints = new List<Vector3>() |
| List that contain the start points of rays. | |
| List< Vector3 > | targetPoints = new List<Vector3>() |
| List that contain the start points of rays. | |
| List< Color > | manualColors = new List<Color>() |
| Colors for each drawing line. More... | |
| bool | removeAfterDraw = true |
| Clears startPoints and targetPoints collections after draw. | |
| List<Color> Doloro.Sensors.VisualSensorDebuger.manualColors = new List<Color>() |
Colors for each drawing line.
In case is index of line is out of manual array bounds using gizmozColor.