getMaterialByTags method

List<Material> getMaterialByTags(
  1. String tagsQuery, [
  2. void forEach(
    1. Material material
    )
])

Implementation

external List<Material> getMaterialByTags(String tagsQuery, [void Function(Material material) forEach]);