gizmos icon indicating copy to clipboard operation
gizmos copied to clipboard

Gizmos.DrawRay

Open hackwar9x opened this issue 2 years ago • 1 comments

i dont find Gizmos.DrawRay in here , how can i put it in ?

hackwar9x avatar Sep 19 '22 03:09 hackwar9x

there isnt an implementation for that, a workaround is to write it like

Ray ray;
Gizmos.DrawLine(ray.point, ray.point + ray.direction);

if the package is added as an embedded package, then the source can be added and a method to Gizmos can be added

popcron avatar Nov 30 '22 20:11 popcron