Skip to main content

IHubManualCulling

Trait IHubManualCulling 

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

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§