createInstance abstract method
Create a new instance of entity.
Instances are not automatically added to the scene; you must
call Scene.add
.
Implementation
Future<ThermionAsset> createInstance(
{List<MaterialInstance>? materialInstances = null});