Skip to main content

IBipedLimbOrientations_LimbOrientationMethods

Trait IBipedLimbOrientations_LimbOrientationMethods 

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

Source

fn ctor( self, upper_bone_forward_axis: impl Into<Vector3>, lower_bone_forward_axis: impl Into<Vector3>, last_bone_left_axis: impl Into<Vector3>, )

.ctor(crate::unity_engine::vector3::Vector3, crate::unity_engine::vector3::Vector3, crate::unity_engine::vector3::Vector3) 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: IBipedLimbOrientations_LimbOrientation> IBipedLimbOrientations_LimbOrientationMethods for __T

Available on crate feature root_motion-bipedlimborientations only.