Skip to main content

IReflectionManager

Trait IReflectionManager 

Source
pub trait IReflectionManager: IMonoBehaviour {
    // Provided methods
    fn water_mesh_root(self) -> GameObject { ... }
    fn set_water_mesh_root(self, value: GameObject) { ... }
    fn m_rendered_list(self) -> List_1<Il2CppString> { ... }
    fn set_m_rendered_list(self, value: List_1<Il2CppString>) { ... }
}

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§