Hi,
how can I use RectTransform.Rotate(Vector3 rotation) with a custom speed or make the rotate faster?
Thanks in advance.
Hi,
how can I use RectTransform.Rotate(Vector3 rotation) with a custom speed or make the rotate faster?
Thanks in advance.
The rotation vector argument controls the “speed” - the three components are the three euler angles by which you’ll rotate this frame. Multiplying by a coefficient less than one will rotate slower, greater than one will rotate faster.