pub type RawDirectionalLightHandle = RawResourceHandle<DirectionalLight>;Expand description
Internal non-owning handle to a DirectionalLight.
Aliased Type§
pub struct RawDirectionalLightHandle {
pub idx: usize,
/* private fields */
}Fields§
§idx: usizeUnderlying value of the handle.