C# Class LayoutFarm.UI.UICollection

ファイルを表示 Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method Description
AddUI ( UIElement ui ) : void
Clear ( ) : void
GetElement ( int index ) : UIElement
RemoveAt ( int index ) : void
RemoveUI ( UIElement ui ) : bool
UICollection ( UIElement owner ) : System

Method Details

AddUI() public method

public AddUI ( UIElement ui ) : void
ui UIElement
return void

Clear() public method

public Clear ( ) : void
return void

GetElement() public method

public GetElement ( int index ) : UIElement
index int
return UIElement

RemoveAt() public method

public RemoveAt ( int index ) : void
index int
return void

RemoveUI() public method

public RemoveUI ( UIElement ui ) : bool
ui UIElement
return bool

UICollection() public method

public UICollection ( UIElement owner ) : System
owner UIElement
return System