World.TrimExcess_T_().md

March 19, 2022 ยท View on GitHub

DefaultEcs

DefaultEcs.World

World.TrimExcess() Method

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

public void TrimExcess<T>();

Type parameters

T

The type of the component storage to trim.

Contents

  1. 0.1DefaultEcs.World
  2. 1World.TrimExcess() Method