Skip to main content

IRagdollUtility_RigidboneMethods

Trait IRagdollUtility_RigidboneMethods 

Source
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§

Source

fn ctor(self, r: impl Into<Rigidbody>)

.ctor(crate::unity_engine::rigidbody::Rigidbody) overload

Source

fn record_velocity(self)

RecordVelocity() overload

Source

fn wake_up( self, velocity_weight: impl Into<f32>, angular_velocity_weight: impl Into<f32>, )

WakeUp(f32, f32) 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§

Source§

impl<__T: IRagdollUtility_Rigidbone> IRagdollUtility_RigidboneMethods for __T

Available on crate feature root_motion-final_ik-ragdollutility only.