C# Class WaveEngine.Components.UI.WrapPanel

WrapPanel decorate class
Inheritance: UIBase
Afficher le fichier Open project: WaveEngine/Components Class Usage Examples

Méthodes publiques

Méthode Description
Add ( UIBase ui ) : void

Adds the specified UI.

Remove ( UIBase ui ) : void

Removes the specified UI.

WrapPanel ( ) : System

Initializes a new instance of the WrapPanel class.

WrapPanel ( string name ) : System

Initializes a new instance of the WrapPanel class.

Method Details

Add() public méthode

Adds the specified UI.
UI component is null.
public Add ( UIBase ui ) : void
ui UIBase The UI.
Résultat void

Remove() public méthode

Removes the specified UI.
UI component is null.
public Remove ( UIBase ui ) : void
ui UIBase The UI.
Résultat void

WrapPanel() public méthode

Initializes a new instance of the WrapPanel class.
public WrapPanel ( ) : System
Résultat System

WrapPanel() public méthode

Initializes a new instance of the WrapPanel class.
public WrapPanel ( string name ) : System
name string The name.
Résultat System