pub struct PathWaypointDataCamera {
pub value_1: f32,
pub value_2: f32,
pub value_3: f32,
pub value_4: f32,
pub time: f32,
pub value_5: f32,
pub tension: f32,
pub continuity: f32,
pub bias: f32,
}
Expand description
Data for a camera path waypoint
Fields§
§value_1: f32
§value_2: f32
§value_3: f32
§value_4: f32
§time: f32
§value_5: f32
§tension: f32
§continuity: f32
§bias: f32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PathWaypointDataCamera
impl RefUnwindSafe for PathWaypointDataCamera
impl Send for PathWaypointDataCamera
impl Sync for PathWaypointDataCamera
impl Unpin for PathWaypointDataCamera
impl UnwindSafe for PathWaypointDataCamera
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more