Skip to main content

IILight2DCullResult_InterfaceMethods

Trait IILight2DCullResult_InterfaceMethods 

Source
pub trait IILight2DCullResult_InterfaceMethods: IILight2DCullResult_Interface {
    // Provided methods
    fn get_visible_lights(self) -> List_1<Light2D_2> { ... }
    fn get_light_stats_by_layer(self, layer: impl Into<i32>) -> LightStats { ... }
    fn is_scene_lit(self) -> bool { ... }
}

Provided Methods§

Source

fn get_visible_lights(self) -> List_1<Light2D_2>

get_visibleLights() overload

Source

fn get_light_stats_by_layer(self, layer: impl Into<i32>) -> LightStats

GetLightStatsByLayer(i32) overload

Source

fn is_scene_lit(self) -> bool

IsSceneLit() overload

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§

Source§

impl<__T: IILight2DCullResult_Interface> IILight2DCullResult_InterfaceMethods for __T

Available on crate feature unity_engine-experimental-rendering-universal-ilight2dcullresult_interface only.