Struct ExGetFloorAngle
pub struct ExGetFloorAngle<'ex> { /* private fields */ }Expand description
Default-param extender for CharacterBody3D::get_floor_angle_ex.
Implementations§
§impl<'ex> ExGetFloorAngle<'ex>
impl<'ex> ExGetFloorAngle<'ex>
pub fn up_direction(self, up_direction: Vector3) -> ExGetFloorAngle<'ex>
pub fn done(self) -> f32
Auto Trait Implementations§
impl<'ex> Freeze for ExGetFloorAngle<'ex>
impl<'ex> RefUnwindSafe for ExGetFloorAngle<'ex>
impl<'ex> !Send for ExGetFloorAngle<'ex>
impl<'ex> !Sync for ExGetFloorAngle<'ex>
impl<'ex> Unpin for ExGetFloorAngle<'ex>
impl<'ex> UnwindSafe for ExGetFloorAngle<'ex>
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