getPrimitiveCount method
Returns the number of primitives in entity
(which is assumed to have
a Renderable component attached).
Implementation
Future<int> getPrimitiveCount({ThermionEntity? entity}) async {
throw UnimplementedError();
}
Returns the number of primitives in entity
(which is assumed to have
a Renderable component attached).
Future<int> getPrimitiveCount({ThermionEntity? entity}) async {
throw UnimplementedError();
}