Skip to main content

IHubCullingPlayerCollider

Trait IHubCullingPlayerCollider 

Source
pub trait IHubCullingPlayerCollider: IMonoBehaviour {
    // Provided methods
    fn m_enter_colliders(self) -> Queue_1<Collider> { ... }
    fn set_m_enter_colliders(self, value: Queue_1<Collider>) { ... }
    fn m_exit_colliders(self) -> Queue_1<Collider> { ... }
    fn set_m_exit_colliders(self, value: Queue_1<Collider>) { ... }
}

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§