Skip to main content

ILight2DCullResult

Trait ILight2DCullResult 

Source
pub trait ILight2DCullResult: IObject {
    // Provided methods
    fn m_visible_lights(self) -> List_1<Light2D_2> { ... }
    fn set_m_visible_lights(self, value: List_1<Light2D_2>) { ... }
}

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§