Easy Tags 1.0
Improved Tag System for Unity
Loading...
Searching...
No Matches
EasyTags Namespace Reference

Classes

class  MultipleTags
 
struct  TagMask
 
class  TagMaskUtils
 

Detailed Description

MultipleTags component (attach this component to the game objects that you want to use multiple tags on) This class include the necessary components to use multiple tags on game objects

Author
(FeroDev)
Version
1.0
Date
26/06/2024

TagMask struct lets you to select multiple tags as a bitmask This struct includes the necessary code to let you use TagMask independently and without the help of MultipleTags

Author
(FeroDev)
Version
1.0
Date
26/06/2024

TagMaskUtils is a static class to let you use TagMask Utility Functions globally This class includes the all the functions to utilize MultipleTags usage like finding game objects and comparing tags

Author
(FeroDev)
Version
1.0
Date
26/06/2024