Shake
Method
Shake has 2 overloads.
Shake(float)
Apply a high frequency shake to the player camera and all virtual cameras. Good for short, low to high intensity impacts.
Equivalent to Shake(Vector3.down * force)
Parameters
Parameter | Description |
---|---|
float force |
Shake(Vector3)
Apply a high frequency shake to the player camera and all virtual cameras. Good for short, low to high intensity impacts.
Parameters
Parameter | Description |
---|---|
Vector3 velocity |