C# 클래스 WaveEngine.Components.UI.Grid

Grid decorate class
상속: UIBase
파일 보기 프로젝트 열기: WaveEngine/Components 1 사용 예제들

공개 메소드들

메소드 설명
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