setMaterialInstanceForAll method
Sets the material instance for all primitives in all entities to
instance
.
Implementation
Future setMaterialInstanceForAll(covariant MaterialInstance instance) {
throw UnimplementedError();
}
Sets the material instance for all primitives in all entities to
instance
.
Future setMaterialInstanceForAll(covariant MaterialInstance instance) {
throw UnimplementedError();
}