Entity.Tags Property
Definition¶
Namespace: Brine2D.ECS
Gets the tags for this entity as a read-only set. Use Brine2D.ECS.Entity.AddTag(System.String), Brine2D.ECS.Entity.RemoveTag(System.String), and Brine2D.ECS.Entity.ClearTags to modify tags so that validation and logging are applied consistently.
public System.Collections.Generic.IReadOnlySet<string> Tags { get; }