pub struct SelectionGizmo {
pub transform: Mat4,
pub kind: GizmoKind,
pub size: f32,
}Expand description
One selected entity’s gizmo request.
Fields§
§transform: Mat4World transform of the entity.
kind: GizmoKindWhich outline to draw around it.
size: f32World size of the entity’s own axis cross — see gizmo_world_size.
Trait Implementations§
Source§impl Clone for SelectionGizmo
impl Clone for SelectionGizmo
Source§fn clone(&self) -> SelectionGizmo
fn clone(&self) -> SelectionGizmo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SelectionGizmo
impl RefUnwindSafe for SelectionGizmo
impl Send for SelectionGizmo
impl Sync for SelectionGizmo
impl Unpin for SelectionGizmo
impl UnsafeUnpin for SelectionGizmo
impl UnwindSafe for SelectionGizmo
Blanket Implementations§
Source§impl<T> AppLifecycle for Twhere
T: ?Sized,
impl<T> AppLifecycle for Twhere
T: ?Sized,
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