C# Class Model.UIComponent

Inheritance: Component
显示文件 Open project: egametang/Egametang

Public Methods

Method Description
Add ( UIType type, UI ui ) : void
Create ( UIType type ) : UI
Dispose ( ) : void
Get ( UIType type ) : UI
GetUITypeList ( ) : List
Remove ( UIType type ) : void
RemoveAll ( ) : void

Private Methods

Method Description
Awake ( ) : void
Load ( ) : void

Method Details

Add() public method

public Add ( UIType type, UI ui ) : void
type UIType
ui UI
return void

Create() public method

public Create ( UIType type ) : UI
type UIType
return UI

Dispose() public method

public Dispose ( ) : void
return void

Get() public method

public Get ( UIType type ) : UI
type UIType
return UI

GetUITypeList() public method

public GetUITypeList ( ) : List
return List

Remove() public method

public Remove ( UIType type ) : void
type UIType
return void

RemoveAll() public method

public RemoveAll ( ) : void
return void