Skip to main content

IMagicSubAnimMethods

Trait IMagicSubAnimMethods 

Source
pub trait IMagicSubAnimMethods: IMagicSubAnim {
    // Provided methods
    fn get_distance_scale(self) -> f32 { ... }
    fn setup(self, chr: impl Into<Character>) -> (Vector3, Vector3) { ... }
    fn update(self) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn get_distance_scale(self) -> f32

get_DistanceScale() overload

Source

fn setup(self, chr: impl Into<Character>) -> (Vector3, Vector3)

Setup(crate::combat::character::Character, *mutcrate::unity_engine::vector3::Vector3, *mutcrate::unity_engine::vector3::Vector3) overload

Source

fn update(self)

Update() 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: IMagicSubAnim> IMagicSubAnimMethods for __T

Available on crate feature combat-magicsubanim only.