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§
Sourcefn get_visible_lights(self) -> List_1<Light2D_2>
fn get_visible_lights(self) -> List_1<Light2D_2>
get_visibleLights() overload
Sourcefn get_light_stats_by_layer(self, layer: impl Into<i32>) -> LightStats
fn get_light_stats_by_layer(self, layer: impl Into<i32>) -> LightStats
GetLightStatsByLayer(i32) overload
Sourcefn is_scene_lit(self) -> bool
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§
impl<__T: IILight2DCullResult_Interface> IILight2DCullResult_InterfaceMethods for __T
Available on crate feature
unity_engine-experimental-rendering-universal-ilight2dcullresult_interface only.