Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 527 Bytes

Entity.Remove_T_().md

File metadata and controls

18 lines (12 loc) · 527 Bytes

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.