Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 402 Bytes

World.TrimExcess().md

File metadata and controls

11 lines (8 loc) · 402 Bytes

World.TrimExcess() Method

Resizes all inner storage to exactly the number of Entity and components this World contains.
This method is not thread safe.

public void TrimExcess();