Skip to main content

ICharacterProportionMethods

Trait ICharacterProportionMethods 

Source
pub trait ICharacterProportionMethods: ICharacterProportion {
    // Provided methods
    fn is_shadow_scale_one(self) -> bool { ... }
    fn get_character_joint(self) -> CharacterJoint { ... }
    fn get_cp(self) -> Character { ... }
    fn start(self) { ... }
    fn reset(self) { ... }
    fn swap(self) { ... }
    fn late_update(self) { ... }
    fn commit_changes(self) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn is_shadow_scale_one(self) -> bool

isShadowScaleOne() overload

Source

fn get_character_joint(self) -> CharacterJoint

get_CharacterJoint() overload

Source

fn get_cp(self) -> Character

get_CP() overload

Source

fn start(self)

Start() overload

Source

fn reset(self)

Reset() overload

Source

fn swap(self)

Swap() overload

Source

fn late_update(self)

LateUpdate() overload

Source

fn commit_changes(self)

CommitChanges() 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: ICharacterProportion> ICharacterProportionMethods for __T

Available on crate feature combat-characterproportion only.