Version: 2023.2
언어: 한국어

TagHandle

struct in UnityEngine

매뉴얼로 전환

설명

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.

정적 함수

GetExistingTagGet a handle to a existing defined tag.