TagHandle

struct in UnityEngine

/

Implemented in:UnityEngine.CoreModule

Description

A handle to one of the tag values that can be applied to a GameObject.

If you are checking the tag on a GameObject to see if it matches a particular value, then using a TagHandle instead of the raw tag name can be faster.

Additional resources: GameObject.CompareTag.

Static Methods

GetExistingTagGet a handle to a existing defined tag.

Did you find this page useful? Please give it a rating: