pub trait IBipedLimbOrientations_LimbOrientationMethods: IBipedLimbOrientations_LimbOrientation {
// Provided method
fn ctor(
self,
upper_bone_forward_axis: impl Into<Vector3>,
lower_bone_forward_axis: impl Into<Vector3>,
last_bone_left_axis: impl Into<Vector3>,
) { ... }
}Provided Methods§
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: IBipedLimbOrientations_LimbOrientation> IBipedLimbOrientations_LimbOrientationMethods for __T
Available on crate feature
root_motion-bipedlimborientations only.