C# Class LayoutFarm.UI.UICollection

Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public AddUI ( UIElement ui ) : void
ui UIElement
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

GetElement() public méthode

public GetElement ( int index ) : UIElement
index int
Résultat UIElement

RemoveAt() public méthode

public RemoveAt ( int index ) : void
index int
Résultat void

RemoveUI() public méthode

public RemoveUI ( UIElement ui ) : bool
ui UIElement
Résultat bool

UICollection() public méthode

public UICollection ( UIElement owner ) : System
owner UIElement
Résultat System