WorldRecord.Remove_T_().md

March 19, 2022 ยท View on GitHub

DefaultEcs

DefaultEcs.Command.WorldRecord

WorldRecord.Remove() Method

Removes the component of type T on the corresponding World.
This command takes 7 bytes.

public void Remove<T>();

Type parameters

T

The type of the component.

Exceptions

System.InvalidOperationException
Command buffer is full.

Contents

  1. 0.1DefaultEcs.Command.WorldRecord
  2. 1WorldRecord.Remove() Method