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

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

공개 메소드들

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

메소드 상세

Add() 공개 메소드

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

Remove() 공개 메소드

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

WrapPanel() 공개 메소드

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

WrapPanel() 공개 메소드

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