Skip to main content

ICharacterIKFoot

Trait ICharacterIKFoot 

Source
pub trait ICharacterIKFoot: IMonoBehaviour {
    // Provided methods
    fn m_race(self) -> AnimName_Race { ... }
    fn set_m_race(self, value: AnimName_Race) { ... }
    fn m_body_ik(self) -> Behaviour { ... }
    fn set_m_body_ik(self, value: Behaviour) { ... }
    fn m_ride_ik(self) -> Behaviour { ... }
    fn set_m_ride_ik(self, value: Behaviour) { ... }
    fn limb_i_ks(self) -> List_1<Behaviour> { ... }
    fn set_limb_i_ks(self, value: List_1<Behaviour>) { ... }
}

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§