bevy_dolly 0.0.5

The dolly abstraction layer for the bevy game framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod arm;
mod lock_position;
mod look_at;
mod position;
mod rotation;
mod smooth;
mod yaw_pitch;

pub use self::{
    arm::*, lock_position::*, look_at::*, position::*, rotation::*, smooth::*, yaw_pitch::*,
};