Skip to main content

ISetSkinnedMeshAsEmitter

Trait ISetSkinnedMeshAsEmitter 

Source
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§

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§