pub trait IRagdollUtility_ChildMethods: IRagdollUtility_Child {
// Provided methods
fn ctor(self, transform: impl Into<Transform>) { ... }
fn fix_transform(self, weight: impl Into<f32>) { ... }
fn store_local_state(self) { ... }
}Provided Methods§
Sourcefn ctor(self, transform: impl Into<Transform>)
fn ctor(self, transform: impl Into<Transform>)
.ctor(crate::unity_engine::transform::Transform) overload
Sourcefn fix_transform(self, weight: impl Into<f32>)
fn fix_transform(self, weight: impl Into<f32>)
FixTransform(f32) overload
Sourcefn store_local_state(self)
fn store_local_state(self)
StoreLocalState() 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_Child> IRagdollUtility_ChildMethods for __T
Available on crate feature
root_motion-final_ik-ragdollutility only.