Struct assembly_maps::luz::paths::core::PathWaypointDataMovingPlatform
source · pub struct PathWaypointDataMovingPlatform {
pub rotation: Quaternion,
pub lock_player: bool,
pub speed: f32,
pub wait: f32,
pub sounds: Option<PathWaypointDataMovingPlatformSounds>,
}
Expand description
Data for a moving platform path waypoint
Fields§
§rotation: Quaternion
§lock_player: bool
§speed: f32
§wait: f32
§sounds: Option<PathWaypointDataMovingPlatformSounds>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PathWaypointDataMovingPlatform
impl RefUnwindSafe for PathWaypointDataMovingPlatform
impl Send for PathWaypointDataMovingPlatform
impl Sync for PathWaypointDataMovingPlatform
impl Unpin for PathWaypointDataMovingPlatform
impl UnwindSafe for PathWaypointDataMovingPlatform
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