Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
LayoutFarm
InternalUI
UICollection
C# 클래스 LayoutFarm.InternalUI.UICollection
파일 보기
프로젝트 열기: prepare/HTML-Renderer
1 사용 예제들
공개 메소드들
메소드
설명
AddUI
(
UIElement
ui
) :
void
Clear
( ) :
void
GetElement
(
int
index
) :
UIElement
RemoveAt
(
int
index
) :
void
RemoveUI
(
UIElement
ui
) :
bool
UICollection
(
UIElement
owner
) :
System
메소드 상세
AddUI()
공개
메소드
public
AddUI
(
UIElement
ui
) :
void
ui
UIElement
리턴
void
Clear()
공개
메소드
public
Clear
( ) :
void
리턴
void
GetElement()
공개
메소드
public
GetElement
(
int
index
) :
UIElement
index
int
리턴
UIElement
RemoveAt()
공개
메소드
public
RemoveAt
(
int
index
) :
void
index
int
리턴
void
RemoveUI()
공개
메소드
public
RemoveUI
(
UIElement
ui
) :
bool
ui
UIElement
리턴
bool
UICollection()
공개
메소드
public
UICollection
(
UIElement
owner
) :
System
owner
UIElement
리턴
System