C# Class WaveEngine.Components.UI.WrapPanel

WrapPanel decorate class
Inheritance: UIBase
Exibir arquivo Open project: WaveEngine/Components Class Usage Examples

Public Methods

Method 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 method

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

Remove() public method

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

WrapPanel() public method

Initializes a new instance of the WrapPanel class.
public WrapPanel ( ) : System
return System

WrapPanel() public method

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