Skip to main content

IOffsetModifier

Trait IOffsetModifier 

Source
pub trait IOffsetModifier: IMonoBehaviour {
    // Provided methods
    fn weight(self) -> f32 { ... }
    fn set_weight(self, value: f32) { ... }
    fn ik(self) -> FullBodyBipedIK { ... }
    fn set_ik(self, value: FullBodyBipedIK) { ... }
    fn last_time(self) -> f32 { ... }
    fn set_last_time(self, value: f32) { ... }
}

Provided Methods§

Source

fn weight(self) -> f32

Source

fn set_weight(self, value: f32)

Source

fn ik(self) -> FullBodyBipedIK

Source

fn set_ik(self, value: FullBodyBipedIK)

Source

fn last_time(self) -> f32

Source

fn set_last_time(self, value: f32)

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§