Table of Contents

Class TagConstants

Namespace
Framework.Common.Constants
Assembly
Assembly-CSharp.dll

Unity Tag 문자열 상수. 매직 스트링 제거.

public static class TagConstants
Inheritance
object
TagConstants

Remarks

GameObject.CompareTag, GameObject.FindWithTag 등에서 사용한다. Tag 변경 시 이 파일만 수정하면 된다.

Fields

Enemy

public const string Enemy = "Enemy"

Field Value

string

GameController

public const string GameController = "GameController"

Field Value

string

MainCamera

public const string MainCamera = "MainCamera"

Field Value

string

Player

public const string Player = "Player"

Field Value

string