Struct SignalsInArea3D
pub struct SignalsInArea3D<'c> { /* private fields */ }
Expand description
A collection of signals for the Area3D
class.
Implementations§
§impl<'c> SignalsInArea3D<'c>
impl<'c> SignalsInArea3D<'c>
pub fn body_shape_entered(&mut self) -> SigBodyShapeEntered<'c>
pub fn body_shape_entered(&mut self) -> SigBodyShapeEntered<'c>
Signature: (body_rid: Rid, body: Gd<Node3D>, body_shape_index: i64, local_shape_index: i64)
pub fn body_shape_exited(&mut self) -> SigBodyShapeExited<'c>
pub fn body_shape_exited(&mut self) -> SigBodyShapeExited<'c>
Signature: (body_rid: Rid, body: Gd<Node3D>, body_shape_index: i64, local_shape_index: i64)
pub fn body_entered(&mut self) -> SigBodyEntered<'c>
pub fn body_entered(&mut self) -> SigBodyEntered<'c>
Signature: (body: Gd<Node3D>)
pub fn body_exited(&mut self) -> SigBodyExited<'c>
pub fn body_exited(&mut self) -> SigBodyExited<'c>
Signature: (body: Gd<Node3D>)
pub fn area_shape_entered(&mut self) -> SigAreaShapeEntered<'c>
pub fn area_shape_entered(&mut self) -> SigAreaShapeEntered<'c>
Signature: (area_rid: Rid, area: Gd<Area3D>, area_shape_index: i64, local_shape_index: i64)
pub fn area_shape_exited(&mut self) -> SigAreaShapeExited<'c>
pub fn area_shape_exited(&mut self) -> SigAreaShapeExited<'c>
Signature: (area_rid: Rid, area: Gd<Area3D>, area_shape_index: i64, local_shape_index: i64)
pub fn area_entered(&mut self) -> SigAreaEntered<'c>
pub fn area_entered(&mut self) -> SigAreaEntered<'c>
Signature: (area: Gd<Area3D>)
pub fn area_exited(&mut self) -> SigAreaExited<'c>
pub fn area_exited(&mut self) -> SigAreaExited<'c>
Signature: (area: Gd<Area3D>)
Auto Trait Implementations§
impl<'c> Freeze for SignalsInArea3D<'c>
impl<'c> RefUnwindSafe for SignalsInArea3D<'c>
impl<'c> !Send for SignalsInArea3D<'c>
impl<'c> !Sync for SignalsInArea3D<'c>
impl<'c> Unpin for SignalsInArea3D<'c>
impl<'c> !UnwindSafe for SignalsInArea3D<'c>
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