Skip to main content

IRagdollUtility_ChildMethods

Trait IRagdollUtility_ChildMethods 

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

Source

fn ctor(self, transform: impl Into<Transform>)

.ctor(crate::unity_engine::transform::Transform) overload

Source

fn fix_transform(self, weight: impl Into<f32>)

FixTransform(f32) overload

Source

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§

Source§

impl<__T: IRagdollUtility_Child> IRagdollUtility_ChildMethods for __T

Available on crate feature root_motion-final_ik-ragdollutility only.