Struct assembly_maps::luz::core::SceneTransition
source · pub struct SceneTransition {
pub name: Option<String>,
pub points: SceneTransitionInfo,
}
Expand description
Transitions between scenes
Fields§
§name: Option<String>
Name of the transition
points: SceneTransitionInfo
Points of the transition
Trait Implementations§
source§impl Debug for SceneTransition
impl Debug for SceneTransition
Auto Trait Implementations§
impl Freeze for SceneTransition
impl RefUnwindSafe for SceneTransition
impl Send for SceneTransition
impl Sync for SceneTransition
impl Unpin for SceneTransition
impl UnwindSafe for SceneTransition
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