RawDirectionalLightHandle

Type Alias RawDirectionalLightHandle 

Source
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: usize

Underlying value of the handle.