Struct pill_engine::internal::Material [−][src]
pub struct Material {
pub name: String,
textures: MaterialTextureMap,
parameters: MaterialParameterMap,
pub rendering_order: u8,
pub renderer_resource_handle: Option<RendererMaterialHandle>,
handle: Option<MaterialHandle>,
deferred_update_manager: Option<DeferredUpdateManagerPointer>,
}
Fields
name: String
textures: MaterialTextureMap
parameters: MaterialParameterMap
rendering_order: u8
renderer_resource_handle: Option<RendererMaterialHandle>
handle: Option<MaterialHandle>
deferred_update_manager: Option<DeferredUpdateManagerPointer>
Implementations
Trait Implementations
type Storage = ResourceStorage<Material>
type Storage = ResourceStorage<Material>
Defines the value type that corresponds to this PillTypeMapKey
.