done
This commit is contained in:
parent
3a7ce962e7
commit
058e61a4fd
38 changed files with 3915 additions and 363 deletions
|
@ -4,9 +4,9 @@ public class RotateWithMouse : MonoBehaviour
|
|||
{
|
||||
[SerializeField] LayerMask layerToIgnore;
|
||||
[SerializeField] Transform targetTransform;
|
||||
[SerializeField]
|
||||
|
||||
[Range(0f, 1f)]
|
||||
float lerpSpeed = 0.1f;
|
||||
public float lerpSpeed = 0.01f;
|
||||
|
||||
Rigidbody rb;
|
||||
Camera cam;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue