Exemplo n.º 1
0
 void Update()
 {
     DebugDraw.duration = _duration == -1 ? Time.deltaTime : _duration;
     DebugDraw.Cartesian(_whereToDraw.position, _whereToDraw.rotation, _lenght);
 }