Crate bevy_camera_shake

Source

Structs§

CameraShakePlugin
The CameraShakePlugin runs the systems required to shake something with a Shake2d or Shake3d component.
Shake2d
The component to be added for a 2d shake. Will modify the transform of the entity that this component is added to. The entity must also have a Transform component for the shake to work.
Shake3d
The component to be added for a 3d shake. Will modify the transform of the entity that this component is added to. The entity must also have a Transform component for the shake to work.

Traits§

RandomSource
A source of randomness for shaking the camera.