maps property
StructLiveListStruct<MaterialMapD>
get
maps
Material maps array (MAX_MATERIAL_MAPS)
Implementation
StructLiveListStruct<MaterialMapD> get maps => _maps;
set
maps
(List<MaterialMapD> value)
Implementation
set maps(List<MaterialMapD> value) => _maps.inner = value;