pub trait IRagdollUtility_RigidboneMethods: IRagdollUtility_Rigidbone {
// Provided methods
fn ctor(self, r: impl Into<Rigidbody>) { ... }
fn record_velocity(self) { ... }
fn wake_up(
self,
velocity_weight: impl Into<f32>,
angular_velocity_weight: impl Into<f32>,
) { ... }
}Provided Methods§
Sourcefn ctor(self, r: impl Into<Rigidbody>)
fn ctor(self, r: impl Into<Rigidbody>)
.ctor(crate::unity_engine::rigidbody::Rigidbody) overload
Sourcefn record_velocity(self)
fn record_velocity(self)
RecordVelocity() overload
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.
Implementors§
impl<__T: IRagdollUtility_Rigidbone> IRagdollUtility_RigidboneMethods for __T
Available on crate feature
root_motion-final_ik-ragdollutility only.