getPrimitiveCount method

Future<int> getPrimitiveCount({
  1. ThermionEntity? entity,
})

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();
}