pub trait IHubManualCulling: IMonoBehaviour {
// Provided methods
fn m_cull_group_target_list(self) -> Array<bool> { ... }
fn set_m_cull_group_target_list(self, value: Array<bool>) { ... }
}Provided Methods§
fn m_cull_group_target_list(self) -> Array<bool>
fn set_m_cull_group_target_list(self, value: Array<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.