Class UIAddressableKeys
Framework 기본 UI Addressable 키 상수. Game 프로젝트에서는 별도 키 클래스를 추가한다.
public static class UIAddressableKeys
- Inheritance
-
objectUIAddressableKeys
Remarks
[규칙] UI Prefab 직접 SerializeField 참조 금지. 반드시 이 상수 또는 Game 프로젝트의 키 클래스를 사용한다.
Fields
Dialog
public const string Dialog = "UI/Dialog"
Field Value
- string
Loading
public const string Loading = "UI/Loading"
Field Value
- string
Toast
public const string Toast = "UI/Toast"
Field Value
- string