Entity.Dispose().md

March 19, 2022 ยท View on GitHub

DefaultEcs

DefaultEcs.Entity

Entity.Dispose() Method

Clean the current Entity of all its components.
The current Entity should not be used again after calling this method and IsAlive will return false.

public void Dispose();

Implements Dispose()

Contents

  1. 0.1DefaultEcs.Entity
  2. 1Entity.Dispose() Method