How to set turn speed for syncing in PhotonTransformView?

PhotonTransformView.SetSynchronizedValues asks for a float value to set the the 'turn speed' of the object. Shouldn't it need a vector3? My object could be turning on all three axes at different speeds. How do I know what value to send?

Best Answer

Answers