Skip to main content

IVRIKRootControllerMethods

Trait IVRIKRootControllerMethods 

Source
pub trait IVRIKRootControllerMethods: IVRIKRootController {
    // Provided methods
    fn get_pelvis_target_right(self) -> Vector3 { ... }
    fn set_pelvis_target_right(self, value: impl Into<Vector3>) { ... }
    fn awake(self) { ... }
    fn calibrate(self) { ... }
    fn calibrate_2(self, data: impl Into<VRIKCalibrator_CalibrationData>) { ... }
    fn on_pre_update(self) { ... }
    fn on_destroy(self) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn get_pelvis_target_right(self) -> Vector3

get_pelvisTargetRight() overload

Source

fn set_pelvis_target_right(self, value: impl Into<Vector3>)

set_pelvisTargetRight(crate::unity_engine::vector3::Vector3) overload

Source

fn awake(self)

Awake() overload

Source

fn calibrate(self)

Calibrate() overload

Source

fn calibrate_2(self, data: impl Into<VRIKCalibrator_CalibrationData>)

Calibrate(crate::root_motion::final_ik::vrikcalibrator::VRIKCalibrator_CalibrationData) overload

Source

fn on_pre_update(self)

OnPreUpdate() overload

Source

fn on_destroy(self)

OnDestroy() overload

Source

fn ctor(self)

.ctor() 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: IVRIKRootController> IVRIKRootControllerMethods for __T

Available on crate feature root_motion-final_ik-vrikrootcontroller only.