Skip to main content

IMuscleSquatSequence_RandomPackMethods

Trait IMuscleSquatSequence_RandomPackMethods 

Source
pub trait IMuscleSquatSequence_RandomPackMethods: IMuscleSquatSequence_RandomPack {
    // Provided methods
    fn ctor(self) { ... }
    fn ctor_2(
        self,
        set_type: impl Into<Il2CppString>,
        set_param: impl Into<f32>,
    ) { ... }
}

Provided Methods§

Source

fn ctor(self)

.ctor() overload

Source

fn ctor_2(self, set_type: impl Into<Il2CppString>, set_param: impl Into<f32>)

.ctor(::unity::Il2CppString, f32) 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: IMuscleSquatSequence_RandomPack> IMuscleSquatSequence_RandomPackMethods for __T

Available on crate feature app-squat-musclesquatsequence only.