RawMeshHandle

Type Alias RawMeshHandle 

Source
pub type RawMeshHandle = RawResourceHandle<Mesh>;
Expand description

Internal non-owning handle to a Mesh.

Aliased Type§

pub struct RawMeshHandle {
    pub idx: usize,
    /* private fields */
}

Fields§

§idx: usize

Underlying value of the handle.