Doloro GDK 22 .1.0 Beta
by Tauri Interactive
Doloro.Sensors.VisualSensorDebuger Class Reference

Detailed Description

Draws rays between points. Used in bunch of external frameworks to visualization of sensor related data.

Inheritance diagram for Doloro.Sensors.VisualSensorDebuger:
Collaboration diagram for Doloro.Sensors.VisualSensorDebuger:

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.
 

Member Data Documentation

◆ manualColors

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.


The documentation for this class was generated from the following file: