Skip to main content

IHubManualCullingManager

Trait IHubManualCullingManager 

Source
pub trait IHubManualCullingManager: IMonoBehaviour {
    // Provided methods
    fn m_cull_groups(self) -> Array<HubManualCullingManager_CullingGroup> { ... }
    fn set_m_cull_groups(
        self,
        value: Array<HubManualCullingManager_CullingGroup>,
    ) { ... }
    fn m_manual_culling_stack(self) -> Stack_1<HubManualCulling> { ... }
    fn set_m_manual_culling_stack(self, value: Stack_1<HubManualCulling>) { ... }
    fn m_enable(self) -> bool { ... }
    fn set_m_enable(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§