class
TagSet
public class TagSet : ITagSet Constructors
TagSet() TagSet(IEnumerable<String> tags) Properties
| Name | Type | Description |
|---|---|---|
IsEmpty | Boolean |
Methods
virtual Void Add(String tag) virtual IEnumerable<String> TryGetAll() virtual Boolean Has(String tag) virtual Void Remove(String tag) virtual Void RemoveAll() virtual IReadOnlySet<UInt32> GetTokens() Returns a list of ints, representing the tags. These are used internally by the engine.