totalCreated property

int totalCreated

Get how many entities have been created in the world since start. Note: A created entity may not have been added to the world, thus created count is always equal or larger than added count.

Implementation

int get totalCreated => _created;