pub trait IEngageSequence_CastMethods: IEngageSequence_Cast {
// Provided methods
fn ctor(self, unit: impl Into<Unit>) { ... }
fn ctor_2(self, god: impl Into<GodUnit>) { ... }
fn import(self, conditions: impl Into<Array<Il2CppString>>) { ... }
fn dispose(self) { ... }
}Provided Methods§
Sourcefn import(self, conditions: impl Into<Array<Il2CppString>>)
fn import(self, conditions: impl Into<Array<Il2CppString>>)
Import(::unity::Array<::unity::Il2CppString>) 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: IEngageSequence_Cast> IEngageSequence_CastMethods for __T
Available on crate feature
combat-engagesequence only.