You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As it's easier to read than using 2 different variables and passing 4 parameters to MinMaxSlider (plus having to declare one as [HideInInspector])... or accessing via intensity.x and intensity.y when using a Vector2, which doesn't make much sense semantically
The text was updated successfully, but these errors were encountered:
This works great!
But I was wondering if this usage could be supported as well...
As it's easier to read than using 2 different variables and passing 4 parameters to
MinMaxSlider
(plus having to declare one as[HideInInspector]
)... or accessing viaintensity.x
andintensity.y
when using aVector2
, which doesn't make much sense semanticallyThe text was updated successfully, but these errors were encountered: