C# 클래스 Model.UIComponent

상속: Component
파일 보기 프로젝트 열기: egametang/Egametang

공개 메소드들

메소드 설명
Add ( UIType type, UI ui ) : void
Create ( UIType type ) : UI
Dispose ( ) : void
Get ( UIType type ) : UI
GetUITypeList ( ) : List
Remove ( UIType type ) : void
RemoveAll ( ) : void

비공개 메소드들

메소드 설명
Awake ( ) : void
Load ( ) : void

메소드 상세

Add() 공개 메소드

public Add ( UIType type, UI ui ) : void
type UIType
ui UI
리턴 void

Create() 공개 메소드

public Create ( UIType type ) : UI
type UIType
리턴 UI

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Get() 공개 메소드

public Get ( UIType type ) : UI
type UIType
리턴 UI

GetUITypeList() 공개 메소드

public GetUITypeList ( ) : List
리턴 List

Remove() 공개 메소드

public Remove ( UIType type ) : void
type UIType
리턴 void

RemoveAll() 공개 메소드

public RemoveAll ( ) : void
리턴 void