1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
|
<?xml version="1.0"?>
<doc>
<assembly>
<name>DemiEditor</name>
</assembly>
<members>
<member name="T:DG.DemiEditor.TextureExtensions">
<summary>
Texture extensions
</summary>
</member>
<member name="M:DG.DemiEditor.TextureExtensions.SetFormat(UnityEngine.Texture2D,UnityEngine.FilterMode,System.Int32)">
<summary>
Checks that the texture uses the correct import settings, and applies them if they're incorrect.
</summary>
</member>
<member name="T:DG.DemiEditor.DeGUI">
<summary>
Global Demigiant GUI manager
</summary>
</member>
<member name="F:DG.DemiEditor.DeGUI.colors">
<summary>
Default color palette
</summary>
</member>
<member name="F:DG.DemiEditor.DeGUI.styles">
<summary>
Default style palette
</summary>
</member>
<member name="F:DG.DemiEditor.DeGUI.isProSkin">
<summary>
TRUE if we're using the PRO skin
</summary>
</member>
<member name="M:DG.DemiEditor.DeGUI.BeginGUI(DG.DemiLib.DeColorPalette,DG.DemiEditor.DeStylePalette)">
<summary>
Call this at the beginning of GUI methods
</summary>
<param name="guiColorPalette"></param>
</member>
<member name="M:DG.DemiEditor.DeGUI.ChangePalette(DG.DemiLib.DeColorPalette,DG.DemiEditor.DeStylePalette)">
<summary>
Changes the active palettes to the given ones
(or resets them to the default ones if NULL)
</summary>
</member>
<member name="T:DG.DemiEditor.GUIStyleExtensions">
<summary>
GUI extension methods
</summary>
</member>
<member name="M:DG.DemiEditor.GUIStyleExtensions.Clone(UnityEngine.GUIStyle,System.Object[])">
<summary>
Clones the style and adds the given formats to it
</summary>
</member>
<member name="M:DG.DemiEditor.GUIStyleExtensions.Add(UnityEngine.GUIStyle,System.Object[])">
<summary>
Adds the given formats to the style
</summary>
</member>
<member name="M:DG.DemiEditor.GUIStyleExtensions.Border(UnityEngine.GUIStyle,UnityEngine.RectOffset)">
<summary>
Sets the border of the style
</summary>
</member>
<member name="M:DG.DemiEditor.GUIStyleExtensions.Border(UnityEngine.GUIStyle,System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
Sets the border of the style
</summary>
</member>
<member name="M:DG.DemiEditor.GUIStyleExtensions.Background(UnityEngine.GUIStyle,UnityEngine.Texture2D)">
<summary>
Sets the background of the style
</summary>
</member>
<member name="M:DG.DemiEditor.GUIStyleExtensions.ContentOffset(UnityEngine.GUIStyle,UnityEngine.Vector2)">
<summary>
Sets the contentOffset of the style
</summary>
</member>
<member name="M:DG.DemiEditor.GUIStyleExtensions.ContentOffsetX(UnityEngine.GUIStyle,System.Single)">
<summary>
Sets the X contentOffset of the style
</summary>
</member>
<member name="M:DG.DemiEditor.GUIStyleExtensions.ContentOffsetY(UnityEngine.GUIStyle,System.Single)">
<summary>
Sets the Y contentOffset of the style
</summary>
</member>
<member name="M:DG.DemiEditor.GUIStyleExtensions.Margin(UnityEngine.GUIStyle,UnityEngine.RectOffset)">
<summary>
Sets the margin of the style
</summary>
</member>
<member name="M:DG.DemiEditor.GUIStyleExtensions.Margin(UnityEngine.GUIStyle,System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
Sets the margin of the style
</summary>
</member>
<member name="M:DG.DemiEditor.GUIStyleExtensions.MarginLeft(UnityEngine.GUIStyle,System.Int32)">
<summary>
Sets the left margin of the style
</summary>
</member>
<member name="M:DG.DemiEditor.GUIStyleExtensions.MarginRight(UnityEngine.GUIStyle,System.Int32)">
<summary>
Sets the right margin of the style
</summary>
</member>
<member name="M:DG.DemiEditor.GUIStyleExtensions.MarginTop(UnityEngine.GUIStyle,System.Int32)">
<summary>
Sets the top margin of the style
</summary>
</member>
<member name="M:DG.DemiEditor.GUIStyleExtensions.MarginBottom(UnityEngine.GUIStyle,System.Int32)">
<summary>
Sets the bottom margin of the style
</summary>
</member>
<member name="M:DG.DemiEditor.GUIStyleExtensions.Padding(UnityEngine.GUIStyle,UnityEngine.RectOffset)">
<summary>
Sets the padding of the style
</summary>
</member>
<member name="M:DG.DemiEditor.GUIStyleExtensions.Padding(UnityEngine.GUIStyle,System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
Sets the padding of the style
</summary>
</member>
<member name="M:DG.DemiEditor.GUIStyleExtensions.PaddingLeft(UnityEngine.GUIStyle,System.Int32)">
<summary>
Sets the left padding of the style
</summary>
</member>
<member name="M:DG.DemiEditor.GUIStyleExtensions.PaddingRight(UnityEngine.GUIStyle,System.Int32)">
<summary>
Sets the right padding of the style
</summary>
</member>
<member name="M:DG.DemiEditor.GUIStyleExtensions.PaddingTop(UnityEngine.GUIStyle,System.Int32)">
<summary>
Sets the top padding of the style
</summary>
</member>
<member name="M:DG.DemiEditor.GUIStyleExtensions.PaddingBottom(UnityEngine.GUIStyle,System.Int32)">
<summary>
Sets the bottom padding of the style
</summary>
</member>
<member name="M:DG.DemiEditor.GUIStyleExtensions.Width(UnityEngine.GUIStyle,System.Single)">
<summary>
Sets the Y fixedWidth of the style
</summary>
</member>
<member name="M:DG.DemiEditor.GUIStyleExtensions.Height(UnityEngine.GUIStyle,System.Int32)">
<summary>
Sets the fixedHeight of the style
</summary>
</member>
<member name="M:DG.DemiEditor.GUIStyleExtensions.StretchHeight(UnityEngine.GUIStyle,System.Boolean)">
<summary>
Sets the stretchHeight property of the style
</summary>
</member>
<member name="M:DG.DemiEditor.GUIStyleExtensions.StretchWidth(UnityEngine.GUIStyle,System.Boolean)">
<summary>
Sets the stretchWidth property of the style
</summary>
</member>
<member name="T:DG.DemiEditor.AssemblyExtensions">
<summary>
Assembly extensions
</summary>
</member>
<member name="M:DG.DemiEditor.AssemblyExtensions.ADBDir(System.Reflection.Assembly)">
<summary>AssetDatabase path to the assembly directory, without final slash</summary>
</member>
<member name="T:DG.DemiEditor.DeFileUtils">
<summary>
File utils
</summary>
</member>
<member name="F:DG.DemiEditor.DeFileUtils.ADBPathSlash">
<summary>Path slash for AssetDatabase format</summary>
</member>
<member name="F:DG.DemiEditor.DeFileUtils.ADBPathSlashToReplace">
<summary>Path slash to replace for AssetDatabase format</summary>
</member>
<member name="F:DG.DemiEditor.DeFileUtils.PathSlash">
<summary>Current OS path slash</summary>
</member>
<member name="F:DG.DemiEditor.DeFileUtils.PathSlashToReplace">
<summary>Path slash to replace on current OS</summary>
</member>
<member name="T:DG.DemiEditor.DeStylePalette">
<summary>
Stores a GUIStyle palette, which can be passed to default DeGUI layouts when calling <code>DeGUI.BeginGUI</code>,
and changed at any time by calling <code>DeGUI.ChangePalette</code>.
You can inherit from this class to create custom GUIStyle palettes with more options.
Each of the sub-options require a public Init method to initialize the styles, which will be called via Reflection.
</summary>
</member>
<member name="M:DG.DemiEditor.DeStylePalette.Init">
<summary>
Called automatically by <code>DeGUI.BeginGUI</code>.
Override when adding new style subclasses.
</summary>
</member>
<member name="T:DG.DemiEditor.DeStyleSubPalette">
<summary>
Extend any custom subpalettes from this, so they will be initialized correctly
</summary>
</member>
<member name="T:DG.DemiEditor.DeGUILayout">
<summary>
GUILayout methods
</summary>
</member>
<member name="M:DG.DemiEditor.DeGUILayout.ColoredButton(UnityEngine.Color,UnityEngine.Color,System.String,UnityEngine.GUILayoutOption[])">
<summary>Button that can be toggled on and off</summary>
</member>
<member name="M:DG.DemiEditor.DeGUILayout.ColoredButton(UnityEngine.Color,UnityEngine.Color,System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
<summary>Button that can be toggled on and off</summary>
</member>
<member name="M:DG.DemiEditor.DeGUILayout.ColoredButton(UnityEngine.Color,UnityEngine.Color,UnityEngine.GUIContent,UnityEngine.GUILayoutOption[])">
<summary>Button that can be toggled on and off</summary>
</member>
<member name="M:DG.DemiEditor.DeGUILayout.ColoredButton(UnityEngine.Color,UnityEngine.Color,UnityEngine.GUIContent,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
<summary>Button that can be toggled on and off</summary>
<summary>Button that can be toggled on and off</summary>
</member>
<member name="M:DG.DemiEditor.DeGUILayout.ToolbarFoldoutButton(System.Boolean,System.String)">
<summary>Toolbar foldout button</summary>
</member>
<member name="M:DG.DemiEditor.DeGUILayout.ToggleButton(System.Boolean,System.String,UnityEngine.GUILayoutOption[])">
<summary>Button that can be toggled on and off</summary>
</member>
<member name="M:DG.DemiEditor.DeGUILayout.ToggleButton(System.Boolean,System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
<summary>Button that can be toggled on and off</summary>
</member>
<member name="M:DG.DemiEditor.DeGUILayout.ToggleButton(System.Boolean,System.String,DG.DemiLib.DeColorPalette,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
<summary>Button that can be toggled on and off</summary>
</member>
<member name="M:DG.DemiEditor.DeGUILayout.ToggleButton(System.Boolean,UnityEngine.GUIContent,UnityEngine.GUILayoutOption[])">
<summary>Button that can be toggled on and off</summary>
</member>
<member name="M:DG.DemiEditor.DeGUILayout.ToggleButton(System.Boolean,UnityEngine.GUIContent,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
<summary>Button that can be toggled on and off</summary>
</member>
<member name="M:DG.DemiEditor.DeGUILayout.ToggleButton(System.Boolean,UnityEngine.GUIContent,DG.DemiLib.DeColorPalette,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
<summary>Button that can be toggled on and off</summary>
<summary>Button that can be toggled on and off</summary>
</member>
<member name="M:DG.DemiEditor.DeGUILayout.BeginToolbar(UnityEngine.GUILayoutOption[])">
<summary>Begins an horizontal toolbar layout</summary>
</member>
<member name="M:DG.DemiEditor.DeGUILayout.BeginToolbar(UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
<summary>Begins an horizontal toolbar layout</summary>
</member>
<member name="M:DG.DemiEditor.DeGUILayout.BeginToolbar(UnityEngine.Color,UnityEngine.GUILayoutOption[])">
<summary>Begins an horizontal toolbar layout</summary>
</member>
<member name="M:DG.DemiEditor.DeGUILayout.BeginToolbar(UnityEngine.Color,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
<summary>Begins an horizontal toolbar layout</summary>
</member>
<member name="M:DG.DemiEditor.DeGUILayout.EndToolbar">
<summary>Ends an horizontal toolbar layout</summary>
</member>
<member name="M:DG.DemiEditor.DeGUILayout.Toolbar(System.String,UnityEngine.GUILayoutOption[])">
<summary>A toolbar with a label</summary>
</member>
<member name="M:DG.DemiEditor.DeGUILayout.Toolbar(System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
<summary>A toolbar with a label</summary>
</member>
<member name="M:DG.DemiEditor.DeGUILayout.Toolbar(System.String,UnityEngine.GUIStyle,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
<summary>A toolbar with a label</summary>
</member>
<member name="M:DG.DemiEditor.DeGUILayout.Toolbar(System.String,UnityEngine.Color,UnityEngine.GUILayoutOption[])">
<summary>A toolbar with a label</summary>
</member>
<member name="M:DG.DemiEditor.DeGUILayout.Toolbar(System.String,UnityEngine.Color,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
<summary>A toolbar with a label</summary>
</member>
<member name="M:DG.DemiEditor.DeGUILayout.Toolbar(System.String,UnityEngine.Color,UnityEngine.GUIStyle,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
<summary>A toolbar with a label</summary>
</member>
<member name="M:DG.DemiEditor.DeGUILayout.BeginVBox(UnityEngine.GUIStyle)">
<summary>Vertical box layout with style and color options</summary>
</member>
<member name="M:DG.DemiEditor.DeGUILayout.BeginVBox(System.Nullable{UnityEngine.Color},UnityEngine.GUIStyle)">
<summary>Vertical box layout with style and color options</summary>
</member>
<member name="M:DG.DemiEditor.DeGUILayout.EndVBox">
<summary>End vertical box layout</summary>
</member>
<member name="M:DG.DemiEditor.DeGUILayout.HorizontalDivider(System.Nullable{UnityEngine.Color},System.Int32,System.Int32,System.Int32)">
<summary>Divider</summary>
</member>
<member name="T:DG.DemiEditor.DeSkinStyle">
<summary>
Contains both free and pro skins GUIStyle variations,
and automatically returns the correct one when converted to GUIStyle
</summary>
</member>
</members>
</doc>
|