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§
Sourcefn ctor_2(self, set_type: impl Into<Il2CppString>, set_param: impl Into<f32>)
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§
impl<__T: IMuscleSquatSequence_RandomPack> IMuscleSquatSequence_RandomPackMethods for __T
Available on crate feature
app-squat-musclesquatsequence only.