Table of Contents

Class UIScreens

Namespace
Framework.Samples.UI
Assembly
Assembly-CSharp.dll

Sample 용 화면 키 상수. 실제 Game 프로젝트에서는 별도 키 클래스를 정의한다.

public static class UIScreens
Inheritance
object
UIScreens

Remarks

[규칙] 매직 스트링 금지. 반드시 이 클래스 또는 Game 프로젝트의 키 클래스를 사용. 실제 프로젝트 예: public static class UIScreens { public const string MainMenu = "UI/Screens/MainMenu"; }

Fields

Inventory

public const string Inventory = "UI/Screens/Inventory"

Field Value

string

MainMenu

public const string MainMenu = "UI/Screens/MainMenu"

Field Value

string

Shop

public const string Shop = "UI/Screens/Shop"

Field Value

string