๐นCamera Shake
In this section you will learn about the camera shakes.
_fpsCameraController.PlayCameraShake(cameraShake);
Last updated
In this section you will learn about the camera shakes.
_fpsCameraController.PlayCameraShake(cameraShake);
Last updated
public static float GetTarget(Vector4 value)
{
float a = Random.Range(value.x, value.y);
float b = Random.Range(value.z, value.w);
return Random.Range(0, 2) == 0 ? a : b;
}