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