pub trait ISetSkinnedMeshAsEmitter: IMonoBehaviour {
// Provided methods
fn not_match(self) -> Il2CppString { ... }
fn set_not_match(self, value: Il2CppString) { ... }
fn match(self) -> Il2CppString { ... }
fn set_match(self, value: Il2CppString) { ... }
fn bottomup_search(self) -> bool { ... }
fn set_bottomup_search(self, value: bool) { ... }
}Provided Methods§
fn not_match(self) -> Il2CppString
fn set_not_match(self, value: Il2CppString)
fn match(self) -> Il2CppString
fn set_match(self, value: Il2CppString)
fn bottomup_search(self) -> bool
fn set_bottomup_search(self, value: bool)
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.