C# Класс WaveEngine.Components.UI.Grid

Grid decorate class
Наследование: UIBase
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Add ( UIBase ui ) : void

Adds the specified UI.

Grid ( ) : System

Initializes a new instance of the Grid class.

Grid ( string name ) : System

Initializes a new instance of the Grid class.

Remove ( UIBase ui ) : void

Removes the specified UI.

Описание методов

Add() публичный Метод

Adds the specified UI.
UI component is null.
public Add ( UIBase ui ) : void
ui UIBase The UI.
Результат void

Grid() публичный Метод

Initializes a new instance of the Grid class.
public Grid ( ) : System
Результат System

Grid() публичный Метод

Initializes a new instance of the Grid class.
public Grid ( string name ) : System
name string The name.
Результат System

Remove() публичный Метод

Removes the specified UI.
UI component is null.
public Remove ( UIBase ui ) : void
ui UIBase The UI.
Результат void