Struct pill_engine::resources::material::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: Stringtextures: MaterialTextureMapparameters: MaterialParameterMaprendering_order: u8renderer_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.