We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aaea9d4 + aadbfeb commit c452b50Copy full SHA for c452b50
src/ECS/Entity.cs
@@ -531,7 +531,7 @@ public bool AddTags(in Tags tags) {
531
}
532
throw EntityNullException();
533
534
- /// <summary>Add the given <typeparamref name="TTag"/> from the entity.</summary>
+ /// <summary>Remove the given <typeparamref name="TTag"/> from the entity.</summary>
535
public bool RemoveTag<TTag>() where TTag : struct, ITag {
536
int index = 0;
537
ref var node = ref store.nodes[Id];
0 commit comments