pub trait IRecoil_RecoilOffsetMethods: IRecoil_RecoilOffset {
// Provided methods
fn start(self) { ... }
fn apply(
self,
solver: impl Into<IKSolverFullBodyBiped>,
rotation: impl Into<Quaternion>,
master_weight: impl Into<f32>,
length: impl Into<f32>,
time_left: impl Into<f32>,
) { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn apply(
self,
solver: impl Into<IKSolverFullBodyBiped>,
rotation: impl Into<Quaternion>,
master_weight: impl Into<f32>,
length: impl Into<f32>,
time_left: impl Into<f32>,
)
fn apply( self, solver: impl Into<IKSolverFullBodyBiped>, rotation: impl Into<Quaternion>, master_weight: impl Into<f32>, length: impl Into<f32>, time_left: impl Into<f32>, )
Apply(crate::root_motion::final_ik::iksolverfullbodybiped::IKSolverFullBodyBiped, crate::unity_engine::quaternion::Quaternion, f32, 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§
impl<__T: IRecoil_RecoilOffset> IRecoil_RecoilOffsetMethods for __T
Available on crate feature
root_motion-final_ik-recoil only.