setMaterialInstanceForAll method

Future setMaterialInstanceForAll(
  1. covariant MaterialInstance instance
)

Sets the material instance for all primitives in all entities to instance.

Implementation

Future setMaterialInstanceForAll(covariant MaterialInstance instance) {
  throw UnimplementedError();
}