Struct bevy_rapier3d::dynamics::FixedJoint
source · #[repr(transparent)]pub struct FixedJoint { /* private fields */ }Expand description
A fixed joint, locks all relative motion between two bodies.
Implementations
sourceimpl FixedJoint
impl FixedJoint
sourcepub fn contacts_enabled(&self) -> bool
pub fn contacts_enabled(&self) -> bool
Are contacts between the attached rigid-bodies enabled?
sourcepub fn set_contacts_enabled(&mut self, enabled: bool) -> &mut Self
pub fn set_contacts_enabled(&mut self, enabled: bool) -> &mut Self
Sets whether contacts between the attached rigid-bodies are enabled.
sourcepub fn local_basis1(&self) -> Rot
pub fn local_basis1(&self) -> Rot
The joint’s basis, expressed in the first rigid-body’s local-space.
sourcepub fn set_local_basis1(&mut self, local_basis: Rot) -> &mut Self
pub fn set_local_basis1(&mut self, local_basis: Rot) -> &mut Self
Sets the joint’s basis, expressed in the first rigid-body’s local-space.
sourcepub fn local_basis2(&self) -> Rot
pub fn local_basis2(&self) -> Rot
The joint’s basis, expressed in the second rigid-body’s local-space.
sourcepub fn set_local_basis2(&mut self, local_basis: Rot) -> &mut Self
pub fn set_local_basis2(&mut self, local_basis: Rot) -> &mut Self
Sets joint’s basis, expressed in the second rigid-body’s local-space.
sourcepub fn local_anchor1(&self) -> Vect
pub fn local_anchor1(&self) -> Vect
The joint’s anchor, expressed in the local-space of the first rigid-body.
sourcepub fn set_local_anchor1(&mut self, anchor1: Vect) -> &mut Self
pub fn set_local_anchor1(&mut self, anchor1: Vect) -> &mut Self
Sets the joint’s anchor, expressed in the local-space of the first rigid-body.
sourcepub fn local_anchor2(&self) -> Vect
pub fn local_anchor2(&self) -> Vect
The joint’s anchor, expressed in the local-space of the second rigid-body.
sourcepub fn set_local_anchor2(&mut self, anchor2: Vect) -> &mut Self
pub fn set_local_anchor2(&mut self, anchor2: Vect) -> &mut Self
Sets the joint’s anchor, expressed in the local-space of the second rigid-body.
Trait Implementations
sourceimpl Clone for FixedJoint
impl Clone for FixedJoint
sourcefn clone(&self) -> FixedJoint
fn clone(&self) -> FixedJoint
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresourceimpl Debug for FixedJoint
impl Debug for FixedJoint
sourceimpl Default for FixedJoint
impl Default for FixedJoint
sourceimpl From<FixedJoint> for GenericJoint
impl From<FixedJoint> for GenericJoint
sourcefn from(joint: FixedJoint) -> GenericJoint
fn from(joint: FixedJoint) -> GenericJoint
sourceimpl PartialEq<FixedJoint> for FixedJoint
impl PartialEq<FixedJoint> for FixedJoint
sourcefn eq(&self, other: &FixedJoint) -> bool
fn eq(&self, other: &FixedJoint) -> bool
impl Copy for FixedJoint
impl StructuralPartialEq for FixedJoint
Auto Trait Implementations
impl RefUnwindSafe for FixedJoint
impl Send for FixedJoint
impl Sync for FixedJoint
impl Unpin for FixedJoint
impl UnwindSafe for FixedJoint
Blanket Implementations
impl<T, U> AsBindGroupShaderType<U> for Twhere
U: ShaderType,
&'a T: for<'a> Into<U>,
impl<T, U> AsBindGroupShaderType<U> for Twhere
U: ShaderType,
&'a T: for<'a> Into<U>,
fn as_bind_group_shader_type(&self, _images: &RenderAssets<Image>) -> U
fn as_bind_group_shader_type(&self, _images: &RenderAssets<Image>) -> U
T [ShaderType] for self. When used in [AsBindGroup]
derives, it is safe to assume that all images in self exist. Read moresourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
impl<T> Downcast for Twhere
T: Any,
impl<T> Downcast for Twhere
T: Any,
fn into_any(self: Box<T, Global>) -> Box<dyn Any + 'static, Global>
fn into_any(self: Box<T, Global>) -> Box<dyn Any + 'static, Global>
Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can
then be further downcast into Box<ConcreteType> where ConcreteType implements Trait. Read morefn into_any_rc(self: Rc<T>) -> Rc<dyn Any + 'static>
fn into_any_rc(self: Rc<T>) -> Rc<dyn Any + 'static>
Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be
further downcast into Rc<ConcreteType> where ConcreteType implements Trait. Read morefn as_any(&self) -> &(dyn Any + 'static)
fn as_any(&self) -> &(dyn Any + 'static)
&Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot
generate &Any’s vtable from &Trait’s. Read morefn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
&mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot
generate &mut Any’s vtable from &mut Trait’s. Read moreimpl<T> FromWorld for Twhere
T: Default,
impl<T> FromWorld for Twhere
T: Default,
fn from_world(_world: &mut World) -> T
fn from_world(_world: &mut World) -> T
Self using data from the given [World]sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
impl<T> Pointable for T
impl<T> Pointable for T
impl<SS, SP> SupersetOf<SS> for SPwhere
SS: SubsetOf<SP>,
impl<SS, SP> SupersetOf<SS> for SPwhere
SS: SubsetOf<SP>,
fn to_subset(&self) -> Option<SS>
fn to_subset(&self) -> Option<SS>
self from the equivalent element of its
superset. Read morefn is_in_subset(&self) -> bool
fn is_in_subset(&self) -> bool
self is actually part of its subset T (and can be converted to it).fn to_subset_unchecked(&self) -> SS
fn to_subset_unchecked(&self) -> SS
self.to_subset but without any property checks. Always succeeds.fn from_subset(element: &SS) -> SP
fn from_subset(element: &SS) -> SP
self to the equivalent element of its superset.