GUI 和 GUILayout 的對比

靜態屬性

GUI GUILayout
backgroundColor 無靜態屬性
changed
color
contentColor
depth
enabled
matrix
skin
tooltip

………………………….


…………………………..

靜態方法

GUI GUILayout
BeginGroup / EndGroup x
x BeginArea / EndArea
x BeginHorizontal / EndHorizontal
x BeginVertical / EndVertical
BeginScrollView / EndScrollView BeginScrollView / EndScrollView
Box
BringWindowToBack x
BringWindowToFront x
Button
DragWindow x
DrawTexture x
DrawTextureWithTexCoords x
x ExpandWidth
x ExpandHeight
x FlexibleSpace
x Height
FocusControl x
FocusWindow x
GetNameOfFocusedControl x
HorizontalScrollbar
HorizontalSlider
Label
x MaxHeight
x MaxWidth
x MinHeight
x MinWidth
ModalWindow x
PasswordField
RepeatButton
ScrollTo x
SelectionGrid
x Space
SetNextControlName x
TextArea
TextField
Toggle
Toolbar
UnfocusWindow x
VerticalScrollbar
VerticalSlider
x Width
Window

委託

GUI GUILayout
WindowFunction
發佈了46 篇原創文章 · 獲贊 8 · 訪問量 4萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章