Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
kode80
GUIWrapper
GUIBaseContainer
C# Class kode80.GUIWrapper.GUIBaseContainer
Inheritance:
GUIBase
显示文件
Open project: kode80/UnityTools
Public Methods
Method
Description
Add
(
GUIBase
child
) :
GUIBase
GUIBaseContainer
( ) :
UnityEngine
Remove
(
GUIBase
child
) :
void
RemoveAll
( ) :
void
Protected Methods
Method
Description
BeginContainerOnGUI
( ) :
void
CustomOnGUI
( ) :
void
EndContainerOnGUI
( ) :
void
Method Details
Add()
public
method
public
Add
(
GUIBase
child
) :
GUIBase
child
GUIBase
return
GUIBase
BeginContainerOnGUI()
protected
method
protected
BeginContainerOnGUI
( ) :
void
return
void
CustomOnGUI()
protected
method
protected
CustomOnGUI
( ) :
void
return
void
EndContainerOnGUI()
protected
method
protected
EndContainerOnGUI
( ) :
void
return
void
GUIBaseContainer()
public
method
public
GUIBaseContainer
( ) :
UnityEngine
return
UnityEngine
Remove()
public
method
public
Remove
(
GUIBase
child
) :
void
child
GUIBase
return
void
RemoveAll()
public
method
public
RemoveAll
( ) :
void
return
void