Skip to main content

IHitReactionVRIK_RotationOffset_RotationOffsetLink

Trait IHitReactionVRIK_RotationOffset_RotationOffsetLink 

Source
pub trait IHitReactionVRIK_RotationOffset_RotationOffsetLink: IObject {
    // Provided methods
    fn rotation_offset(self) -> IKSolverVR_RotationOffset { ... }
    fn set_rotation_offset(self, value: IKSolverVR_RotationOffset) { ... }
    fn weight(self) -> f32 { ... }
    fn set_weight(self, value: f32) { ... }
    fn last_value(self) -> Quaternion { ... }
    fn set_last_value(self, value: Quaternion) { ... }
    fn current(self) -> Quaternion { ... }
    fn set_current(self, value: Quaternion) { ... }
}

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§