Wobble

Method

Wobble has 2 overloads.

Wobble(float)

Apply a low frequency shake to the player camera and all virtual cameras. Good for longer high intensity impacts. Makes the camera feel dazed or off balance.

Remarks

Equivalent to Wobble(Vector3.down * force)

Definition

void Wobble(float force)
void Wobble(float force)

Parameters

ParameterDescription
float force

Wobble(Vector3)

Apply a low frequency shake to the player camera and all virtual cameras. Good for longer high intensity impacts. Makes the camera feel dazed or off balance.

Definition

void Wobble(Vector3 velocity)
void Wobble(Vector3 velocity)

Parameters

ParameterDescription
Vector3 velocity