Entity.Remove_T_().md

March 19, 2022 ยท View on GitHub

DefaultEcs

DefaultEcs.Entity

Entity.Remove() Method

Removes the component of type T on the current Entity.
This method is not thread safe.

public void Remove<T>();

Type parameters

T

The type of the component.

Contents

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