1 <?xml version="1.0" encoding="utf-8" standalone="yes"?>
2 <doc>
3   <members>
4     <assembly>
5       <name>UnityEditor</name>
6     </assembly>
7     <member name=
"T:UnityEditor.ActionOnDotNetUnhandledException">
8       <summary>
9         <para>The behavior
in case of unhandled .NET exception.</para>
10       </summary>
11     </member>
12     <member name=
"F:UnityEditor.ActionOnDotNetUnhandledException.Crash">
13       <summary>
14         <para>Crash
in case of unhandled .NET exception (Crash Report will be generated).</para>
15       </summary>
16     </member>
17     <member name=
"F:UnityEditor.ActionOnDotNetUnhandledException.SilentExit">
18       <summary>
19         <para>Silent exit
in case of unhandled .NET exception (no Crash Report generated).</para>
20       </summary>
21     </member>
22     <member name=
"T:UnityEditor.Advertisements.AdvertisementSettings">
23       <summary>
24         <para>Editor API
for the Unity Services editor feature. Normally UnityAds is enabled from the Services window, but if writing your own editor extension, this API can be used.</para>
25       </summary>
26     </member>
27     <member name=
"P:UnityEditor.Advertisements.AdvertisementSettings.enabled">
28       <summary>
29         <para>Global boolean
for enabling or disabling the advertisement feature.</para>
30       </summary>
31     </member>
32     <member name=
"P:UnityEditor.Advertisements.AdvertisementSettings.initializeOnStartup">
33       <summary>
34         <para>Controls
if the advertisement system should be initialized immediately on startup.</para>
35       </summary>
36     </member>
37     <member name=
"P:UnityEditor.Advertisements.AdvertisementSettings.testMode">
38       <summary>
39         <para>Controls
if testing advertisements are used instead of production advertisements.</para>
40       </summary>
41     </member>
42     <member name=
"M:UnityEditor.Advertisements.AdvertisementSettings.GetGameId(UnityEngine.RuntimePlatform)">
43       <summary>
44         <para>Gets the game identifier specified
for a runtime platform.</para>
45       </summary>
46       <param name=
"platform"></param>
47       <returns>
48         <para>The platform specific game identifier.</para>
49       </returns>
50     </member>
51     <member name=
"M:UnityEditor.Advertisements.AdvertisementSettings.IsPlatformEnabled(UnityEngine.RuntimePlatform)">
52       <summary>
53         <para>Returns
if a specific platform is enabled.</para>
54       </summary>
55       <param name=
"platform"></param>
56       <returns>
57         <para>Boolean
for the platform.</para>
58       </returns>
59     </member>
60     <member name=
"M:UnityEditor.Advertisements.AdvertisementSettings.SetGameId(UnityEngine.RuntimePlatform,System.String)">
61       <summary>
62         <para>Sets the game identifier
for the specified platform.</para>
63       </summary>
64       <param name=
"platform"></param>
65       <param name=
"gameId"></param>
66     </member>
67     <member name=
"M:UnityEditor.Advertisements.AdvertisementSettings.SetPlatformEnabled(UnityEngine.RuntimePlatform,System.Boolean)">
68       <summary>
69         <para>Enable the specific platform.</para>
70       </summary>
71       <param name=
"platform"></param>
72       <param name=
"value"></param>
73     </member>
74     <member name=
"T:UnityEngine.AI.NavMeshBuilder">
75       <summary>
76         <para>Navigation mesh builder
interface.</para>
77       </summary>
78     </member>
79     <member name=
"P:UnityEditor.AI.NavMeshBuilder.isRunning">
80       <summary>
81         <para>Returns
true if an asynchronous build is still running.</para>
82       </summary>
83     </member>
84     <member name=
"M:UnityEditor.AI.NavMeshBuilder.BuildNavMesh">
85       <summary>
86         <para>Build the Navmesh.</para>
87       </summary>
88     </member>
89     <member name=
"M:UnityEditor.AI.NavMeshBuilder.BuildNavMeshAsync">
90       <summary>
91         <para>Build the Navmesh Asyncronously.</para>
92       </summary>
93     </member>
94     <member name=
"M:UnityEditor.AI.NavMeshBuilder.BuildNavMeshForMultipleScenes(System.String[])">
95       <summary>
96         <para>Builds the combined navmesh
for the contents of multiple scenes.</para>
97       </summary>
98       <param name=
"paths">Array of paths to scenes that are used for building the navmesh.</param>
99     </member>
100     <member name=
"M:UnityEngine.AI.NavMeshBuilder.Cancel(UnityEngine.AI.NavMeshData)">
101       <summary>
102         <para>Cancels an asynchronous update of the specified NavMesh data. See Also: UpdateNavMeshDataAsync.</para>
103       </summary>
104       <param name=
"data">The data associated with asynchronous updating.</param>
105     </member>
106     <member name=
"M:UnityEditor.AI.NavMeshBuilder.ClearAllNavMeshes">
107       <summary>
108         <para>Clear all Navmeshes.</para>
109       </summary>
110     </member>
111     <member name=
"T:UnityEditor.AI.NavMeshVisualizationSettings">
112       <summary>
113         <para>Represents the visualization state of the navigation debug graphics.</para>
114       </summary>
115     </member>
116     <member name=
"P:UnityEditor.AI.NavMeshVisualizationSettings.showNavigation">
117       <summary>
118         <para>A count of how many users requesting navigation debug graphics to be enabled.</para>
119       </summary>
120     </member>
121     <member name=
"T:UnityEditor.AlphabeticalSort">
122       <summary>
123         <para>Hierarchy sort method to allow
for items and their children to be sorted alphabetically.</para>
124       </summary>
125     </member>
126     <member name=
"P:UnityEditor.AlphabeticalSort.content">
127       <summary>
128         <para>Content to visualize the alphabetical sorting method.</para>
129       </summary>
130     </member>
131     <member name=
"T:UnityEditor.Analytics.AnalyticsSettings">
132       <summary>
133         <para>Editor API
for the Unity Services editor feature. Normally Analytics is enabled from the Services window, but if writing your own editor extension, this API can be used.</para>
134       </summary>
135     </member>
136     <member name=
"P:UnityEditor.Analytics.AnalyticsSettings.enabled">
137       <summary>
138         <para>This Boolean field will cause the Analytics feature
in Unity to be enabled if true, or disabled if false.</para>
139       </summary>
140     </member>
141     <member name=
"P:UnityEditor.Analytics.AnalyticsSettings.testMode">
142       <summary>
143         <para>Set to
true for testing Analytics integration only within the Editor.</para>
144       </summary>
145     </member>
146     <member name=
"T:UnityEditor.Analytics.PerformanceReportingSettings">
147       <summary>
148         <para>Normally performance reporting
is enabled from the Services window, but if writing your own editor extension, this API can be used.</para>
149       </summary>
150     </member>
151     <member name=
"P:UnityEditor.Analytics.PerformanceReportingSettings.enabled">
152       <summary>
153         <para>This Boolean field causes the performance reporting feature
in Unity to be enabled if true, or disabled if false.</para>
154       </summary>
155     </member>
156     <member name=
"T:UnityEditor.AndroidBuildSystem">
157       <summary>
158         <para>Type of Android build system.</para>
159       </summary>
160     </member>
161     <member name=
"F:UnityEditor.AndroidBuildSystem.ADT">
162       <summary>
163         <para>Export ADT (legacy) project.</para>
164       </summary>
165     </member>
166     <member name=
"F:UnityEditor.AndroidBuildSystem.Gradle">
167       <summary>
168         <para>Build APK
using Gradle or export Gradle project.</para>
169       </summary>
170     </member>
171     <member name=
"F:UnityEditor.AndroidBuildSystem.Internal">
172       <summary>
173         <para>Build APK
using internal build system.</para>
174       </summary>
175     </member>
176     <member name=
"T:UnityEditor.AndroidBuildType">
177       <summary>
178         <para>Build configurations
for the generated project.</para>
179       </summary>
180     </member>
181     <member name=
"F:UnityEditor.AndroidBuildType.Debug">
182       <summary>
183         <para>Build configuration
set to Debug for the generated project.</para>
184       </summary>
185     </member>
186     <member name=
"F:UnityEditor.AndroidBuildType.Development">
187       <summary>
188         <para>Build configuration
set to Development for the generated project.</para>
189       </summary>
190     </member>
191     <member name=
"F:UnityEditor.AndroidBuildType.Release">
192       <summary>
193         <para>Build configuration
set to Release for the generated project.</para>
194       </summary>
195     </member>
196     <member name=
"T:UnityEditor.AndroidGamepadSupportLevel">
197       <summary>
198         <para>Gamepad support level
for Android TV.</para>
199       </summary>
200     </member>
201     <member name=
"F:UnityEditor.AndroidGamepadSupportLevel.RequiresGamepad">
202       <summary>
203         <para>Requires a gamepad
for gameplay.</para>
204       </summary>
205     </member>
206     <member name=
"F:UnityEditor.AndroidGamepadSupportLevel.SupportsDPad">
207       <summary>
208         <para>Game
is fully operational with a D-pad, no gamepad needed.</para>
209       </summary>
210     </member>
211     <member name=
"F:UnityEditor.AndroidGamepadSupportLevel.SupportsGamepad">
212       <summary>
213         <para>Works with a gamepad, but does not require it.</para>
214       </summary>
215     </member>
216     <member name=
"T:UnityEditor.AndroidPreferredInstallLocation">
217       <summary>
218         <para>Preferred application install location.</para>
219       </summary>
220     </member>
221     <member name=
"F:UnityEditor.AndroidPreferredInstallLocation.Auto">
222       <summary>
223         <para>Let the OS decide, app doesn
't have any preferences.</para>
224       </summary>
225     </member>
226     <member name=
"F:UnityEditor.AndroidPreferredInstallLocation.ForceInternal">
227       <summary>
228         <para>Force installation
into internal memory. Needed for things like Live Wallpapers.</para>
229       </summary>
230     </member>
231     <member name=
"F:UnityEditor.AndroidPreferredInstallLocation.PreferExternal">
232       <summary>
233         <para>Prefer external,
if possible. Install to internal otherwise.</para>
234       </summary>
235     </member>
236     <member name=
"T:UnityEditor.AndroidSdkVersions">
237       <summary>
238         <para>Supported Android SDK versions.</para>
239       </summary>
240     </member>
241     <member name=
"F:UnityEditor.AndroidSdkVersions.AndroidApiLevel16">
242       <summary>
243         <para>Android
4.1, "Jelly Bean", API level 16.</para>
244       </summary>
245     </member>
246     <member name=
"F:UnityEditor.AndroidSdkVersions.AndroidApiLevel17">
247       <summary>
248         <para>Android
4.2, "Jelly Bean", API level 17.</para>
249       </summary>
250     </member>
251     <member name=
"F:UnityEditor.AndroidSdkVersions.AndroidApiLevel18">
252       <summary>
253         <para>Android
4.3, "Jelly Bean", API level 18.</para>
254       </summary>
255     </member>
256     <member name=
"F:UnityEditor.AndroidSdkVersions.AndroidApiLevel19">
257       <summary>
258         <para>Android
4.4, "KitKat", API level 19.</para>
259       </summary>
260     </member>
261     <member name=
"F:UnityEditor.AndroidSdkVersions.AndroidApiLevel21">
262       <summary>
263         <para>Android
5.0, "Lollipop", API level 21.</para>
264       </summary>
265     </member>
266     <member name=
"F:UnityEditor.AndroidSdkVersions.AndroidApiLevel22">
267       <summary>
268         <para>Android
5.1, "Lollipop", API level 22.</para>
269       </summary>
270     </member>
271     <member name=
"F:UnityEditor.AndroidSdkVersions.AndroidApiLevel23">
272       <summary>
273         <para>Android
6.0, "Marshmallow", API level 23.</para>
274       </summary>
275     </member>
276     <member name=
"F:UnityEditor.AndroidSdkVersions.AndroidApiLevel24">
277       <summary>
278         <para>Android
7.0, "Nougat", API level 24.</para>
279       </summary>
280     </member>
281     <member name=
"F:UnityEditor.AndroidSdkVersions.AndroidApiLevel25">
282       <summary>
283         <para>Android
7.1, "Nougat", API level 25.</para>
284       </summary>
285     </member>
286     <member name=
"F:UnityEditor.AndroidSdkVersions.AndroidApiLevelAuto">
287       <summary>
288         <para>Sets the target API level automatically, according to the latest installed SDK
on your computer.</para>
289       </summary>
290     </member>
291     <member name=
"T:UnityEditor.AndroidShowActivityIndicatorOnLoading">
292       <summary>
293         <para>Application should show ActivityIndicator
when loading.</para>
294       </summary>
295     </member>
296     <member name=
"F:UnityEditor.AndroidShowActivityIndicatorOnLoading.DontShow">
297       <summary>
298         <para>Don
't Show.</para>
299       </summary>
300     </member>
301     <member name=
"F:UnityEditor.AndroidShowActivityIndicatorOnLoading.InversedLarge">
302       <summary>
303         <para>Inversed Large.</para>
304       </summary>
305     </member>
306     <member name=
"F:UnityEditor.AndroidShowActivityIndicatorOnLoading.InversedSmall">
307       <summary>
308         <para>Inversed Small.</para>
309       </summary>
310     </member>
311     <member name=
"F:UnityEditor.AndroidShowActivityIndicatorOnLoading.Large">
312       <summary>
313         <para>Large.</para>
314       </summary>
315     </member>
316     <member name=
"F:UnityEditor.AndroidShowActivityIndicatorOnLoading.Small">
317       <summary>
318         <para>Small.</para>
319       </summary>
320     </member>
321     <member name=
"T:UnityEditor.AndroidSplashScreenScale">
322       <summary>
323         <para>Android splash screen scale modes.</para>
324       </summary>
325     </member>
326     <member name=
"F:UnityEditor.AndroidSplashScreenScale.Center">
327       <summary>
328         <para>Center.</para>
329       </summary>
330     </member>
331     <member name=
"F:UnityEditor.AndroidSplashScreenScale.ScaleToFill">
332       <summary>
333         <para>Scale to fill.</para>
334       </summary>
335     </member>
336     <member name=
"F:UnityEditor.AndroidSplashScreenScale.ScaleToFit">
337       <summary>
338         <para>Scale to fit.</para>
339       </summary>
340     </member>
341     <member name=
"T:UnityEditor.AndroidTargetDevice">
342       <summary>
343         <para>Target Android device architecture.</para>
344       </summary>
345     </member>
346     <member name=
"F:UnityEditor.AndroidTargetDevice.x86">
347       <summary>
348         <para>Intel only.</para>
349       </summary>
350     </member>
351     <member name=
"F:UnityEditor.AndroidTargetDevice.ARMv7">
352       <summary>
353         <para>ARMv7 only.</para>
354       </summary>
355     </member>
356     <member name=
"F:UnityEditor.AndroidTargetDevice.FAT">
357       <summary>
358         <para>All supported architectures.</para>
359       </summary>
360     </member>
361     <member name=
"T:UnityEditor.AnimatedValues.AnimBool">
362       <summary>
363         <para>Lerp
from 0 - 1.</para>
364       </summary>
365     </member>
366     <member name=
"P:UnityEditor.AnimatedValues.AnimBool.faded">
367       <summary>
368         <para>Retuns the
float value of the tween.</para>
369       </summary>
370     </member>
371     <member name=
"M:UnityEditor.AnimatedValues.AnimBool.#ctor">
372       <summary>
373         <para>Constructor.</para>
374       </summary>
375       <param name=
"value">Start Value.</param>
376       <param name=
"callback"></param>
377     </member>
378     <member name=
"M:UnityEditor.AnimatedValues.AnimBool.#ctor(System.Boolean)">
379       <summary>
380         <para>Constructor.</para>
381       </summary>
382       <param name=
"value">Start Value.</param>
383       <param name=
"callback"></param>
384     </member>
385     <member name=
"M:UnityEditor.AnimatedValues.AnimBool.#ctor(UnityEngine.Events.UnityAction)">
386       <summary>
387         <para>Constructor.</para>
388       </summary>
389       <param name=
"value">Start Value.</param>
390       <param name=
"callback"></param>
391     </member>
392     <member name=
"M:UnityEditor.AnimatedValues.AnimBool.#ctor(System.Boolean,UnityEngine.Events.UnityAction)">
393       <summary>
394         <para>Constructor.</para>
395       </summary>
396       <param name=
"value">Start Value.</param>
397       <param name=
"callback"></param>
398     </member>
399     <member name=
"M:UnityEditor.AnimatedValues.AnimBool.Fade(System.Single,System.Single)">
400       <summary>
401         <para>Returns a
value between from and to depending on the current value of the bools animation.</para>
402       </summary>
403       <param name=
"from">Value to lerp from.</param>
404       <param name=
"to">Value to lerp to.</param>
405     </member>
406     <member name=
"M:UnityEditor.AnimatedValues.AnimBool.GetValue">
407       <summary>
408         <para>Type specific implementation of BaseAnimValue_1.GetValue.</para>
409       </summary>
410       <returns>
411         <para>Current
value.</para>
412       </returns>
413     </member>
414     <member name=
"T:UnityEditor.AnimatedValues.AnimFloat">
415       <summary>
416         <para>An animated
float value.</para>
417       </summary>
418     </member>
419     <member name=
"M:UnityEditor.AnimatedValues.AnimFloat.#ctor(System.Single)">
420       <summary>
421         <para>Constructor.</para>
422       </summary>
423       <param name=
"value">Start Value.</param>
424       <param name=
"callback"></param>
425     </member>
426     <member name=
"M:UnityEditor.AnimatedValues.AnimFloat.#ctor(System.Single,UnityEngine.Events.UnityAction)">
427       <summary>
428         <para>Constructor.</para>
429       </summary>
430       <param name=
"value">Start Value.</param>
431       <param name=
"callback"></param>
432     </member>
433     <member name=
"M:UnityEditor.AnimatedValues.AnimFloat.GetValue">
434       <summary>
435         <para>Type specific implementation of BaseAnimValue_1.GetValue.</para>
436       </summary>
437       <returns>
438         <para>Current Value.</para>
439       </returns>
440     </member>
441     <member name=
"T:UnityEditor.AnimatedValues.AnimQuaternion">
442       <summary>
443         <para>An animated Quaternion
value.</para>
444       </summary>
445     </member>
446     <member name=
"M:UnityEditor.AnimatedValues.AnimQuaternion.#ctor(UnityEngine.Quaternion)">
447       <summary>
448         <para>Constructor.</para>
449       </summary>
450       <param name=
"value">Start Value.</param>
451       <param name=
"callback"></param>
452     </member>
453     <member name=
"M:UnityEditor.AnimatedValues.AnimQuaternion.#ctor(UnityEngine.Quaternion,UnityEngine.Events.UnityAction)">
454       <summary>
455         <para>Constructor.</para>
456       </summary>
457       <param name=
"value">Start Value.</param>
458       <param name=
"callback"></param>
459     </member>
460     <member name=
"M:UnityEditor.AnimatedValues.AnimQuaternion.GetValue">
461       <summary>
462         <para>Type specific implementation of BaseAnimValue_1.GetValue.</para>
463       </summary>
464       <returns>
465         <para>Current Value.</para>
466       </returns>
467     </member>
468     <member name=
"T:UnityEditor.AnimatedValues.AnimVector3">
469       <summary>
470         <para>An animated Vector3
value.</para>
471       </summary>
472     </member>
473     <member name=
"M:UnityEditor.AnimatedValues.AnimVector3.#ctor">
474       <summary>
475         <para>Constructor.</para>
476       </summary>
477       <param name=
"value">Start Value.</param>
478       <param name=
"callback"></param>
479     </member>
480     <member name=
"M:UnityEditor.AnimatedValues.AnimVector3.#ctor(UnityEngine.Vector3)">
481       <summary>
482         <para>Constructor.</para>
483       </summary>
484       <param name=
"value">Start Value.</param>
485       <param name=
"callback"></param>
486     </member>
487     <member name=
"M:UnityEditor.AnimatedValues.AnimVector3.#ctor(UnityEngine.Vector3,UnityEngine.Events.UnityAction)">
488       <summary>
489         <para>Constructor.</para>
490       </summary>
491       <param name=
"value">Start Value.</param>
492       <param name=
"callback"></param>
493     </member>
494     <member name=
"M:UnityEditor.AnimatedValues.AnimVector3.GetValue">
495       <summary>
496         <para>Type specific implementation of BaseAnimValue_1.GetValue.</para>
497       </summary>
498       <returns>
499         <para>Current Value.</para>
500       </returns>
501     </member>
502     <member name=
"T:UnityEditor.AnimatedValues.BaseAnimValue`1">
503       <summary>
504         <para>Abstract
base class for Animated Values.</para>
505       </summary>
506     </member>
507     <member name=
"P:UnityEditor.AnimatedValues.BaseAnimValue_1.isAnimating">
508       <summary>
509         <para>Is the
value currently animating.</para>
510       </summary>
511     </member>
512     <member name=
"F:UnityEditor.AnimatedValues.BaseAnimValue_1.speed">
513       <summary>
514         <para>Speed of the tween.</para>
515       </summary>
516     </member>
517     <member name=
"P:UnityEditor.AnimatedValues.BaseAnimValue_1.target">
518       <summary>
519         <para>Target to tween towards.</para>
520       </summary>
521     </member>
522     <member name=
"P:UnityEditor.AnimatedValues.BaseAnimValue_1.value">
523       <summary>
524         <para>Current
value of the animation.</para>
525       </summary>
526     </member>
527     <member name=
"F:UnityEditor.AnimatedValues.BaseAnimValue_1.valueChanged">
528       <summary>
529         <para>Callback
while the value is changing.</para>
530       </summary>
531     </member>
532     <member name=
"M:UnityEditor.AnimatedValues.BaseAnimValue_1.BeginAnimating(T,T)">
533       <summary>
534         <para>Begin an animation moving
from the start value to the target value.</para>
535       </summary>
536       <param name=
"newTarget">Target value.</param>
537       <param name=
"newStart">Start value.</param>
538     </member>
539     <member name=
"M:UnityEditor.AnimatedValues.BaseAnimValue_1.GetValue">
540       <summary>
541         <para>Abstract function to be overridden
in derived types. Should return the current value of the animated value.</para>
542       </summary>
543       <returns>
544         <para>Current Value.</para>
545       </returns>
546     </member>
547     <member name=
"M:UnityEditor.AnimatedValues.BaseAnimValue_1.StopAnim(T)">
548       <summary>
549         <para>Stop the animation and assign the given
value.</para>
550       </summary>
551       <param name=
"newValue">Value to assign.</param>
552     </member>
553     <member name=
"T:UnityEditor.AnimationClipCurveData">
554       <summary>
555         <para>An AnimationClipCurveData
object contains all the information needed to identify a specific curve in an AnimationClip. The curve animates a specific property of a component material attached to a game object animated bone.</para>
556       </summary>
557     </member>
558     <member name=
"F:UnityEditor.AnimationClipCurveData.curve">
559       <summary>
560         <para>The actual animation curve.</para>
561       </summary>
562     </member>
563     <member name=
"F:UnityEditor.AnimationClipCurveData.path">
564       <summary>
565         <para>The path of the game
object / bone being animated.</para>
566       </summary>
567     </member>
568     <member name=
"F:UnityEditor.AnimationClipCurveData.propertyName">
569       <summary>
570         <para>The name of the property being animated.</para>
571       </summary>
572     </member>
573     <member name=
"F:UnityEditor.AnimationClipCurveData.type">
574       <summary>
575         <para>The type of the component / material being animated.</para>
576       </summary>
577     </member>
578     <member name=
"T:UnityEditor.AnimationMode">
579       <summary>
580         <para>AnimationMode
is used by the AnimationWindow to store properties modified
581       
by the AnimationClip playback.</para>
582       </summary>
583     </member>
584     <member name=
"P:UnityEditor.AnimationMode.animatedPropertyColor">
585       <summary>
586         <para>The color used to show that a property
is currently being animated.</para>
587       </summary>
588     </member>
589     <member name=
"M:UnityEditor.AnimationMode.AddPropertyModification(UnityEditor.EditorCurveBinding,UnityEditor.PropertyModification,System.Boolean)">
590       <summary>
591         <para>Marks a property
as currently being animated.</para>
592       </summary>
593       <param name=
"binding">Description of the animation clip curve being modified.</param>
594       <param name=
"modification">Object property being modified.</param>
595       <param name=
"keepPrefabOverride">Indicates whether to retain modifications when the targeted object is an instance of prefab.</param>
596     </member>
597     <member name=
"M:UnityEditor.AnimationMode.BeginSampling">
598       <summary>
599         <para>Initialise the start of the animation clip sampling.</para>
600       </summary>
601     </member>
602     <member name=
"M:UnityEditor.AnimationMode.EndSampling">
603       <summary>
604         <para>Finish the sampling of the animation clip.</para>
605       </summary>
606     </member>
607     <member name=
"M:UnityEditor.AnimationMode.InAnimationMode">
608       <summary>
609         <para>Are we currently
in AnimationMode?</para>
610       </summary>
611     </member>
612     <member name=
"M:UnityEditor.AnimationMode.IsPropertyAnimated(UnityEngine.Object,System.String)">
613       <summary>
614         <para>Is the specified property currently
in animation mode and being animated?</para>
615       </summary>
616       <param name=
"target">The object to determine if it contained the animation.</param>
617       <param name=
"propertyPath">The name of the animation to search for.</param>
618       <returns>
619         <para>Whether the property search
is found or not.</para>
620       </returns>
621     </member>
622     <member name=
"M:UnityEditor.AnimationMode.SampleAnimationClip(UnityEngine.GameObject,UnityEngine.AnimationClip,System.Single)">
623       <summary>
624         <para>Samples an AnimationClip
on the object and also records any modified
625         properties
in AnimationMode.</para>
626       </summary>
627       <param name=
"gameObject"></param>
628       <param name=
"clip"></param>
629       <param name=
"time"></param>
630     </member>
631     <member name=
"M:UnityEditor.AnimationMode.StartAnimationMode">
632       <summary>
633         <para>Starts the animation mode.</para>
634       </summary>
635     </member>
636     <member name=
"M:UnityEditor.AnimationMode.StopAnimationMode">
637       <summary>
638         <para>Stops Animation mode, reverts all properties that were animated
in animation mode.</para>
639       </summary>
640     </member>
641     <member name=
"T:UnityEditor.Animations.AnimatorCondition">
642       <summary>
643         <para>Condition that
is used to determine if a transition must be taken.</para>
644       </summary>
645     </member>
646     <member name=
"P:UnityEditor.Animations.AnimatorCondition.mode">
647       <summary>
648         <para>The mode of the condition.</para>
649       </summary>
650     </member>
651     <member name=
"P:UnityEditor.Animations.AnimatorCondition.parameter">
652       <summary>
653         <para>The name of the parameter used
in the condition.</para>
654       </summary>
655     </member>
656     <member name=
"P:UnityEditor.Animations.AnimatorCondition.threshold">
657       <summary>
658         <para>The AnimatorParameter
's threshold value for the condition to be true.</para>
659       </summary>
660     </member>
661     <member name=
"T:UnityEditor.Animations.AnimatorConditionMode">
662       <summary>
663         <para>The mode of the condition.</para>
664       </summary>
665     </member>
666     <member name=
"F:UnityEditor.Animations.AnimatorConditionMode.Equals">
667       <summary>
668         <para>The condition
is true when parameter value is equal to the threshold.</para>
669       </summary>
670     </member>
671     <member name=
"F:UnityEditor.Animations.AnimatorConditionMode.Greater">
672       <summary>
673         <para>The condition
is true when parameter value is greater than the threshold.</para>
674       </summary>
675     </member>
676     <member name=
"F:UnityEditor.Animations.AnimatorConditionMode.If">
677       <summary>
678         <para>The condition
is true when the parameter value is true.</para>
679       </summary>
680     </member>
681     <member name=
"F:UnityEditor.Animations.AnimatorConditionMode.IfNot">
682       <summary>
683         <para>The condition
is true when the parameter value is false.</para>
684       </summary>
685     </member>
686     <member name=
"F:UnityEditor.Animations.AnimatorConditionMode.Less">
687       <summary>
688         <para>The condition
is true when the parameter value is less than the threshold.</para>
689       </summary>
690     </member>
691     <member name=
"F:UnityEditor.Animations.AnimatorConditionMode.NotEqual">
692       <summary>
693         <para>The condition
is true when the parameter value is not equal to the threshold.</para>
694       </summary>
695     </member>
696     <member name=
"T:UnityEditor.Animations.AnimatorController">
697       <summary>
698         <para>The Animator Controller controls animation through layers with state machines, controlled
by parameters.</para>
699       </summary>
700     </member>
701     <member name=
"P:UnityEditor.Animations.AnimatorController.layers">
702       <summary>
703         <para>The layers
in the controller.</para>
704       </summary>
705     </member>
706     <member name=
"P:UnityEditor.Animations.AnimatorController.parameters">
707       <summary>
708         <para>Parameters are used to communicate between scripting and the controller. They are used to drive transitions and blendtrees
for example.</para>
709       </summary>
710     </member>
711     <member name=
"M:UnityEditor.Animations.AnimatorController.AddEffectiveStateMachineBehaviour(System.Type,UnityEditor.Animations.AnimatorState,System.Int32)">
712       <summary>
713         <para>Adds a state machine behaviour
class of type stateMachineBehaviourType to the AnimatorState for layer layerIndex. This function should be used when you are dealing with synchronized layer and would like to add a state machine behaviour on a synchronized layer. C# Users can use a generic version.</para>
714       </summary>
715       <param name=
"stateMachineBehaviourType"></param>
716       <param name=
"state"></param>
717       <param name=
"layerIndex"></param>
718     </member>
719     <member name=
"M:UnityEditor.Animations.AnimatorController.AddEffectiveStateMachineBehaviour(UnityEditor.Animations.AnimatorState,System.Int32)">
720       <summary>
721         <para>Generic version. See the page
for more details.</para>
722       </summary>
723       <param name=
"state"></param>
724       <param name=
"layerIndex"></param>
725     </member>
726     <member name=
"M:UnityEditor.Animations.AnimatorController.AddLayer(System.String)">
727       <summary>
728         <para>Utility function to
add a layer to the controller.</para>
729       </summary>
730       <param name=
"name">The name of the Layer.</param>
731       <param name=
"layer">The layer to add.</param>
732     </member>
733     <member name=
"M:UnityEditor.Animations.AnimatorController.AddLayer(UnityEditor.Animations.AnimatorControllerLayer)">
734       <summary>
735         <para>Utility function to
add a layer to the controller.</para>
736       </summary>
737       <param name=
"name">The name of the Layer.</param>
738       <param name=
"layer">The layer to add.</param>
739     </member>
740     <member name=
"M:UnityEditor.Animations.AnimatorController.AddMotion(UnityEngine.Motion)">
741       <summary>
742         <para>Utility function that creates a
new state with the motion in it.</para>
743       </summary>
744       <param name=
"motion">The Motion that will be in the AnimatorState.</param>
745       <param name=
"layerIndex">The layer where the Motion will be added.</param>
746     </member>
747     <member name=
"M:UnityEditor.Animations.AnimatorController.AddMotion(UnityEngine.Motion,System.Int32)">
748       <summary>
749         <para>Utility function that creates a
new state with the motion in it.</para>
750       </summary>
751       <param name=
"motion">The Motion that will be in the AnimatorState.</param>
752       <param name=
"layerIndex">The layer where the Motion will be added.</param>
753     </member>
754     <member name=
"M:UnityEditor.Animations.AnimatorController.AddParameter(System.String,UnityEngine.AnimatorControllerParameterType)">
755       <summary>
756         <para>Utility function to
add a parameter to the controller.</para>
757       </summary>
758       <param name=
"name">The name of the parameter.</param>
759       <param name=
"type">The type of the parameter.</param>
760       <param name=
"paramater">The parameter to add.</param>
761     </member>
762     <member name=
"M:UnityEditor.Animations.AnimatorController.AddParameter(UnityEngine.AnimatorControllerParameter)">
763       <summary>
764         <para>Utility function to
add a parameter to the controller.</para>
765       </summary>
766       <param name=
"name">The name of the parameter.</param>
767       <param name=
"type">The type of the parameter.</param>
768       <param name=
"paramater">The parameter to add.</param>
769     </member>
770     <member name=
"M:UnityEditor.Animations.AnimatorController.CreateAnimatorControllerAtPath(System.String)">
771       <summary>
772         <para>Creates an AnimatorController at the given path.</para>
773       </summary>
774       <param name=
"path">The path where the AnimatorController asset will be created.</param>
775       <returns>
776         <para>The created AnimationController or
null if an error occured.</para>
777       </returns>
778     </member>
779     <member name=
"M:UnityEditor.Animations.AnimatorController.CreateAnimatorControllerAtPathWithClip(System.String,UnityEngine.AnimationClip)">
780       <summary>
781         <para>Creates an AnimatorController at the given path, and automatically create an AnimatorLayer with an AnimatorStateMachine that will
add a State with the AnimationClip in it.</para>
782       </summary>
783       <param name=
"path">The path where the AnimatorController will be created.</param>
784       <param name=
"clip">The default clip that will be played by the AnimatorController.</param>
785     </member>
786     <member name=
"M:UnityEditor.Animations.AnimatorController.CreateBlendTreeInController(System.String,UnityEditor.Animations.BlendTree&amp;)">
787       <summary>
788         <para>Creates a BlendTree
in a new AnimatorState.</para>
789       </summary>
790       <param name=
"name">The name of the BlendTree.</param>
791       <param name=
"tree">The created BlendTree.</param>
792       <param name=
"layerIndex">The index where the BlendTree will be created.</param>
793     </member>
794     <member name=
"M:UnityEditor.Animations.AnimatorController.CreateBlendTreeInController(System.String,UnityEditor.Animations.BlendTree&amp;,System.Int32)">
795       <summary>
796         <para>Creates a BlendTree
in a new AnimatorState.</para>
797       </summary>
798       <param name=
"name">The name of the BlendTree.</param>
799       <param name=
"tree">The created BlendTree.</param>
800       <param name=
"layerIndex">The index where the BlendTree will be created.</param>
801     </member>
802     <member name=
"M:UnityEditor.Animations.AnimatorController.CreateStateMachineBehaviour(UnityEditor.MonoScript)">
803       <summary>
804         <para>This function will create a StateMachineBehaviour instance based
on the class define in this script.</para>
805       </summary>
806       <param name=
"script">MonoScript class to instantiate.</param>
807       <returns>
808         <para>Returns instance id of created
object, returns 0 if something is not valid.</para>
809       </returns>
810     </member>
811     <member name=
"M:UnityEditor.Animations.AnimatorController.#ctor">
812       <summary>
813         <para>Constructor.</para>
814       </summary>
815     </member>
816     <member name=
"M:UnityEditor.Animations.AnimatorController.FindStateMachineBehaviourContext(UnityEngine.StateMachineBehaviour)">
817       <summary>
818         <para>Use
this function to retrieve the owner of this behaviour.</para>
819       </summary>
820       <param name=
"behaviour">The State Machine Behaviour to get context for.</param>
821       <returns>
822         <para>Returns the State Machine Behaviour edition context.</para>
823       </returns>
824     </member>
825     <member name=
"M:UnityEditor.Animations.AnimatorController.GetBehaviours">
826       <summary>
827         <para>Returns all StateMachineBehaviour that match type T or are derived
from T.</para>
828       </summary>
829     </member>
830     <member name=
"M:UnityEditor.Animations.AnimatorController.GetStateEffectiveBehaviours(UnityEditor.Animations.AnimatorState,System.Int32)">
831       <summary>
832         <para>Gets the effective state machine behaviour list
for the AnimatorState. Behaviours are either stored in the AnimatorStateMachine or in the AnimatorLayer's ovverrides. Use this function to get Behaviour list that is effectively used.</para>
833       </summary>
834       <param name=
"state">The AnimatorState which we want the Behaviour list.</param>
835       <param name=
"layerIndex">The layer that is queried.</param>
836     </member>
837     <member name=
"M:UnityEditor.Animations.AnimatorController.GetStateEffectiveMotion(UnityEditor.Animations.AnimatorState)">
838       <summary>
839         <para>Gets the effective Motion
for the AnimatorState. The Motion is either stored in the AnimatorStateMachine or in the AnimatorLayer's ovverrides. Use this function to get the Motion that is effectively used.</para>
840       </summary>
841       <param name=
"state">The AnimatorState which we want the Motion.</param>
842       <param name=
"layerIndex">The layer that is queried.</param>
843     </member>
844     <member name=
"M:UnityEditor.Animations.AnimatorController.GetStateEffectiveMotion(UnityEditor.Animations.AnimatorState,System.Int32)">
845       <summary>
846         <para>Gets the effective Motion
for the AnimatorState. The Motion is either stored in the AnimatorStateMachine or in the AnimatorLayer's ovverrides. Use this function to get the Motion that is effectively used.</para>
847       </summary>
848       <param name=
"state">The AnimatorState which we want the Motion.</param>
849       <param name=
"layerIndex">The layer that is queried.</param>
850     </member>
851     <member name=
"M:UnityEditor.Animations.AnimatorController.MakeUniqueLayerName(System.String)">
852       <summary>
853         <para>Creates a unique name
for the layers.</para>
854       </summary>
855       <param name=
"name">The desired name of the AnimatorLayer.</param>
856     </member>
857     <member name=
"M:UnityEditor.Animations.AnimatorController.MakeUniqueParameterName(System.String)">
858       <summary>
859         <para>Creates a unique name
for the parameter.</para>
860       </summary>
861       <param name=
"name">The desired name of the AnimatorParameter.</param>
862     </member>
863     <member name=
"M:UnityEditor.Animations.AnimatorController.RemoveLayer(System.Int32)">
864       <summary>
865         <para>Utility function to
remove a layer from the controller.</para>
866       </summary>
867       <param name=
"index">The index of the AnimatorLayer.</param>
868     </member>
869     <member name=
"M:UnityEditor.Animations.AnimatorController.RemoveParameter(System.Int32)">
870       <summary>
871         <para>Utility function to
remove a parameter from the controller.</para>
872       </summary>
873       <param name=
"index">The index of the AnimatorParameter.</param>
874     </member>
875     <member name=
"M:UnityEditor.Animations.AnimatorController.SetStateEffectiveBehaviours">
876       <summary>
877         <para>Sets the effective state machine Behaviour list
for the AnimatorState. The Behaviour list is either stored in the AnimatorStateMachine or in the AnimatorLayer's ovverrides. Use this function to set the Behaviour list that is effectively used.</para>
878       </summary>
879       <param name=
"state">The AnimatorState which we want to set the Behaviour list.</param>
880       <param name=
"layerIndex">The layer to set the Behaviour list.</param>
881       <param name=
"behaviours">The Behaviour list that will be set.</param>
882     </member>
883     <member name=
"M:UnityEditor.Animations.AnimatorController.SetStateEffectiveMotion(UnityEditor.Animations.AnimatorState,UnityEngine.Motion)">
884       <summary>
885         <para>Sets the effective Motion
for the AnimatorState. The Motion is either stored in the AnimatorStateMachine or in the AnimatorLayer's ovverrides. Use this function to set the Motion that is effectively used.</para>
886       </summary>
887       <param name=
"state">The AnimatorState which we want to set the Motion.</param>
888       <param name=
"motion">The Motion that will be set.</param>
889       <param name=
"layerIndex">The layer to set the Motion.</param>
890     </member>
891     <member name=
"M:UnityEditor.Animations.AnimatorController.SetStateEffectiveMotion(UnityEditor.Animations.AnimatorState,UnityEngine.Motion,System.Int32)">
892       <summary>
893         <para>Sets the effective Motion
for the AnimatorState. The Motion is either stored in the AnimatorStateMachine or in the AnimatorLayer's ovverrides. Use this function to set the Motion that is effectively used.</para>
894       </summary>
895       <param name=
"state">The AnimatorState which we want to set the Motion.</param>
896       <param name=
"motion">The Motion that will be set.</param>
897       <param name=
"layerIndex">The layer to set the Motion.</param>
898     </member>
899     <member name=
"T:UnityEditor.Animations.AnimatorControllerLayer">
900       <summary>
901         <para>The Animation Layer contains a state machine that controls animations of a model or part of it.</para>
902       </summary>
903     </member>
904     <member name=
"P:UnityEditor.Animations.AnimatorControllerLayer.avatarMask">
905       <summary>
906         <para>The AvatarMask that
is used to mask the animation on the given layer.</para>
907       </summary>
908     </member>
909     <member name=
"P:UnityEditor.Animations.AnimatorControllerLayer.blendingMode">
910       <summary>
911         <para>The blending mode used
by the layer. It is not taken into account for the first layer.</para>
912       </summary>
913     </member>
914     <member name=
"P:UnityEditor.Animations.AnimatorControllerLayer.defaultWeight">
915       <summary>
916         <para>The
default blending weight that the layers has. It is not taken into account for the first layer.</para>
917       </summary>
918     </member>
919     <member name=
"P:UnityEditor.Animations.AnimatorControllerLayer.iKPass">
920       <summary>
921         <para>When active, the layer will have an IK pass
when evaluated. It will trigger an OnAnimatorIK callback.</para>
922       </summary>
923     </member>
924     <member name=
"P:UnityEditor.Animations.AnimatorControllerLayer.name">
925       <summary>
926         <para>The name of the layer.</para>
927       </summary>
928     </member>
929     <member name=
"P:UnityEditor.Animations.AnimatorControllerLayer.stateMachine">
930       <summary>
931         <para>The state machine
for the layer.</para>
932       </summary>
933     </member>
934     <member name=
"P:UnityEditor.Animations.AnimatorControllerLayer.syncedLayerAffectsTiming">
935       <summary>
936         <para>When active, the layer will take control of the duration of the Synced Layer.</para>
937       </summary>
938     </member>
939     <member name=
"P:UnityEditor.Animations.AnimatorControllerLayer.syncedLayerIndex">
940       <summary>
941         <para>Specifies the index of the Synced Layer.</para>
942       </summary>
943     </member>
944     <member name=
"M:UnityEditor.Animations.AnimatorControllerLayer.GetOverrideBehaviours(UnityEditor.Animations.AnimatorState)">
945       <summary>
946         <para>Gets the
override behaviour list for the state on the given layer.</para>
947       </summary>
948       <param name=
"state">The state which we want to get the behaviour list.</param>
949     </member>
950     <member name=
"M:UnityEditor.Animations.AnimatorControllerLayer.GetOverrideMotion(UnityEditor.Animations.AnimatorState)">
951       <summary>
952         <para>Gets the
override motion for the state on the given layer.</para>
953       </summary>
954       <param name=
"state">The state which we want to get the motion.</param>
955     </member>
956     <member name=
"M:UnityEditor.Animations.AnimatorControllerLayer.SetOverrideBehaviours">
957       <summary>
958         <para>Sets the
override behaviour list for the state on the given layer.</para>
959       </summary>
960       <param name=
"state">The state which we want to set the behaviour list.</param>
961       <param name=
"behaviours">The behaviour list that will be set.</param>
962     </member>
963     <member name=
"M:UnityEditor.Animations.AnimatorControllerLayer.SetOverrideMotion(UnityEditor.Animations.AnimatorState,UnityEngine.Motion)">
964       <summary>
965         <para>Sets the
override motion for the state on the given layer.</para>
966       </summary>
967       <param name=
"state">The state which we want to set the motion.</param>
968       <param name=
"motion">The motion that will be set.</param>
969     </member>
970     <member name=
"T:UnityEditor.Animations.AnimatorLayerBlendingMode">
971       <summary>
972         <para>Specifies how the layer
is blended with the previous layers.</para>
973       </summary>
974     </member>
975     <member name=
"F:UnityEditor.Animations.AnimatorLayerBlendingMode.Additive">
976       <summary>
977         <para>Animations are added to the previous layers.</para>
978       </summary>
979     </member>
980     <member name=
"F:UnityEditor.Animations.AnimatorLayerBlendingMode.Override">
981       <summary>
982         <para>Animations overrides to the previous layers.</para>
983       </summary>
984     </member>
985     <member name=
"T:UnityEditor.Animations.AnimatorState">
986       <summary>
987         <para>States are the basic building blocks of a state machine. Each state contains a Motion ( AnimationClip or BlendTree) which will play
while the character is in that state. When an event in the game triggers a state transition, the character will be left in a new state whose animation sequence will then take over.</para>
988       </summary>
989     </member>
990     <member name=
"P:UnityEditor.Animations.AnimatorState.behaviours">
991       <summary>
992         <para>The Behaviour list assigned to
this state.</para>
993       </summary>
994     </member>
995     <member name=
"P:UnityEditor.Animations.AnimatorState.cycleOffset">
996       <summary>
997         <para>Offset at which the animation loop starts. Useful
for synchronizing looped animations.
998 Units
is normalized time.</para>
999       </summary>
1000     </member>
1001     <member name=
"P:UnityEditor.Animations.AnimatorState.cycleOffsetParameter">
1002       <summary>
1003         <para>The animator controller parameter that drives the cycle offset
value.</para>
1004       </summary>
1005     </member>
1006     <member name=
"P:UnityEditor.Animations.AnimatorState.cycleOffsetParameterActive">
1007       <summary>
1008         <para>Define
if the cycle offset value is driven by an Animator controller parameter or by the value set in the editor.</para>
1009       </summary>
1010     </member>
1011     <member name=
"P:UnityEditor.Animations.AnimatorState.iKOnFeet">
1012       <summary>
1013         <para>Should Foot IK be respected
for this state.</para>
1014       </summary>
1015     </member>
1016     <member name=
"P:UnityEditor.Animations.AnimatorState.mirror">
1017       <summary>
1018         <para>Should the state be mirrored.</para>
1019       </summary>
1020     </member>
1021     <member name=
"P:UnityEditor.Animations.AnimatorState.mirrorParameter">
1022       <summary>
1023         <para>The animator controller parameter that drives the mirror
value.</para>
1024       </summary>
1025     </member>
1026     <member name=
"P:UnityEditor.Animations.AnimatorState.mirrorParameterActive">
1027       <summary>
1028         <para>Define
if the mirror value is driven by an Animator controller parameter or by the value set in the editor.</para>
1029       </summary>
1030     </member>
1031     <member name=
"P:UnityEditor.Animations.AnimatorState.motion">
1032       <summary>
1033         <para>The motion assigned to
this state.</para>
1034       </summary>
1035     </member>
1036     <member name=
"P:UnityEditor.Animations.AnimatorState.nameHash">
1037       <summary>
1038         <para>The hashed name of the state.</para>
1039       </summary>
1040     </member>
1041     <member name=
"P:UnityEditor.Animations.AnimatorState.speed">
1042       <summary>
1043         <para>The
default speed of the motion.</para>
1044       </summary>
1045     </member>
1046     <member name=
"P:UnityEditor.Animations.AnimatorState.speedParameter">
1047       <summary>
1048         <para>The animator controller parameter that drives the speed
value.</para>
1049       </summary>
1050     </member>
1051     <member name=
"P:UnityEditor.Animations.AnimatorState.speedParameterActive">
1052       <summary>
1053         <para>Define
if the speed value is driven by an Animator controller parameter or by the value set in the editor.</para>
1054       </summary>
1055     </member>
1056     <member name=
"P:UnityEditor.Animations.AnimatorState.tag">
1057       <summary>
1058         <para>A tag can be used to identify a state.</para>
1059       </summary>
1060     </member>
1061     <member name=
"P:UnityEditor.Animations.AnimatorState.transitions">
1062       <summary>
1063         <para>The transitions that are going
out of the state.</para>
1064       </summary>
1065     </member>
1066     <member name=
"P:UnityEditor.Animations.AnimatorState.writeDefaultValues">
1067       <summary>
1068         <para>Whether or not the AnimatorStates writes back the
default values for properties that are not animated by its Motion.</para>
1069       </summary>
1070     </member>
1071     <member name=
"M:UnityEditor.Animations.AnimatorState.AddExitTransition">
1072       <summary>
1073         <para>Utility function to
add an outgoing transition to the exit of the state's parent state machine.</para>
1074       </summary>
1075       <param name=
"defaultExitTime">If true, the exit time will be the equivalent of 0.25 second.</param>
1076       <returns>
1077         <para>The Animations.AnimatorStateTransition that was added.</para>
1078       </returns>
1079     </member>
1080     <member name=
"M:UnityEditor.Animations.AnimatorState.AddExitTransition(System.Boolean)">
1081       <summary>
1082         <para>Utility function to
add an outgoing transition to the exit of the state's parent state machine.</para>
1083       </summary>
1084       <param name=
"defaultExitTime">If true, the exit time will be the equivalent of 0.25 second.</param>
1085       <returns>
1086         <para>The Animations.AnimatorStateTransition that was added.</para>
1087       </returns>
1088     </member>
1089     <member name=
"M:UnityEditor.Animations.AnimatorState.AddStateMachineBehaviour(System.Type)">
1090       <summary>
1091         <para>Adds a state machine behaviour
class of type stateMachineBehaviourType to the AnimatorState. C# Users can use a generic version.</para>
1092       </summary>
1093       <param name=
"stateMachineBehaviourType"></param>
1094     </member>
1095     <member name=
"M:UnityEditor.Animations.AnimatorState.AddStateMachineBehaviour">
1096       <summary>
1097         <para>Generic version. See the page
for more details.</para>
1098       </summary>
1099     </member>
1100     <member name=
"M:UnityEditor.Animations.AnimatorState.AddTransition(UnityEditor.Animations.AnimatorState)">
1101       <summary>
1102         <para>Utility function to
add an outgoing transition to the destination state.</para>
1103       </summary>
1104       <param name=
"defaultExitTime">If true, the exit time will be the equivalent of 0.25 second.</param>
1105       <param name=
"destinationState">The destination state.</param>
1106     </member>
1107     <member name=
"M:UnityEditor.Animations.AnimatorState.AddTransition(UnityEditor.Animations.AnimatorState,System.Boolean)">
1108       <summary>
1109         <para>Utility function to
add an outgoing transition to the destination state.</para>
1110       </summary>
1111       <param name=
"defaultExitTime">If true, the exit time will be the equivalent of 0.25 second.</param>
1112       <param name=
"destinationState">The destination state.</param>
1113     </member>
1114     <member name=
"M:UnityEditor.Animations.AnimatorState.AddTransition(UnityEditor.Animations.AnimatorStateMachine)">
1115       <summary>
1116         <para>Utility function to
add an outgoing transition to the destination state machine.</para>
1117       </summary>
1118       <param name=
"defaultExitTime">If true, the exit time will be the equivalent of 0.25 second.</param>
1119       <param name=
"destinationStateMachine">The destination state machine.</param>
1120     </member>
1121     <member name=
"M:UnityEditor.Animations.AnimatorState.AddTransition(UnityEditor.Animations.AnimatorStateMachine,System.Boolean)">
1122       <summary>
1123         <para>Utility function to
add an outgoing transition to the destination state machine.</para>
1124       </summary>
1125       <param name=
"defaultExitTime">If true, the exit time will be the equivalent of 0.25 second.</param>
1126       <param name=
"destinationStateMachine">The destination state machine.</param>
1127     </member>
1128     <member name=
"M:UnityEditor.Animations.AnimatorState.AddTransition(UnityEditor.Animations.AnimatorStateTransition)">
1129       <summary>
1130         <para>Utility function to
add an outgoing transition.</para>
1131       </summary>
1132       <param name=
"transition">The transition to add.</param>
1133     </member>
1134     <member name=
"M:UnityEditor.Animations.AnimatorState.RemoveTransition(UnityEditor.Animations.AnimatorStateTransition)">
1135       <summary>
1136         <para>Utility function to
remove a transition from the state.</para>
1137       </summary>
1138       <param name=
"transition">Transition to remove.</param>
1139     </member>
1140     <member name=
"T:UnityEditor.Animations.AnimatorStateMachine">
1141       <summary>
1142         <para>A graph controlling the interaction of states. Each state references a motion.</para>
1143       </summary>
1144     </member>
1145     <member name=
"P:UnityEditor.Animations.AnimatorStateMachine.anyStatePosition">
1146       <summary>
1147         <para>The position of the AnyState node.</para>
1148       </summary>
1149     </member>
1150     <member name=
"P:UnityEditor.Animations.AnimatorStateMachine.anyStateTransitions">
1151       <summary>
1152         <para>The list of AnyState transitions.</para>
1153       </summary>
1154     </member>
1155     <member name=
"P:UnityEditor.Animations.AnimatorStateMachine.behaviours">
1156       <summary>
1157         <para>The Behaviour list assigned to
this state machine.</para>
1158       </summary>
1159     </member>
1160     <member name=
"P:UnityEditor.Animations.AnimatorStateMachine.defaultState">
1161       <summary>
1162         <para>The state that the state machine will be
in when it starts.</para>
1163       </summary>
1164     </member>
1165     <member name=
"P:UnityEditor.Animations.AnimatorStateMachine.entryPosition">
1166       <summary>
1167         <para>The position of the entry node.</para>
1168       </summary>
1169     </member>
1170     <member name=
"P:UnityEditor.Animations.AnimatorStateMachine.entryTransitions">
1171       <summary>
1172         <para>The list of entry transitions
in the state machine.</para>
1173       </summary>
1174     </member>
1175     <member name=
"P:UnityEditor.Animations.AnimatorStateMachine.exitPosition">
1176       <summary>
1177         <para>The position of the exit node.</para>
1178       </summary>
1179     </member>
1180     <member name=
"P:UnityEditor.Animations.AnimatorStateMachine.parentStateMachinePosition">
1181       <summary>
1182         <para>The position of the parent state machine node. Only valid
when in a hierachic state machine.</para>
1183       </summary>
1184     </member>
1185     <member name=
"P:UnityEditor.Animations.AnimatorStateMachine.stateMachines">
1186       <summary>
1187         <para>The list of sub state machines.</para>
1188       </summary>
1189     </member>
1190     <member name=
"P:UnityEditor.Animations.AnimatorStateMachine.states">
1191       <summary>
1192         <para>The list of states.</para>
1193       </summary>
1194     </member>
1195     <member name=
"M:UnityEditor.Animations.AnimatorStateMachine.AddAnyStateTransition(UnityEditor.Animations.AnimatorState)">
1196       <summary>
1197         <para>Utility function to
add an AnyState transition to the specified state or statemachine.</para>
1198       </summary>
1199       <param name=
"destinationState">The destination state.</param>
1200       <param name=
"destinationStateMachine">The destination statemachine.</param>
1201     </member>
1202     <member name=
"M:UnityEditor.Animations.AnimatorStateMachine.AddAnyStateTransition(UnityEditor.Animations.AnimatorStateMachine)">
1203       <summary>
1204         <para>Utility function to
add an AnyState transition to the specified state or statemachine.</para>
1205       </summary>
1206       <param name=
"destinationState">The destination state.</param>
1207       <param name=
"destinationStateMachine">The destination statemachine.</param>
1208     </member>
1209     <member name=
"M:UnityEditor.Animations.AnimatorStateMachine.AddEntryTransition(UnityEditor.Animations.AnimatorState)">
1210       <summary>
1211         <para>Utility function to
add an incoming transition to the exit of it's parent state machine.</para>
1212       </summary>
1213       <param name=
"destinationState">The destination Animations.AnimatorState state.</param>
1214       <param name=
"destinationStateMachine">The destination Animations.AnimatorStateMachine state machine.</param>
1215     </member>
1216     <member name=
"M:UnityEditor.Animations.AnimatorStateMachine.AddEntryTransition(UnityEditor.Animations.AnimatorStateMachine)">
1217       <summary>
1218         <para>Utility function to
add an incoming transition to the exit of it's parent state machine.</para>
1219       </summary>
1220       <param name=
"destinationState">The destination Animations.AnimatorState state.</param>
1221       <param name=
"destinationStateMachine">The destination Animations.AnimatorStateMachine state machine.</param>
1222     </member>
1223     <member name=
"M:UnityEditor.Animations.AnimatorStateMachine.AddState(System.String)">
1224       <summary>
1225         <para>Utility function to
add a state to the state machine.</para>
1226       </summary>
1227       <param name=
"name">The name of the new state.</param>
1228       <param name=
"position">The position of the state node.</param>
1229       <returns>
1230         <para>The AnimatorState that was created
for this state.</para>
1231       </returns>
1232     </member>
1233     <member name=
"M:UnityEditor.Animations.AnimatorStateMachine.AddState(System.String,UnityEngine.Vector3)">
1234       <summary>
1235         <para>Utility function to
add a state to the state machine.</para>
1236       </summary>
1237       <param name=
"name">The name of the new state.</param>
1238       <param name=
"position">The position of the state node.</param>
1239       <returns>
1240         <para>The AnimatorState that was created
for this state.</para>
1241       </returns>
1242     </member>
1243     <member name=
"M:UnityEditor.Animations.AnimatorStateMachine.AddState(UnityEditor.Animations.AnimatorState,UnityEngine.Vector3)">
1244       <summary>
1245         <para>Utility function to
add a state to the state machine.</para>
1246       </summary>
1247       <param name=
"state">The state to add.</param>
1248       <param name=
"position">The position of the state node.</param>
1249     </member>
1250     <member name=
"M:UnityEditor.Animations.AnimatorStateMachine.AddStateMachine(System.String)">
1251       <summary>
1252         <para>Utility function to
add a state machine to the state machine.</para>
1253       </summary>
1254       <param name=
"name">The name of the new state machine.</param>
1255       <param name=
"position">The position of the state machine node.</param>
1256       <returns>
1257         <para>The newly created Animations.AnimatorStateMachine state machine.</para>
1258       </returns>
1259     </member>
1260     <member name=
"M:UnityEditor.Animations.AnimatorStateMachine.AddStateMachine(System.String,UnityEngine.Vector3)">
1261       <summary>
1262         <para>Utility function to
add a state machine to the state machine.</para>
1263       </summary>
1264       <param name=
"name">The name of the new state machine.</param>
1265       <param name=
"position">The position of the state machine node.</param>
1266       <returns>
1267         <para>The newly created Animations.AnimatorStateMachine state machine.</para>
1268       </returns>
1269     </member>
1270     <member name=
"M:UnityEditor.Animations.AnimatorStateMachine.AddStateMachine(UnityEditor.Animations.AnimatorStateMachine,UnityEngine.Vector3)">
1271       <summary>
1272         <para>Utility function to
add a state machine to the state machine.</para>
1273       </summary>
1274       <param name=
"stateMachine">The state machine to add.</param>
1275       <param name=
"position">The position of the state machine node.</param>
1276     </member>
1277     <member name=
"M:UnityEditor.Animations.AnimatorStateMachine.AddStateMachineBehaviour(System.Type)">
1278       <summary>
1279         <para>Adds a state machine behaviour
class of type stateMachineBehaviourType to the AnimatorStateMachine. C# Users can use a generic version.</para>
1280       </summary>
1281       <param name=
"stateMachineBehaviourType"></param>
1282     </member>
1283     <member name=
"M:UnityEditor.Animations.AnimatorStateMachine.AddStateMachineBehaviour">
1284       <summary>
1285         <para>Generic version. See the page
for more details.</para>
1286       </summary>
1287     </member>
1288     <member name=
"M:UnityEditor.Animations.AnimatorStateMachine.AddStateMachineExitTransition(UnityEditor.Animations.AnimatorStateMachine)">
1289       <summary>
1290         <para>Utility function to
add an outgoing transition from the source state machine to the exit of it's parent state machine.</para>
1291       </summary>
1292       <param name=
"sourceStateMachine">The source state machine.</param>
1293     </member>
1294     <member name=
"M:UnityEditor.Animations.AnimatorStateMachine.AddStateMachineTransition(UnityEditor.Animations.AnimatorStateMachine)">
1295       <summary>
1296         <para>Utility function to
add an outgoing transition from the source state machine to the destination.</para>
1297       </summary>
1298       <param name=
"sourceStateMachine">The source state machine.</param>
1299       <param name=
"destinationStateMachine">The destination state machine.</param>
1300       <param name=
"destinationState">The destination state.</param>
1301       <returns>
1302         <para>The Animations.AnimatorTransition transition that was created.</para>
1303       </returns>
1304     </member>
1305     <member name=
"M:UnityEditor.Animations.AnimatorStateMachine.AddStateMachineTransition(UnityEditor.Animations.AnimatorStateMachine,UnityEditor.Animations.AnimatorStateMachine)">
1306       <summary>
1307         <para>Utility function to
add an outgoing transition from the source state machine to the destination.</para>
1308       </summary>
1309       <param name=
"sourceStateMachine">The source state machine.</param>
1310       <param name=
"destinationStateMachine">The destination state machine.</param>
1311       <param name=
"destinationState">The destination state.</param>
1312       <returns>
1313         <para>The Animations.AnimatorTransition transition that was created.</para>
1314       </returns>
1315     </member>
1316     <member name=
"M:UnityEditor.Animations.AnimatorStateMachine.AddStateMachineTransition(UnityEditor.Animations.AnimatorStateMachine,UnityEditor.Animations.AnimatorState)">
1317       <summary>
1318         <para>Utility function to
add an outgoing transition from the source state machine to the destination.</para>
1319       </summary>
1320       <param name=
"sourceStateMachine">The source state machine.</param>
1321       <param name=
"destinationStateMachine">The destination state machine.</param>
1322       <param name=
"destinationState">The destination state.</param>
1323       <returns>
1324         <para>The Animations.AnimatorTransition transition that was created.</para>
1325       </returns>
1326     </member>
1327     <member name=
"M:UnityEditor.Animations.AnimatorStateMachine.GetStateMachineTransitions(UnityEditor.Animations.AnimatorStateMachine)">
1328       <summary>
1329         <para>Gets the list of all outgoing state machine transitions
from given state machine.</para>
1330       </summary>
1331       <param name=
"sourceStateMachine">The source state machine.</param>
1332     </member>
1333     <member name=
"M:UnityEditor.Animations.AnimatorStateMachine.MakeUniqueStateMachineName(System.String)">
1334       <summary>
1335         <para>Makes a unique state machine name
in the context of the parent state machine.</para>
1336       </summary>
1337       <param name=
"name">Desired name for the state machine.</param>
1338     </member>
1339     <member name=
"M:UnityEditor.Animations.AnimatorStateMachine.MakeUniqueStateName(System.String)">
1340       <summary>
1341         <para>Makes a unique state name
in the context of the parent state machine.</para>
1342       </summary>
1343       <param name=
"name">Desired name for the state.</param>
1344     </member>
1345     <member name=
"M:UnityEditor.Animations.AnimatorStateMachine.RemoveAnyStateTransition(UnityEditor.Animations.AnimatorStateTransition)">
1346       <summary>
1347         <para>Utility function to
remove an AnyState transition from the state machine.</para>
1348       </summary>
1349       <param name=
"transition">The AnyStat transition to remove.</param>
1350     </member>
1351     <member name=
"M:UnityEditor.Animations.AnimatorStateMachine.RemoveEntryTransition(UnityEditor.Animations.AnimatorTransition)">
1352       <summary>
1353         <para>Utility function to
remove an entry transition from the state machine.</para>
1354       </summary>
1355       <param name=
"transition">The transition to remove.</param>
1356     </member>
1357     <member name=
"M:UnityEditor.Animations.AnimatorStateMachine.RemoveState(UnityEditor.Animations.AnimatorState)">
1358       <summary>
1359         <para>Utility function to
remove a state from the state machine.</para>
1360       </summary>
1361       <param name=
"state">The state to remove.</param>
1362     </member>
1363     <member name=
"M:UnityEditor.Animations.AnimatorStateMachine.RemoveStateMachine(UnityEditor.Animations.AnimatorStateMachine)">
1364       <summary>
1365         <para>Utility function to
remove a state machine from its parent state machine.</para>
1366       </summary>
1367       <param name=
"stateMachine">The state machine to remove.</param>
1368     </member>
1369     <member name=
"M:UnityEditor.Animations.AnimatorStateMachine.RemoveStateMachineTransition(UnityEditor.Animations.AnimatorStateMachine,UnityEditor.Animations.AnimatorTransition)">
1370       <summary>
1371         <para>Utility function to
remove an outgoing transition from source state machine.</para>
1372       </summary>
1373       <param name=
"transition">The transition to remove.</param>
1374       <param name=
"sourceStateMachine">The source state machine.</param>
1375     </member>
1376     <member name=
"M:UnityEditor.Animations.AnimatorStateMachine.SetStateMachineTransitions(UnityEditor.Animations.AnimatorStateMachine,UnityEditor.Animations.AnimatorTransition[])">
1377       <summary>
1378         <para>Sets the list of all outgoing state machine transitions
from given state machine.</para>
1379       </summary>
1380       <param name=
"stateMachine">The source state machine.</param>
1381       <param name=
"transitions">The outgoing transitions.</param>
1382       <param name=
"sourceStateMachine"></param>
1383     </member>
1384     <member name=
"T:UnityEditor.Animations.AnimatorStateTransition">
1385       <summary>
1386         <para>Transitions define
when and how the state machine switch from one state to another. AnimatorStateTransition always originate from an Animator State (or AnyState) and have timing parameters.</para>
1387       </summary>
1388     </member>
1389     <member name=
"P:UnityEditor.Animations.AnimatorStateTransition.canTransitionToSelf">
1390       <summary>
1391         <para>Set to
true to allow or disallow transition to self during AnyState transition.</para>
1392       </summary>
1393     </member>
1394     <member name=
"P:UnityEditor.Animations.AnimatorStateTransition.duration">
1395       <summary>
1396         <para>The duration of the transition.</para>
1397       </summary>
1398     </member>
1399     <member name=
"P:UnityEditor.Animations.AnimatorStateTransition.exitTime">
1400       <summary>
1401         <para>If AnimatorStateTransition.hasExitTime
is true, exitTime represents the exact time at which the transition can take effect.
1402
1403 This
is represented in normalized time, so for example an exit time of 0.75 means that on the first frame where 75% of the animation has played, the Exit Time condition will be true. On the next frame, the condition will be false.
1404
1405 For looped animations, transitions with exit times smaller than
1 will be evaluated every loop, so you can use this to time your transition with the proper timing in the animation, every loop.
1406
1407 Transitions with exit times greater than one will be evaluated only once, so they can be used to exit at a specific time, after a
fixed number of loops. For example, a transition with an exit time of 3.5 will be evaluated once, after three and a half loops.</para>
1408       </summary>
1409     </member>
1410     <member name=
"P:UnityEditor.Animations.AnimatorStateTransition.hasExitTime">
1411       <summary>
1412         <para>When active the transition will have an exit time condition.</para>
1413       </summary>
1414     </member>
1415     <member name=
"P:UnityEditor.Animations.AnimatorStateTransition.hasFixedDuration">
1416       <summary>
1417         <para>Determines whether the duration of the transition
is reported in a fixed duration in seconds or as a normalized time.</para>
1418       </summary>
1419     </member>
1420     <member name=
"P:UnityEditor.Animations.AnimatorStateTransition.interruptionSource">
1421       <summary>
1422         <para>Which AnimatorState transitions can interrupt the Transition.</para>
1423       </summary>
1424     </member>
1425     <member name=
"P:UnityEditor.Animations.AnimatorStateTransition.offset">
1426       <summary>
1427         <para>The time at which the destination state will start.</para>
1428       </summary>
1429     </member>
1430     <member name=
"P:UnityEditor.Animations.AnimatorStateTransition.orderedInterruption">
1431       <summary>
1432         <para>The Transition can be interrupted
by a transition that has a higher priority.</para>
1433       </summary>
1434     </member>
1435     <member name=
"M:UnityEditor.Animations.AnimatorStateTransition.#ctor">
1436       <summary>
1437         <para>Creates a
new animator state transition.</para>
1438       </summary>
1439     </member>
1440     <member name=
"T:UnityEditor.Animations.AnimatorTransition">
1441       <summary>
1442         <para>Transitions define
when and how the state machine switch from on state to another. AnimatorTransition always originate from a StateMachine or a StateMachine entry. They do not define timing parameters.</para>
1443       </summary>
1444     </member>
1445     <member name=
"M:UnityEditor.Animations.AnimatorTransition.#ctor">
1446       <summary>
1447         <para>Creates a
new animator transition.</para>
1448       </summary>
1449     </member>
1450     <member name=
"T:UnityEditor.Animations.AnimatorTransitionBase">
1451       <summary>
1452         <para>Base
class for animator transitions. Transitions define when and how the state machine switches from one state to another.</para>
1453       </summary>
1454     </member>
1455     <member name=
"P:UnityEditor.Animations.AnimatorTransitionBase.conditions">
1456       <summary>
1457         <para>Animations.AnimatorCondition conditions that need to be met
for a transition to happen.</para>
1458       </summary>
1459     </member>
1460     <member name=
"P:UnityEditor.Animations.AnimatorTransitionBase.destinationState">
1461       <summary>
1462         <para>The destination state of the transition.</para>
1463       </summary>
1464     </member>
1465     <member name=
"P:UnityEditor.Animations.AnimatorTransitionBase.destinationStateMachine">
1466       <summary>
1467         <para>The destination state machine of the transition.</para>
1468       </summary>
1469     </member>
1470     <member name=
"P:UnityEditor.Animations.AnimatorTransitionBase.isExit">
1471       <summary>
1472         <para>Is the transition destination the exit of the current state machine.</para>
1473       </summary>
1474     </member>
1475     <member name=
"P:UnityEditor.Animations.AnimatorTransitionBase.mute">
1476       <summary>
1477         <para>Mutes the transition. The transition will never occur.</para>
1478       </summary>
1479     </member>
1480     <member name=
"P:UnityEditor.Animations.AnimatorTransitionBase.solo">
1481       <summary>
1482         <para>Mutes all other transitions
in the source state.</para>
1483       </summary>
1484     </member>
1485     <member name=
"M:UnityEditor.Animations.AnimatorTransitionBase.AddCondition(UnityEditor.Animations.AnimatorConditionMode,System.Single,System.String)">
1486       <summary>
1487         <para>Utility function to
add a condition to a transition.</para>
1488       </summary>
1489       <param name=
"mode">The Animations.AnimatorCondition mode of the condition.</param>
1490       <param name=
"threshold">The threshold value of the condition.</param>
1491       <param name=
"parameter">The name of the parameter.</param>
1492     </member>
1493     <member name=
"M:UnityEditor.Animations.AnimatorTransitionBase.RemoveCondition(UnityEditor.Animations.AnimatorCondition)">
1494       <summary>
1495         <para>Utility function to
remove a condition from the transition.</para>
1496       </summary>
1497       <param name=
"condition">The condition to remove.</param>
1498     </member>
1499     <member name=
"T:UnityEditor.Animations.BlendTree">
1500       <summary>
1501         <para>Blend trees are used to blend continuously animation between their childs. They can either be
1D or 2D.</para>
1502       </summary>
1503     </member>
1504     <member name=
"P:UnityEditor.Animations.BlendTree.blendParameter">
1505       <summary>
1506         <para>Parameter that
is used to compute the blending weight of the childs in 1D blend trees or on the X axis of a 2D blend tree.</para>
1507       </summary>
1508     </member>
1509     <member name=
"P:UnityEditor.Animations.BlendTree.blendParameterY">
1510       <summary>
1511         <para>Parameter that
is used to compute the blending weight of the childs on the Y axis of a 2D blend tree.</para>
1512       </summary>
1513     </member>
1514     <member name=
"P:UnityEditor.Animations.BlendTree.blendType">
1515       <summary>
1516         <para>The Blending type can be either
1D or different types of 2D.</para>
1517       </summary>
1518     </member>
1519     <member name=
"P:UnityEditor.Animations.BlendTree.children">
1520       <summary>
1521         <para>A copy of the list of the blend tree child motions.</para>
1522       </summary>
1523     </member>
1524     <member name=
"P:UnityEditor.Animations.BlendTree.maxThreshold">
1525       <summary>
1526         <para>Sets the maximum threshold that will be used
by the ChildMotion. Only used when useAutomaticThresholds is true.</para>
1527       </summary>
1528     </member>
1529     <member name=
"P:UnityEditor.Animations.BlendTree.minThreshold">
1530       <summary>
1531         <para>Sets the minimum threshold that will be used
by the ChildMotion. Only used when useAutomaticThresholds is true.</para>
1532       </summary>
1533     </member>
1534     <member name=
"P:UnityEditor.Animations.BlendTree.useAutomaticThresholds">
1535       <summary>
1536         <para>When active, the children
's thresholds are automatically spread between 0 and 1.</para>
1537       </summary>
1538     </member>
1539     <member name=
"M:UnityEditor.Animations.BlendTree.AddChild(UnityEngine.Motion)">
1540       <summary>
1541         <para>Utility function to
add a child motion to a blend trees.</para>
1542       </summary>
1543       <param name=
"motion">The motion to add as child.</param>
1544       <param name=
"position">The position of the child. When using 2D blend trees.</param>
1545       <param name=
"threshold">The threshold of the child. When using 1D blend trees.</param>
1546     </member>
1547     <member name=
"M:UnityEditor.Animations.BlendTree.AddChild(UnityEngine.Motion,UnityEngine.Vector2)">
1548       <summary>
1549         <para>Utility function to
add a child motion to a blend trees.</para>
1550       </summary>
1551       <param name=
"motion">The motion to add as child.</param>
1552       <param name=
"position">The position of the child. When using 2D blend trees.</param>
1553       <param name=
"threshold">The threshold of the child. When using 1D blend trees.</param>
1554     </member>
1555     <member name=
"M:UnityEditor.Animations.BlendTree.AddChild(UnityEngine.Motion,System.Single)">
1556       <summary>
1557         <para>Utility function to
add a child motion to a blend trees.</para>
1558       </summary>
1559       <param name=
"motion">The motion to add as child.</param>
1560       <param name=
"position">The position of the child. When using 2D blend trees.</param>
1561       <param name=
"threshold">The threshold of the child. When using 1D blend trees.</param>
1562     </member>
1563     <member name=
"M:UnityEditor.Animations.BlendTree.CreateBlendTreeChild(System.Single)">
1564       <summary>
1565         <para>Utility function to
add a child blend tree to a blend tree.</para>
1566       </summary>
1567       <param name=
"position">The position of the child. When using 2D blend trees.</param>
1568       <param name=
"threshold">The threshold of the child. When using 1D blend trees.</param>
1569     </member>
1570     <member name=
"M:UnityEditor.Animations.BlendTree.CreateBlendTreeChild(UnityEngine.Vector2)">
1571       <summary>
1572         <para>Utility function to
add a child blend tree to a blend tree.</para>
1573       </summary>
1574       <param name=
"position">The position of the child. When using 2D blend trees.</param>
1575       <param name=
"threshold">The threshold of the child. When using 1D blend trees.</param>
1576     </member>
1577     <member name=
"M:UnityEditor.Animations.BlendTree.RemoveChild(System.Int32)">
1578       <summary>
1579         <para>Utility function to
remove the child of a blend tree.</para>
1580       </summary>
1581       <param name=
"index">The index of the blend tree to remove.</param>
1582     </member>
1583     <member name=
"T:UnityEditor.Animations.BlendTreeType">
1584       <summary>
1585         <para>The type of blending algorithm that the blend tree uses.</para>
1586       </summary>
1587     </member>
1588     <member name=
"F:UnityEditor.Animations.BlendTreeType.Direct">
1589       <summary>
1590         <para>Direct control of blending weight
for each node.</para>
1591       </summary>
1592     </member>
1593     <member name=
"F:UnityEditor.Animations.BlendTreeType.FreeformCartesian2D">
1594       <summary>
1595         <para>Best used
when your motions do not represent different directions.</para>
1596       </summary>
1597     </member>
1598     <member name=
"F:UnityEditor.Animations.BlendTreeType.FreeformDirectional2D">
1599       <summary>
1600         <para>This blend type
is used when your motions represent different directions, however you can have multiple motions in the same direction, for example "walk forward" and "run forward".</para>
1601       </summary>
1602     </member>
1603     <member name=
"F:UnityEditor.Animations.BlendTreeType.Simple1D">
1604       <summary>
1605         <para>Basic blending
using a single parameter.</para>
1606       </summary>
1607     </member>
1608     <member name=
"F:UnityEditor.Animations.BlendTreeType.SimpleDirectional2D">
1609       <summary>
1610         <para>Best used
when your motions represent different directions, such as "walk forward", "walk backward", "walk left", and "walk right", or "aim up", "aim down", "aim left", and "aim right".</para>
1611       </summary>
1612     </member>
1613     <member name=
"T:UnityEditor.Animations.ChildAnimatorState">
1614       <summary>
1615         <para>Structure that represents a state
in the context of its parent state machine.</para>
1616       </summary>
1617     </member>
1618     <member name=
"P:UnityEditor.Animations.ChildAnimatorState.position">
1619       <summary>
1620         <para>The position the the state node
in the context of its parent state machine.</para>
1621       </summary>
1622     </member>
1623     <member name=
"P:UnityEditor.Animations.ChildAnimatorState.state">
1624       <summary>
1625         <para>The state.</para>
1626       </summary>
1627     </member>
1628     <member name=
"T:UnityEditor.Animations.ChildAnimatorStateMachine">
1629       <summary>
1630         <para>Structure that represents a state machine
in the context of its parent state machine.</para>
1631       </summary>
1632     </member>
1633     <member name=
"P:UnityEditor.Animations.ChildAnimatorStateMachine.position">
1634       <summary>
1635         <para>The position the the state machine node
in the context of its parent state machine.</para>
1636       </summary>
1637     </member>
1638     <member name=
"P:UnityEditor.Animations.ChildAnimatorStateMachine.stateMachine">
1639       <summary>
1640         <para>The state machine.</para>
1641       </summary>
1642     </member>
1643     <member name=
"T:UnityEditor.Animations.ChildMotion">
1644       <summary>
1645         <para>Structure that represents a motion
in the context of its parent blend tree.</para>
1646       </summary>
1647     </member>
1648     <member name=
"P:UnityEditor.Animations.ChildMotion.cycleOffset">
1649       <summary>
1650         <para>Normalized time offset of the child.</para>
1651       </summary>
1652     </member>
1653     <member name=
"P:UnityEditor.Animations.ChildMotion.directBlendParameter">
1654       <summary>
1655         <para>The parameter used
by the child when used in a BlendTree of type BlendTreeType.Direct.</para>
1656       </summary>
1657     </member>
1658     <member name=
"P:UnityEditor.Animations.ChildMotion.mirror">
1659       <summary>
1660         <para>Mirror of the child.</para>
1661       </summary>
1662     </member>
1663     <member name=
"P:UnityEditor.Animations.ChildMotion.motion">
1664       <summary>
1665         <para>The motion itself.</para>
1666       </summary>
1667     </member>
1668     <member name=
"P:UnityEditor.Animations.ChildMotion.position">
1669       <summary>
1670         <para>The position of the child. Used
in 2D blend trees.</para>
1671       </summary>
1672     </member>
1673     <member name=
"P:UnityEditor.Animations.ChildMotion.threshold">
1674       <summary>
1675         <para>The threshold of the child. Used
in 1D blend trees.</para>
1676       </summary>
1677     </member>
1678     <member name=
"P:UnityEditor.Animations.ChildMotion.timeScale">
1679       <summary>
1680         <para>The relative speed of the child.</para>
1681       </summary>
1682     </member>
1683     <member name=
"T:UnityEditor.Animations.StateMachineBehaviourContext">
1684       <summary>
1685         <para>This
class contains all the owner's information for this State Machine Behaviour.</para>
1686       </summary>
1687     </member>
1688     <member name=
"F:UnityEditor.Animations.StateMachineBehaviourContext.animatorController">
1689       <summary>
1690         <para>The Animations.AnimatorController that owns
this state machine behaviour.</para>
1691       </summary>
1692     </member>
1693     <member name=
"F:UnityEditor.Animations.StateMachineBehaviourContext.animatorObject">
1694       <summary>
1695         <para>The
object that owns this state machine behaviour. Could be an Animations.AnimatorState or Animations.AnimatorStateMachine.</para>
1696       </summary>
1697     </member>
1698     <member name=
"F:UnityEditor.Animations.StateMachineBehaviourContext.layerIndex">
1699       <summary>
1700         <para>The animator
's layer index that owns this state machine behaviour.</para>
1701       </summary>
1702     </member>
1703     <member name=
"T:UnityEditor.Animations.TransitionInterruptionSource">
1704       <summary>
1705         <para>Which AnimatorState transitions can interrupt the Transition.</para>
1706       </summary>
1707     </member>
1708     <member name=
"F:UnityEditor.Animations.TransitionInterruptionSource.Destination">
1709       <summary>
1710         <para>The Transition can be interrupted
by transitions in the destination AnimatorState.</para>
1711       </summary>
1712     </member>
1713     <member name=
"F:UnityEditor.Animations.TransitionInterruptionSource.DestinationThenSource">
1714       <summary>
1715         <para>The Transition can be interrupted
by transitions in the source or the destination AnimatorState.</para>
1716       </summary>
1717     </member>
1718     <member name=
"F:UnityEditor.Animations.TransitionInterruptionSource.None">
1719       <summary>
1720         <para>The Transition cannot be interrupted. Formely know
as Atomic.</para>
1721       </summary>
1722     </member>
1723     <member name=
"F:UnityEditor.Animations.TransitionInterruptionSource.Source">
1724       <summary>
1725         <para>The Transition can be interrupted
by transitions in the source AnimatorState.</para>
1726       </summary>
1727     </member>
1728     <member name=
"F:UnityEditor.Animations.TransitionInterruptionSource.SourceThenDestination">
1729       <summary>
1730         <para>The Transition can be interrupted
by transitions in the source or the destination AnimatorState.</para>
1731       </summary>
1732     </member>
1733     <member name=
"T:UnityEditor.AnimationUtility">
1734       <summary>
1735         <para>Editor utility functions
for modifying animation clips.</para>
1736       </summary>
1737     </member>
1738     <member name=
"F:UnityEditor.AnimationUtility.onCurveWasModified">
1739       <summary>
1740         <para>Triggered
when an animation curve inside an animation clip has been modified.</para>
1741       </summary>
1742     </member>
1743     <member name=
"M:UnityEditor.AnimationUtility.CalculateTransformPath(UnityEngine.Transform,UnityEngine.Transform)">
1744       <summary>
1745         <para>Calculates path
from root transform to target transform.</para>
1746       </summary>
1747       <param name=
"targetTransform"></param>
1748       <param name=
"root"></param>
1749     </member>
1750     <member name=
"T:UnityEditor.AnimationUtility.CurveModifiedType">
1751       <summary>
1752         <para>Describes the type of modification that caused OnCurveWasModified to fire.</para>
1753       </summary>
1754     </member>
1755     <member name=
"M:UnityEditor.AnimationUtility.GetAllCurves(UnityEngine.AnimationClip)">
1756       <summary>
1757         <para>Retrieves all curves
from a specific animation clip.</para>
1758       </summary>
1759       <param name=
"clip"></param>
1760       <param name=
"includeCurveData"></param>
1761     </member>
1762     <member name=
"M:UnityEditor.AnimationUtility.GetAllCurves(UnityEngine.AnimationClip,System.Boolean)">
1763       <summary>
1764         <para>Retrieves all curves
from a specific animation clip.</para>
1765       </summary>
1766       <param name=
"clip"></param>
1767       <param name=
"includeCurveData"></param>
1768     </member>
1769     <member name=
"M:UnityEditor.AnimationUtility.GetAnimatableBindings(UnityEngine.GameObject,UnityEngine.GameObject)">
1770       <summary>
1771         <para>Returns all the animatable bindings that a specific game
object has.</para>
1772       </summary>
1773       <param name=
"targetObject"></param>
1774       <param name=
"root"></param>
1775     </member>
1776     <member name=
"M:UnityEditor.AnimationUtility.GetAnimatedObject(UnityEngine.GameObject,UnityEditor.EditorCurveBinding)">
1777       <summary>
1778         <para>Returns the animated
object that the binding is pointing to.</para>
1779       </summary>
1780       <param name=
"root"></param>
1781       <param name=
"binding"></param>
1782     </member>
1783     <member name=
"M:UnityEditor.AnimationUtility.GetAnimationClips(UnityEngine.Animation)">
1784       <summary>
1785         <para>Returns the array of AnimationClips that are referenced
in the Animation component.</para>
1786       </summary>
1787       <param name=
"component"></param>
1788     </member>
1789     <member name=
"M:UnityEditor.AnimationUtility.GetAnimationEvents(UnityEngine.AnimationClip)">
1790       <summary>
1791         <para>Retrieves all animation events associated with the animation clip.</para>
1792       </summary>
1793       <param name=
"clip"></param>
1794     </member>
1795     <member name=
"M:UnityEditor.AnimationUtility.GetCurveBindings(UnityEngine.AnimationClip)">
1796       <summary>
1797         <para>Returns all the
float curve bindings currently stored in the clip.</para>
1798       </summary>
1799       <param name=
"clip"></param>
1800     </member>
1801     <member name=
"M:UnityEditor.AnimationUtility.GetEditorCurve(UnityEngine.AnimationClip,System.String,System.Type,System.String)">
1802       <summary>
1803         <para>Return the
float curve that the binding is pointing to.</para>
1804       </summary>
1805       <param name=
"clip"></param>
1806       <param name=
"relativePath"></param>
1807       <param name=
"type"></param>
1808       <param name=
"propertyName"></param>
1809       <param name=
"binding"></param>
1810     </member>
1811     <member name=
"M:UnityEditor.AnimationUtility.GetEditorCurve(UnityEngine.AnimationClip,UnityEditor.EditorCurveBinding)">
1812       <summary>
1813         <para>Return the
float curve that the binding is pointing to.</para>
1814       </summary>
1815       <param name=
"clip"></param>
1816       <param name=
"relativePath"></param>
1817       <param name=
"type"></param>
1818       <param name=
"propertyName"></param>
1819       <param name=
"binding"></param>
1820     </member>
1821     <member name=
"M:UnityEditor.AnimationUtility.GetFloatValue(UnityEngine.GameObject,System.String,System.Type,System.String,System.Single&amp;)">
1822       <summary>
1823         <para>Retrieves the current
float value by sampling a curve value on a specific game object.</para>
1824       </summary>
1825       <param name=
"root"></param>
1826       <param name=
"relativePath"></param>
1827       <param name=
"type"></param>
1828       <param name=
"propertyName"></param>
1829       <param name=
"data"></param>
1830     </member>
1831     <member name=
"M:UnityEditor.AnimationUtility.GetKeyBroken(UnityEngine.AnimationCurve,System.Int32)">
1832       <summary>
1833         <para>Retrieve the specified keyframe broken tangent flag.</para>
1834       </summary>
1835       <param name=
"curve">Curve to query.</param>
1836       <param name=
"index">Keyframe index.</param>
1837       <returns>
1838         <para>Broken flag at specified index.</para>
1839       </returns>
1840     </member>
1841     <member name=
"M:UnityEditor.AnimationUtility.GetKeyLeftTangentMode(UnityEngine.AnimationCurve,System.Int32)">
1842       <summary>
1843         <para>Retrieve the left tangent mode of the keyframe at specified index.</para>
1844       </summary>
1845       <param name=
"curve">Curve to query.</param>
1846       <param name=
"index">Keyframe index.</param>
1847       <returns>
1848         <para>Tangent mode at specified index.</para>
1849       </returns>
1850     </member>
1851     <member name=
"M:UnityEditor.AnimationUtility.GetKeyRightTangentMode(UnityEngine.AnimationCurve,System.Int32)">
1852       <summary>
1853         <para>Retrieve the right tangent mode of the keyframe at specified index.</para>
1854       </summary>
1855       <param name=
"curve">Curve to query.</param>
1856       <param name=
"index">Keyframe index.</param>
1857       <returns>
1858         <para>Tangent mode at specified index.</para>
1859       </returns>
1860     </member>
1861     <member name=
"M:UnityEditor.AnimationUtility.GetObjectReferenceCurve(UnityEngine.AnimationClip,UnityEditor.EditorCurveBinding)">
1862       <summary>
1863         <para>Return the
object reference curve that the binding is pointing to.</para>
1864       </summary>
1865       <param name=
"clip"></param>
1866       <param name=
"binding"></param>
1867     </member>
1868     <member name=
"M:UnityEditor.AnimationUtility.GetObjectReferenceCurveBindings(UnityEngine.AnimationClip)">
1869       <summary>
1870         <para>Returns all the
object reference curve bindings currently stored in the clip.</para>
1871       </summary>
1872       <param name=
"clip"></param>
1873     </member>
1874     <member name=
"T:UnityEditor.AnimationUtility.OnCurveWasModified">
1875       <summary>
1876         <para>Triggered
when an animation curve inside an animation clip has been modified.</para>
1877       </summary>
1878       <param name=
"clip"></param>
1879       <param name=
"binding"></param>
1880       <param name=
"deleted"></param>
1881     </member>
1882     <member name=
"M:UnityEditor.AnimationUtility.SetAdditiveReferencePose(UnityEngine.AnimationClip,UnityEngine.AnimationClip,System.Single)">
1883       <summary>
1884         <para>Set the additive reference pose
from referenceClip at time for animation clip clip.</para>
1885       </summary>
1886       <param name=
"clip">The animation clip to be used.</param>
1887       <param name=
"referenceClip">The animation clip containing the reference pose.</param>
1888       <param name=
"time">Time that defines the reference pose in referenceClip.</param>
1889     </member>
1890     <member name=
"M:UnityEditor.AnimationUtility.SetAnimationClips(UnityEngine.Animation,UnityEngine.AnimationClip[])">
1891       <summary>
1892         <para>Sets the array of AnimationClips to be referenced
in the Animation component.</para>
1893       </summary>
1894       <param name=
"animation"></param>
1895       <param name=
"clips"></param>
1896     </member>
1897     <member name=
"M:UnityEditor.AnimationUtility.SetAnimationEvents(UnityEngine.AnimationClip,UnityEngine.AnimationEvent[])">
1898       <summary>
1899         <para>Replaces all animation events
in the animation clip.</para>
1900       </summary>
1901       <param name=
"clip"></param>
1902       <param name=
"events"></param>
1903     </member>
1904     <member name=
"M:UnityEditor.AnimationUtility.SetEditorCurve(UnityEngine.AnimationClip,UnityEditor.EditorCurveBinding,UnityEngine.AnimationCurve)">
1905       <summary>
1906         <para>Adds, modifies or removes an editor
float curve in a given clip.</para>
1907       </summary>
1908       <param name=
"clip">The animation clip to which the curve will be added.</param>
1909       <param name=
"binding">The bindings which defines the path and the property of the curve.</param>
1910       <param name=
"curve">The curve to add. Setting this to null will remove the curve.</param>
1911     </member>
1912     <member name=
"M:UnityEditor.AnimationUtility.SetKeyBroken(UnityEngine.AnimationCurve,System.Int32,System.Boolean)">
1913       <summary>
1914         <para>Change the specified keyframe broken tangent flag.</para>
1915       </summary>
1916       <param name=
"curve">The curve to modify.</param>
1917       <param name=
"index">Keyframe index.</param>
1918       <param name=
"broken">Broken flag.</param>
1919     </member>
1920     <member name=
"M:UnityEditor.AnimationUtility.SetKeyLeftTangentMode(UnityEngine.AnimationCurve,System.Int32,UnityEditor.AnimationUtility/TangentMode)">
1921       <summary>
1922         <para>Change the specified keyframe tangent mode.</para>
1923       </summary>
1924       <param name=
"curve">The curve to modify.</param>
1925       <param name=
"index">Keyframe index.</param>
1926       <param name=
"tangentMode">Tangent mode.</param>
1927     </member>
1928     <member name=
"M:UnityEditor.AnimationUtility.SetKeyRightTangentMode(UnityEngine.AnimationCurve,System.Int32,UnityEditor.AnimationUtility/TangentMode)">
1929       <summary>
1930         <para>Change the specified keyframe tangent mode.</para>
1931       </summary>
1932       <param name=
"curve">The curve to modify.</param>
1933       <param name=
"index">Keyframe index.</param>
1934       <param name=
"tangentMode">Tangent mode.</param>
1935     </member>
1936     <member name=
"M:UnityEditor.AnimationUtility.SetObjectReferenceCurve(UnityEngine.AnimationClip,UnityEditor.EditorCurveBinding,UnityEditor.ObjectReferenceKeyframe[])">
1937       <summary>
1938         <para>Adds, modifies or removes an
object reference curve in a given clip.</para>
1939       </summary>
1940       <param name=
"keyframes">Setting this to null will remove the curve.</param>
1941       <param name=
"clip"></param>
1942       <param name=
"binding"></param>
1943     </member>
1944     <member name=
"T:UnityEditor.AnimationUtility.TangentMode">
1945       <summary>
1946         <para>Tangent constraints
on Keyframe.</para>
1947       </summary>
1948     </member>
1949     <member name=
"F:UnityEditor.AnimationUtility.TangentMode.Auto">
1950       <summary>
1951         <para>The tangents are automatically
set to make the curve go smoothly through the key.</para>
1952       </summary>
1953     </member>
1954     <member name=
"F:UnityEditor.AnimationUtility.TangentMode.ClampedAuto">
1955       <summary>
1956         <para>The tangents are automatically
set to make the curve go smoothly through the key.</para>
1957       </summary>
1958     </member>
1959     <member name=
"F:UnityEditor.AnimationUtility.TangentMode.Constant">
1960       <summary>
1961         <para>The curve retains a constant
value between two keys.</para>
1962       </summary>
1963     </member>
1964     <member name=
"F:UnityEditor.AnimationUtility.TangentMode.Free">
1965       <summary>
1966         <para>The tangent can be freely
set by dragging the tangent handle.</para>
1967       </summary>
1968     </member>
1969     <member name=
"F:UnityEditor.AnimationUtility.TangentMode.Linear">
1970       <summary>
1971         <para>The tangent points towards the neighboring key.</para>
1972       </summary>
1973     </member>
1974     <member name=
"T:UnityEditor.ApiCompatibilityLevel">
1975       <summary>
1976         <para>.NET API compatibility level.</para>
1977       </summary>
1978     </member>
1979     <member name=
"F:UnityEditor.ApiCompatibilityLevel.NET_2_0">
1980       <summary>
1981         <para>.NET
2.0.</para>
1982       </summary>
1983     </member>
1984     <member name=
"F:UnityEditor.ApiCompatibilityLevel.NET_2_0_Subset">
1985       <summary>
1986         <para>.NET
2.0 Subset.</para>
1987       </summary>
1988     </member>
1989     <member name=
"F:UnityEditor.ApiCompatibilityLevel.NET_4_6">
1990       <summary>
1991         <para>.NET
4.6.</para>
1992       </summary>
1993     </member>
1994     <member name=
"F:UnityEditor.ApiCompatibilityLevel.NET_Micro">
1995       <summary>
1996         <para>Micro profile, used
by Mono scripting backend on iOS, tvOS, Android and Tizen if stripping level is set to "Use micro mscorlib".</para>
1997       </summary>
1998     </member>
1999     <member name=
"F:UnityEditor.ApiCompatibilityLevel.NET_Web">
2000       <summary>
2001         <para>Web profile, used only
by Samsung TV.</para>
2002       </summary>
2003     </member>
2004     <member name=
"T:UnityEditor.ArrayUtility">
2005       <summary>
2006         <para>Helpers
for builtin arrays ...</para>
2007       </summary>
2008     </member>
2009     <member name=
"M:UnityEditor.ArrayUtility.Add(T[]&amp;,T)">
2010       <summary>
2011         <para>Appends item to the end of array.</para>
2012       </summary>
2013       <param name=
"array"></param>
2014       <param name=
"item"></param>
2015     </member>
2016     <member name=
"M:UnityEditor.ArrayUtility.AddRange(T[]&amp;,T[])">
2017       <summary>
2018         <para>Appends items to the end of array.</para>
2019       </summary>
2020       <param name=
"array"></param>
2021       <param name=
"items"></param>
2022     </member>
2023     <member name=
"M:UnityEditor.ArrayUtility.ArrayEquals(T[],T[])">
2024       <summary>
2025         <para>Compares two arrays.</para>
2026       </summary>
2027       <param name=
"lhs"></param>
2028       <param name=
"rhs"></param>
2029       <returns>
2030         <para>True
if both have the same number of elements and the contents are equal.</para>
2031       </returns>
2032     </member>
2033     <member name=
"M:UnityEditor.ArrayUtility.ArrayReferenceEquals(T[],T[])">
2034       <summary>
2035         <para>Compares two array references.</para>
2036       </summary>
2037       <param name=
"lhs"></param>
2038       <param name=
"rhs"></param>
2039       <returns>
2040         <para>True
if both have the same number of elements and are the same instances.</para>
2041       </returns>
2042     </member>
2043     <member name=
"M:UnityEditor.ArrayUtility.Clear(T[]&amp;)">
2044       <summary>
2045         <para>Clears the array.</para>
2046       </summary>
2047       <param name=
"array"></param>
2048     </member>
2049     <member name=
"M:UnityEditor.ArrayUtility.Contains(T[],T)">
2050       <summary>
2051         <para>Determines
if the array contains the item.</para>
2052       </summary>
2053       <param name=
"array"></param>
2054       <param name=
"item"></param>
2055       <returns>
2056         <para>True
if item is in array, false otherwise.</para>
2057       </returns>
2058     </member>
2059     <member name=
"M:UnityEditor.ArrayUtility.FindIndex(T[],System.Predicate`1&lt;T&gt;)">
2060       <summary>
2061         <para>Find the index of the first element that satisfies the predicate.</para>
2062       </summary>
2063       <param name=
"array"></param>
2064       <param name=
"match"></param>
2065       <returns>
2066         <para>The zero-based index of the first occurrence of the element,
if found; otherwise, �1.</para>
2067       </returns>
2068     </member>
2069     <member name=
"M:UnityEditor.ArrayUtility.IndexOf(T[],T)">
2070       <summary>
2071         <para>Index of first element with
value value.</para>
2072       </summary>
2073       <param name=
"array"></param>
2074       <param name=
"value"></param>
2075       <returns>
2076         <para>The zero-based index of the element,
if found; otherwise -1.</para>
2077       </returns>
2078     </member>
2079     <member name=
"M:UnityEditor.ArrayUtility.Insert(T[]&amp;,System.Int32,T)">
2080       <summary>
2081         <para>Inserts item item at position index.</para>
2082       </summary>
2083       <param name=
"array"></param>
2084       <param name=
"index"></param>
2085       <param name=
"item"></param>
2086     </member>
2087     <member name=
"M:UnityEditor.ArrayUtility.LastIndexOf(T[],T)">
2088       <summary>
2089         <para>Index of the last element with
value value.</para>
2090       </summary>
2091       <param name=
"array"></param>
2092       <param name=
"value"></param>
2093       <returns>
2094         <para>The zero-based index of the element,
if found; otherwise -1.</para>
2095       </returns>
2096     </member>
2097     <member name=
"M:UnityEditor.ArrayUtility.Remove(T[]&amp;,T)">
2098       <summary>
2099         <para>Removes item
from array.</para>
2100       </summary>
2101       <param name=
"array"></param>
2102       <param name=
"item"></param>
2103     </member>
2104     <member name=
"M:UnityEditor.ArrayUtility.RemoveAt(T[]&amp;,System.Int32)">
2105       <summary>
2106         <para>Remove element at position index.</para>
2107       </summary>
2108       <param name=
"array"></param>
2109       <param name=
"index"></param>
2110     </member>
2111     <member name=
"T:UnityEditor.AscentCalculationMode">
2112       <summary>
2113         <para>Method used
for calculating a font's ascent.</para>
2114       </summary>
2115     </member>
2116     <member name=
"F:UnityEditor.AscentCalculationMode.FaceAscender">
2117       <summary>
2118         <para>Ascender method.</para>
2119       </summary>
2120     </member>
2121     <member name=
"F:UnityEditor.AscentCalculationMode.FaceBoundingBox">
2122       <summary>
2123         <para>Bounding box method.</para>
2124       </summary>
2125     </member>
2126     <member name=
"F:UnityEditor.AscentCalculationMode.Legacy2x">
2127       <summary>
2128         <para>Legacy bounding box method.</para>
2129       </summary>
2130     </member>
2131     <member name=
"T:UnityEditor.AspectRatio">
2132       <summary>
2133         <para>Aspect ratio.</para>
2134       </summary>
2135     </member>
2136     <member name=
"F:UnityEditor.AspectRatio.Aspect16by10">
2137       <summary>
2138         <para>
16:10 aspect ratio.</para>
2139       </summary>
2140     </member>
2141     <member name=
"F:UnityEditor.AspectRatio.Aspect16by9">
2142       <summary>
2143         <para>
16:9 aspect ratio.</para>
2144       </summary>
2145     </member>
2146     <member name=
"F:UnityEditor.AspectRatio.Aspect4by3">
2147       <summary>
2148         <para>
4:3 aspect ratio.</para>
2149       </summary>
2150     </member>
2151     <member name=
"F:UnityEditor.AspectRatio.Aspect5by4">
2152       <summary>
2153         <para>
5:4 aspect ratio.</para>
2154       </summary>
2155     </member>
2156     <member name=
"F:UnityEditor.AspectRatio.AspectOthers">
2157       <summary>
2158         <para>Undefined aspect ratios.</para>
2159       </summary>
2160     </member>
2161     <member name=
"T:UnityEditor.AssetBundleBuild">
2162       <summary>
2163         <para>AssetBundle building map entry.</para>
2164       </summary>
2165     </member>
2166     <member name=
"F:UnityEditor.AssetBundleBuild.assetBundleName">
2167       <summary>
2168         <para>AssetBundle name.</para>
2169       </summary>
2170     </member>
2171     <member name=
"F:UnityEditor.AssetBundleBuild.assetBundleVariant">
2172       <summary>
2173         <para>AssetBundle variant.</para>
2174       </summary>
2175     </member>
2176     <member name=
"F:UnityEditor.AssetBundleBuild.assetNames">
2177       <summary>
2178         <para>Asset names which belong to the given AssetBundle.</para>
2179       </summary>
2180     </member>
2181     <member name=
"T:UnityEditor.AssetDatabase">
2182       <summary>
2183         <para>An Interface
for accessing assets and performing operations on assets.</para>
2184       </summary>
2185     </member>
2186     <member name=
"?:UnityEditor.AssetDatabase.importPackageCancelled(UnityEditor.AssetDatabase/ImportPackageCallback)">
2187       <summary>
2188         <para>Callback raised whenever a package import
is cancelled by the user.</para>
2189       </summary>
2190       <param name=
"value"></param>
2191     </member>
2192     <member name=
"?:UnityEditor.AssetDatabase.importPackageCompleted(UnityEditor.AssetDatabase/ImportPackageCallback)">
2193       <summary>
2194         <para>Callback raised whenever a package import successfully completes.</para>
2195       </summary>
2196       <param name=
"value"></param>
2197     </member>
2198     <member name=
"?:UnityEditor.AssetDatabase.importPackageFailed(UnityEditor.AssetDatabase/ImportPackageFailedCallback)">
2199       <summary>
2200         <para>Callback raised whenever a package import failed.</para>
2201       </summary>
2202       <param name=
"value"></param>
2203     </member>
2204     <member name=
"?:UnityEditor.AssetDatabase.importPackageStarted(UnityEditor.AssetDatabase/ImportPackageCallback)">
2205       <summary>
2206         <para>Callback raised whenever a package import starts.</para>
2207       </summary>
2208       <param name=
"value"></param>
2209     </member>
2210     <member name=
"M:UnityEditor.AssetDatabase.AddObjectToAsset(UnityEngine.Object,System.String)">
2211       <summary>
2212         <para>Adds objectToAdd to an existing asset at path.</para>
2213       </summary>
2214       <param name=
"objectToAdd">Object to add to the existing asset.</param>
2215       <param name=
"path">Filesystem path to the asset.</param>
2216     </member>
2217     <member name=
"M:UnityEditor.AssetDatabase.AddObjectToAsset(UnityEngine.Object,UnityEngine.Object)">
2218       <summary>
2219         <para>Adds objectToAdd to an existing asset identified
by assetObject.</para>
2220       </summary>
2221       <param name=
"objectToAdd"></param>
2222       <param name=
"assetObject"></param>
2223     </member>
2224     <member name=
"M:UnityEditor.AssetDatabase.AssetPathToGUID(System.String)">
2225       <summary>
2226         <para>Get the GUID
for the asset at path.</para>
2227       </summary>
2228       <param name=
"path">Filesystem path for the asset.</param>
2229       <returns>
2230         <para>GUID</para>
2231       </returns>
2232     </member>
2233     <member name=
"M:UnityEditor.AssetDatabase.ClearLabels(UnityEngine.Object)">
2234       <summary>
2235         <para>Removes all labels attached to an asset.</para>
2236       </summary>
2237       <param name=
"obj"></param>
2238     </member>
2239     <member name=
"M:UnityEditor.AssetDatabase.Contains(UnityEngine.Object)">
2240       <summary>
2241         <para>Is
object an asset?</para>
2242       </summary>
2243       <param name=
"obj"></param>
2244       <param name=
"instanceID"></param>
2245     </member>
2246     <member name=
"M:UnityEditor.AssetDatabase.Contains(System.Int32)">
2247       <summary>
2248         <para>Is
object an asset?</para>
2249       </summary>
2250       <param name=
"obj"></param>
2251       <param name=
"instanceID"></param>
2252     </member>
2253     <member name=
"M:UnityEditor.AssetDatabase.CopyAsset(System.String,System.String)">
2254       <summary>
2255         <para>Duplicates the asset at path and stores it at newPath.</para>
2256       </summary>
2257       <param name=
"path">Filesystem path of the source asset.</param>
2258       <param name=
"newPath">Filesystem path of the new asset to create.</param>
2259     </member>
2260     <member name=
"M:UnityEditor.AssetDatabase.CreateAsset(UnityEngine.Object,System.String)">
2261       <summary>
2262         <para>Creates a
new asset at path.</para>
2263       </summary>
2264       <param name=
"asset">Object to use in creating the asset.</param>
2265       <param name=
"path">Filesystem path for the new asset.</param>
2266     </member>
2267     <member name=
"M:UnityEditor.AssetDatabase.CreateFolder(System.String,System.String)">
2268       <summary>
2269         <para>Create a
new folder.</para>
2270       </summary>
2271       <param name=
"parentFolder">The name of the parent folder.</param>
2272       <param name=
"newFolderName">The name of the new folder.</param>
2273       <returns>
2274         <para>The GUID of the newly created folder.</para>
2275       </returns>
2276     </member>
2277     <member name=
"M:UnityEditor.AssetDatabase.DeleteAsset(System.String)">
2278       <summary>
2279         <para>Deletes the asset file at path.</para>
2280       </summary>
2281       <param name=
"path">Filesystem path of the asset to be deleted.</param>
2282     </member>
2283     <member name=
"M:UnityEditor.AssetDatabase.ExportPackage(System.String[],System.String)">
2284       <summary>
2285         <para>Exports the assets identified
by assetPathNames to a unitypackage file in fileName.</para>
2286       </summary>
2287       <param name=
"assetPathNames"></param>
2288       <param name=
"fileName"></param>
2289       <param name=
"flags"></param>
2290       <param name=
"assetPathName"></param>
2291     </member>
2292     <member name=
"M:UnityEditor.AssetDatabase.ExportPackage(System.String,System.String)">
2293       <summary>
2294         <para>Exports the assets identified
by assetPathNames to a unitypackage file in fileName.</para>
2295       </summary>
2296       <param name=
"assetPathNames"></param>
2297       <param name=
"fileName"></param>
2298       <param name=
"flags"></param>
2299       <param name=
"assetPathName"></param>
2300     </member>
2301     <member name=
"M:UnityEditor.AssetDatabase.ExportPackage(System.String,System.String,UnityEditor.ExportPackageOptions)">
2302       <summary>
2303         <para>Exports the assets identified
by assetPathNames to a unitypackage file in fileName.</para>
2304       </summary>
2305       <param name=
"assetPathNames"></param>
2306       <param name=
"fileName"></param>
2307       <param name=
"flags"></param>
2308       <param name=
"assetPathName"></param>
2309     </member>
2310     <member name=
"M:UnityEditor.AssetDatabase.ExportPackage(System.String[],System.String,UnityEditor.ExportPackageOptions)">
2311       <summary>
2312         <para>Exports the assets identified
by assetPathNames to a unitypackage file in fileName.</para>
2313       </summary>
2314       <param name=
"assetPathNames"></param>
2315       <param name=
"fileName"></param>
2316       <param name=
"flags"></param>
2317       <param name=
"assetPathName"></param>
2318     </member>
2319     <member name=
"M:UnityEditor.AssetDatabase.FindAssets(System.String)">
2320       <summary>
2321         <para>Search the asset database
using the search filter string.</para>
2322       </summary>
2323       <param name=
"filter">The filter string can contain search data. See below for
2324         details about
this string.</param>
2325       <param name=
"searchInFolders">The folders where the search will start.</param>
2326       <returns>
2327         <para>Array of matching asset. Note that GUIDs will be returned.</para>
2328       </returns>
2329     </member>
2330     <member name=
"M:UnityEditor.AssetDatabase.FindAssets(System.String,System.String[])">
2331       <summary>
2332         <para>Search the asset database
using the search filter string.</para>
2333       </summary>
2334       <param name=
"filter">The filter string can contain search data. See below for
2335         details about
this string.</param>
2336       <param name=
"searchInFolders">The folders where the search will start.</param>
2337       <returns>
2338         <para>Array of matching asset. Note that GUIDs will be returned.</para>
2339       </returns>
2340     </member>
2341     <member name=
"M:UnityEditor.AssetDatabase.GenerateUniqueAssetPath(System.String)">
2342       <summary>
2343         <para>Creates a
new unique path for an asset.</para>
2344       </summary>
2345       <param name=
"path"></param>
2346     </member>
2347     <member name=
"M:UnityEditor.AssetDatabase.GetAllAssetBundleNames">
2348       <summary>
2349         <para>Return all the AssetBundle names
in the asset database.</para>
2350       </summary>
2351       <returns>
2352         <para>Array of asset bundle names.</para>
2353       </returns>
2354     </member>
2355     <member name=
"M:UnityEditor.AssetDatabase.GetAssetBundleDependencies(System.String,System.Boolean)">
2356       <summary>
2357         <para>Given an assetBundleName, returns the list of AssetBundles that it depends
on.</para>
2358       </summary>
2359       <param name=
"assetBundleName">The name of the AssetBundle for which dependencies are required.</param>
2360       <param name=
"recursive">If false, returns only AssetBundles which are direct dependencies of the input; if true, includes all indirect dependencies of the input.</param>
2361       <returns>
2362         <para>The names of all AssetBundles that the input depends
on.</para>
2363       </returns>
2364     </member>
2365     <member name=
"M:UnityEditor.AssetDatabase.GetAssetDependencyHash(System.String)">
2366       <summary>
2367         <para>Returns the hash of all the dependencies of an asset.</para>
2368       </summary>
2369       <param name=
"path">Path to the asset.</param>
2370       <returns>
2371         <para>Aggregate hash.</para>
2372       </returns>
2373     </member>
2374     <member name=
"M:UnityEditor.AssetDatabase.GetAssetOrScenePath(UnityEngine.Object)">
2375       <summary>
2376         <para>Returns the path name relative to the project folder
where the asset is stored.</para>
2377       </summary>
2378       <param name=
"assetObject"></param>
2379     </member>
2380     <member name=
"M:UnityEditor.AssetDatabase.GetAssetPath(System.Int32)">
2381       <summary>
2382         <para>Returns the path name relative to the project folder
where the asset is stored.</para>
2383       </summary>
2384       <param name=
"instanceID">The instance ID of the asset.</param>
2385       <param name=
"assetObject">A reference to the asset.</param>
2386       <returns>
2387         <para>The asset path name, or
null, or an empty string if the asset does not exist.</para>
2388       </returns>
2389     </member>
2390     <member name=
"M:UnityEditor.AssetDatabase.GetAssetPath(UnityEngine.Object)">
2391       <summary>
2392         <para>Returns the path name relative to the project folder
where the asset is stored.</para>
2393       </summary>
2394       <param name=
"instanceID">The instance ID of the asset.</param>
2395       <param name=
"assetObject">A reference to the asset.</param>
2396       <returns>
2397         <para>The asset path name, or
null, or an empty string if the asset does not exist.</para>
2398       </returns>
2399     </member>
2400     <member name=
"M:UnityEditor.AssetDatabase.GetAssetPathFromTextMetaFilePath(System.String)">
2401       <summary>
2402         <para>Gets the path to the asset file associated with a text .meta file.</para>
2403       </summary>
2404       <param name=
"path"></param>
2405     </member>
2406     <member name=
"M:UnityEditor.AssetDatabase.GetAssetPathsFromAssetBundle(System.String)">
2407       <summary>
2408         <para>Get the paths of the assets which have been marked with the given assetBundle name.</para>
2409       </summary>
2410       <param name=
"assetBundleName"></param>
2411     </member>
2412     <member name=
"M:UnityEditor.AssetDatabase.GetAssetPathsFromAssetBundleAndAssetName(System.String,System.String)">
2413       <summary>
2414         <para>Get the asset paths
from the given assetBundle name and asset name.</para>
2415       </summary>
2416       <param name=
"assetBundleName"></param>
2417       <param name=
"assetName"></param>
2418     </member>
2419     <member name=
"M:UnityEditor.AssetDatabase.GetCachedIcon(System.String)">
2420       <summary>
2421         <para>Retrieves an icon
for the asset at the given asset path.</para>
2422       </summary>
2423       <param name=
"path"></param>
2424     </member>
2425     <member name=
"M:UnityEditor.AssetDatabase.GetDependencies(System.String)">
2426       <summary>
2427         <para>Given a pathName, returns the list of all assets that it depends
on.</para>
2428       </summary>
2429       <param name=
"pathName">The path to the asset for which dependencies are required.</param>
2430       <param name=
"recursive">If false, return only assets which are direct dependencies of the input; if true, include all indirect dependencies of the input. Defaults to true.</param>
2431       <returns>
2432         <para>The paths of all assets that the input depends
on.</para>
2433       </returns>
2434     </member>
2435     <member name=
"M:UnityEditor.AssetDatabase.GetDependencies(System.String,System.Boolean)">
2436       <summary>
2437         <para>Given a pathName, returns the list of all assets that it depends
on.</para>
2438       </summary>
2439       <param name=
"pathName">The path to the asset for which dependencies are required.</param>
2440       <param name=
"recursive">If false, return only assets which are direct dependencies of the input; if true, include all indirect dependencies of the input. Defaults to true.</param>
2441       <returns>
2442         <para>The paths of all assets that the input depends
on.</para>
2443       </returns>
2444     </member>
2445     <member name=
"M:UnityEditor.AssetDatabase.GetDependencies(System.String[])">
2446       <summary>
2447         <para>Given an array of pathNames, returns the list of all assets that the input depend
on.</para>
2448       </summary>
2449       <param name=
"pathNames">The path to the assets for which dependencies are required.</param>
2450       <param name=
"recursive">If false, return only assets which are direct dependencies of the input; if true, include all indirect dependencies of the input. Defaults to true.</param>
2451       <returns>
2452         <para>The paths of all assets that the input depends
on.</para>
2453       </returns>
2454     </member>
2455     <member name=
"M:UnityEditor.AssetDatabase.GetDependencies(System.String[],System.Boolean)">
2456       <summary>
2457         <para>Given an array of pathNames, returns the list of all assets that the input depend
on.</para>
2458       </summary>
2459       <param name=
"pathNames">The path to the assets for which dependencies are required.</param>
2460       <param name=
"recursive">If false, return only assets which are direct dependencies of the input; if true, include all indirect dependencies of the input. Defaults to true.</param>
2461       <returns>
2462         <para>The paths of all assets that the input depends
on.</para>
2463       </returns>
2464     </member>
2465     <member name=
"M:UnityEditor.AssetDatabase.GetImplicitAssetBundleName(System.String)">
2466       <summary>
2467         <para>Returns the name of the AssetBundle that a given asset belongs to.</para>
2468       </summary>
2469       <param name=
"assetPath">The asset's path.</param>
2470       <returns>
2471         <para>Returns the name of the AssetBundle that a given asset belongs to. See the method description
for more details.</para>
2472       </returns>
2473     </member>
2474     <member name=
"M:UnityEditor.AssetDatabase.GetImplicitAssetBundleVariantName(System.String)">
2475       <summary>
2476         <para>Returns the name of the AssetBundle Variant that a given asset belongs to.</para>
2477       </summary>
2478       <param name=
"assetPath">The asset's path.</param>
2479       <returns>
2480         <para>Returns the name of the AssetBundle Variant that a given asset belongs to. See the method description
for more details.</para>
2481       </returns>
2482     </member>
2483     <member name=
"M:UnityEditor.AssetDatabase.GetLabels(UnityEngine.Object)">
2484       <summary>
2485         <para>Returns all labels attached to a given asset.</para>
2486       </summary>
2487       <param name=
"obj"></param>
2488     </member>
2489     <member name=
"M:UnityEditor.AssetDatabase.GetMainAssetTypeAtPath(System.String)">
2490       <summary>
2491         <para>Returns the type of the main asset
object at assetPath.</para>
2492       </summary>
2493       <param name=
"assetPath">Filesystem path of the asset to load.</param>
2494     </member>
2495     <member name=
"M:UnityEditor.AssetDatabase.GetSubFolders(System.String)">
2496       <summary>
2497         <para>Given an absolute path to a directory,
this method will return an array of all it's subdirectories.</para>
2498       </summary>
2499       <param name=
"path"></param>
2500     </member>
2501     <member name=
"M:UnityEditor.AssetDatabase.GetTextMetaDataPathFromAssetPath(System.String)">
2502       <summary>
2503         <para>Gets the path to the text .meta file associated with an asset.</para>
2504       </summary>
2505       <param name=
"path">The path to the asset.</param>
2506       <returns>
2507         <para>The path to the .meta text file or empty
string if the file does not exist.</para>
2508       </returns>
2509     </member>
2510     <member name=
"M:UnityEditor.AssetDatabase.GetTextMetaFilePathFromAssetPath(System.String)">
2511       <summary>
2512         <para>Gets the path to the text .meta file associated with an asset.</para>
2513       </summary>
2514       <param name=
"path">The path to the asset.</param>
2515       <returns>
2516         <para>The path to the .meta text file or empty
string if the file does not exist.</para>
2517       </returns>
2518     </member>
2519     <member name=
"M:UnityEditor.AssetDatabase.GetUnusedAssetBundleNames">
2520       <summary>
2521         <para>Return all the unused assetBundle names
in the asset database.</para>
2522       </summary>
2523     </member>
2524     <member name=
"M:UnityEditor.AssetDatabase.GUIDToAssetPath(System.String)">
2525       <summary>
2526         <para>Translate a GUID to its current asset path.</para>
2527       </summary>
2528       <param name=
"guid"></param>
2529     </member>
2530     <member name=
"M:UnityEditor.AssetDatabase.ImportAsset(System.String)">
2531       <summary>
2532         <para>Import asset at path.</para>
2533       </summary>
2534       <param name=
"path"></param>
2535       <param name=
"options"></param>
2536     </member>
2537     <member name=
"M:UnityEditor.AssetDatabase.ImportAsset(System.String,UnityEditor.ImportAssetOptions)">
2538       <summary>
2539         <para>Import asset at path.</para>
2540       </summary>
2541       <param name=
"path"></param>
2542       <param name=
"options"></param>
2543     </member>
2544     <member name=
"M:UnityEditor.AssetDatabase.ImportPackage(System.String,System.Boolean)">
2545       <summary>
2546         <para>Imports package at packagePath
into the current project.</para>
2547       </summary>
2548       <param name=
"packagePath"></param>
2549       <param name=
"interactive"></param>
2550     </member>
2551     <member name=
"T:UnityEditor.AssetDatabase.ImportPackageCallback">
2552       <summary>
2553         <para>Delegate to be called
from AssetDatabase.ImportPackage callbacks. packageName is the name of the package that raised the callback.</para>
2554       </summary>
2555       <param name=
"packageName"></param>
2556     </member>
2557     <member name=
"T:UnityEditor.AssetDatabase.ImportPackageFailedCallback">
2558       <summary>
2559         <para>Delegate to be called
from AssetDatabase.ImportPackage callbacks. packageName is the name of the package that raised the callback. errorMessage is the reason for the failure.</para>
2560       </summary>
2561       <param name=
"packageName"></param>
2562       <param name=
"errorMessage"></param>
2563     </member>
2564     <member name=
"M:UnityEditor.AssetDatabase.IsForeignAsset(UnityEngine.Object)">
2565       <summary>
2566         <para>Is asset a foreign asset?</para>
2567       </summary>
2568       <param name=
"obj"></param>
2569       <param name=
"instanceID"></param>
2570     </member>
2571     <member name=
"M:UnityEditor.AssetDatabase.IsForeignAsset(System.Int32)">
2572       <summary>
2573         <para>Is asset a foreign asset?</para>
2574       </summary>
2575       <param name=
"obj"></param>
2576       <param name=
"instanceID"></param>
2577     </member>
2578     <member name=
"M:UnityEditor.AssetDatabase.IsMainAsset(UnityEngine.Object)">
2579       <summary>
2580         <para>Is asset a main asset
in the project window?</para>
2581       </summary>
2582       <param name=
"obj"></param>
2583       <param name=
"instanceID"></param>
2584     </member>
2585     <member name=
"M:UnityEditor.AssetDatabase.IsMainAsset(System.Int32)">
2586       <summary>
2587         <para>Is asset a main asset
in the project window?</para>
2588       </summary>
2589       <param name=
"obj"></param>
2590       <param name=
"instanceID"></param>
2591     </member>
2592     <member name=
"M:UnityEditor.AssetDatabase.IsMainAssetAtPathLoaded(System.String)">
2593       <summary>
2594         <para>Returns
true if the main asset object at assetPath is loaded in memory.</para>
2595       </summary>
2596       <param name=
"assetPath">Filesystem path of the asset to load.</param>
2597     </member>
2598     <member name=
"M:UnityEditor.AssetDatabase.IsMetaFileOpenForEdit(UnityEngine.Object,UnityEditor.StatusQueryOptions)">
2599       <summary>
2600         <para>Query whether an asset
's metadata (.meta) file is open for edit in version control.</para>
2601       </summary>
2602       <param name=
"assetObject">Object representing the asset whose metadata status you wish to query.</param>
2603       <param name=
"message">Returns a reason for the asset metadata not being open for edit.</param>
2604       <param name=
"StatusQueryOptions">Options for how the version control system should be queried. These options can effect the speed and accuracy of the query.</param>
2605       <param name=
"statusOptions"></param>
2606       <returns>
2607         <para>True
if the asset's metadata is considered open for edit by the selected version control system.</para>
2608       </returns>
2609     </member>
2610     <member name=
"M:UnityEditor.AssetDatabase.IsMetaFileOpenForEdit(UnityEngine.Object,System.String&amp;,UnityEditor.StatusQueryOptions)">
2611       <summary>
2612         <para>Query whether an asset
's metadata (.meta) file is open for edit in version control.</para>
2613       </summary>
2614       <param name=
"assetObject">Object representing the asset whose metadata status you wish to query.</param>
2615       <param name=
"message">Returns a reason for the asset metadata not being open for edit.</param>
2616       <param name=
"StatusQueryOptions">Options for how the version control system should be queried. These options can effect the speed and accuracy of the query.</param>
2617       <param name=
"statusOptions"></param>
2618       <returns>
2619         <para>True
if the asset's metadata is considered open for edit by the selected version control system.</para>
2620       </returns>
2621     </member>
2622     <member name=
"M:UnityEditor.AssetDatabase.IsMetaFileOpenForEdit(UnityEngine.Object)">
2623       <summary>
2624         <para>Query whether an asset
's metadata (.meta) file is open for edit in version control.</para>
2625       </summary>
2626       <param name=
"assetObject">Object representing the asset whose metadata status you wish to query.</param>
2627       <param name=
"message">Returns a reason for the asset metadata not being open for edit.</param>
2628       <param name=
"StatusQueryOptions">Options for how the version control system should be queried. These options can effect the speed and accuracy of the query.</param>
2629       <param name=
"statusOptions"></param>
2630       <returns>
2631         <para>True
if the asset's metadata is considered open for edit by the selected version control system.</para>
2632       </returns>
2633     </member>
2634     <member name=
"M:UnityEditor.AssetDatabase.IsMetaFileOpenForEdit(UnityEngine.Object,System.String&amp;)">
2635       <summary>
2636         <para>Query whether an asset
's metadata (.meta) file is open for edit in version control.</para>
2637       </summary>
2638       <param name=
"assetObject">Object representing the asset whose metadata status you wish to query.</param>
2639       <param name=
"message">Returns a reason for the asset metadata not being open for edit.</param>
2640       <param name=
"StatusQueryOptions">Options for how the version control system should be queried. These options can effect the speed and accuracy of the query.</param>
2641       <param name=
"statusOptions"></param>
2642       <returns>
2643         <para>True
if the asset's metadata is considered open for edit by the selected version control system.</para>
2644       </returns>
2645     </member>
2646     <member name=
"M:UnityEditor.AssetDatabase.IsNativeAsset(UnityEngine.Object)">
2647       <summary>
2648         <para>Is asset a native asset?</para>
2649       </summary>
2650       <param name=
"obj"></param>
2651       <param name=
"instanceID"></param>
2652     </member>
2653     <member name=
"M:UnityEditor.AssetDatabase.IsNativeAsset(System.Int32)">
2654       <summary>
2655         <para>Is asset a native asset?</para>
2656       </summary>
2657       <param name=
"obj"></param>
2658       <param name=
"instanceID"></param>
2659     </member>
2660     <member name=
"M:UnityEditor.AssetDatabase.IsOpenForEdit(UnityEngine.Object,UnityEditor.StatusQueryOptions)">
2661       <summary>
2662         <para>Query whether an asset file
is open for edit in version control.</para>
2663       </summary>
2664       <param name=
"assetObject">Object representing the asset whose status you wish to query.</param>
2665       <param name=
"assetOrMetaFilePath">Path to the asset file or its .meta file on disk, relative to project folder.</param>
2666       <param name=
"message">Returns a reason for the asset not being open for edit.</param>
2667       <param name=
"StatusQueryOptions">Options for how the version control system should be queried. These options can effect the speed and accuracy of the query.</param>
2668       <param name=
"statusOptions"></param>
2669       <returns>
2670         <para>True
if the asset is considered open for edit by the selected version control system.</para>
2671       </returns>
2672     </member>
2673     <member name=
"M:UnityEditor.AssetDatabase.IsOpenForEdit(System.String,UnityEditor.StatusQueryOptions)">
2674       <summary>
2675         <para>Query whether an asset file
is open for edit in version control.</para>
2676       </summary>
2677       <param name=
"assetObject">Object representing the asset whose status you wish to query.</param>
2678       <param name=
"assetOrMetaFilePath">Path to the asset file or its .meta file on disk, relative to project folder.</param>
2679       <param name=
"message">Returns a reason for the asset not being open for edit.</param>
2680       <param name=
"StatusQueryOptions">Options for how the version control system should be queried. These options can effect the speed and accuracy of the query.</param>
2681       <param name=
"statusOptions"></param>
2682       <returns>
2683         <para>True
if the asset is considered open for edit by the selected version control system.</para>
2684       </returns>
2685     </member>
2686     <member name=
"M:UnityEditor.AssetDatabase.IsOpenForEdit(UnityEngine.Object,System.String&amp;,UnityEditor.StatusQueryOptions)">
2687       <summary>
2688         <para>Query whether an asset file
is open for edit in version control.</para>
2689       </summary>
2690       <param name=
"assetObject">Object representing the asset whose status you wish to query.</param>
2691       <param name=
"assetOrMetaFilePath">Path to the asset file or its .meta file on disk, relative to project folder.</param>
2692       <param name=
"message">Returns a reason for the asset not being open for edit.</param>
2693       <param name=
"StatusQueryOptions">Options for how the version control system should be queried. These options can effect the speed and accuracy of the query.</param>
2694       <param name=
"statusOptions"></param>
2695       <returns>
2696         <para>True
if the asset is considered open for edit by the selected version control system.</para>
2697       </returns>
2698     </member>
2699     <member name=
"M:UnityEditor.AssetDatabase.IsOpenForEdit(System.String,System.String&amp;,UnityEditor.StatusQueryOptions)">
2700       <summary>
2701         <para>Query whether an asset file
is open for edit in version control.</para>
2702       </summary>
2703       <param name=
"assetObject">Object representing the asset whose status you wish to query.</param>
2704       <param name=
"assetOrMetaFilePath">Path to the asset file or its .meta file on disk, relative to project folder.</param>
2705       <param name=
"message">Returns a reason for the asset not being open for edit.</param>
2706       <param name=
"StatusQueryOptions">Options for how the version control system should be queried. These options can effect the speed and accuracy of the query.</param>
2707       <param name=
"statusOptions"></param>
2708       <returns>
2709         <para>True
if the asset is considered open for edit by the selected version control system.</para>
2710       </returns>
2711     </member>
2712     <member name=
"M:UnityEditor.AssetDatabase.IsOpenForEdit(UnityEngine.Object)">
2713       <summary>
2714         <para>Query whether an asset file
is open for edit in version control.</para>
2715       </summary>
2716       <param name=
"assetObject">Object representing the asset whose status you wish to query.</param>
2717       <param name=
"assetOrMetaFilePath">Path to the asset file or its .meta file on disk, relative to project folder.</param>
2718       <param name=
"message">Returns a reason for the asset not being open for edit.</param>
2719       <param name=
"StatusQueryOptions">Options for how the version control system should be queried. These options can effect the speed and accuracy of the query.</param>
2720       <param name=
"statusOptions"></param>
2721       <returns>
2722         <para>True
if the asset is considered open for edit by the selected version control system.</para>
2723       </returns>
2724     </member>
2725     <member name=
"M:UnityEditor.AssetDatabase.IsOpenForEdit(System.String)">
2726       <summary>
2727         <para>Query whether an asset file
is open for edit in version control.</para>
2728       </summary>
2729       <param name=
"assetObject">Object representing the asset whose status you wish to query.</param>
2730       <param name=
"assetOrMetaFilePath">Path to the asset file or its .meta file on disk, relative to project folder.</param>
2731       <param name=
"message">Returns a reason for the asset not being open for edit.</param>
2732       <param name=
"StatusQueryOptions">Options for how the version control system should be queried. These options can effect the speed and accuracy of the query.</param>
2733       <param name=
"statusOptions"></param>
2734       <returns>
2735         <para>True
if the asset is considered open for edit by the selected version control system.</para>
2736       </returns>
2737     </member>
2738     <member name=
"M:UnityEditor.AssetDatabase.IsOpenForEdit(UnityEngine.Object,System.String&amp;)">
2739       <summary>
2740         <para>Query whether an asset file
is open for edit in version control.</para>
2741       </summary>
2742       <param name=
"assetObject">Object representing the asset whose status you wish to query.</param>
2743       <param name=
"assetOrMetaFilePath">Path to the asset file or its .meta file on disk, relative to project folder.</param>
2744       <param name=
"message">Returns a reason for the asset not being open for edit.</param>
2745       <param name=
"StatusQueryOptions">Options for how the version control system should be queried. These options can effect the speed and accuracy of the query.</param>
2746       <param name=
"statusOptions"></param>
2747       <returns>
2748         <para>True
if the asset is considered open for edit by the selected version control system.</para>
2749       </returns>
2750     </member>
2751     <member name=
"M:UnityEditor.AssetDatabase.IsOpenForEdit(System.String,System.String&amp;)">
2752       <summary>
2753         <para>Query whether an asset file
is open for edit in version control.</para>
2754       </summary>
2755       <param name=
"assetObject">Object representing the asset whose status you wish to query.</param>
2756       <param name=
"assetOrMetaFilePath">Path to the asset file or its .meta file on disk, relative to project folder.</param>
2757       <param name=
"message">Returns a reason for the asset not being open for edit.</param>
2758       <param name=
"StatusQueryOptions">Options for how the version control system should be queried. These options can effect the speed and accuracy of the query.</param>
2759       <param name=
"statusOptions"></param>
2760       <returns>
2761         <para>True
if the asset is considered open for edit by the selected version control system.</para>
2762       </returns>
2763     </member>
2764     <member name=
"M:UnityEditor.AssetDatabase.IsSubAsset(UnityEngine.Object)">
2765       <summary>
2766         <para>Does the asset form part of another asset?</para>
2767       </summary>
2768       <param name=
"obj">The asset Object to query.</param>
2769       <param name=
"instanceID">Instance ID of the asset Object to query.</param>
2770     </member>
2771     <member name=
"M:UnityEditor.AssetDatabase.IsSubAsset(System.Int32)">
2772       <summary>
2773         <para>Does the asset form part of another asset?</para>
2774       </summary>
2775       <param name=
"obj">The asset Object to query.</param>
2776       <param name=
"instanceID">Instance ID of the asset Object to query.</param>
2777     </member>
2778     <member name=
"M:UnityEditor.AssetDatabase.IsValidFolder(System.String)">
2779       <summary>
2780         <para>Given an absolute path to a folder, returns
true if it exists, false otherwise.</para>
2781       </summary>
2782       <param name=
"path"></param>
2783     </member>
2784     <member name=
"M:UnityEditor.AssetDatabase.LoadAllAssetRepresentationsAtPath(System.String)">
2785       <summary>
2786         <para>Returns all asset representations at assetPath.</para>
2787       </summary>
2788       <param name=
"assetPath"></param>
2789     </member>
2790     <member name=
"M:UnityEditor.AssetDatabase.LoadAllAssetsAtPath(System.String)">
2791       <summary>
2792         <para>Returns an array of all asset objects at assetPath.</para>
2793       </summary>
2794       <param name=
"assetPath">Filesystem path to the asset.</param>
2795     </member>
2796     <member name=
"M:UnityEditor.AssetDatabase.LoadAssetAtPath(System.String,System.Type)">
2797       <summary>
2798         <para>Returns the first asset
object of type type at given path assetPath.</para>
2799       </summary>
2800       <param name=
"assetPath">Path of the asset to load.</param>
2801       <param name=
"type">Data type of the asset.</param>
2802       <returns>
2803         <para>The asset matching the parameters.</para>
2804       </returns>
2805     </member>
2806     <member name=
"M:UnityEditor.AssetDatabase.LoadMainAssetAtPath(System.String)">
2807       <summary>
2808         <para>Returns the main asset
object at assetPath.</para>
2809       </summary>
2810       <param name=
"assetPath">Filesystem path of the asset to load.</param>
2811     </member>
2812     <member name=
"M:UnityEditor.AssetDatabase.MoveAsset(System.String,System.String)">
2813       <summary>
2814         <para>Move an asset file
from one folder to another.</para>
2815       </summary>
2816       <param name=
"oldPath">The path where the asset currently resides.</param>
2817       <param name=
"newPath">The path which the asset should be moved to.</param>
2818       <returns>
2819         <para>An empty
string if the asset has been successfully moved, otherwise an error message.</para>
2820       </returns>
2821     </member>
2822     <member name=
"M:UnityEditor.AssetDatabase.MoveAssetToTrash(System.String)">
2823       <summary>
2824         <para>Moves the asset at path to the trash.</para>
2825       </summary>
2826       <param name=
"path"></param>
2827     </member>
2828     <member name=
"M:UnityEditor.AssetDatabase.OpenAsset(System.Int32)">
2829       <summary>
2830         <para>Opens the asset with associated application.</para>
2831       </summary>
2832       <param name=
"instanceID"></param>
2833       <param name=
"lineNumber"></param>
2834       <param name=
"target"></param>
2835     </member>
2836     <member name=
"M:UnityEditor.AssetDatabase.OpenAsset(System.Int32,System.Int32)">
2837       <summary>
2838         <para>Opens the asset with associated application.</para>
2839       </summary>
2840       <param name=
"instanceID"></param>
2841       <param name=
"lineNumber"></param>
2842       <param name=
"target"></param>
2843     </member>
2844     <member name=
"M:UnityEditor.AssetDatabase.OpenAsset(UnityEngine.Object)">
2845       <summary>
2846         <para>Opens the asset with associated application.</para>
2847       </summary>
2848       <param name=
"instanceID"></param>
2849       <param name=
"lineNumber"></param>
2850       <param name=
"target"></param>
2851     </member>
2852     <member name=
"M:UnityEditor.AssetDatabase.OpenAsset(UnityEngine.Object,System.Int32)">
2853       <summary>
2854         <para>Opens the asset with associated application.</para>
2855       </summary>
2856       <param name=
"instanceID"></param>
2857       <param name=
"lineNumber"></param>
2858       <param name=
"target"></param>
2859     </member>
2860     <member name=
"M:UnityEditor.AssetDatabase.OpenAsset(UnityEngine.Object[])">
2861       <summary>
2862         <para>Opens the asset(s) with associated application(s).</para>
2863       </summary>
2864       <param name=
"objects"></param>
2865     </member>
2866     <member name=
"M:UnityEditor.AssetDatabase.Refresh()">
2867       <summary>
2868         <para>Import any changed assets.</para>
2869       </summary>
2870       <param name=
"options"></param>
2871     </member>
2872     <member name=
"M:UnityEditor.AssetDatabase.Refresh(UnityEditor.ImportAssetOptions)">
2873       <summary>
2874         <para>Import any changed assets.</para>
2875       </summary>
2876       <param name=
"options"></param>
2877     </member>
2878     <member name=
"M:UnityEditor.AssetDatabase.RemoveAssetBundleName(System.String,System.Boolean)">
2879       <summary>
2880         <para>Remove the assetBundle name
from the asset database. The forceRemove flag is used to indicate if you want to remove it even it's in use.</para>
2881       </summary>
2882       <param name=
"assetBundleName">The assetBundle name you want to remove.</param>
2883       <param name=
"forceRemove">Flag to indicate if you want to remove the assetBundle name even it's in use.</param>
2884     </member>
2885     <member name=
"M:UnityEditor.AssetDatabase.RemoveUnusedAssetBundleNames">
2886       <summary>
2887         <para>Remove all the unused assetBundle names
in the asset database.</para>
2888       </summary>
2889     </member>
2890     <member name=
"M:UnityEditor.AssetDatabase.RenameAsset(System.String,System.String)">
2891       <summary>
2892         <para>Rename an asset file.</para>
2893       </summary>
2894       <param name=
"pathName">The path where the asset currently resides.</param>
2895       <param name=
"newName">The new name which should be given to the asset.</param>
2896       <returns>
2897         <para>An empty
string, if the asset has been successfully renamed, otherwise an error message.</para>
2898       </returns>
2899     </member>
2900     <member name=
"M:UnityEditor.AssetDatabase.SaveAssets">
2901       <summary>
2902         <para>Writes all unsaved asset changes to disk.</para>
2903       </summary>
2904     </member>
2905     <member name=
"M:UnityEditor.AssetDatabase.SetLabels(UnityEngine.Object,System.String[])">
2906       <summary>
2907         <para>Replaces that list of labels
on an asset.</para>
2908       </summary>
2909       <param name=
"obj"></param>
2910       <param name=
"labels"></param>
2911     </member>
2912     <member name=
"M:UnityEditor.AssetDatabase.SetMainObject(UnityEngine.Object,System.String)">
2913       <summary>
2914         <para>Specifies which
object in the asset file should become the main object after the next import.</para>
2915       </summary>
2916       <param name=
"mainObject">The object to become the main object.</param>
2917       <param name=
"assetPath">Path to the asset file.</param>
2918     </member>
2919     <member name=
"M:UnityEditor.AssetDatabase.StartAssetEditing">
2920       <summary>
2921         <para>Begin Asset importing. This lets you
group several asset imports together into one larger import.</para>
2922       </summary>
2923     </member>
2924     <member name=
"M:UnityEditor.AssetDatabase.StopAssetEditing">
2925       <summary>
2926         <para>Stop Asset importing. This lets you
group several asset imports together into one larger import.</para>
2927       </summary>
2928     </member>
2929     <member name=
"M:UnityEditor.AssetDatabase.ValidateMoveAsset(System.String,System.String)">
2930       <summary>
2931         <para>Checks
if an asset file can be moved from one folder to another. (Without actually moving the file).</para>
2932       </summary>
2933       <param name=
"oldPath">The path where the asset currently resides.</param>
2934       <param name=
"newPath">The path which the asset should be moved to.</param>
2935       <returns>
2936         <para>An empty
string if the asset can be moved, otherwise an error message.</para>
2937       </returns>
2938     </member>
2939     <member name=
"M:UnityEditor.AssetDatabase.WriteImportSettingsIfDirty(System.String)">
2940       <summary>
2941         <para>Writes the import settings to disk.</para>
2942       </summary>
2943       <param name=
"path"></param>
2944     </member>
2945     <member name=
"T:UnityEditor.AssetDeleteResult">
2946       <summary>
2947         <para>Result of Asset delete operation</para>
2948       </summary>
2949     </member>
2950     <member name=
"F:UnityEditor.AssetDeleteResult.DidDelete">
2951       <summary>
2952         <para>Tells Unity that the asset was deleted
by the callback. Unity will not try to delete the asset, but will delete the cached version and preview file.</para>
2953       </summary>
2954     </member>
2955     <member name=
"F:UnityEditor.AssetDeleteResult.DidNotDelete">
2956       <summary>
2957         <para>Tells the
internal implementation that the callback did not delete the asset. The asset will be delete by the internal implementation.</para>
2958       </summary>
2959     </member>
2960     <member name=
"F:UnityEditor.AssetDeleteResult.FailedDelete">
2961       <summary>
2962         <para>Tells Unity that the file cannot be deleted and Unity should leave it alone.</para>
2963       </summary>
2964     </member>
2965     <member name=
"T:UnityEditor.AssetImporter">
2966       <summary>
2967         <para>Base
class from which asset importers for specific asset types derive.</para>
2968       </summary>
2969     </member>
2970     <member name=
"P:UnityEditor.AssetImporter.assetBundleName">
2971       <summary>
2972         <para>Get or
set the AssetBundle name.</para>
2973       </summary>
2974     </member>
2975     <member name=
"P:UnityEditor.AssetImporter.assetBundleVariant">
2976       <summary>
2977         <para>Get or
set the AssetBundle variant.</para>
2978       </summary>
2979     </member>
2980     <member name=
"P:UnityEditor.AssetImporter.assetPath">
2981       <summary>
2982         <para>The path name of the asset
for this importer. (Read Only)</para>
2983       </summary>
2984     </member>
2985     <member name=
"P:UnityEditor.AssetImporter.userData">
2986       <summary>
2987         <para>Get or
set any user data.</para>
2988       </summary>
2989     </member>
2990     <member name=
"M:UnityEditor.AssetImporter.GetAtPath(System.String)">
2991       <summary>
2992         <para>Retrieves the asset importer
for the asset at path.</para>
2993       </summary>
2994       <param name=
"path"></param>
2995     </member>
2996     <member name=
"M:UnityEditor.AssetImporter.SaveAndReimport">
2997       <summary>
2998         <para>Save asset importer settings
if asset importer is dirty.</para>
2999       </summary>
3000     </member>
3001     <member name=
"M:UnityEditor.AssetImporter.SetAssetBundleNameAndVariant(System.String,System.String)">
3002       <summary>
3003         <para>Set the AssetBundle name and variant.</para>
3004       </summary>
3005       <param name=
"assetBundleName">AssetBundle name.</param>
3006       <param name=
"assetBundleVariant">AssetBundle variant.</param>
3007     </member>
3008     <member name=
"T:UnityEditor.AssetModificationProcessor">
3009       <summary>
3010         <para>AssetModificationProcessor lets you hook
into saving of serialized assets and
3011       scenes which are edited inside Unity.</para>
3012       </summary>
3013     </member>
3014     <member name=
"T:UnityEditor.AssetMoveResult">
3015       <summary>
3016         <para>Result of Asset move</para>
3017       </summary>
3018     </member>
3019     <member name=
"F:UnityEditor.AssetMoveResult.DidMove">
3020       <summary>
3021         <para>Tells the
internal implementation that the script moved the asset physically on disk.</para>
3022       </summary>
3023     </member>
3024     <member name=
"F:UnityEditor.AssetMoveResult.DidNotMove">
3025       <summary>
3026         <para>Tells the
internal implementation that the asset was not moved physically on disk by the script.</para>
3027       </summary>
3028     </member>
3029     <member name=
"F:UnityEditor.AssetMoveResult.FailedMove">
3030       <summary>
3031         <para>Tells the
internal implementation that the script could not move the assets.</para>
3032       </summary>
3033     </member>
3034     <member name=
"T:UnityEditor.AssetPostprocessor">
3035       <summary>
3036         <para>AssetPostprocessor lets you hook
into the import pipeline and run scripts prior or after importing assets.</para>
3037       </summary>
3038     </member>
3039     <member name=
"P:UnityEditor.AssetPostprocessor.assetImporter">
3040       <summary>
3041         <para>Reference to the asset importer.</para>
3042       </summary>
3043     </member>
3044     <member name=
"P:UnityEditor.AssetPostprocessor.assetPath">
3045       <summary>
3046         <para>The path name of the asset being imported.</para>
3047       </summary>
3048     </member>
3049     <member name=
"M:UnityEditor.AssetPostprocessor.GetPostprocessOrder">
3050       <summary>
3051         <para>Override the order
in which importers are processed.</para>
3052       </summary>
3053     </member>
3054     <member name=
"M:UnityEditor.AssetPostprocessor.GetVersion">
3055       <summary>
3056         <para>Returns the version of the asset postprocessor.</para>
3057       </summary>
3058     </member>
3059     <member name=
"M:UnityEditor.AssetPostprocessor.LogError(System.String)">
3060       <summary>
3061         <para>Logs an import error message to the console.</para>
3062       </summary>
3063       <param name=
"warning"></param>
3064       <param name=
"context"></param>
3065     </member>
3066     <member name=
"M:UnityEditor.AssetPostprocessor.LogError(System.String,UnityEngine.Object)">
3067       <summary>
3068         <para>Logs an import error message to the console.</para>
3069       </summary>
3070       <param name=
"warning"></param>
3071       <param name=
"context"></param>
3072     </member>
3073     <member name=
"M:UnityEditor.AssetPostprocessor.LogWarning(System.String)">
3074       <summary>
3075         <para>Logs an import warning to the console.</para>
3076       </summary>
3077       <param name=
"warning"></param>
3078       <param name=
"context"></param>
3079     </member>
3080     <member name=
"M:UnityEditor.AssetPostprocessor.LogWarning(System.String,UnityEngine.Object)">
3081       <summary>
3082         <para>Logs an import warning to the console.</para>
3083       </summary>
3084       <param name=
"warning"></param>
3085       <param name=
"context"></param>
3086     </member>
3087     <member name=
"T:UnityEditor.AssetPreview">
3088       <summary>
3089         <para>Utility
for fetching asset previews by instance ID of assets, See AssetPreview.GetAssetPreview. Since previews are loaded asynchronously methods are provided for requesting if all previews have been fully loaded, see AssetPreview.IsLoadingAssetPreviews. Loaded previews are stored in a cache, the size of the cache can be controlled by calling [AssetPreview.SetPreviewTextureCacheSize].</para>
3090       </summary>
3091     </member>
3092     <member name=
"M:UnityEditor.AssetPreview.GetAssetPreview(UnityEngine.Object)">
3093       <summary>
3094         <para>Returns a preview texture
for an asset.</para>
3095       </summary>
3096       <param name=
"asset"></param>
3097     </member>
3098     <member name=
"M:UnityEditor.AssetPreview.GetAssetPreview">
3099       <summary>
3100         <para>Returns a preview texture
for an instanceID of an asset.</para>
3101       </summary>
3102     </member>
3103     <member name=
"M:UnityEditor.AssetPreview.GetMiniThumbnail(UnityEngine.Object)">
3104       <summary>
3105         <para>Returns the thumbnail
for an object (like the ones you see in the project view).</para>
3106       </summary>
3107       <param name=
"obj"></param>
3108     </member>
3109     <member name=
"M:UnityEditor.AssetPreview.GetMiniTypeThumbnail(System.Type)">
3110       <summary>
3111         <para>Returns the thumbnail
for the type.</para>
3112       </summary>
3113       <param name=
"type"></param>
3114     </member>
3115     <member name=
"M:UnityEditor.AssetPreview.GetMiniTypeThumbnail">
3116       <summary>
3117         <para>Returns the thumbnail
for the object's type.</para>
3118       </summary>
3119     </member>
3120     <member name=
"M:UnityEditor.AssetPreview.IsLoadingAssetPreview(System.Int32)">
3121       <summary>
3122         <para>Loading previews
is asynchronous so it is useful to know if a specific asset preview is in the process of being loaded so client code e.g can repaint while waiting for the loading to finish.</para>
3123       </summary>
3124       <param name=
"instanceID">InstanceID of the assset that a preview has been requested for by: AssetPreview.GetAssetPreview().</param>
3125     </member>
3126     <member name=
"M:UnityEditor.AssetPreview.IsLoadingAssetPreviews">
3127       <summary>
3128         <para>Loading previews
is asynchronous so it is useful to know if any requested previews are in the process of being loaded so client code e.g can repaint while waiting.</para>
3129       </summary>
3130     </member>
3131     <member name=
"M:UnityEditor.AssetPreview.SetPreviewTextureCacheSize(System.Int32)">
3132       <summary>
3133         <para>Set the asset preview cache to a size that can hold all visible previews
on the screen at once.</para>
3134       </summary>
3135       <param name=
"size">The number of previews that can be loaded into the cache before the least used previews are being unloaded.</param>
3136     </member>
3137     <member name=
"T:UnityEditor.AudioCurveRendering">
3138       <summary>
3139         <para>Antialiased curve rendering functionality used
by audio tools in the editor.</para>
3140       </summary>
3141     </member>
3142     <member name=
"T:UnityEditor.AudioCurveRendering.AudioCurveAndColorEvaluator">
3143       <summary>
3144         <para>Curve evaluation function that allows simultaneous evaluation of the curve y-
value and a color of the curve at that point.</para>
3145       </summary>
3146       <param name=
"x">Normalized x-position in the range [0; 1] at which the curve should be evaluated.</param>
3147       <param name=
"col">Color of the curve at the evaluated point.</param>
3148     </member>
3149     <member name=
"T:UnityEditor.AudioCurveRendering.AudioCurveEvaluator">
3150       <summary>
3151         <para>Curve evaluation function used to evaluate the curve y-
value and at the specified point.</para>
3152       </summary>
3153       <param name=
"x">Normalized x-position in the range [0; 1] at which the curve should be evaluated.</param>
3154     </member>
3155     <member name=
"T:UnityEditor.AudioCurveRendering.AudioMinMaxCurveAndColorEvaluator">
3156       <summary>
3157         <para>Curve evaluation function that allows simultaneous evaluation of the min- and max-curves. The returned minValue and maxValue values are expected to be
in the range [-1; 1] and a value of 0 corresponds to the vertical center of the rectangle that is drawn into. Values outside of this range will be clamped. Additionally the color of the curve at this point is evaluated.</para>
3158       </summary>
3159       <param name=
"x">Normalized x-position in the range [0; 1] at which the min- and max-curves should be evaluated.</param>
3160       <param name=
"col">Color of the curve at the specified evaluation point.</param>
3161       <param name=
"minValue">Returned value of the minimum curve. Clamped to [-1; 1].</param>
3162       <param name=
"maxValue">Returned value of the maximum curve. Clamped to [-1; 1].</param>
3163     </member>
3164     <member name=
"M:UnityEditor.AudioCurveRendering.DrawCurve(UnityEngine.Rect,UnityEditor.AudioCurveRendering/AudioCurveEvaluator,UnityEngine.Color)">
3165       <summary>
3166         <para>Renders a thin curve determined
by the curve evaluation function. The solid color of the curve is set by the curveColor argument.</para>
3167       </summary>
3168       <param name=
"r">Rectangle determining the size of the graph.</param>
3169       <param name=
"eval">Curve evaluation function.</param>
3170       <param name=
"curveColor">Solid fill color of the curve. The alpha-channel determines the amount of opacity.</param>
3171     </member>
3172     <member name=
"M:UnityEditor.AudioCurveRendering.DrawFilledCurve(UnityEngine.Rect,UnityEditor.AudioCurveRendering/AudioCurveEvaluator,UnityEngine.Color)">
3173       <summary>
3174         <para>Fills the area between the curve evaluated
by the AudioCurveAndColorEvaluator provided and the bottom of the rectngle with smooth gradients along the edges.</para>
3175       </summary>
3176       <param name=
"r">Rectangle determining the size of the graph.</param>
3177       <param name=
"eval">Normalized x-position in the range [0; 1] at which the curve should be evaluated. The returned value is expected to be in the range [-1; 1] and a value of 0 corresponds to the vertical center of the rectangle that is drawn into. Values outside of this range will be clamped.</param>
3178       <param name=
"curveColor">Solid fill color of the curve. The alpha-channel determines the amount of opacity.</param>
3179     </member>
3180     <member name=
"M:UnityEditor.AudioCurveRendering.DrawFilledCurve(UnityEngine.Rect,UnityEditor.AudioCurveRendering/AudioCurveAndColorEvaluator)">
3181       <summary>
3182         <para>Fills the area between the curve evaluated
by the AudioCurveAndColorEvaluator provided and the bottom of the rectngle with smooth gradients along the edges.</para>
3183       </summary>
3184       <param name=
"r">Rectangle determining the size of the graph.</param>
3185       <param name=
"eval">Normalized x-position in the range [0; 1] at which the curve should be evaluated. The returned value is expected to be in the range [-1; 1] and a value of 0 corresponds to the vertical center of the rectangle that is drawn into. Values outside of this range will be clamped.</param>
3186       <param name=
"curveColor">Solid fill color of the curve. The alpha-channel determines the amount of opacity.</param>
3187     </member>
3188     <member name=
"M:UnityEditor.AudioCurveRendering.DrawMinMaxFilledCurve(UnityEngine.Rect,UnityEditor.AudioCurveRendering/AudioMinMaxCurveAndColorEvaluator)">
3189       <summary>
3190         <para>Fills the area between the two curves evaluated
by the AudioMinMaxCurveAndColorEvaluator provided with smooth gradients along the edges.</para>
3191       </summary>
3192       <param name=
"r">Rectangle determining the size of the graph.</param>
3193       <param name=
"eval">Normalized x-position in the range [0; 1] at which the min- and max-curves should be evaluated. The returned minValue and maxValue values are expected to be in the range [-1; 1] and a value of 0 corresponds to the vertical center of the rectangle that is drawn into. Values outside of this range will be clamped.</param>
3194     </member>
3195     <member name=
"M:UnityEditor.AudioCurveRendering.DrawSymmetricFilledCurve(UnityEngine.Rect,UnityEditor.AudioCurveRendering/AudioCurveAndColorEvaluator)">
3196       <summary>
3197         <para>Fills the area between the curve evaluated
by the AudioCurveAndColorEvaluator provided and its vertical mirror image with smooth gradients along the edges. Useful for drawing amplitude plots of audio signals.</para>
3198       </summary>
3199       <param name=
"r">Rectangle determining the size of the graph.</param>
3200       <param name=
"eval">Normalized x-position in the range [0; 1] at which the curve should be evaluated. The returned value is expected to be in the range [0; 1] and a value of 0 corresponds to the vertical center of the rectangle that is drawn into. Values outside of this range will be clamped.</param>
3201     </member>
3202     <member name=
"T:UnityEditor.AudioImporter">
3203       <summary>
3204         <para>Audio importer lets you modify AudioClip import settings
from editor scripts.</para>
3205       </summary>
3206     </member>
3207     <member name=
"P:UnityEditor.AudioImporter.compressionBitrate">
3208       <summary>
3209         <para>Compression bitrate.</para>
3210       </summary>
3211     </member>
3212     <member name=
"P:UnityEditor.AudioImporter.defaultSampleSettings">
3213       <summary>
3214         <para>The
default sample settings for the AudioClip importer.</para>
3215       </summary>
3216     </member>
3217     <member name=
"P:UnityEditor.AudioImporter.forceToMono">
3218       <summary>
3219         <para>Force
this clip to mono?</para>
3220       </summary>
3221     </member>
3222     <member name=
"P:UnityEditor.AudioImporter.loadInBackground">
3223       <summary>
3224         <para>Corresponding to the
"Load In Background" flag in the AudioClip inspector, when this flag is set, the loading of the clip will happen delayed without blocking the main thread.</para>
3225       </summary>
3226     </member>
3227     <member name=
"P:UnityEditor.AudioImporter.preloadAudioData">
3228       <summary>
3229         <para>Preloads audio data of the clip
when the clip asset is loaded. When this flag is off, scripts have to call AudioClip.LoadAudioData() to load the data before the clip can be played. Properties like length, channels and format are available before the audio data has been loaded.</para>
3230       </summary>
3231     </member>
3232     <member name=
"M:UnityEditor.AudioImporter.ClearSampleSettingOverride(System.String)">
3233       <summary>
3234         <para>Clears the sample settings
override for the given platform.</para>
3235       </summary>
3236       <param name=
"platform">The platform to clear the overrides for.</param>
3237       <returns>
3238         <para>Returns
true if any overrides were actually cleared.</para>
3239       </returns>
3240     </member>
3241     <member name=
"M:UnityEditor.AudioImporter.ContainsSampleSettingsOverride(System.String)">
3242       <summary>
3243         <para>Returns whether a given build target has its sample settings currently overridden.</para>
3244       </summary>
3245       <param name=
"platform">The platform to query if this AudioImporter has an override for.</param>
3246       <returns>
3247         <para>Returns
true if the platform is currently overriden in this AudioImporter.</para>
3248       </returns>
3249     </member>
3250     <member name=
"M:UnityEditor.AudioImporter.GetOverrideSampleSettings(System.String)">
3251       <summary>
3252         <para>Return the current
override settings for the given platform.</para>
3253       </summary>
3254       <param name=
"platform">The platform to get the override settings for.</param>
3255       <returns>
3256         <para>The
override sample settings for the given platform.</para>
3257       </returns>
3258     </member>
3259     <member name=
"M:UnityEditor.AudioImporter.SetOverrideSampleSettings(System.String,UnityEditor.AudioImporterSampleSettings)">
3260       <summary>
3261         <para>Sets the
override sample settings for the given platform.</para>
3262       </summary>
3263       <param name=
"platform">The platform which will have the sample settings overridden.</param>
3264       <param name=
"settings">The override settings for the given platform.</param>
3265       <returns>
3266         <para>Returns
true if the settings were successfully overriden. Some setting overrides are not possible for the given platform, in which case false is returned and the settings are not registered.</para>
3267       </returns>
3268     </member>
3269     <member name=
"T:UnityEditor.AudioImporterSampleSettings">
3270       <summary>
3271         <para>This structure contains a collection of settings used to define how an AudioClip should be imported.
3272
3273 This structure
is used with the AudioImporter to define how the AudioClip should be imported and treated during loading within the scene.</para>
3274       </summary>
3275     </member>
3276     <member name=
"F:UnityEditor.AudioImporterSampleSettings.compressionFormat">
3277       <summary>
3278         <para>CompressionFormat defines the compression type that the audio file
is encoded to. Different compression types have different performance and audio artifact characteristics.</para>
3279       </summary>
3280     </member>
3281     <member name=
"F:UnityEditor.AudioImporterSampleSettings.loadType">
3282       <summary>
3283         <para>LoadType defines how the imported AudioClip data should be loaded.</para>
3284       </summary>
3285     </member>
3286     <member name=
"F:UnityEditor.AudioImporterSampleSettings.quality">
3287       <summary>
3288         <para>Audio compression quality (
0-1)
3289
3290 Amount of compression. The
value roughly corresponds to the ratio between the resulting and the source file sizes.</para>
3291       </summary>
3292     </member>
3293     <member name=
"F:UnityEditor.AudioImporterSampleSettings.sampleRateOverride">
3294       <summary>
3295         <para>Target sample rate to convert to
when samplerateSetting is set to OverrideSampleRate.</para>
3296       </summary>
3297     </member>
3298     <member name=
"F:UnityEditor.AudioImporterSampleSettings.sampleRateSetting">
3299       <summary>
3300         <para>Defines how the sample rate
is modified (if at all) of the importer audio file.</para>
3301       </summary>
3302     </member>
3303     <member name=
"T:UnityEditor.AudioSampleRateSetting">
3304       <summary>
3305         <para>The sample rate setting used within the AudioImporter. This defines the sample rate conversion of audio
on import.</para>
3306       </summary>
3307     </member>
3308     <member name=
"F:UnityEditor.AudioSampleRateSetting.OptimizeSampleRate">
3309       <summary>
3310         <para>Let Unity deduce the optimal sample rate
for the AudioClip being imported. The audio file will be analysed and a minimal sample rate chosen while still preserving audio quality.</para>
3311       </summary>
3312     </member>
3313     <member name=
"F:UnityEditor.AudioSampleRateSetting.OverrideSampleRate">
3314       <summary>
3315         <para>Override the sample rate of the imported audio file with a custom
value.</para>
3316       </summary>
3317     </member>
3318     <member name=
"F:UnityEditor.AudioSampleRateSetting.PreserveSampleRate">
3319       <summary>
3320         <para>Do not change the sample rate of the imported audio file. The sample rate will be preserved
for the imported AudioClip.</para>
3321       </summary>
3322     </member>
3323     <member name=
"T:UnityEditor.BaseHierarchySort">
3324       <summary>
3325         <para>The
base class used to create new sorting.</para>
3326       </summary>
3327     </member>
3328     <member name=
"P:UnityEditor.BaseHierarchySort.content">
3329       <summary>
3330         <para>The content to display to quickly identify the hierarchy
's mode.</para>
3331       </summary>
3332     </member>
3333     <member name=
"M:UnityEditor.BaseHierarchySort.Compare(UnityEngine.GameObject,UnityEngine.GameObject)">
3334       <summary>
3335         <para>The sorting method used to determine the order of GameObjects.</para>
3336       </summary>
3337       <param name=
"lhs"></param>
3338       <param name=
"rhs"></param>
3339     </member>
3340     <member name=
"T:UnityEditor.Build.BuildFailedException">
3341       <summary>
3342         <para>An exception
class that represents a failed build.</para>
3343       </summary>
3344     </member>
3345     <member name=
"M:UnityEditor.Build.BuildFailedException.#ctor(System.String)">
3346       <summary>
3347         <para>Constructs a BuildFailedException
object.</para>
3348       </summary>
3349       <param name=
"message">The error that caused the build to fail.</param>
3350       <param name=
"innerException">The exception that caused the build to fail.</param>
3351     </member>
3352     <member name=
"M:UnityEditor.Build.BuildFailedException.#ctor(System.Exception)">
3353       <summary>
3354         <para>Constructs a BuildFailedException
object.</para>
3355       </summary>
3356       <param name=
"message">The error that caused the build to fail.</param>
3357       <param name=
"innerException">The exception that caused the build to fail.</param>
3358     </member>
3359     <member name=
"?:UnityEditor.Build.IOrderedCallback">
3360       <summary>
3361         <para>Interface that provides control over callback order.</para>
3362       </summary>
3363     </member>
3364     <member name=
"P:UnityEditor.Build.IOrderedCallback.callbackOrder">
3365       <summary>
3366         <para>Returns the relative callback order
for callbacks. Callbacks with lower values are called before ones with higher values.</para>
3367       </summary>
3368     </member>
3369     <member name=
"?:UnityEditor.Build.IPostprocessBuild">
3370       <summary>
3371         <para>Implement
this interface to receive a callback after the build is complete.</para>
3372       </summary>
3373     </member>
3374     <member name=
"M:UnityEditor.Build.IPostprocessBuild.OnPostprocessBuild(UnityEditor.BuildTarget,System.String)">
3375       <summary>
3376         <para>Implement
this function to receive a callback after the build is complete.</para>
3377       </summary>
3378       <param name=
"target"></param>
3379       <param name=
"path"></param>
3380     </member>
3381     <member name=
"?:UnityEditor.Build.IPreprocessBuild">
3382       <summary>
3383         <para>Implement
this interface to receive a callback before the build is started.</para>
3384       </summary>
3385     </member>
3386     <member name=
"M:UnityEditor.Build.IPreprocessBuild.OnPreprocessBuild(UnityEditor.BuildTarget,System.String)">
3387       <summary>
3388         <para>Implement
this function to receive a callback before the build is started.</para>
3389       </summary>
3390       <param name=
"target"></param>
3391       <param name=
"path"></param>
3392     </member>
3393     <member name=
"?:UnityEditor.Build.IProcessScene">
3394       <summary>
3395         <para>Implement
this interface to receive a callback for each Scene during the build.</para>
3396       </summary>
3397     </member>
3398     <member name=
"M:UnityEditor.Build.IProcessScene.OnProcessScene(UnityEngine.SceneManagement.Scene)">
3399       <summary>
3400         <para>Implement
this function to receive a callback for each Scene during the build.</para>
3401       </summary>
3402       <param name=
"scene">The current Scene being processed.</param>
3403     </member>
3404     <member name=
"T:UnityEditor.BuildAssetBundleOptions">
3405       <summary>
3406         <para>Asset Bundle building options.</para>
3407       </summary>
3408     </member>
3409     <member name=
"F:UnityEditor.BuildAssetBundleOptions.AppendHashToAssetBundleName">
3410       <summary>
3411         <para>Append the hash to the assetBundle name.</para>
3412       </summary>
3413     </member>
3414     <member name=
"F:UnityEditor.BuildAssetBundleOptions.ChunkBasedCompression">
3415       <summary>
3416         <para>Use chunk-based LZ4 compression
when creating the AssetBundle.</para>
3417       </summary>
3418     </member>
3419     <member name=
"F:UnityEditor.BuildAssetBundleOptions.CollectDependencies">
3420       <summary>
3421         <para>Includes all dependencies.</para>
3422       </summary>
3423     </member>
3424     <member name=
"F:UnityEditor.BuildAssetBundleOptions.CompleteAssets">
3425       <summary>
3426         <para>Forces inclusion of the entire asset.</para>
3427       </summary>
3428     </member>
3429     <member name=
"F:UnityEditor.BuildAssetBundleOptions.DeterministicAssetBundle">
3430       <summary>
3431         <para>Builds an asset bundle
using a hash for the id of the object stored in the asset bundle.</para>
3432       </summary>
3433     </member>
3434     <member name=
"F:UnityEditor.BuildAssetBundleOptions.DisableWriteTypeTree">
3435       <summary>
3436         <para>Do not include type information within the AssetBundle.</para>
3437       </summary>
3438     </member>
3439     <member name=
"F:UnityEditor.BuildAssetBundleOptions.DryRunBuild">
3440       <summary>
3441         <para>Do a dry run build.</para>
3442       </summary>
3443     </member>
3444     <member name=
"F:UnityEditor.BuildAssetBundleOptions.ForceRebuildAssetBundle">
3445       <summary>
3446         <para>Force rebuild the assetBundles.</para>
3447       </summary>
3448     </member>
3449     <member name=
"F:UnityEditor.BuildAssetBundleOptions.IgnoreTypeTreeChanges">
3450       <summary>
3451         <para>Ignore the type tree changes
when doing the incremental build check.</para>
3452       </summary>
3453     </member>
3454     <member name=
"F:UnityEditor.BuildAssetBundleOptions.None">
3455       <summary>
3456         <para>Build assetBundle without any special option.</para>
3457       </summary>
3458     </member>
3459     <member name=
"F:UnityEditor.BuildAssetBundleOptions.StrictMode">
3460       <summary>
3461         <para>Do not allow the build to succeed
if any errors are reporting during it.</para>
3462       </summary>
3463     </member>
3464     <member name=
"F:UnityEditor.BuildAssetBundleOptions.UncompressedAssetBundle">
3465       <summary>
3466         <para>Don
't compress the data when creating the asset bundle.</para>
3467       </summary>
3468     </member>
3469     <member name=
"T:UnityEditor.BuildOptions">
3470       <summary>
3471         <para>Building options. Multiple options can be combined together.</para>
3472       </summary>
3473     </member>
3474     <member name=
"F:UnityEditor.BuildOptions.AcceptExternalModificationsToPlayer">
3475       <summary>
3476         <para>Used
when building Xcode (iOS) or Eclipse (Android) projects.</para>
3477       </summary>
3478     </member>
3479     <member name=
"F:UnityEditor.BuildOptions.AllowDebugging">
3480       <summary>
3481         <para>Allow script debuggers to attach to the player remotely.</para>
3482       </summary>
3483     </member>
3484     <member name=
"F:UnityEditor.BuildOptions.AutoRunPlayer">
3485       <summary>
3486         <para>Run the built player.</para>
3487       </summary>
3488     </member>
3489     <member name=
"F:UnityEditor.BuildOptions.BuildAdditionalStreamedScenes">
3490       <summary>
3491         <para>Build a compressed asset bundle that contains streamed scenes loadable with the WWW
class.</para>
3492       </summary>
3493     </member>
3494     <member name=
"F:UnityEditor.BuildOptions.BuildScriptsOnly">
3495       <summary>
3496         <para>Build only the scripts of a project.</para>
3497       </summary>
3498     </member>
3499     <member name=
"F:UnityEditor.BuildOptions.CompressWithLz4">
3500       <summary>
3501         <para>Use chunk-based Lz4 compression
when building the Player.</para>
3502       </summary>
3503     </member>
3504     <member name=
"F:UnityEditor.BuildOptions.ConnectToHost">
3505       <summary>
3506         <para>Sets the Player to connect to the Editor.</para>
3507       </summary>
3508     </member>
3509     <member name=
"F:UnityEditor.BuildOptions.ConnectWithProfiler">
3510       <summary>
3511         <para>Start the player with a connection to the profiler
in the editor.</para>
3512       </summary>
3513     </member>
3514     <member name=
"F:UnityEditor.BuildOptions.Development">
3515       <summary>
3516         <para>Build a development version of the player.</para>
3517       </summary>
3518     </member>
3519     <member name=
"F:UnityEditor.BuildOptions.EnableHeadlessMode">
3520       <summary>
3521         <para>Build headless Linux standalone.</para>
3522       </summary>
3523     </member>
3524     <member name=
"F:UnityEditor.BuildOptions.ForceEnableAssertions">
3525       <summary>
3526         <para>Include assertions
in the build. By default, the assertions are only included in development builds.</para>
3527       </summary>
3528     </member>
3529     <member name=
"F:UnityEditor.BuildOptions.ForceOptimizeScriptCompilation">
3530       <summary>
3531         <para>Force full optimizations
for script complilation in Development builds.</para>
3532       </summary>
3533     </member>
3534     <member name=
"F:UnityEditor.BuildOptions.None">
3535       <summary>
3536         <para>Perform the specified build without any special settings or extra tasks.</para>
3537       </summary>
3538     </member>
3539     <member name=
"F:UnityEditor.BuildOptions.ShowBuiltPlayer">
3540       <summary>
3541         <para>Show the built player.</para>
3542       </summary>
3543     </member>
3544     <member name=
"F:UnityEditor.BuildOptions.StrictMode">
3545       <summary>
3546         <para>Do not allow the build to succeed
if any errors are reporting during it.</para>
3547       </summary>
3548     </member>
3549     <member name=
"F:UnityEditor.BuildOptions.SymlinkLibraries">
3550       <summary>
3551         <para>Symlink runtime libraries
when generating iOS Xcode project. (Faster iteration time).</para>
3552       </summary>
3553     </member>
3554     <member name=
"F:UnityEditor.BuildOptions.UncompressedAssetBundle">
3555       <summary>
3556         <para>Don
't compress the data when creating the asset bundle.</para>
3557       </summary>
3558     </member>
3559     <member name=
"F:UnityEditor.BuildOptions.WebPlayerOfflineDeployment">
3560       <summary>
3561         <para>Copy UnityObject.js alongside Web Player so it wouldn
't have to be downloaded from internet.</para>
3562       </summary>
3563     </member>
3564     <member name=
"T:UnityEditor.BuildPipeline">
3565       <summary>
3566         <para>Lets you programmatically build players or AssetBundles which can be loaded
from the web.</para>
3567       </summary>
3568     </member>
3569     <member name=
"P:UnityEditor.BuildPipeline.isBuildingPlayer">
3570       <summary>
3571         <para>Is a player currently being built?</para>
3572       </summary>
3573     </member>
3574     <member name=
"M:UnityEditor.BuildPipeline.BuildAssetBundle(UnityEngine.Object,UnityEngine.Object[],System.String)">
3575       <summary>
3576         <para>Builds an asset bundle.</para>
3577       </summary>
3578       <param name=
"mainAsset">Lets you specify a specific object that can be conveniently retrieved using AssetBundle.mainAsset.</param>
3579       <param name=
"assets">An array of assets to write into the bundle.</param>
3580       <param name=
"pathName">The filename where to write the compressed asset bundle.</param>
3581       <param name=
"assetBundleOptions">Automatically include dependencies or always include complete assets instead of just the exact referenced objects.</param>
3582       <param name=
"targetPlatform">The platform to build the bundle for.</param>
3583       <param name=
"crc">The optional crc output parameter can be used to get a CRC checksum for the generated AssetBundle, which can be used to verify content when downloading AssetBundles using WWW.LoadFromCacheOrDownload.</param>
3584     </member>
3585     <member name=
"M:UnityEditor.BuildPipeline.BuildAssetBundle(UnityEngine.Object,UnityEngine.Object[],System.String,System.UInt32&amp;,UnityEditor.BuildAssetBundleOptions)">
3586       <summary>
3587         <para>Builds an asset bundle.</para>
3588       </summary>
3589       <param name=
"mainAsset">Lets you specify a specific object that can be conveniently retrieved using AssetBundle.mainAsset.</param>
3590       <param name=
"assets">An array of assets to write into the bundle.</param>
3591       <param name=
"pathName">The filename where to write the compressed asset bundle.</param>
3592       <param name=
"assetBundleOptions">Automatically include dependencies or always include complete assets instead of just the exact referenced objects.</param>
3593       <param name=
"targetPlatform">The platform to build the bundle for.</param>
3594       <param name=
"crc">The optional crc output parameter can be used to get a CRC checksum for the generated AssetBundle, which can be used to verify content when downloading AssetBundles using WWW.LoadFromCacheOrDownload.</param>
3595     </member>
3596     <member name=
"M:UnityEditor.BuildPipeline.BuildAssetBundle(UnityEngine.Object,UnityEngine.Object[],System.String,UnityEditor.BuildAssetBundleOptions)">
3597       <summary>
3598         <para>Builds an asset bundle.</para>
3599       </summary>
3600       <param name=
"mainAsset">Lets you specify a specific object that can be conveniently retrieved using AssetBundle.mainAsset.</param>
3601       <param name=
"assets">An array of assets to write into the bundle.</param>
3602       <param name=
"pathName">The filename where to write the compressed asset bundle.</param>
3603       <param name=
"assetBundleOptions">Automatically include dependencies or always include complete assets instead of just the exact referenced objects.</param>
3604       <param name=
"targetPlatform">The platform to build the bundle for.</param>
3605       <param name=
"crc">The optional crc output parameter can be used to get a CRC checksum for the generated AssetBundle, which can be used to verify content when downloading AssetBundles using WWW.LoadFromCacheOrDownload.</param>
3606     </member>
3607     <member name=
"M:UnityEditor.BuildPipeline.BuildAssetBundle(UnityEngine.Object,UnityEngine.Object[],System.String,System.UInt32&amp;)">
3608       <summary>
3609         <para>Builds an asset bundle.</para>
3610       </summary>
3611       <param name=
"mainAsset">Lets you specify a specific object that can be conveniently retrieved using AssetBundle.mainAsset.</param>
3612       <param name=
"assets">An array of assets to write into the bundle.</param>
3613       <param name=
"pathName">The filename where to write the compressed asset bundle.</param>
3614       <param name=
"assetBundleOptions">Automatically include dependencies or always include complete assets instead of just the exact referenced objects.</param>
3615       <param name=
"targetPlatform">The platform to build the bundle for.</param>
3616       <param name=
"crc">The optional crc output parameter can be used to get a CRC checksum for the generated AssetBundle, which can be used to verify content when downloading AssetBundles using WWW.LoadFromCacheOrDownload.</param>
3617     </member>
3618     <member name=
"M:UnityEditor.BuildPipeline.BuildAssetBundle(UnityEngine.Object,UnityEngine.Object[],System.String,UnityEditor.BuildAssetBundleOptions,UnityEditor.BuildTarget)">
3619       <summary>
3620         <para>Builds an asset bundle.</para>
3621       </summary>
3622       <param name=
"mainAsset">Lets you specify a specific object that can be conveniently retrieved using AssetBundle.mainAsset.</param>
3623       <param name=
"assets">An array of assets to write into the bundle.</param>
3624       <param name=
"pathName">The filename where to write the compressed asset bundle.</param>
3625       <param name=
"assetBundleOptions">Automatically include dependencies or always include complete assets instead of just the exact referenced objects.</param>
3626       <param name=
"targetPlatform">The platform to build the bundle for.</param>
3627       <param name=
"crc">The optional crc output parameter can be used to get a CRC checksum for the generated AssetBundle, which can be used to verify content when downloading AssetBundles using WWW.LoadFromCacheOrDownload.</param>
3628     </member>
3629     <member name=
"M:UnityEditor.BuildPipeline.BuildAssetBundle(UnityEngine.Object,UnityEngine.Object[],System.String,System.UInt32&amp;,UnityEditor.BuildAssetBundleOptions,UnityEditor.BuildTarget)">
3630       <summary>
3631         <para>Builds an asset bundle.</para>
3632       </summary>
3633       <param name=
"mainAsset">Lets you specify a specific object that can be conveniently retrieved using AssetBundle.mainAsset.</param>
3634       <param name=
"assets">An array of assets to write into the bundle.</param>
3635       <param name=
"pathName">The filename where to write the compressed asset bundle.</param>
3636       <param name=
"assetBundleOptions">Automatically include dependencies or always include complete assets instead of just the exact referenced objects.</param>
3637       <param name=
"targetPlatform">The platform to build the bundle for.</param>
3638       <param name=
"crc">The optional crc output parameter can be used to get a CRC checksum for the generated AssetBundle, which can be used to verify content when downloading AssetBundles using WWW.LoadFromCacheOrDownload.</param>
3639     </member>
3640     <member name=
"M:UnityEditor.BuildPipeline.BuildAssetBundleExplicitAssetNames(UnityEngine.Object[],System.String[],System.String,UnityEditor.BuildAssetBundleOptions)">
3641       <summary>
3642         <para>Builds an asset bundle, with custom names
for the assets.</para>
3643       </summary>
3644       <param name=
"assets">A collection of assets to be built into the asset bundle. Asset bundles can contain any asset found in the project folder.</param>
3645       <param name=
"assetNames">An array of strings of the same size as the number of assets.
3646 These will be used
as asset names, which you can then pass to AssetBundle.Load to load a specific asset. Use BuildAssetBundle to just use the asset's path names instead.</param>
3647       <param name=
"pathName">The location where the compressed asset bundle will be written to.</param>
3648       <param name=
"assetBundleOptions">Automatically include dependencies or always include complete assets instead of just the exact referenced objects.</param>
3649       <param name=
"targetPlatform">The platform where the asset bundle will be used.</param>
3650       <param name=
"crc">An optional output parameter used to get a CRC checksum for the generated AssetBundle. (Used to verify content when downloading AssetBundles using WWW.LoadFromCacheOrDownload.)</param>
3651     </member>
3652     <member name=
"M:UnityEditor.BuildPipeline.BuildAssetBundleExplicitAssetNames(UnityEngine.Object[],System.String[],System.String,System.UInt32&amp;,UnityEditor.BuildAssetBundleOptions)">
3653       <summary>
3654         <para>Builds an asset bundle, with custom names
for the assets.</para>
3655       </summary>
3656       <param name=
"assets">A collection of assets to be built into the asset bundle. Asset bundles can contain any asset found in the project folder.</param>
3657       <param name=
"assetNames">An array of strings of the same size as the number of assets.
3658 These will be used
as asset names, which you can then pass to AssetBundle.Load to load a specific asset. Use BuildAssetBundle to just use the asset's path names instead.</param>
3659       <param name=
"pathName">The location where the compressed asset bundle will be written to.</param>
3660       <param name=
"assetBundleOptions">Automatically include dependencies or always include complete assets instead of just the exact referenced objects.</param>
3661       <param name=
"targetPlatform">The platform where the asset bundle will be used.</param>
3662       <param name=
"crc">An optional output parameter used to get a CRC checksum for the generated AssetBundle. (Used to verify content when downloading AssetBundles using WWW.LoadFromCacheOrDownload.)</param>
3663     </member>
3664     <member name=
"M:UnityEditor.BuildPipeline.BuildAssetBundleExplicitAssetNames(UnityEngine.Object[],System.String[],System.String)">
3665       <summary>
3666         <para>Builds an asset bundle, with custom names
for the assets.</para>
3667       </summary>
3668       <param name=
"assets">A collection of assets to be built into the asset bundle. Asset bundles can contain any asset found in the project folder.</param>
3669       <param name=
"assetNames">An array of strings of the same size as the number of assets.
3670 These will be used
as asset names, which you can then pass to AssetBundle.Load to load a specific asset. Use BuildAssetBundle to just use the asset's path names instead.</param>
3671       <param name=
"pathName">The location where the compressed asset bundle will be written to.</param>
3672       <param name=
"assetBundleOptions">Automatically include dependencies or always include complete assets instead of just the exact referenced objects.</param>
3673       <param name=
"targetPlatform">The platform where the asset bundle will be used.</param>
3674       <param name=
"crc">An optional output parameter used to get a CRC checksum for the generated AssetBundle. (Used to verify content when downloading AssetBundles using WWW.LoadFromCacheOrDownload.)</param>
3675     </member>
3676     <member name=
"M:UnityEditor.BuildPipeline.BuildAssetBundleExplicitAssetNames(UnityEngine.Object[],System.String[],System.String,System.UInt32&amp;)">
3677       <summary>
3678         <para>Builds an asset bundle, with custom names
for the assets.</para>
3679       </summary>
3680       <param name=
"assets">A collection of assets to be built into the asset bundle. Asset bundles can contain any asset found in the project folder.</param>
3681       <param name=
"assetNames">An array of strings of the same size as the number of assets.
3682 These will be used
as asset names, which you can then pass to AssetBundle.Load to load a specific asset. Use BuildAssetBundle to just use the asset's path names instead.</param>
3683       <param name=
"pathName">The location where the compressed asset bundle will be written to.</param>
3684       <param name=
"assetBundleOptions">Automatically include dependencies or always include complete assets instead of just the exact referenced objects.</param>
3685       <param name=
"targetPlatform">The platform where the asset bundle will be used.</param>
3686       <param name=
"crc">An optional output parameter used to get a CRC checksum for the generated AssetBundle. (Used to verify content when downloading AssetBundles using WWW.LoadFromCacheOrDownload.)</param>
3687     </member>
3688     <member name=
"M:UnityEditor.BuildPipeline.BuildAssetBundleExplicitAssetNames(UnityEngine.Object[],System.String[],System.String,UnityEditor.BuildAssetBundleOptions,UnityEditor.BuildTarget)">
3689       <summary>
3690         <para>Builds an asset bundle, with custom names
for the assets.</para>
3691       </summary>
3692       <param name=
"assets">A collection of assets to be built into the asset bundle. Asset bundles can contain any asset found in the project folder.</param>
3693       <param name=
"assetNames">An array of strings of the same size as the number of assets.
3694 These will be used
as asset names, which you can then pass to AssetBundle.Load to load a specific asset. Use BuildAssetBundle to just use the asset's path names instead.</param>
3695       <param name=
"pathName">The location where the compressed asset bundle will be written to.</param>
3696       <param name=
"assetBundleOptions">Automatically include dependencies or always include complete assets instead of just the exact referenced objects.</param>
3697       <param name=
"targetPlatform">The platform where the asset bundle will be used.</param>
3698       <param name=
"crc">An optional output parameter used to get a CRC checksum for the generated AssetBundle. (Used to verify content when downloading AssetBundles using WWW.LoadFromCacheOrDownload.)</param>
3699     </member>
3700     <member name=
"M:UnityEditor.BuildPipeline.BuildAssetBundleExplicitAssetNames(UnityEngine.Object[],System.String[],System.String,System.UInt32&amp;,UnityEditor.BuildAssetBundleOptions,UnityEditor.BuildTarget)">
3701       <summary>
3702         <para>Builds an asset bundle, with custom names
for the assets.</para>
3703       </summary>
3704       <param name=
"assets">A collection of assets to be built into the asset bundle. Asset bundles can contain any asset found in the project folder.</param>
3705       <param name=
"assetNames">An array of strings of the same size as the number of assets.
3706 These will be used
as asset names, which you can then pass to AssetBundle.Load to load a specific asset. Use BuildAssetBundle to just use the asset's path names instead.</param>
3707       <param name=
"pathName">The location where the compressed asset bundle will be written to.</param>
3708       <param name=
"assetBundleOptions">Automatically include dependencies or always include complete assets instead of just the exact referenced objects.</param>
3709       <param name=
"targetPlatform">The platform where the asset bundle will be used.</param>
3710       <param name=
"crc">An optional output parameter used to get a CRC checksum for the generated AssetBundle. (Used to verify content when downloading AssetBundles using WWW.LoadFromCacheOrDownload.)</param>
3711     </member>
3712     <member name=
"M:UnityEditor.BuildPipeline.BuildAssetBundles(System.String,UnityEditor.BuildAssetBundleOptions,UnityEditor.BuildTarget)">
3713       <summary>
3714         <para>Build all AssetBundles specified
in the editor.</para>
3715       </summary>
3716       <param name=
"outputPath">Output path for the AssetBundles.</param>
3717       <param name=
"assetBundleOptions">AssetBundle building options.</param>
3718       <param name=
"targetPlatform">Chosen target build platform.</param>
3719       <returns>
3720         <para>The manifest listing all AssetBundles included
in this build.</para>
3721       </returns>
3722     </member>
3723     <member name=
"M:UnityEditor.BuildPipeline.BuildAssetBundles(System.String,UnityEditor.AssetBundleBuild[],UnityEditor.BuildAssetBundleOptions,UnityEditor.BuildTarget)">
3724       <summary>
3725         <para>Build AssetBundles
from a building map.</para>
3726       </summary>
3727       <param name=
"outputPath">Output path for the AssetBundles.</param>
3728       <param name=
"builds">AssetBundle building map.</param>
3729       <param name=
"assetBundleOptions">AssetBundle building options.</param>
3730       <param name=
"targetPlatform">Target build platform.</param>
3731       <returns>
3732         <para>The manifest listing all AssetBundles included
in this build.</para>
3733       </returns>
3734     </member>
3735     <member name=
"M:UnityEditor.BuildPipeline.BuildPlayer(UnityEditor.BuildPlayerOptions)">
3736       <summary>
3737         <para>Builds a player.</para>
3738       </summary>
3739       <param name=
"buildPlayerOptions">Provide various options to control the behavior of BuildPipeline.BuildPlayer.</param>
3740       <returns>
3741         <para>An error message
if an error occurred.</para>
3742       </returns>
3743     </member>
3744     <member name=
"M:UnityEditor.BuildPipeline.BuildPlayer(System.String[],System.String,UnityEditor.BuildTarget,UnityEditor.BuildOptions)">
3745       <summary>
3746         <para>Builds a player. These overloads are still supported, but will be replaces
by BuildPlayer (BuildPlayerOptions). Please use it instead.</para>
3747       </summary>
3748       <param name=
"levels">The scenes to be included in the build. If empty, the currently open scene will be built. Paths are relative to the project folder (AssetsMyLevelsMyScene.unity).</param>
3749       <param name=
"locationPathName">The path where the application will be built.</param>
3750       <param name=
"target">The BuildTarget to build.</param>
3751       <param name=
"options">Additional BuildOptions, like whether to run the built player.</param>
3752       <returns>
3753         <para>An error message
if an error occurred.</para>
3754       </returns>
3755     </member>
3756     <member name=
"M:UnityEditor.BuildPipeline.BuildPlayer(UnityEditor.EditorBuildSettingsScene[],System.String,UnityEditor.BuildTarget,UnityEditor.BuildOptions)">
3757       <summary>
3758         <para>Builds a player. These overloads are still supported, but will be replaces
by BuildPlayer (BuildPlayerOptions). Please use it instead.</para>
3759       </summary>
3760       <param name=
"levels">The scenes to be included in the build. If empty, the currently open scene will be built. Paths are relative to the project folder (AssetsMyLevelsMyScene.unity).</param>
3761       <param name=
"locationPathName">The path where the application will be built.</param>
3762       <param name=
"target">The BuildTarget to build.</param>
3763       <param name=
"options">Additional BuildOptions, like whether to run the built player.</param>
3764       <returns>
3765         <para>An error message
if an error occurred.</para>
3766       </returns>
3767     </member>
3768     <member name=
"M:UnityEditor.BuildPipeline.BuildStreamedSceneAssetBundle(System.String[],System.String,UnityEditor.BuildTarget)">
3769       <summary>
3770         <para>Builds one or more scenes and all their dependencies
into a compressed asset bundle.</para>
3771       </summary>
3772       <param name=
"levels">Pathnames of levels to include in the asset bundle.</param>
3773       <param name=
"locationPath">Pathname for the output asset bundle.</param>
3774       <param name=
"target">Runtime platform on which the asset bundle will be used.</param>
3775       <param name=
"crc">Output parameter to receive CRC checksum of generated assetbundle.</param>
3776       <param name=
"options">Build options. See BuildOptions for possible values.</param>
3777       <returns>
3778         <para>String with an error message, empty
on success.</para>
3779       </returns>
3780     </member>
3781     <member name=
"M:UnityEditor.BuildPipeline.BuildStreamedSceneAssetBundle(System.String[],System.String,UnityEditor.BuildTarget,System.UInt32&amp;)">
3782       <summary>
3783         <para>Builds one or more scenes and all their dependencies
into a compressed asset bundle.</para>
3784       </summary>
3785       <param name=
"levels">Pathnames of levels to include in the asset bundle.</param>
3786       <param name=
"locationPath">Pathname for the output asset bundle.</param>
3787       <param name=
"target">Runtime platform on which the asset bundle will be used.</param>
3788       <param name=
"crc">Output parameter to receive CRC checksum of generated assetbundle.</param>
3789       <param name=
"options">Build options. See BuildOptions for possible values.</param>
3790       <returns>
3791         <para>String with an error message, empty
on success.</para>
3792       </returns>
3793     </member>
3794     <member name=
"M:UnityEditor.BuildPipeline.BuildStreamedSceneAssetBundle(System.String[],System.String,UnityEditor.BuildTarget,UnityEditor.BuildOptions)">
3795       <summary>
3796         <para>Builds one or more scenes and all their dependencies
into a compressed asset bundle.</para>
3797       </summary>
3798       <param name=
"levels">Pathnames of levels to include in the asset bundle.</param>
3799       <param name=
"locationPath">Pathname for the output asset bundle.</param>
3800       <param name=
"target">Runtime platform on which the asset bundle will be used.</param>
3801       <param name=
"crc">Output parameter to receive CRC checksum of generated assetbundle.</param>
3802       <param name=
"options">Build options. See BuildOptions for possible values.</param>
3803       <returns>
3804         <para>String with an error message, empty
on success.</para>
3805       </returns>
3806     </member>
3807     <member name=
"M:UnityEditor.BuildPipeline.BuildStreamedSceneAssetBundle(System.String[],System.String,UnityEditor.BuildTarget,System.UInt32&amp;,UnityEditor.BuildOptions)">
3808       <summary>
3809         <para>Builds one or more scenes and all their dependencies
into a compressed asset bundle.</para>
3810       </summary>
3811       <param name=
"levels">Pathnames of levels to include in the asset bundle.</param>
3812       <param name=
"locationPath">Pathname for the output asset bundle.</param>
3813       <param name=
"target">Runtime platform on which the asset bundle will be used.</param>
3814       <param name=
"crc">Output parameter to receive CRC checksum of generated assetbundle.</param>
3815       <param name=
"options">Build options. See BuildOptions for possible values.</param>
3816       <returns>
3817         <para>String with an error message, empty
on success.</para>
3818       </returns>
3819     </member>
3820     <member name=
"M:UnityEditor.BuildPipeline.GetCRCForAssetBundle(System.String,System.UInt32&amp;)">
3821       <summary>
3822         <para>Extract the crc checksum
for the given AssetBundle.</para>
3823       </summary>
3824       <param name=
"targetPath"></param>
3825       <param name=
"crc"></param>
3826     </member>
3827     <member name=
"M:UnityEditor.BuildPipeline.GetHashForAssetBundle(System.String,UnityEngine.Hash128&amp;)">
3828       <summary>
3829         <para>Extract the hash
for the given AssetBundle.</para>
3830       </summary>
3831       <param name=
"targetPath"></param>
3832       <param name=
"hash"></param>
3833     </member>
3834     <member name=
"M:UnityEditor.BuildPipeline.PopAssetDependencies">
3835       <summary>
3836         <para>Lets you manage cross-references and dependencies between different asset bundles and player builds.</para>
3837       </summary>
3838     </member>
3839     <member name=
"M:UnityEditor.BuildPipeline.PushAssetDependencies">
3840       <summary>
3841         <para>Lets you manage cross-references and dependencies between different asset bundles and player builds.</para>
3842       </summary>
3843     </member>
3844     <member name=
"T:UnityEditor.BuildPlayerOptions">
3845       <summary>
3846         <para>Provide various options to control the behavior of BuildPipeline.BuildPlayer.</para>
3847       </summary>
3848     </member>
3849     <member name=
"P:UnityEditor.BuildPlayerOptions.assetBundleManifestPath">
3850       <summary>
3851         <para>The path to an manifest file describing all of the asset bundles used
in the build (optional).</para>
3852       </summary>
3853     </member>
3854     <member name=
"P:UnityEditor.BuildPlayerOptions.locationPathName">
3855       <summary>
3856         <para>The path
where the application will be built.</para>
3857       </summary>
3858     </member>
3859     <member name=
"P:UnityEditor.BuildPlayerOptions.options">
3860       <summary>
3861         <para>Additional BuildOptions, like whether to run the built player.</para>
3862       </summary>
3863     </member>
3864     <member name=
"P:UnityEditor.BuildPlayerOptions.scenes">
3865       <summary>
3866         <para>The scenes to be included
in the build. If empty, the currently open scene will be built. Paths are relative to the project folder (AssetsMyLevelsMyScene.unity).</para>
3867       </summary>
3868     </member>
3869     <member name=
"P:UnityEditor.BuildPlayerOptions.target">
3870       <summary>
3871         <para>The BuildTarget to build.</para>
3872       </summary>
3873     </member>
3874     <member name=
"P:UnityEditor.BuildPlayerOptions.targetGroup">
3875       <summary>
3876         <para>The BuildTargetGroup to build.</para>
3877       </summary>
3878     </member>
3879     <member name=
"T:UnityEditor.BuildTarget">
3880       <summary>
3881         <para>Target build platform.</para>
3882       </summary>
3883     </member>
3884     <member name=
"F:UnityEditor.BuildTarget.iOS">
3885       <summary>
3886         <para>Build an iOS player.</para>
3887       </summary>
3888     </member>
3889     <member name=
"F:UnityEditor.BuildTarget.iPhone">
3890       <summary>
3891         <para>OBSOLETE: Use iOS. Build an iOS player.</para>
3892       </summary>
3893     </member>
3894     <member name=
"F:UnityEditor.BuildTarget.tvOS">
3895       <summary>
3896         <para>Build to Apple
's tvOS platform.</para>
3897       </summary>
3898     </member>
3899     <member name=
"F:UnityEditor.BuildTarget.Android">
3900       <summary>
3901         <para>Build an Android .apk standalone app.</para>
3902       </summary>
3903     </member>
3904     <member name=
"F:UnityEditor.BuildTarget.N3DS">
3905       <summary>
3906         <para>Build to Nintendo 3DS platform.</para>
3907       </summary>
3908     </member>
3909     <member name=
"F:UnityEditor.BuildTarget.PS4">
3910       <summary>
3911         <para>Build a PS4 Standalone.</para>
3912       </summary>
3913     </member>
3914     <member name=
"F:UnityEditor.BuildTarget.PSP2">
3915       <summary>
3916         <para>Build a PS Vita Standalone.</para>
3917       </summary>
3918     </member>
3919     <member name=
"F:UnityEditor.BuildTarget.SamsungTV">
3920       <summary>
3921         <para>Build to Samsung Smart TV platform.</para>
3922       </summary>
3923     </member>
3924     <member name=
"F:UnityEditor.BuildTarget.StandaloneLinux">
3925       <summary>
3926         <para>Build a Linux standalone.</para>
3927       </summary>
3928     </member>
3929     <member name=
"F:UnityEditor.BuildTarget.StandaloneLinux64">
3930       <summary>
3931         <para>Build a Linux
64-bit standalone.</para>
3932       </summary>
3933     </member>
3934     <member name=
"F:UnityEditor.BuildTarget.StandaloneLinuxUniversal">
3935       <summary>
3936         <para>Build a Linux universal standalone.</para>
3937       </summary>
3938     </member>
3939     <member name=
"F:UnityEditor.BuildTarget.StandaloneOSXIntel">
3940       <summary>
3941         <para>Build a macOS standalone (Intel only).</para>
3942       </summary>
3943     </member>
3944     <member name=
"F:UnityEditor.BuildTarget.StandaloneOSXIntel64">
3945       <summary>
3946         <para>Build a macOS Intel
64-bit standalone.</para>
3947       </summary>
3948     </member>
3949     <member name=
"F:UnityEditor.BuildTarget.StandaloneOSXUniversal">
3950       <summary>
3951         <para>Build a universal macOS standalone.</para>
3952       </summary>
3953     </member>
3954     <member name=
"F:UnityEditor.BuildTarget.StandaloneWindows">
3955       <summary>
3956         <para>Build a Windows standalone.</para>
3957       </summary>
3958     </member>
3959     <member name=
"F:UnityEditor.BuildTarget.StandaloneWindows64">
3960       <summary>
3961         <para>Build a Windows
64-bit standalone.</para>
3962       </summary>
3963     </member>
3964     <member name=
"F:UnityEditor.BuildTarget.Switch">
3965       <summary>
3966         <para>Build a Nintendo Switch player.</para>
3967       </summary>
3968     </member>
3969     <member name=
"F:UnityEditor.BuildTarget.Tizen">
3970       <summary>
3971         <para>Build a Tizen player.</para>
3972       </summary>
3973     </member>
3974     <member name=
"F:UnityEditor.BuildTarget.WebGL">
3975       <summary>
3976         <para>WebGL.</para>
3977       </summary>
3978     </member>
3979     <member name=
"F:UnityEditor.BuildTarget.WebPlayer">
3980       <summary>
3981         <para>Build a web player. (This build target
is deprecated. Building for web player will no longer be supported in future versions of Unity.)</para>
3982       </summary>
3983     </member>
3984     <member name=
"F:UnityEditor.BuildTarget.WebPlayerStreamed">
3985       <summary>
3986         <para>Build a streamed web player.</para>
3987       </summary>
3988     </member>
3989     <member name=
"F:UnityEditor.BuildTarget.WiiU">
3990       <summary>
3991         <para>Build a Wii U standalone.</para>
3992       </summary>
3993     </member>
3994     <member name=
"F:UnityEditor.BuildTarget.WSAPlayer">
3995       <summary>
3996         <para>Build an Windows Store Apps player.</para>
3997       </summary>
3998     </member>
3999     <member name=
"F:UnityEditor.BuildTarget.XboxOne">
4000       <summary>
4001         <para>Build a Xbox One Standalone.</para>
4002       </summary>
4003     </member>
4004     <member name=
"T:UnityEditor.BuildTargetGroup">
4005       <summary>
4006         <para>Build target
group.</para>
4007       </summary>
4008     </member>
4009     <member name=
"F:UnityEditor.BuildTargetGroup.iOS">
4010       <summary>
4011         <para>Apple iOS target.</para>
4012       </summary>
4013     </member>
4014     <member name=
"F:UnityEditor.BuildTargetGroup.iPhone">
4015       <summary>
4016         <para>OBSOLETE: Use iOS. Apple iOS target.</para>
4017       </summary>
4018     </member>
4019     <member name=
"F:UnityEditor.BuildTargetGroup.tvOS">
4020       <summary>
4021         <para>Apple
's tvOS target.</para>
4022       </summary>
4023     </member>
4024     <member name=
"F:UnityEditor.BuildTargetGroup.Android">
4025       <summary>
4026         <para>Android target.</para>
4027       </summary>
4028     </member>
4029     <member name=
"F:UnityEditor.BuildTargetGroup.Facebook">
4030       <summary>
4031         <para>Facebook target.</para>
4032       </summary>
4033     </member>
4034     <member name=
"F:UnityEditor.BuildTargetGroup.N3DS">
4035       <summary>
4036         <para>Nintendo 3DS target.</para>
4037       </summary>
4038     </member>
4039     <member name=
"F:UnityEditor.BuildTargetGroup.PS4">
4040       <summary>
4041         <para>Sony Playstation
4 target.</para>
4042       </summary>
4043     </member>
4044     <member name=
"F:UnityEditor.BuildTargetGroup.PSP2">
4045       <summary>
4046         <para>Sony PS Vita target.</para>
4047       </summary>
4048     </member>
4049     <member name=
"F:UnityEditor.BuildTargetGroup.SamsungTV">
4050       <summary>
4051         <para>Samsung Smart TV target.</para>
4052       </summary>
4053     </member>
4054     <member name=
"F:UnityEditor.BuildTargetGroup.Standalone">
4055       <summary>
4056         <para>Mac/PC standalone target.</para>
4057       </summary>
4058     </member>
4059     <member name=
"F:UnityEditor.BuildTargetGroup.Switch">
4060       <summary>
4061         <para>Nintendo Switch target.</para>
4062       </summary>
4063     </member>
4064     <member name=
"F:UnityEditor.BuildTargetGroup.Tizen">
4065       <summary>
4066         <para>Samsung Tizen target.</para>
4067       </summary>
4068     </member>
4069     <member name=
"F:UnityEditor.BuildTargetGroup.Unknown">
4070       <summary>
4071         <para>Unknown target.</para>
4072       </summary>
4073     </member>
4074     <member name=
"F:UnityEditor.BuildTargetGroup.WebGL">
4075       <summary>
4076         <para>WebGL.</para>
4077       </summary>
4078     </member>
4079     <member name=
"F:UnityEditor.BuildTargetGroup.WebPlayer">
4080       <summary>
4081         <para>Mac/PC webplayer target.</para>
4082       </summary>
4083     </member>
4084     <member name=
"F:UnityEditor.BuildTargetGroup.WiiU">
4085       <summary>
4086         <para>Nintendo Wii U target.</para>
4087       </summary>
4088     </member>
4089     <member name=
"F:UnityEditor.BuildTargetGroup.WSA">
4090       <summary>
4091         <para>Windows Store Apps target.</para>
4092       </summary>
4093     </member>
4094     <member name=
"F:UnityEditor.BuildTargetGroup.XboxOne">
4095       <summary>
4096         <para>Microsoft Xbox One target.</para>
4097       </summary>
4098     </member>
4099     <member name=
"T:UnityEditor.CallbackOrderAttribute">
4100       <summary>
4101         <para>Base
class for Attributes that require a callback index.</para>
4102       </summary>
4103     </member>
4104     <member name=
"T:UnityEditor.Callbacks.DidReloadScripts">
4105       <summary>
4106         <para>Add
this attribute to a method to get a notification after scripts have been reloaded.</para>
4107       </summary>
4108     </member>
4109     <member name=
"M:UnityEditor.Callbacks.DidReloadScripts.#ctor">
4110       <summary>
4111         <para>DidReloadScripts attribute.</para>
4112       </summary>
4113       <param name=
"callbackOrder">Order in which separate attributes will be processed.</param>
4114     </member>
4115     <member name=
"M:UnityEditor.Callbacks.DidReloadScripts.#ctor(System.Int32)">
4116       <summary>
4117         <para>DidReloadScripts attribute.</para>
4118       </summary>
4119       <param name=
"callbackOrder">Order in which separate attributes will be processed.</param>
4120     </member>
4121     <member name=
"T:UnityEditor.Callbacks.OnOpenAssetAttribute">
4122       <summary>
4123         <para>Callback attribute
for opening an asset in Unity (e.g the callback is fired when double clicking an asset in the Project Browser).</para>
4124       </summary>
4125     </member>
4126     <member name=
"T:UnityEditor.Callbacks.PostProcessBuildAttribute">
4127       <summary>
4128         <para>Add
this attribute to a method to get a notification just after building the player.</para>
4129       </summary>
4130     </member>
4131     <member name=
"T:UnityEditor.Callbacks.PostProcessSceneAttribute">
4132       <summary>
4133         <para>Add
this attribute to a method to get a notification just after building the scene.</para>
4134       </summary>
4135     </member>
4136     <member name=
"T:UnityEditor.CanEditMultipleObjects">
4137       <summary>
4138         <para>Attribute used to make a custom editor support multi-
object editing.</para>
4139       </summary>
4140     </member>
4141     <member name=
"T:UnityEditor.ClipAnimationInfoCurve">
4142       <summary>
4143         <para>Stores a curve and its name that will be used to create additionnal curves during the import process.</para>
4144       </summary>
4145     </member>
4146     <member name=
"F:UnityEditor.ClipAnimationInfoCurve.curve">
4147       <summary>
4148         <para>The animation curve.</para>
4149       </summary>
4150     </member>
4151     <member name=
"F:UnityEditor.ClipAnimationInfoCurve.name">
4152       <summary>
4153         <para>The name of the animation curve.</para>
4154       </summary>
4155     </member>
4156     <member name=
"T:UnityEditor.ClipAnimationMaskType">
4157       <summary>
4158         <para>AnimationClip mask options
for ModelImporterClipAnimation.</para>
4159       </summary>
4160     </member>
4161     <member name=
"F:UnityEditor.ClipAnimationMaskType.CopyFromOther">
4162       <summary>
4163         <para>Use a mask
from your project to specify which transforms animation should be imported.</para>
4164       </summary>
4165     </member>
4166     <member name=
"F:UnityEditor.ClipAnimationMaskType.CreateFromThisModel">
4167       <summary>
4168         <para>A mask containing all the transform
in the file will be created internally.</para>
4169       </summary>
4170     </member>
4171     <member name=
"F:UnityEditor.ClipAnimationMaskType.None">
4172       <summary>
4173         <para>No Mask. All the animation will be imported.</para>
4174       </summary>
4175     </member>
4176     <member name=
"T:UnityEditor.ColorPickerHDRConfig">
4177       <summary>
4178         <para>Used
as input to ColorField to configure the HDR color ranges in the ColorPicker.</para>
4179       </summary>
4180     </member>
4181     <member name=
"F:UnityEditor.ColorPickerHDRConfig.maxBrightness">
4182       <summary>
4183         <para>Maximum allowed color component
value when using the ColorPicker.</para>
4184       </summary>
4185     </member>
4186     <member name=
"F:UnityEditor.ColorPickerHDRConfig.maxExposureValue">
4187       <summary>
4188         <para>Maximum exposure
value allowed in the Color Picker.</para>
4189       </summary>
4190     </member>
4191     <member name=
"F:UnityEditor.ColorPickerHDRConfig.minBrightness">
4192       <summary>
4193         <para>Minimum allowed color component
value when using the ColorPicker.</para>
4194       </summary>
4195     </member>
4196     <member name=
"F:UnityEditor.ColorPickerHDRConfig.minExposureValue">
4197       <summary>
4198         <para>Minimum exposure
value allowed in the Color Picker.</para>
4199       </summary>
4200     </member>
4201     <member name=
"M:UnityEditor.ColorPickerHDRConfig.#ctor(System.Single,System.Single,System.Single,System.Single)">
4202       <summary>
4203         <para></para>
4204       </summary>
4205       <param name=
"minBrightness">Minimum brightness value allowed when using the Color Picker.</param>
4206       <param name=
"maxBrightness">Maximum brightness value allowed when using the Color Picker.</param>
4207       <param name=
"minExposureValue">Minimum exposure value used in the tonemapping section of the Color Picker.</param>
4208       <param name=
"maxExposureValue">Maximum exposure value used in the tonemapping section of the Color Picker.</param>
4209     </member>
4210     <member name=
"T:UnityEditor.CrashReporting.CrashReportingSettings">
4211       <summary>
4212         <para>Editor API
for the Unity Services editor feature. Normally CrashReporting is enabled from the Services window, but if writing your own editor extension, this API can be used.</para>
4213       </summary>
4214     </member>
4215     <member name=
"P:UnityEditor.CrashReporting.CrashReportingSettings.captureEditorExceptions">
4216       <summary>
4217         <para>This Boolean field will cause the CrashReporting feature
in Unity to capture exceptions that occur in the editor while running in Play mode if true, or ignore those errors if false.</para>
4218       </summary>
4219     </member>
4220     <member name=
"P:UnityEditor.CrashReporting.CrashReportingSettings.enabled">
4221       <summary>
4222         <para>This Boolean field will cause the CrashReporting feature
in Unity to be enabled if true, or disabled if false.</para>
4223       </summary>
4224     </member>
4225     <member name=
"T:UnityEditor.CustomEditor">
4226       <summary>
4227         <para>Tells an Editor
class which run-time type it's an editor for.</para>
4228       </summary>
4229     </member>
4230     <member name=
"P:UnityEditor.CustomEditor.isFallback">
4231       <summary>
4232         <para>If
true, match this editor only if all non-fallback editors do not match. Defaults to false.</para>
4233       </summary>
4234     </member>
4235     <member name=
"M:UnityEditor.CustomEditor.#ctor(System.Type)">
4236       <summary>
4237         <para>Defines which
object type the custom editor class can edit.</para>
4238       </summary>
4239       <param name=
"inspectedType">Type that this editor can edit.</param>
4240       <param name=
"editorForChildClasses">If true, child classes of inspectedType will also show this editor. Defaults to false.</param>
4241     </member>
4242     <member name=
"M:UnityEditor.CustomEditor.#ctor(System.Type,System.Boolean)">
4243       <summary>
4244         <para>Defines which
object type the custom editor class can edit.</para>
4245       </summary>
4246       <param name=
"inspectedType">Type that this editor can edit.</param>
4247       <param name=
"editorForChildClasses">If true, child classes of inspectedType will also show this editor. Defaults to false.</param>
4248     </member>
4249     <member name=
"T:UnityEditor.CustomPreviewAttribute">
4250       <summary>
4251         <para>Adds an extra preview
in the Inspector for the specified type.</para>
4252       </summary>
4253     </member>
4254     <member name=
"M:UnityEditor.CustomPreviewAttribute.#ctor(System.Type)">
4255       <summary>
4256         <para>Tells a DefaultPreview which
class it's a preview for.</para>
4257       </summary>
4258       <param name=
"type">The type you want to create a custom preview for.</param>
4259     </member>
4260     <member name=
"T:UnityEditor.CustomPropertyDrawer">
4261       <summary>
4262         <para>Tells a custom PropertyDrawer or DecoratorDrawer which run-time Serializable
class or PropertyAttribute it's a drawer for.</para>
4263       </summary>
4264     </member>
4265     <member name=
"M:UnityEditor.CustomPropertyDrawer.#ctor(System.Type)">
4266       <summary>
4267         <para>Tells a PropertyDrawer or DecoratorDrawer
class which run-time class or attribute it's a drawer for.</para>
4268       </summary>
4269       <param name=
"type">If the drawer is for a custom Serializable class, the type should be that class. If the drawer is for script variables with a specific PropertyAttribute, the type should be that attribute.</param>
4270       <param name=
"useForChildren">If true, the drawer will be used for any children of the specified class unless they define their own drawer.</param>
4271     </member>
4272     <member name=
"M:UnityEditor.CustomPropertyDrawer.#ctor(System.Type,System.Boolean)">
4273       <summary>
4274         <para>Tells a PropertyDrawer or DecoratorDrawer
class which run-time class or attribute it's a drawer for.</para>
4275       </summary>
4276       <param name=
"type">If the drawer is for a custom Serializable class, the type should be that class. If the drawer is for script variables with a specific PropertyAttribute, the type should be that attribute.</param>
4277       <param name=
"useForChildren">If true, the drawer will be used for any children of the specified class unless they define their own drawer.</param>
4278     </member>
4279     <member name=
"T:UnityEditor.D3D11FullscreenMode">
4280       <summary>
4281         <para>Direct3D
11 fullscreen mode.</para>
4282       </summary>
4283     </member>
4284     <member name=
"F:UnityEditor.D3D11FullscreenMode.ExclusiveMode">
4285       <summary>
4286         <para>Exclusive mode.</para>
4287       </summary>
4288     </member>
4289     <member name=
"F:UnityEditor.D3D11FullscreenMode.FullscreenWindow">
4290       <summary>
4291         <para>Fullscreen window.</para>
4292       </summary>
4293     </member>
4294     <member name=
"T:UnityEditor.D3D9FullscreenMode">
4295       <summary>
4296         <para>Direct3D
9 fullscreen mode.</para>
4297       </summary>
4298     </member>
4299     <member name=
"F:UnityEditor.D3D9FullscreenMode.ExclusiveMode">
4300       <summary>
4301         <para>Exclusive mode.</para>
4302       </summary>
4303     </member>
4304     <member name=
"F:UnityEditor.D3D9FullscreenMode.FullscreenWindow">
4305       <summary>
4306         <para>Fullscreen window.</para>
4307       </summary>
4308     </member>
4309     <member name=
"T:UnityEditor.DDSImporter">
4310       <summary>
4311         <para>Texture importer lets you modify Texture2D import settings
for DDS textures from editor scripts.</para>
4312       </summary>
4313     </member>
4314     <member name=
"P:UnityEditor.DDSImporter.isReadable">
4315       <summary>
4316         <para>Is texture data readable
from scripts.</para>
4317       </summary>
4318     </member>
4319     <member name=
"T:UnityEditor.DecoratorDrawer">
4320       <summary>
4321         <para>Base
class to derive custom decorator drawers from.</para>
4322       </summary>
4323     </member>
4324     <member name=
"P:UnityEditor.DecoratorDrawer.attribute">
4325       <summary>
4326         <para>The PropertyAttribute
for the decorator. (Read Only)</para>
4327       </summary>
4328     </member>
4329     <member name=
"M:UnityEditor.DecoratorDrawer.GetHeight">
4330       <summary>
4331         <para>Override
this method to specify how tall the GUI for this decorator is in pixels.</para>
4332       </summary>
4333     </member>
4334     <member name=
"M:UnityEditor.DecoratorDrawer.OnGUI(UnityEngine.Rect)">
4335       <summary>
4336         <para>Override
this method to make your own GUI for the decorator.
4337 See DecoratorDrawer
for an example of how to use this.</para>
4338       </summary>
4339       <param name=
"position">Rectangle on the screen to use for the decorator GUI.</param>
4340     </member>
4341     <member name=
"T:UnityEditor.DefaultAsset">
4342       <summary>
4343         <para>DefaultAsset
is used for assets that does not have a specific type (yet).</para>
4344       </summary>
4345     </member>
4346     <member name=
"M:UnityEditor.DefaultAsset.#ctor">
4347       <summary>
4348         <para>Constructor.</para>
4349       </summary>
4350     </member>
4351     <member name=
"T:UnityEditor.DragAndDrop">
4352       <summary>
4353         <para>Editor drag &amp; drop operations.</para>
4354       </summary>
4355     </member>
4356     <member name=
"P:UnityEditor.DragAndDrop.activeControlID">
4357       <summary>
4358         <para>Get or
set ID of currently active drag and drop control.</para>
4359       </summary>
4360     </member>
4361     <member name=
"P:UnityEditor.DragAndDrop.objectReferences">
4362       <summary>
4363         <para>References to Object|objects being dragged.</para>
4364       </summary>
4365     </member>
4366     <member name=
"P:UnityEditor.DragAndDrop.paths">
4367       <summary>
4368         <para>The file names being dragged.</para>
4369       </summary>
4370     </member>
4371     <member name=
"P:UnityEditor.DragAndDrop.visualMode">
4372       <summary>
4373         <para>The visual indication of the drag.</para>
4374       </summary>
4375     </member>
4376     <member name=
"M:UnityEditor.DragAndDrop.AcceptDrag">
4377       <summary>
4378         <para>Accept a drag operation.</para>
4379       </summary>
4380     </member>
4381     <member name=
"M:UnityEditor.DragAndDrop.GetGenericData(System.String)">
4382       <summary>
4383         <para>Get data associated with current drag and drop operation.</para>
4384       </summary>
4385       <param name=
"type"></param>
4386     </member>
4387     <member name=
"M:UnityEditor.DragAndDrop.PrepareStartDrag">
4388       <summary>
4389         <para>Clears drag &amp; drop data.</para>
4390       </summary>
4391     </member>
4392     <member name=
"M:UnityEditor.DragAndDrop.SetGenericData(System.String,System.Object)">
4393       <summary>
4394         <para>Set data associated with current drag and drop operation.</para>
4395       </summary>
4396       <param name=
"type"></param>
4397       <param name=
"data"></param>
4398     </member>
4399     <member name=
"M:UnityEditor.DragAndDrop.StartDrag(System.String)">
4400       <summary>
4401         <para>Start a drag operation.</para>
4402       </summary>
4403       <param name=
"title"></param>
4404     </member>
4405     <member name=
"T:UnityEditor.DragAndDropVisualMode">
4406       <summary>
4407         <para>Visual indication mode
for Drag &amp; Drop operation.</para>
4408       </summary>
4409     </member>
4410     <member name=
"F:UnityEditor.DragAndDropVisualMode.Copy">
4411       <summary>
4412         <para>Copy dragged objects.</para>
4413       </summary>
4414     </member>
4415     <member name=
"F:UnityEditor.DragAndDropVisualMode.Generic">
4416       <summary>
4417         <para>Generic drag operation.</para>
4418       </summary>
4419     </member>
4420     <member name=
"F:UnityEditor.DragAndDropVisualMode.Link">
4421       <summary>
4422         <para>Link dragged objects to target.</para>
4423       </summary>
4424     </member>
4425     <member name=
"F:UnityEditor.DragAndDropVisualMode.Move">
4426       <summary>
4427         <para>Move dragged objects.</para>
4428       </summary>
4429     </member>
4430     <member name=
"F:UnityEditor.DragAndDropVisualMode.None">
4431       <summary>
4432         <para>No indication (drag should not be performed).</para>
4433       </summary>
4434     </member>
4435     <member name=
"F:UnityEditor.DragAndDropVisualMode.Rejected">
4436       <summary>
4437         <para>Rejected drag operation.</para>
4438       </summary>
4439     </member>
4440     <member name=
"T:UnityEditor.DrawCameraMode">
4441       <summary>
4442         <para>Drawing modes
for Handles.DrawCamera.</para>
4443       </summary>
4444     </member>
4445     <member name=
"F:UnityEditor.DrawCameraMode.Albedo">
4446       <summary>
4447         <para>Draw objects with the albedo component only. This
value has been deprecated. Please use DrawCameraMode.RealtimeAlbedo.</para>
4448       </summary>
4449     </member>
4450     <member name=
"F:UnityEditor.DrawCameraMode.AlphaChannel">
4451       <summary>
4452         <para>The camera
is set to display the alpha channel of the rendering.</para>
4453       </summary>
4454     </member>
4455     <member name=
"F:UnityEditor.DrawCameraMode.Baked">
4456       <summary>
4457         <para>Draw objects with baked GI only. This
value has been deprecated. Please use DrawCameraMode.BakedLightmap.</para>
4458       </summary>
4459     </member>
4460     <member name=
"F:UnityEditor.DrawCameraMode.BakedAlbedo">
4461       <summary>
4462         <para>Draw objects with the baked albedo component only.</para>
4463       </summary>
4464     </member>
4465     <member name=
"F:UnityEditor.DrawCameraMode.BakedCharting">
4466       <summary>
4467         <para>Draw objects with different colors
for each baked chart (UV island).</para>
4468       </summary>
4469     </member>
4470     <member name=
"F:UnityEditor.DrawCameraMode.BakedDirectionality">
4471       <summary>
4472         <para>Draw objects with the baked directionality component only.</para>
4473       </summary>
4474     </member>
4475     <member name=
"F:UnityEditor.DrawCameraMode.BakedEmissive">
4476       <summary>
4477         <para>Draw objects with the baked emission component only.</para>
4478       </summary>
4479     </member>
4480     <member name=
"F:UnityEditor.DrawCameraMode.BakedIndices">
4481       <summary>
4482         <para>Draw objects with baked indices only.</para>
4483       </summary>
4484     </member>
4485     <member name=
"F:UnityEditor.DrawCameraMode.BakedLightmap">
4486       <summary>
4487         <para>Draw objects with the baked lightmap only.</para>
4488       </summary>
4489     </member>
4490     <member name=
"F:UnityEditor.DrawCameraMode.BakedTexelValidity">
4491       <summary>
4492         <para>Draw objects with baked texel validity only.</para>
4493       </summary>
4494     </member>
4495     <member name=
"F:UnityEditor.DrawCameraMode.Charting">
4496       <summary>
4497         <para>Draw objects with different colors
for each real-time chart (UV island).</para>
4498       </summary>
4499     </member>
4500     <member name=
"F:UnityEditor.DrawCameraMode.Clustering">
4501       <summary>
4502         <para>Draw with different colors
for each cluster.</para>
4503       </summary>
4504     </member>
4505     <member name=
"F:UnityEditor.DrawCameraMode.DeferredDiffuse">
4506       <summary>
4507         <para>Draw diffuse color of Deferred Shading g-buffer.</para>
4508       </summary>
4509     </member>
4510     <member name=
"F:UnityEditor.DrawCameraMode.DeferredNormal">
4511       <summary>
4512         <para>Draw world space normal of Deferred Shading g-buffer.</para>
4513       </summary>
4514     </member>
4515     <member name=
"F:UnityEditor.DrawCameraMode.DeferredSmoothness">
4516       <summary>
4517         <para>Draw smoothness
value of Deferred Shading g-buffer.</para>
4518       </summary>
4519     </member>
4520     <member name=
"F:UnityEditor.DrawCameraMode.DeferredSpecular">
4521       <summary>
4522         <para>Draw specular color of Deferred Shading g-buffer.</para>
4523       </summary>
4524     </member>
4525     <member name=
"F:UnityEditor.DrawCameraMode.Directionality">
4526       <summary>
4527         <para>Draw objects with directionality
for real-time GI. This value has been deprecated. Please use DrawCameraMode.RealtimeDirectionality.</para>
4528       </summary>
4529     </member>
4530     <member name=
"F:UnityEditor.DrawCameraMode.Emissive">
4531       <summary>
4532         <para>Draw objects with the emission component only. This
value has been deprecated. Please use DrawCameraMode.RealtimeEmissive.</para>
4533       </summary>
4534     </member>
4535     <member name=
"F:UnityEditor.DrawCameraMode.Irradiance">
4536       <summary>
4537         <para>Draw objects with real-time GI only. This
value has been deprecated. Please use DrawCameraMode.RealtimeIndirect.</para>
4538       </summary>
4539     </member>
4540     <member name=
"F:UnityEditor.DrawCameraMode.LightOverlap">
4541       <summary>
4542         <para>The camera
is set to show in red static lights that fall back to 'static' because more than four light volumes are overlapping.</para>
4543       </summary>
4544     </member>
4545     <member name=
"F:UnityEditor.DrawCameraMode.LitClustering">
4546       <summary>
4547         <para>Draw lit clusters.</para>
4548       </summary>
4549     </member>
4550     <member name=
"F:UnityEditor.DrawCameraMode.Mipmaps">
4551       <summary>
4552         <para>The camera
is set to display the texture resolution, with a red tint indicating resolution that is too high, and a blue tint indicating texture sizes that could be higher.</para>
4553       </summary>
4554     </member>
4555     <member name=
"F:UnityEditor.DrawCameraMode.Normal">
4556       <summary>
4557         <para>Draw the camera like it would be drawn
in-game. This uses the clear flags of the camera.</para>
4558       </summary>
4559     </member>
4560     <member name=
"F:UnityEditor.DrawCameraMode.Overdraw">
4561       <summary>
4562         <para>The camera
is set to display Scene overdraw, with brighter colors indicating more overdraw.</para>
4563       </summary>
4564     </member>
4565     <member name=
"F:UnityEditor.DrawCameraMode.RealtimeAlbedo">
4566       <summary>
4567         <para>Draw objects with the real-time GI albedo component only.</para>
4568       </summary>
4569     </member>
4570     <member name=
"F:UnityEditor.DrawCameraMode.RealtimeCharting">
4571       <summary>
4572         <para>Draw objects with different colors
for each real-time chart (UV island).</para>
4573       </summary>
4574     </member>
4575     <member name=
"F:UnityEditor.DrawCameraMode.RealtimeDirectionality">
4576       <summary>
4577         <para>Draw objects with the real-time GI directionality component only.</para>
4578       </summary>
4579     </member>
4580     <member name=
"F:UnityEditor.DrawCameraMode.RealtimeEmissive">
4581       <summary>
4582         <para>Draw objects with the real-time GI emission component only.</para>
4583       </summary>
4584     </member>
4585     <member name=
"F:UnityEditor.DrawCameraMode.RealtimeIndirect">
4586       <summary>
4587         <para>Draw objects with the real-time GI indirect light only.</para>
4588       </summary>
4589     </member>
4590     <member name=
"F:UnityEditor.DrawCameraMode.RenderPaths">
4591       <summary>
4592         <para>The camera
is set to draw color coded render paths.</para>
4593       </summary>
4594     </member>
4595     <member name=
"F:UnityEditor.DrawCameraMode.ShadowCascades">
4596       <summary>
4597         <para>The camera
is set to draw directional light shadow map cascades.</para>
4598       </summary>
4599     </member>
4600     <member name=
"F:UnityEditor.DrawCameraMode.ShadowMasks">
4601       <summary>
4602         <para>The camera
is set to display colored ShadowMasks, coloring light gizmo with the same color.</para>
4603       </summary>
4604     </member>
4605     <member name=
"F:UnityEditor.DrawCameraMode.Systems">
4606       <summary>
4607         <para>Draw objects with different color
for each GI system.</para>
4608       </summary>
4609     </member>
4610     <member name=
"F:UnityEditor.DrawCameraMode.Textured">
4611       <summary>
4612         <para>Draw the camera textured with selection wireframe and no background clearing.</para>
4613       </summary>
4614     </member>
4615     <member name=
"F:UnityEditor.DrawCameraMode.TexturedWire">
4616       <summary>
4617         <para>Draw the camera
where all objects have a wireframe overlay. and no background clearing.</para>
4618       </summary>
4619     </member>
4620     <member name=
"F:UnityEditor.DrawCameraMode.ValidateAlbedo">
4621       <summary>
4622         <para>The camera
is set to draw a physically based, albedo validated rendering.</para>
4623       </summary>
4624     </member>
4625     <member name=
"F:UnityEditor.DrawCameraMode.ValidateMetalSpecular">
4626       <summary>
4627         <para>The camera
is set to draw a physically based, metal or specular validated rendering.</para>
4628       </summary>
4629     </member>
4630     <member name=
"F:UnityEditor.DrawCameraMode.Wireframe">
4631       <summary>
4632         <para>Draw the camera
in wireframe and no background clearing.</para>
4633       </summary>
4634     </member>
4635     <member name=
"T:UnityEditor.DrawGizmo">
4636       <summary>
4637         <para>The DrawGizmo attribute allows you to supply a gizmo renderer
for any Component.</para>
4638       </summary>
4639     </member>
4640     <member name=
"M:UnityEditor.DrawGizmo.#ctor(UnityEditor.GizmoType)">
4641       <summary>
4642         <para>Defines
when the gizmo should be invoked for drawing.</para>
4643       </summary>
4644       <param name=
"gizmo">Flags to denote when the gizmo should be drawn.</param>
4645     </member>
4646     <member name=
"M:UnityEditor.DrawGizmo.#ctor(UnityEditor.GizmoType,System.Type)">
4647       <summary>
4648         <para>Same
as above. drawnGizmoType determines of what type the object we are drawing the gizmo of has to be.</para>
4649       </summary>
4650       <param name=
"gizmo">Flags to denote when the gizmo should be drawn.</param>
4651       <param name=
"drawnGizmoType">Type of object for which the gizmo should be drawn.</param>
4652     </member>
4653     <member name=
"T:UnityEditor.Editor">
4654       <summary>
4655         <para>Base
class to derive custom Editors from. Use this to create your own custom inspectors and editors for your objects.</para>
4656       </summary>
4657     </member>
4658     <member name=
"P:UnityEditor.Editor.serializedObject">
4659       <summary>
4660         <para>A SerializedObject representing the
object or objects being inspected.</para>
4661       </summary>
4662     </member>
4663     <member name=
"P:UnityEditor.Editor.target">
4664       <summary>
4665         <para>The
object being inspected.</para>
4666       </summary>
4667     </member>
4668     <member name=
"P:UnityEditor.Editor.targets">
4669       <summary>
4670         <para>An array of all the
object being inspected.</para>
4671       </summary>
4672     </member>
4673     <member name=
"M:UnityEditor.Editor.CreateCachedEditor(UnityEngine.Object,System.Type,UnityEditor.Editor&amp;)">
4674       <summary>
4675         <para>On
return previousEditor is an editor for targetObject or targetObjects. The function either returns if the editor is already tracking the objects, or Destroys the previous editor and creates a new one.</para>
4676       </summary>
4677       <param name=
"obj">The object the editor is tracking.</param>
4678       <param name=
"editorType">The requested editor type. null for the default editor for the object.</param>
4679       <param name=
"previousEditor">The previous editor for the object. Once CreateCachedEditor returns previousEditor is an editor for the targetObject or targetObjects.</param>
4680       <param name=
"objects">The objects the editor is tracking.</param>
4681       <param name=
"targetObject"></param>
4682       <param name=
"targetObjects"></param>
4683     </member>
4684     <member name=
"M:UnityEditor.Editor.CreateCachedEditor(UnityEngine.Object[],System.Type,UnityEditor.Editor&amp;)">
4685       <summary>
4686         <para>On
return previousEditor is an editor for targetObject or targetObjects. The function either returns if the editor is already tracking the objects, or Destroys the previous editor and creates a new one.</para>
4687       </summary>
4688       <param name=
"obj">The object the editor is tracking.</param>
4689       <param name=
"editorType">The requested editor type. null for the default editor for the object.</param>
4690       <param name=
"previousEditor">The previous editor for the object. Once CreateCachedEditor returns previousEditor is an editor for the targetObject or targetObjects.</param>
4691       <param name=
"objects">The objects the editor is tracking.</param>
4692       <param name=
"targetObject"></param>
4693       <param name=
"targetObjects"></param>
4694     </member>
4695     <member name=
"M:UnityEditor.Editor.CreateCachedEditorWithContext(UnityEngine.Object,UnityEngine.Object,System.Type,UnityEditor.Editor&amp;)">
4696       <summary>
4697         <para>Creates a cached editor
using a context object.</para>
4698       </summary>
4699       <param name=
"targetObject"></param>
4700       <param name=
"context"></param>
4701       <param name=
"editorType"></param>
4702       <param name=
"previousEditor"></param>
4703       <param name=
"targetObjects"></param>
4704     </member>
4705     <member name=
"M:UnityEditor.Editor.CreateCachedEditorWithContext(UnityEngine.Object[],UnityEngine.Object,System.Type,UnityEditor.Editor&amp;)">
4706       <summary>
4707         <para>Creates a cached editor
using a context object.</para>
4708       </summary>
4709       <param name=
"targetObject"></param>
4710       <param name=
"context"></param>
4711       <param name=
"editorType"></param>
4712       <param name=
"previousEditor"></param>
4713       <param name=
"targetObjects"></param>
4714     </member>
4715     <member name=
"M:UnityEditor.Editor.CreateEditor(UnityEngine.Object)">
4716       <summary>
4717         <para>Make a custom editor
for targetObject or targetObjects.</para>
4718       </summary>
4719       <param name=
"objects">All objects must be of same exact type.</param>
4720       <param name=
"targetObject"></param>
4721       <param name=
"editorType"></param>
4722       <param name=
"targetObjects"></param>
4723     </member>
4724     <member name=
"M:UnityEditor.Editor.CreateEditor(UnityEngine.Object,System.Type)">
4725       <summary>
4726         <para>Make a custom editor
for targetObject or targetObjects.</para>
4727       </summary>
4728       <param name=
"objects">All objects must be of same exact type.</param>
4729       <param name=
"targetObject"></param>
4730       <param name=
"editorType"></param>
4731       <param name=
"targetObjects"></param>
4732     </member>
4733     <member name=
"M:UnityEditor.Editor.CreateEditor(UnityEngine.Object[])">
4734       <summary>
4735         <para>Make a custom editor
for targetObject or targetObjects.</para>
4736       </summary>
4737       <param name=
"objects">All objects must be of same exact type.</param>
4738       <param name=
"targetObject"></param>
4739       <param name=
"editorType"></param>
4740       <param name=
"targetObjects"></param>
4741     </member>
4742     <member name=
"M:UnityEditor.Editor.CreateEditor(UnityEngine.Object[],System.Type)">
4743       <summary>
4744         <para>Make a custom editor
for targetObject or targetObjects.</para>
4745       </summary>
4746       <param name=
"objects">All objects must be of same exact type.</param>
4747       <param name=
"targetObject"></param>
4748       <param name=
"editorType"></param>
4749       <param name=
"targetObjects"></param>
4750     </member>
4751     <member name=
"M:UnityEditor.Editor.CreateEditorWithContext(UnityEngine.Object[],UnityEngine.Object,System.Type)">
4752       <summary>
4753         <para>Make a custom editor
for targetObject or targetObjects with a context object.</para>
4754       </summary>
4755       <param name=
"targetObjects"></param>
4756       <param name=
"context"></param>
4757       <param name=
"editorType"></param>
4758     </member>
4759     <member name=
"M:UnityEditor.Editor.DrawDefaultInspector">
4760       <summary>
4761         <para>Draw the built-
in inspector.</para>
4762       </summary>
4763     </member>
4764     <member name=
"M:UnityEditor.Editor.DrawHeader">
4765       <summary>
4766         <para>Call
this function to draw the header of the editor.</para>
4767       </summary>
4768     </member>
4769     <member name=
"M:UnityEditor.Editor.DrawPreview(UnityEngine.Rect)">
4770       <summary>
4771         <para>The first entry point
for Preview Drawing.</para>
4772       </summary>
4773       <param name=
"previewPosition">The available area to draw the preview.</param>
4774       <param name=
"previewArea"></param>
4775     </member>
4776     <member name=
"M:UnityEditor.Editor.GetInfoString">
4777       <summary>
4778         <para>Implement
this method to show asset information on top of the asset preview.</para>
4779       </summary>
4780     </member>
4781     <member name=
"M:UnityEditor.Editor.GetPreviewTitle">
4782       <summary>
4783         <para>Override
this method if you want to change the label of the Preview area.</para>
4784       </summary>
4785     </member>
4786     <member name=
"M:UnityEditor.Editor.HasPreviewGUI">
4787       <summary>
4788         <para>Override
this method in subclasses if you implement OnPreviewGUI.</para>
4789       </summary>
4790       <returns>
4791         <para>True
if this component can be Previewed in its current state.</para>
4792       </returns>
4793     </member>
4794     <member name=
"M:UnityEditor.Editor.OnInspectorGUI">
4795       <summary>
4796         <para>Implement
this function to make a custom inspector.</para>
4797       </summary>
4798     </member>
4799     <member name=
"M:UnityEditor.Editor.OnInteractivePreviewGUI(UnityEngine.Rect,UnityEngine.GUIStyle)">
4800       <summary>
4801         <para>Implement to create your own interactive custom preview. Interactive custom previews are used
in the preview area of the inspector and the object selector.</para>
4802       </summary>
4803       <param name=
"r">Rectangle in which to draw the preview.</param>
4804       <param name=
"background">Background image.</param>
4805     </member>
4806     <member name=
"M:UnityEditor.Editor.OnPreviewGUI(UnityEngine.Rect,UnityEngine.GUIStyle)">
4807       <summary>
4808         <para>Implement to create your own custom preview
for the preview area of the inspector, primary editor headers and the object selector.</para>
4809       </summary>
4810       <param name=
"r">Rectangle in which to draw the preview.</param>
4811       <param name=
"background">Background image.</param>
4812     </member>
4813     <member name=
"M:UnityEditor.Editor.OnPreviewSettings">
4814       <summary>
4815         <para>Override
this method if you want to show custom controls in the preview header.</para>
4816       </summary>
4817     </member>
4818     <member name=
"M:UnityEditor.Editor.RenderStaticPreview(System.String,UnityEngine.Object[],System.Int32,System.Int32)">
4819       <summary>
4820         <para>Override
this method if you want to render a static preview that shows.</para>
4821       </summary>
4822       <param name=
"assetPath"></param>
4823       <param name=
"subAssets"></param>
4824       <param name=
"width"></param>
4825       <param name=
"height"></param>
4826     </member>
4827     <member name=
"M:UnityEditor.Editor.Repaint">
4828       <summary>
4829         <para>Repaint any inspectors that shows
this editor.</para>
4830       </summary>
4831     </member>
4832     <member name=
"M:UnityEditor.Editor.RequiresConstantRepaint">
4833       <summary>
4834         <para>Does
this edit require to be repainted constantly in its current state?</para>
4835       </summary>
4836     </member>
4837     <member name=
"M:UnityEditor.Editor.UseDefaultMargins">
4838       <summary>
4839         <para>Override
this method in subclasses to return false if you don't want default margins.</para>
4840       </summary>
4841     </member>
4842     <member name=
"T:UnityEditor.EditorApplication">
4843       <summary>
4844         <para>Main Application
class.</para>
4845       </summary>
4846     </member>
4847     <member name=
"P:UnityEditor.EditorApplication.applicationContentsPath">
4848       <summary>
4849         <para>Path to the Unity editor contents folder. (Read Only)</para>
4850       </summary>
4851     </member>
4852     <member name=
"P:UnityEditor.EditorApplication.applicationPath">
4853       <summary>
4854         <para>Returns the path to the Unity editor application. (Read Only)</para>
4855       </summary>
4856     </member>
4857     <member name=
"F:UnityEditor.EditorApplication.contextualPropertyMenu">
4858       <summary>
4859         <para>Callback raised whenever the user contex-clicks
on a property in an Inspector.</para>
4860       </summary>
4861     </member>
4862     <member name=
"P:UnityEditor.EditorApplication.currentScene">
4863       <summary>
4864         <para>The path of the scene that the user has currently open (Will be an empty
string if no scene is currently open). (Read Only)</para>
4865       </summary>
4866     </member>
4867     <member name=
"F:UnityEditor.EditorApplication.delayCall">
4868       <summary>
4869         <para>Delegate which
is called once after all inspectors update.</para>
4870       </summary>
4871     </member>
4872     <member name=
"F:UnityEditor.EditorApplication.hierarchyWindowChanged">
4873       <summary>
4874         <para>A callback to be raised
when an object in the hierarchy changes.
4875
4876 Each time an
object is (or a group of objects are) created, renamed, parented, unparented or destroyed this callback is raised.
4877 </para>
4878       </summary>
4879     </member>
4880     <member name=
"F:UnityEditor.EditorApplication.hierarchyWindowItemOnGUI">
4881       <summary>
4882         <para>Delegate
for OnGUI events for every visible list item in the HierarchyWindow.</para>
4883       </summary>
4884     </member>
4885     <member name=
"P:UnityEditor.EditorApplication.isCompiling">
4886       <summary>
4887         <para>Is editor currently compiling scripts? (Read Only)</para>
4888       </summary>
4889     </member>
4890     <member name=
"P:UnityEditor.EditorApplication.isPaused">
4891       <summary>
4892         <para>Is editor currently paused?</para>
4893       </summary>
4894     </member>
4895     <member name=
"P:UnityEditor.EditorApplication.isPlaying">
4896       <summary>
4897         <para>Is editor currently
in play mode?</para>
4898       </summary>
4899     </member>
4900     <member name=
"P:UnityEditor.EditorApplication.isPlayingOrWillChangePlaymode">
4901       <summary>
4902         <para>Is editor either currently
in play mode, or about to switch to it? (Read Only)</para>
4903       </summary>
4904     </member>
4905     <member name=
"P:UnityEditor.EditorApplication.isRemoteConnected">
4906       <summary>
4907         <para>Is editor currently connected to Unity Remote
4 client app.</para>
4908       </summary>
4909     </member>
4910     <member name=
"P:UnityEditor.EditorApplication.isSceneDirty">
4911       <summary>
4912         <para>Is
true if the currently open scene in the editor contains unsaved modifications.</para>
4913       </summary>
4914     </member>
4915     <member name=
"P:UnityEditor.EditorApplication.isTemporaryProject">
4916       <summary>
4917         <para>Returns
true if the current project was created as a temporary project.</para>
4918       </summary>
4919     </member>
4920     <member name=
"P:UnityEditor.EditorApplication.isUpdating">
4921       <summary>
4922         <para>True
if the Editor is currently refreshing the AssetDatabase.</para>
4923       </summary>
4924     </member>
4925     <member name=
"F:UnityEditor.EditorApplication.modifierKeysChanged">
4926       <summary>
4927         <para>Delegate
for changed keyboard modifier keys.</para>
4928       </summary>
4929     </member>
4930     <member name=
"F:UnityEditor.EditorApplication.playmodeStateChanged">
4931       <summary>
4932         <para>Delegate
for play mode state changes.</para>
4933       </summary>
4934     </member>
4935     <member name=
"F:UnityEditor.EditorApplication.projectWindowChanged">
4936       <summary>
4937         <para>Callback raised whenever the state of the Project window changes.</para>
4938       </summary>
4939     </member>
4940     <member name=
"F:UnityEditor.EditorApplication.projectWindowItemOnGUI">
4941       <summary>
4942         <para>Delegate
for OnGUI events for every visible list item in the ProjectWindow.</para>
4943       </summary>
4944     </member>
4945     <member name=
"F:UnityEditor.EditorApplication.searchChanged">
4946       <summary>
4947         <para>Callback raised whenever the contents of a window
's search box are changed.</para>
4948       </summary>
4949     </member>
4950     <member name=
"P:UnityEditor.EditorApplication.timeSinceStartup">
4951       <summary>
4952         <para>The time since the editor was started. (Read Only)</para>
4953       </summary>
4954     </member>
4955     <member name=
"F:UnityEditor.EditorApplication.update">
4956       <summary>
4957         <para>Delegate
for generic updates.</para>
4958       </summary>
4959     </member>
4960     <member name=
"M:UnityEditor.EditorApplication.Beep">
4961       <summary>
4962         <para>Plays system beep sound.</para>
4963       </summary>
4964     </member>
4965     <member name=
"T:UnityEditor.EditorApplication.CallbackFunction">
4966       <summary>
4967         <para>Delegate to be called
from EditorApplication callbacks.</para>
4968       </summary>
4969     </member>
4970     <member name=
"M:UnityEditor.EditorApplication.DirtyHierarchyWindowSorting">
4971       <summary>
4972         <para>Set the hierarchy sorting method
as dirty.</para>
4973       </summary>
4974     </member>
4975     <member name=
"M:UnityEditor.EditorApplication.ExecuteMenuItem(System.String)">
4976       <summary>
4977         <para>Invokes the menu item
in the specified path.</para>
4978       </summary>
4979       <param name=
"menuItemPath"></param>
4980     </member>
4981     <member name=
"M:UnityEditor.EditorApplication.Exit(System.Int32)">
4982       <summary>
4983         <para>Exit the Unity editor application.</para>
4984       </summary>
4985       <param name=
"returnValue"></param>
4986     </member>
4987     <member name=
"T:UnityEditor.EditorApplication.HierarchyWindowItemCallback">
4988       <summary>
4989         <para>Delegate to be called
for every visible list item in the HierarchyWindow on every OnGUI event.</para>
4990       </summary>
4991       <param name=
"instanceID"></param>
4992       <param name=
"selectionRect"></param>
4993     </member>
4994     <member name=
"M:UnityEditor.EditorApplication.LoadLevelAdditiveAsyncInPlayMode(System.String)">
4995       <summary>
4996         <para>Load the given level additively
in play mode asynchronously</para>
4997       </summary>
4998       <param name=
"path"></param>
4999     </member>
5000     <member name=
"M:UnityEditor.EditorApplication.LoadLevelAdditiveInPlayMode(System.String)">
5001       <summary>
5002         <para>Load the given level additively
in play mode.</para>
5003       </summary>
5004       <param name=
"path"></param>
5005     </member>
5006     <member name=
"M:UnityEditor.EditorApplication.LoadLevelAsyncInPlayMode(System.String)">
5007       <summary>
5008         <para>Load the given level
in play mode asynchronously.</para>
5009       </summary>
5010       <param name=
"path"></param>
5011     </member>
5012     <member name=
"M:UnityEditor.EditorApplication.LoadLevelInPlayMode(System.String)">
5013       <summary>
5014         <para>Load the given level
in play mode.</para>
5015       </summary>
5016       <param name=
"path"></param>
5017     </member>
5018     <member name=
"M:UnityEditor.EditorApplication.LockReloadAssemblies">
5019       <summary>
5020         <para>Prevents loading of assemblies
when it is inconvenient.</para>
5021       </summary>
5022     </member>
5023     <member name=
"M:UnityEditor.EditorApplication.MarkSceneDirty">
5024       <summary>
5025         <para>Explicitly mark the current opened scene
as modified.</para>
5026       </summary>
5027     </member>
5028     <member name=
"M:UnityEditor.EditorApplication.NewEmptyScene">
5029       <summary>
5030         <para>Create a
new absolutely empty scene.</para>
5031       </summary>
5032     </member>
5033     <member name=
"M:UnityEditor.EditorApplication.NewScene">
5034       <summary>
5035         <para>Create a
new scene.</para>
5036       </summary>
5037     </member>
5038     <member name=
"M:UnityEditor.EditorApplication.OpenProject(System.String,System.String[])">
5039       <summary>
5040         <para>Open another project.</para>
5041       </summary>
5042       <param name=
"projectPath">The path of a project to open.</param>
5043       <param name=
"args">Arguments to pass to command line.</param>
5044     </member>
5045     <member name=
"M:UnityEditor.EditorApplication.OpenScene(System.String)">
5046       <summary>
5047         <para>Opens the scene at path.</para>
5048       </summary>
5049       <param name=
"path"></param>
5050     </member>
5051     <member name=
"M:UnityEditor.EditorApplication.OpenSceneAdditive(System.String)">
5052       <summary>
5053         <para>Opens the scene at path additively.</para>
5054       </summary>
5055       <param name=
"path"></param>
5056     </member>
5057     <member name=
"T:UnityEditor.EditorApplication.ProjectWindowItemCallback">
5058       <summary>
5059         <para>Delegate to be called
for every visible list item in the ProjectWindow on every OnGUI event.</para>
5060       </summary>
5061       <param name=
"guid"></param>
5062       <param name=
"selectionRect"></param>
5063     </member>
5064     <member name=
"M:UnityEditor.EditorApplication.RepaintHierarchyWindow">
5065       <summary>
5066         <para>Can be used to ensure repaint of the HierarchyWindow.</para>
5067       </summary>
5068     </member>
5069     <member name=
"M:UnityEditor.EditorApplication.RepaintProjectWindow">
5070       <summary>
5071         <para>Can be used to ensure repaint of the ProjectWindow.</para>
5072       </summary>
5073     </member>
5074     <member name=
"M:UnityEditor.EditorApplication.SaveAssets">
5075       <summary>
5076         <para>Saves all serializable assets that have not yet been written to disk (eg. Materials).</para>
5077       </summary>
5078     </member>
5079     <member name=
"M:UnityEditor.EditorApplication.SaveCurrentSceneIfUserWantsTo">
5080       <summary>
5081         <para>Ask the user
if they want to save the open scene.</para>
5082       </summary>
5083     </member>
5084     <member name=
"M:UnityEditor.EditorApplication.SaveScene">
5085       <summary>
5086         <para>Save the open scene.</para>
5087       </summary>
5088       <param name=
"path">The file path to save at. If empty, the current open scene will be overwritten, or if never saved before, a save dialog is shown.</param>
5089       <param name=
"saveAsCopy">If set to true, the scene will be saved without changing the currentScene and without clearing the unsaved changes marker.</param>
5090       <returns>
5091         <para>True
if the save succeeded, otherwise false.</para>
5092       </returns>
5093     </member>
5094     <member name=
"M:UnityEditor.EditorApplication.SaveScene(System.String)">
5095       <summary>
5096         <para>Save the open scene.</para>
5097       </summary>
5098       <param name=
"path">The file path to save at. If empty, the current open scene will be overwritten, or if never saved before, a save dialog is shown.</param>
5099       <param name=
"saveAsCopy">If set to true, the scene will be saved without changing the currentScene and without clearing the unsaved changes marker.</param>
5100       <returns>
5101         <para>True
if the save succeeded, otherwise false.</para>
5102       </returns>
5103     </member>
5104     <member name=
"M:UnityEditor.EditorApplication.SaveScene(System.String,System.Boolean)">
5105       <summary>
5106         <para>Save the open scene.</para>
5107       </summary>
5108       <param name=
"path">The file path to save at. If empty, the current open scene will be overwritten, or if never saved before, a save dialog is shown.</param>
5109       <param name=
"saveAsCopy">If set to true, the scene will be saved without changing the currentScene and without clearing the unsaved changes marker.</param>
5110       <returns>
5111         <para>True
if the save succeeded, otherwise false.</para>
5112       </returns>
5113     </member>
5114     <member name=
"T:UnityEditor.EditorApplication.SerializedPropertyCallbackFunction">
5115       <summary>
5116         <para>Delegate to be called
from EditorApplication contextual inspector callbacks.</para>
5117       </summary>
5118       <param name=
"menu">The contextual menu which is about to be shown to the user.</param>
5119       <param name=
"property">The property for which the contextual menu is shown.</param>
5120     </member>
5121     <member name=
"M:UnityEditor.EditorApplication.SetTemporaryProjectKeepPath(System.String)">
5122       <summary>
5123         <para>Sets the path that Unity should store the current temporary project at,
when the project is closed.</para>
5124       </summary>
5125       <param name=
"path">The path that the current temporary project should be relocated to when closing it.</param>
5126     </member>
5127     <member name=
"M:UnityEditor.EditorApplication.Step">
5128       <summary>
5129         <para>Perform a single frame step.</para>
5130       </summary>
5131     </member>
5132     <member name=
"M:UnityEditor.EditorApplication.UnlockReloadAssemblies">
5133       <summary>
5134         <para>Must be called after LockReloadAssemblies, to reenable loading of assemblies.</para>
5135       </summary>
5136     </member>
5137     <member name=
"T:UnityEditor.EditorBuildSettings">
5138       <summary>
5139         <para>This
class allows you to modify the Editor for an example of how to use this class.
5140
5141 See Also: EditorBuildSettingsScene, EditorBuildSettings.scenes.</para>
5142       </summary>
5143     </member>
5144     <member name=
"P:UnityEditor.EditorBuildSettings.scenes">
5145       <summary>
5146         <para>The list of Scenes that should be included
in the build.
5147 This
is the same list of Scenes that is shown in the window. You can modify this list to set up which Scenes should be included in the build.</para>
5148       </summary>
5149     </member>
5150     <member name=
"T:UnityEditor.EditorBuildSettingsScene">
5151       <summary>
5152         <para>This
class is used for entries in the Scenes list, as displayed in the window. This class contains the scene path of a scene and an enabled flag that indicates wether the scene is enabled in the BuildSettings window or not.
5153
5154 You can use
this class in combination with EditorBuildSettings.scenes to populate the list of Scenes included in the build via script. This is useful when creating custom editor scripts to automate your build pipeline.
5155
5156 See EditorBuildSettings.scenes
for an example script.</para>
5157       </summary>
5158     </member>
5159     <member name=
"P:UnityEditor.EditorBuildSettingsScene.enabled">
5160       <summary>
5161         <para>Whether
this scene is enabled in the for an example of how to use this class.
5162
5163 See Also: EditorBuildSettingsScene, EditorBuildSettings.scenes.</para>
5164       </summary>
5165     </member>
5166     <member name=
"P:UnityEditor.EditorBuildSettingsScene.path">
5167       <summary>
5168         <para>The file path of the scene
as listed in the Editor for an example of how to use this class.
5169
5170 See Also: EditorBuildSettingsScene, EditorBuildSettings.scenes.</para>
5171       </summary>
5172     </member>
5173     <member name=
"T:UnityEditor.EditorCurveBinding">
5174       <summary>
5175         <para>Defines how a curve
is attached to an object that it controls.</para>
5176       </summary>
5177     </member>
5178     <member name=
"F:UnityEditor.EditorCurveBinding.path">
5179       <summary>
5180         <para>The transform path of the
object that is animated.</para>
5181       </summary>
5182     </member>
5183     <member name=
"F:UnityEditor.EditorCurveBinding.propertyName">
5184       <summary>
5185         <para>The property of the
object that is animated.</para>
5186       </summary>
5187     </member>
5188     <member name=
"T:UnityEditor.EditorGUI">
5189       <summary>
5190         <para>These work pretty much like the normal GUI functions - and also have matching implementations
in EditorGUILayout.</para>
5191       </summary>
5192     </member>
5193     <member name=
"P:UnityEditor.EditorGUI.actionKey">
5194       <summary>
5195         <para>Is the platform-dependent
"action" modifier key held down? (Read Only)</para>
5196       </summary>
5197     </member>
5198     <member name=
"P:UnityEditor.EditorGUI.indentLevel">
5199       <summary>
5200         <para>The indent level of the field labels.</para>
5201       </summary>
5202     </member>
5203     <member name=
"P:UnityEditor.EditorGUI.showMixedValue">
5204       <summary>
5205         <para>Makes the following controls give the appearance of editing multiple different values.</para>
5206       </summary>
5207     </member>
5208     <member name=
"M:UnityEditor.EditorGUI.BeginChangeCheck">
5209       <summary>
5210         <para>Check
if any control was changed inside a block of code.</para>
5211       </summary>
5212     </member>
5213     <member name=
"M:UnityEditor.EditorGUI.BeginDisabledGroup(System.Boolean)">
5214       <summary>
5215         <para>Create a
group of controls that can be disabled.</para>
5216       </summary>
5217       <param name=
"disabled">Boolean specifying if the controls inside the group should be disabled.</param>
5218     </member>
5219     <member name=
"M:UnityEditor.EditorGUI.BeginProperty(UnityEngine.Rect,UnityEngine.GUIContent,UnityEditor.SerializedProperty)">
5220       <summary>
5221         <para>Create a Property wrapper, useful
for making regular GUI controls work with SerializedProperty.</para>
5222       </summary>
5223       <param name=
"totalPosition">Rectangle on the screen to use for the control, including label if applicable.</param>
5224       <param name=
"label">Optional label in front of the slider. Use null to use the name from the SerializedProperty. Use GUIContent.none to not display a label.</param>
5225       <param name=
"property">The SerializedProperty to use for the control.</param>
5226       <returns>
5227         <para>The actual label to use
for the control.</para>
5228       </returns>
5229     </member>
5230     <member name=
"M:UnityEditor.EditorGUI.BoundsField(UnityEngine.Rect,UnityEngine.Bounds)">
5231       <summary>
5232         <para>Make Center &amp; Extents field
for entering a Bounds.</para>
5233       </summary>
5234       <param name=
"position">Rectangle on the screen to use for the field.</param>
5235       <param name=
"label">Optional label to display above the field.</param>
5236       <param name=
"value">The value to edit.</param>
5237       <returns>
5238         <para>The
value entered by the user.</para>
5239       </returns>
5240     </member>
5241     <member name=
"M:UnityEditor.EditorGUI.BoundsField(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.Bounds)">
5242       <summary>
5243         <para>Make Center &amp; Extents field
for entering a Bounds.</para>
5244       </summary>
5245       <param name=
"position">Rectangle on the screen to use for the field.</param>
5246       <param name=
"label">Optional label to display above the field.</param>
5247       <param name=
"value">The value to edit.</param>
5248       <returns>
5249         <para>The
value entered by the user.</para>
5250       </returns>
5251     </member>
5252     <member name=
"T:UnityEditor.EditorGUI.ChangeCheckScope">
5253       <summary>
5254         <para>Check
if any control was changed inside a block of code.</para>
5255       </summary>
5256     </member>
5257     <member name=
"P:UnityEditor.EditorGUI.ChangeCheckScope.changed">
5258       <summary>
5259         <para>True
if GUI.changed was set to true, otherwise false.</para>
5260       </summary>
5261     </member>
5262     <member name=
"M:UnityEditor.EditorGUI.ChangeCheckScope.#ctor">
5263       <summary>
5264         <para>Begins a ChangeCheckScope.</para>
5265       </summary>
5266     </member>
5267     <member name=
"M:UnityEditor.EditorGUI.ColorField(UnityEngine.Rect,UnityEngine.Color)">
5268       <summary>
5269         <para>Make a field
for selecting a Color.</para>
5270       </summary>
5271       <param name=
"position">Rectangle on the screen to use for the field.</param>
5272       <param name=
"label">Optional label to display in front of the field.</param>
5273       <param name=
"value">The color to edit.</param>
5274       <param name=
"showEyedropper">If true, the color picker should show the eyedropper control. If false, don't show it.</param>
5275       <param name=
"showAlpha">If true, allow the user to set an alpha value for the color. If false, hide the alpha component.</param>
5276       <param name=
"hdr">If true, treat the color as an HDR value. If false, treat it as a standard LDR value.</param>
5277       <param name=
"hdrConfig">An object that sets the presentation parameters for an HDR color. If not using an HDR color, set this to null.</param>
5278       <returns>
5279         <para>The color selected
by the user.</para>
5280       </returns>
5281     </member>
5282     <member name=
"M:UnityEditor.EditorGUI.ColorField(UnityEngine.Rect,System.String,UnityEngine.Color)">
5283       <summary>
5284         <para>Make a field
for selecting a Color.</para>
5285       </summary>
5286       <param name=
"position">Rectangle on the screen to use for the field.</param>
5287       <param name=
"label">Optional label to display in front of the field.</param>
5288       <param name=
"value">The color to edit.</param>
5289       <param name=
"showEyedropper">If true, the color picker should show the eyedropper control. If false, don't show it.</param>
5290       <param name=
"showAlpha">If true, allow the user to set an alpha value for the color. If false, hide the alpha component.</param>
5291       <param name=
"hdr">If true, treat the color as an HDR value. If false, treat it as a standard LDR value.</param>
5292       <param name=
"hdrConfig">An object that sets the presentation parameters for an HDR color. If not using an HDR color, set this to null.</param>
5293       <returns>
5294         <para>The color selected
by the user.</para>
5295       </returns>
5296     </member>
5297     <member name=
"M:UnityEditor.EditorGUI.ColorField(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.Color)">
5298       <summary>
5299         <para>Make a field
for selecting a Color.</para>
5300       </summary>
5301       <param name=
"position">Rectangle on the screen to use for the field.</param>
5302       <param name=
"label">Optional label to display in front of the field.</param>
5303       <param name=
"value">The color to edit.</param>
5304       <param name=
"showEyedropper">If true, the color picker should show the eyedropper control. If false, don't show it.</param>
5305       <param name=
"showAlpha">If true, allow the user to set an alpha value for the color. If false, hide the alpha component.</param>
5306       <param name=
"hdr">If true, treat the color as an HDR value. If false, treat it as a standard LDR value.</param>
5307       <param name=
"hdrConfig">An object that sets the presentation parameters for an HDR color. If not using an HDR color, set this to null.</param>
5308       <returns>
5309         <para>The color selected
by the user.</para>
5310       </returns>
5311     </member>
5312     <member name=
"M:UnityEditor.EditorGUI.ColorField(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.Color,System.Boolean,System.Boolean,System.Boolean,UnityEditor.ColorPickerHDRConfig)">
5313       <summary>
5314         <para>Make a field
for selecting a Color.</para>
5315       </summary>
5316       <param name=
"position">Rectangle on the screen to use for the field.</param>
5317       <param name=
"label">Optional label to display in front of the field.</param>
5318       <param name=
"value">The color to edit.</param>
5319       <param name=
"showEyedropper">If true, the color picker should show the eyedropper control. If false, don't show it.</param>
5320       <param name=
"showAlpha">If true, allow the user to set an alpha value for the color. If false, hide the alpha component.</param>
5321       <param name=
"hdr">If true, treat the color as an HDR value. If false, treat it as a standard LDR value.</param>
5322       <param name=
"hdrConfig">An object that sets the presentation parameters for an HDR color. If not using an HDR color, set this to null.</param>
5323       <returns>
5324         <para>The color selected
by the user.</para>
5325       </returns>
5326     </member>
5327     <member name=
"M:UnityEditor.EditorGUI.CurveField(UnityEngine.Rect,UnityEngine.AnimationCurve)">
5328       <summary>
5329         <para>Make a field
for editing an AnimationCurve.</para>
5330       </summary>
5331       <param name=
"position">Rectangle on the screen to use for the field.</param>
5332       <param name=
"label">Optional label to display in front of the field.</param>
5333       <param name=
"value">The curve to edit.</param>
5334       <param name=
"color">The color to show the curve with.</param>
5335       <param name=
"ranges">Optional rectangle that the curve is restrained within.</param>
5336       <returns>
5337         <para>The curve edited
by the user.</para>
5338       </returns>
5339     </member>
5340     <member name=
"M:UnityEditor.EditorGUI.CurveField(UnityEngine.Rect,System.String,UnityEngine.AnimationCurve)">
5341       <summary>
5342         <para>Make a field
for editing an AnimationCurve.</para>
5343       </summary>
5344       <param name=
"position">Rectangle on the screen to use for the field.</param>
5345       <param name=
"label">Optional label to display in front of the field.</param>
5346       <param name=
"value">The curve to edit.</param>
5347       <param name=
"color">The color to show the curve with.</param>
5348       <param name=
"ranges">Optional rectangle that the curve is restrained within.</param>
5349       <returns>
5350         <para>The curve edited
by the user.</para>
5351       </returns>
5352     </member>
5353     <member name=
"M:UnityEditor.EditorGUI.CurveField(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.AnimationCurve)">
5354       <summary>
5355         <para>Make a field
for editing an AnimationCurve.</para>
5356       </summary>
5357       <param name=
"position">Rectangle on the screen to use for the field.</param>
5358       <param name=
"label">Optional label to display in front of the field.</param>
5359       <param name=
"value">The curve to edit.</param>
5360       <param name=
"color">The color to show the curve with.</param>
5361       <param name=
"ranges">Optional rectangle that the curve is restrained within.</param>
5362       <returns>
5363         <para>The curve edited
by the user.</para>
5364       </returns>
5365     </member>
5366     <member name=
"M:UnityEditor.EditorGUI.CurveField(UnityEngine.Rect,UnityEngine.AnimationCurve,UnityEngine.Color,UnityEngine.Rect)">
5367       <summary>
5368         <para>Make a field
for editing an AnimationCurve.</para>
5369       </summary>
5370       <param name=
"position">Rectangle on the screen to use for the field.</param>
5371       <param name=
"label">Optional label to display in front of the field.</param>
5372       <param name=
"value">The curve to edit.</param>
5373       <param name=
"color">The color to show the curve with.</param>
5374       <param name=
"ranges">Optional rectangle that the curve is restrained within.</param>
5375       <returns>
5376         <para>The curve edited
by the user.</para>
5377       </returns>
5378     </member>
5379     <member name=
"M:UnityEditor.EditorGUI.CurveField(UnityEngine.Rect,System.String,UnityEngine.AnimationCurve,UnityEngine.Color,UnityEngine.Rect)">
5380       <summary>
5381         <para>Make a field
for editing an AnimationCurve.</para>
5382       </summary>
5383       <param name=
"position">Rectangle on the screen to use for the field.</param>
5384       <param name=
"label">Optional label to display in front of the field.</param>
5385       <param name=
"value">The curve to edit.</param>
5386       <param name=
"color">The color to show the curve with.</param>
5387       <param name=
"ranges">Optional rectangle that the curve is restrained within.</param>
5388       <returns>
5389         <para>The curve edited
by the user.</para>
5390       </returns>
5391     </member>
5392     <member name=
"M:UnityEditor.EditorGUI.CurveField(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.AnimationCurve,UnityEngine.Color,UnityEngine.Rect)">
5393       <summary>
5394         <para>Make a field
for editing an AnimationCurve.</para>
5395       </summary>
5396       <param name=
"position">Rectangle on the screen to use for the field.</param>
5397       <param name=
"label">Optional label to display in front of the field.</param>
5398       <param name=
"value">The curve to edit.</param>
5399       <param name=
"color">The color to show the curve with.</param>
5400       <param name=
"ranges">Optional rectangle that the curve is restrained within.</param>
5401       <returns>
5402         <para>The curve edited
by the user.</para>
5403       </returns>
5404     </member>
5405     <member name=
"M:UnityEditor.EditorGUI.CurveField(UnityEngine.Rect,UnityEditor.SerializedProperty,UnityEngine.Color,UnityEngine.Rect)">
5406       <summary>
5407         <para>Make a field
for editing an AnimationCurve.</para>
5408       </summary>
5409       <param name=
"position">Rectangle on the screen to use for the field.</param>
5410       <param name=
"property">The curve to edit.</param>
5411       <param name=
"color">The color to show the curve with.</param>
5412       <param name=
"ranges">Optional rectangle that the curve is restrained within.</param>
5413       <param name=
"label">Optional label to display in front of the field. Pass [[GUIContent.none] to hide the label.</param>
5414     </member>
5415     <member name=
"M:UnityEditor.EditorGUI.CurveField(UnityEngine.Rect,UnityEditor.SerializedProperty,UnityEngine.Color,UnityEngine.Rect,UnityEngine.GUIContent)">
5416       <summary>
5417         <para>Make a field
for editing an AnimationCurve.</para>
5418       </summary>
5419       <param name=
"position">Rectangle on the screen to use for the field.</param>
5420       <param name=
"property">The curve to edit.</param>
5421       <param name=
"color">The color to show the curve with.</param>
5422       <param name=
"ranges">Optional rectangle that the curve is restrained within.</param>
5423       <param name=
"label">Optional label to display in front of the field. Pass [[GUIContent.none] to hide the label.</param>
5424     </member>
5425     <member name=
"M:UnityEditor.EditorGUI.DelayedDoubleField(UnityEngine.Rect,System.Double,UnityEngine.GUIStyle)">
5426       <summary>
5427         <para>Make a delayed text field
for entering doubles.</para>
5428       </summary>
5429       <param name=
"position">Rectangle on the screen to use for the double field.</param>
5430       <param name=
"label">Optional label to display in front of the double field.</param>
5431       <param name=
"value">The value to edit.</param>
5432       <param name=
"style">Optional GUIStyle.</param>
5433       <returns>
5434         <para>The
value entered by the user. Note that the return value will not change until the user has pressed enter or focus is moved away from the double field.</para>
5435       </returns>
5436     </member>
5437     <member name=
"M:UnityEditor.EditorGUI.DelayedDoubleField(UnityEngine.Rect,System.String,System.Double,UnityEngine.GUIStyle)">
5438       <summary>
5439         <para>Make a delayed text field
for entering doubles.</para>
5440       </summary>
5441       <param name=
"position">Rectangle on the screen to use for the double field.</param>
5442       <param name=
"label">Optional label to display in front of the double field.</param>
5443       <param name=
"value">The value to edit.</param>
5444       <param name=
"style">Optional GUIStyle.</param>
5445       <returns>
5446         <para>The
value entered by the user. Note that the return value will not change until the user has pressed enter or focus is moved away from the double field.</para>
5447       </returns>
5448     </member>
5449     <member name=
"M:UnityEditor.EditorGUI.DelayedDoubleField(UnityEngine.Rect,UnityEngine.GUIContent,System.Double,UnityEngine.GUIStyle)">
5450       <summary>
5451         <para>Make a delayed text field
for entering doubles.</para>
5452       </summary>
5453       <param name=
"position">Rectangle on the screen to use for the double field.</param>
5454       <param name=
"label">Optional label to display in front of the double field.</param>
5455       <param name=
"value">The value to edit.</param>
5456       <param name=
"style">Optional GUIStyle.</param>
5457       <returns>
5458         <para>The
value entered by the user. Note that the return value will not change until the user has pressed enter or focus is moved away from the double field.</para>
5459       </returns>
5460     </member>
5461     <member name=
"M:UnityEditor.EditorGUI.DelayedDoubleField">
5462       <summary>
5463         <para>Make a delayed text field
for entering doubles.</para>
5464       </summary>
5465       <param name=
"position">Rectangle on the screen to use for the double field.</param>
5466       <param name=
"property">The double property to edit.</param>
5467       <param name=
"label">Optional label to display in front of the double field. Pass GUIContent.none to hide label.</param>
5468     </member>
5469     <member name=
"M:UnityEditor.EditorGUI.DelayedFloatField(UnityEngine.Rect,System.Single,UnityEngine.GUIStyle)">
5470       <summary>
5471         <para>Make a delayed text field
for entering floats.</para>
5472       </summary>
5473       <param name=
"position">Rectangle on the screen to use for the float field.</param>
5474       <param name=
"label">Optional label to display in front of the float field.</param>
5475       <param name=
"value">The value to edit.</param>
5476       <param name=
"style">Optional GUIStyle.</param>
5477       <returns>
5478         <para>The
value entered by the user. Note that the return value will not change until the user has pressed enter or focus is moved away from the float field.</para>
5479       </returns>
5480     </member>
5481     <member name=
"M:UnityEditor.EditorGUI.DelayedFloatField(UnityEngine.Rect,System.String,System.Single,UnityEngine.GUIStyle)">
5482       <summary>
5483         <para>Make a delayed text field
for entering floats.</para>
5484       </summary>
5485       <param name=
"position">Rectangle on the screen to use for the float field.</param>
5486       <param name=
"label">Optional label to display in front of the float field.</param>
5487       <param name=
"value">The value to edit.</param>
5488       <param name=
"style">Optional GUIStyle.</param>
5489       <returns>
5490         <para>The
value entered by the user. Note that the return value will not change until the user has pressed enter or focus is moved away from the float field.</para>
5491       </returns>
5492     </member>
5493     <member name=
"M:UnityEditor.EditorGUI.DelayedFloatField(UnityEngine.Rect,UnityEngine.GUIContent,System.Single,UnityEngine.GUIStyle)">
5494       <summary>
5495         <para>Make a delayed text field
for entering floats.</para>
5496       </summary>
5497       <param name=
"position">Rectangle on the screen to use for the float field.</param>
5498       <param name=
"label">Optional label to display in front of the float field.</param>
5499       <param name=
"value">The value to edit.</param>
5500       <param name=
"style">Optional GUIStyle.</param>
5501       <returns>
5502         <para>The
value entered by the user. Note that the return value will not change until the user has pressed enter or focus is moved away from the float field.</para>
5503       </returns>
5504     </member>
5505     <member name=
"M:UnityEditor.EditorGUI.DelayedFloatField(UnityEngine.Rect,UnityEditor.SerializedProperty,UnityEngine.GUIContent)">
5506       <summary>
5507         <para>Make a delayed text field
for entering floats.</para>
5508       </summary>
5509       <param name=
"position">Rectangle on the screen to use for the float field.</param>
5510       <param name=
"property">The float property to edit.</param>
5511       <param name=
"label">Optional label to display in front of the float field. Pass GUIContent.none to hide label.</param>
5512     </member>
5513     <member name=
"M:UnityEditor.EditorGUI.DelayedIntField(UnityEngine.Rect,System.Int32,UnityEngine.GUIStyle)">
5514       <summary>
5515         <para>Make a delayed text field
for entering integers.</para>
5516       </summary>
5517       <param name=
"position">Rectangle on the screen to use for the int field.</param>
5518       <param name=
"label">Optional label to display in front of the int field.</param>
5519       <param name=
"value">The value to edit.</param>
5520       <param name=
"style">Optional GUIStyle.</param>
5521       <returns>
5522         <para>The
value entered by the user. Note that the return value will not change until the user has pressed enter or focus is moved away from the int field.</para>
5523       </returns>
5524     </member>
5525     <member name=
"M:UnityEditor.EditorGUI.DelayedIntField(UnityEngine.Rect,System.String,System.Int32,UnityEngine.GUIStyle)">
5526       <summary>
5527         <para>Make a delayed text field
for entering integers.</para>
5528       </summary>
5529       <param name=
"position">Rectangle on the screen to use for the int field.</param>
5530       <param name=
"label">Optional label to display in front of the int field.</param>
5531       <param name=
"value">The value to edit.</param>
5532       <param name=
"style">Optional GUIStyle.</param>
5533       <returns>
5534         <para>The
value entered by the user. Note that the return value will not change until the user has pressed enter or focus is moved away from the int field.</para>
5535       </returns>
5536     </member>
5537     <member name=
"M:UnityEditor.EditorGUI.DelayedIntField(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32,UnityEngine.GUIStyle)">
5538       <summary>
5539         <para>Make a delayed text field
for entering integers.</para>
5540       </summary>
5541       <param name=
"position">Rectangle on the screen to use for the int field.</param>
5542       <param name=
"label">Optional label to display in front of the int field.</param>
5543       <param name=
"value">The value to edit.</param>
5544       <param name=
"style">Optional GUIStyle.</param>
5545       <returns>
5546         <para>The
value entered by the user. Note that the return value will not change until the user has pressed enter or focus is moved away from the int field.</para>
5547       </returns>
5548     </member>
5549     <member name=
"M:UnityEditor.EditorGUI.DelayedIntField(UnityEngine.Rect,UnityEditor.SerializedProperty,UnityEngine.GUIContent)">
5550       <summary>
5551         <para>The
value entered by the user. Note that the return value will not change until the user has pressed enter or focus is moved away from the int field.</para>
5552       </summary>
5553       <param name=
"position">Rectangle on the screen to use for the int field.</param>
5554       <param name=
"property">The int property to edit.</param>
5555       <param name=
"label">Optional label to display in front of the int field. Pass GUIContent.none to hide label.</param>
5556     </member>
5557     <member name=
"M:UnityEditor.EditorGUI.DelayedTextField(UnityEngine.Rect,System.String,UnityEngine.GUIStyle)">
5558       <summary>
5559         <para>Make a delayed text field.</para>
5560       </summary>
5561       <param name=
"position">Rectangle on the screen to use for the text field.</param>
5562       <param name=
"label">Optional label to display in front of the int field.</param>
5563       <param name=
"text">The value to edit.</param>
5564       <param name=
"style">Optional GUIStyle.</param>
5565       <returns>
5566         <para>The
value entered by the user. Note that the return value will not change until the user has pressed enter or focus is moved away from the text field.</para>
5567       </returns>
5568     </member>
5569     <member name=
"M:UnityEditor.EditorGUI.DelayedTextField(UnityEngine.Rect,System.String,System.String,UnityEngine.GUIStyle)">
5570       <summary>
5571         <para>Make a delayed text field.</para>
5572       </summary>
5573       <param name=
"position">Rectangle on the screen to use for the text field.</param>
5574       <param name=
"label">Optional label to display in front of the int field.</param>
5575       <param name=
"text">The value to edit.</param>
5576       <param name=
"style">Optional GUIStyle.</param>
5577       <returns>
5578         <para>The
value entered by the user. Note that the return value will not change until the user has pressed enter or focus is moved away from the text field.</para>
5579       </returns>
5580     </member>
5581     <member name=
"M:UnityEditor.EditorGUI.DelayedTextField(UnityEngine.Rect,UnityEngine.GUIContent,System.String,UnityEngine.GUIStyle)">
5582       <summary>
5583         <para>Make a delayed text field.</para>
5584       </summary>
5585       <param name=
"position">Rectangle on the screen to use for the text field.</param>
5586       <param name=
"label">Optional label to display in front of the int field.</param>
5587       <param name=
"text">The value to edit.</param>
5588       <param name=
"style">Optional GUIStyle.</param>
5589       <returns>
5590         <para>The
value entered by the user. Note that the return value will not change until the user has pressed enter or focus is moved away from the text field.</para>
5591       </returns>
5592     </member>
5593     <member name=
"M:UnityEditor.EditorGUI.DelayedTextField(UnityEngine.Rect,UnityEditor.SerializedProperty,UnityEngine.GUIContent)">
5594       <summary>
5595         <para>Make a delayed text field.</para>
5596       </summary>
5597       <param name=
"position">Rectangle on the screen to use for the text field.</param>
5598       <param name=
"property">The text property to edit.</param>
5599       <param name=
"label">Optional label to display in front of the int field. Pass GUIContent.none to hide label.</param>
5600     </member>
5601     <member name=
"T:UnityEditor.EditorGUI.DisabledGroupScope">
5602       <summary>
5603         <para>Create a
group of controls that can be disabled.</para>
5604       </summary>
5605     </member>
5606     <member name=
"M:UnityEditor.EditorGUI.DisabledGroupScope.#ctor(System.Boolean)">
5607       <summary>
5608         <para>Create a
new DisabledGroupScope and begin the corresponding group.</para>
5609       </summary>
5610       <param name=
"disabled">Boolean specifying if the controls inside the group should be disabled.</param>
5611     </member>
5612     <member name=
"T:UnityEditor.EditorGUI.DisabledScope">
5613       <summary>
5614         <para>Create a
group of controls that can be disabled.</para>
5615       </summary>
5616     </member>
5617     <member name=
"M:UnityEditor.EditorGUI.DisabledScope.#ctor(System.Boolean)">
5618       <summary>
5619         <para>Create a
new DisabledScope and begin the corresponding group.</para>
5620       </summary>
5621       <param name=
"disabled">Boolean specifying if the controls inside the group should be disabled.</param>
5622     </member>
5623     <member name=
"M:UnityEditor.EditorGUI.DoubleField(UnityEngine.Rect,System.Double,UnityEngine.GUIStyle)">
5624       <summary>
5625         <para>Make a text field
for entering doubles.</para>
5626       </summary>
5627       <param name=
"position">Rectangle on the screen to use for the double field.</param>
5628       <param name=
"label">Optional label to display in front of the double field.</param>
5629       <param name=
"value">The value to edit.</param>
5630       <param name=
"style">Optional GUIStyle.</param>
5631       <returns>
5632         <para>The
value entered by the user.</para>
5633       </returns>
5634     </member>
5635     <member name=
"M:UnityEditor.EditorGUI.DoubleField(UnityEngine.Rect,System.String,System.Double,UnityEngine.GUIStyle)">
5636       <summary>
5637         <para>Make a text field
for entering doubles.</para>
5638       </summary>
5639       <param name=
"position">Rectangle on the screen to use for the double field.</param>
5640       <param name=
"label">Optional label to display in front of the double field.</param>
5641       <param name=
"value">The value to edit.</param>
5642       <param name=
"style">Optional GUIStyle.</param>
5643       <returns>
5644         <para>The
value entered by the user.</para>
5645       </returns>
5646     </member>
5647     <member name=
"M:UnityEditor.EditorGUI.DoubleField(UnityEngine.Rect,UnityEngine.GUIContent,System.Double,UnityEngine.GUIStyle)">
5648       <summary>
5649         <para>Make a text field
for entering doubles.</para>
5650       </summary>
5651       <param name=
"position">Rectangle on the screen to use for the double field.</param>
5652       <param name=
"label">Optional label to display in front of the double field.</param>
5653       <param name=
"value">The value to edit.</param>
5654       <param name=
"style">Optional GUIStyle.</param>
5655       <returns>
5656         <para>The
value entered by the user.</para>
5657       </returns>
5658     </member>
5659     <member name=
"M:UnityEditor.EditorGUI.DrawPreviewTexture(UnityEngine.Rect,UnityEngine.Texture)">
5660       <summary>
5661         <para>Draws the texture within a rectangle.</para>
5662       </summary>
5663       <param name=
"position">Rectangle on the screen to draw the texture within.</param>
5664       <param name=
"image">Texture to display.</param>
5665       <param name=
"mat">Material to be used when drawing the texture.</param>
5666       <param name=
"scaleMode">How to scale the image when the aspect ratio of it doesn't fit the aspect ratio to be drawn within.</param>
5667       <param name=
"imageAspect">Aspect ratio to use for the source image. If 0 (the default), the aspect ratio from the image is used.</param>
5668     </member>
5669     <member name=
"M:UnityEditor.EditorGUI.DrawPreviewTexture(UnityEngine.Rect,UnityEngine.Texture,UnityEngine.Material)">
5670       <summary>
5671         <para>Draws the texture within a rectangle.</para>
5672       </summary>
5673       <param name=
"position">Rectangle on the screen to draw the texture within.</param>
5674       <param name=
"image">Texture to display.</param>
5675       <param name=
"mat">Material to be used when drawing the texture.</param>
5676       <param name=
"scaleMode">How to scale the image when the aspect ratio of it doesn't fit the aspect ratio to be drawn within.</param>
5677       <param name=
"imageAspect">Aspect ratio to use for the source image. If 0 (the default), the aspect ratio from the image is used.</param>
5678     </member>
5679     <member name=
"M:UnityEditor.EditorGUI.DrawPreviewTexture(UnityEngine.Rect,UnityEngine.Texture,UnityEngine.Material,UnityEngine.ScaleMode)">
5680       <summary>
5681         <para>Draws the texture within a rectangle.</para>
5682       </summary>
5683       <param name=
"position">Rectangle on the screen to draw the texture within.</param>
5684       <param name=
"image">Texture to display.</param>
5685       <param name=
"mat">Material to be used when drawing the texture.</param>
5686       <param name=
"scaleMode">How to scale the image when the aspect ratio of it doesn't fit the aspect ratio to be drawn within.</param>
5687       <param name=
"imageAspect">Aspect ratio to use for the source image. If 0 (the default), the aspect ratio from the image is used.</param>
5688     </member>
5689     <member name=
"M:UnityEditor.EditorGUI.DrawPreviewTexture(UnityEngine.Rect,UnityEngine.Texture,UnityEngine.Material,UnityEngine.ScaleMode,System.Single)">
5690       <summary>
5691         <para>Draws the texture within a rectangle.</para>
5692       </summary>
5693       <param name=
"position">Rectangle on the screen to draw the texture within.</param>
5694       <param name=
"image">Texture to display.</param>
5695       <param name=
"mat">Material to be used when drawing the texture.</param>
5696       <param name=
"scaleMode">How to scale the image when the aspect ratio of it doesn't fit the aspect ratio to be drawn within.</param>
5697       <param name=
"imageAspect">Aspect ratio to use for the source image. If 0 (the default), the aspect ratio from the image is used.</param>
5698     </member>
5699     <member name=
"M:UnityEditor.EditorGUI.DrawRect(UnityEngine.Rect,UnityEngine.Color)">
5700       <summary>
5701         <para>Draws a filled rectangle of color at the specified position and size within the current editor window.</para>
5702       </summary>
5703       <param name=
"rect">The position and size of the rectangle to draw.</param>
5704       <param name=
"color">The color of the rectange.</param>
5705     </member>
5706     <member name=
"M:UnityEditor.EditorGUI.DrawTextureAlpha(UnityEngine.Rect,UnityEngine.Texture)">
5707       <summary>
5708         <para>Draws the alpha channel of a texture within a rectangle.</para>
5709       </summary>
5710       <param name=
"position">Rectangle on the screen to draw the texture within.</param>
5711       <param name=
"image">Texture to display.</param>
5712       <param name=
"scaleMode">How to scale the image when the aspect ratio of it doesn't fit the aspect ratio to be drawn within.</param>
5713       <param name=
"imageAspect">Aspect ratio to use for the source image. If 0 (the default), the aspect ratio from the image is used.</param>
5714     </member>
5715     <member name=
"M:UnityEditor.EditorGUI.DrawTextureAlpha(UnityEngine.Rect,UnityEngine.Texture,UnityEngine.ScaleMode)">
5716       <summary>
5717         <para>Draws the alpha channel of a texture within a rectangle.</para>
5718       </summary>
5719       <param name=
"position">Rectangle on the screen to draw the texture within.</param>
5720       <param name=
"image">Texture to display.</param>
5721       <param name=
"scaleMode">How to scale the image when the aspect ratio of it doesn't fit the aspect ratio to be drawn within.</param>
5722       <param name=
"imageAspect">Aspect ratio to use for the source image. If 0 (the default), the aspect ratio from the image is used.</param>
5723     </member>
5724     <member name=
"M:UnityEditor.EditorGUI.DrawTextureAlpha(UnityEngine.Rect,UnityEngine.Texture,UnityEngine.ScaleMode,System.Single)">
5725       <summary>
5726         <para>Draws the alpha channel of a texture within a rectangle.</para>
5727       </summary>
5728       <param name=
"position">Rectangle on the screen to draw the texture within.</param>
5729       <param name=
"image">Texture to display.</param>
5730       <param name=
"scaleMode">How to scale the image when the aspect ratio of it doesn't fit the aspect ratio to be drawn within.</param>
5731       <param name=
"imageAspect">Aspect ratio to use for the source image. If 0 (the default), the aspect ratio from the image is used.</param>
5732     </member>
5733     <member name=
"M:UnityEditor.EditorGUI.DropdownButton(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.FocusType)">
5734       <summary>
5735         <para>Make a button that reacts to mouse down,
for displaying your own dropdown content.</para>
5736       </summary>
5737       <param name=
"position">Rectangle on the screen to use for the button.</param>
5738       <param name=
"content">Text, image and tooltip for this button.</param>
5739       <param name=
"focusType">Whether the button should be selectable by keyboard or not.</param>
5740       <param name=
"style">Optional style to use.</param>
5741       <returns>
5742         <para>
true when the user clicks the button.</para>
5743       </returns>
5744     </member>
5745     <member name=
"M:UnityEditor.EditorGUI.DropdownButton(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.FocusType,UnityEngine.GUIStyle)">
5746       <summary>
5747         <para>Make a button that reacts to mouse down,
for displaying your own dropdown content.</para>
5748       </summary>
5749       <param name=
"position">Rectangle on the screen to use for the button.</param>
5750       <param name=
"content">Text, image and tooltip for this button.</param>
5751       <param name=
"focusType">Whether the button should be selectable by keyboard or not.</param>
5752       <param name=
"style">Optional style to use.</param>
5753       <returns>
5754         <para>
true when the user clicks the button.</para>
5755       </returns>
5756     </member>
5757     <member name=
"M:UnityEditor.EditorGUI.DropShadowLabel(UnityEngine.Rect,System.String)">
5758       <summary>
5759         <para>Draws a label with a drop shadow.</para>
5760       </summary>
5761       <param name=
"position">Where to show the label.</param>
5762       <param name=
"content">Text to show
5763 @style style to use.</param>
5764       <param name=
"text"></param>
5765       <param name=
"style"></param>
5766     </member>
5767     <member name=
"M:UnityEditor.EditorGUI.DropShadowLabel(UnityEngine.Rect,UnityEngine.GUIContent)">
5768       <summary>
5769         <para>Draws a label with a drop shadow.</para>
5770       </summary>
5771       <param name=
"position">Where to show the label.</param>
5772       <param name=
"content">Text to show
5773 @style style to use.</param>
5774       <param name=
"text"></param>
5775       <param name=
"style"></param>
5776     </member>
5777     <member name=
"M:UnityEditor.EditorGUI.DropShadowLabel(UnityEngine.Rect,System.String,UnityEngine.GUIStyle)">
5778       <summary>
5779         <para>Draws a label with a drop shadow.</para>
5780       </summary>
5781       <param name=
"position">Where to show the label.</param>
5782       <param name=
"content">Text to show
5783 @style style to use.</param>
5784       <param name=
"text"></param>
5785       <param name=
"style"></param>
5786     </member>
5787     <member name=
"M:UnityEditor.EditorGUI.DropShadowLabel(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.GUIStyle)">
5788       <summary>
5789         <para>Draws a label with a drop shadow.</para>
5790       </summary>
5791       <param name=
"position">Where to show the label.</param>
5792       <param name=
"content">Text to show
5793 @style style to use.</param>
5794       <param name=
"text"></param>
5795       <param name=
"style"></param>
5796     </member>
5797     <member name=
"M:UnityEditor.EditorGUI.EndChangeCheck">
5798       <summary>
5799         <para>Ends a change check started with BeginChangeCheck ().</para>
5800       </summary>
5801       <returns>
5802         <para>True
if GUI.changed was set to true, otherwise false.</para>
5803       </returns>
5804     </member>
5805     <member name=
"M:UnityEditor.EditorGUI.EndDisabledGroup">
5806       <summary>
5807         <para>Ends a disabled
group started with BeginDisabledGroup.</para>
5808       </summary>
5809     </member>
5810     <member name=
"M:UnityEditor.EditorGUI.EndProperty">
5811       <summary>
5812         <para>Ends a Property wrapper started with BeginProperty.</para>
5813       </summary>
5814     </member>
5815     <member name=
"M:UnityEditor.EditorGUI.EnumMaskField(UnityEngine.Rect,System.Enum)">
5816       <summary>
5817         <para>Make a field
for enum based masks.</para>
5818       </summary>
5819       <param name=
"position">Rectangle on the screen to use for this control.</param>
5820       <param name=
"enumValue">Enum to use for the flags.</param>
5821       <param name=
"style">Optional GUIStyle.</param>
5822       <param name=
"label">Caption/label for the control.</param>
5823       <returns>
5824         <para>The
value modified by the user.</para>
5825       </returns>
5826     </member>
5827     <member name=
"M:UnityEditor.EditorGUI.EnumMaskField(UnityEngine.Rect,System.String,System.Enum)">
5828       <summary>
5829         <para>Make a field
for enum based masks.</para>
5830       </summary>
5831       <param name=
"position">Rectangle on the screen to use for this control.</param>
5832       <param name=
"enumValue">Enum to use for the flags.</param>
5833       <param name=
"style">Optional GUIStyle.</param>
5834       <param name=
"label">Caption/label for the control.</param>
5835       <returns>
5836         <para>The
value modified by the user.</para>
5837       </returns>
5838     </member>
5839     <member name=
"M:UnityEditor.EditorGUI.EnumMaskField(UnityEngine.Rect,UnityEngine.GUIContent,System.Enum)">
5840       <summary>
5841         <para>Make a field
for enum based masks.</para>
5842       </summary>
5843       <param name=
"position">Rectangle on the screen to use for this control.</param>
5844       <param name=
"enumValue">Enum to use for the flags.</param>
5845       <param name=
"style">Optional GUIStyle.</param>
5846       <param name=
"label">Caption/label for the control.</param>
5847       <returns>
5848         <para>The
value modified by the user.</para>
5849       </returns>
5850     </member>
5851     <member name=
"M:UnityEditor.EditorGUI.EnumMaskField(UnityEngine.Rect,System.Enum,UnityEngine.GUIStyle)">
5852       <summary>
5853         <para>Make a field
for enum based masks.</para>
5854       </summary>
5855       <param name=
"position">Rectangle on the screen to use for this control.</param>
5856       <param name=
"enumValue">Enum to use for the flags.</param>
5857       <param name=
"style">Optional GUIStyle.</param>
5858       <param name=
"label">Caption/label for the control.</param>
5859       <returns>
5860         <para>The
value modified by the user.</para>
5861       </returns>
5862     </member>
5863     <member name=
"M:UnityEditor.EditorGUI.EnumMaskField(UnityEngine.Rect,System.String,System.Enum,UnityEngine.GUIStyle)">
5864       <summary>
5865         <para>Make a field
for enum based masks.</para>
5866       </summary>
5867       <param name=
"position">Rectangle on the screen to use for this control.</param>
5868       <param name=
"enumValue">Enum to use for the flags.</param>
5869       <param name=
"style">Optional GUIStyle.</param>
5870       <param name=
"label">Caption/label for the control.</param>
5871       <returns>
5872         <para>The
value modified by the user.</para>
5873       </returns>
5874     </member>
5875     <member name=
"M:UnityEditor.EditorGUI.EnumMaskField(UnityEngine.Rect,UnityEngine.GUIContent,System.Enum,UnityEngine.GUIStyle)">
5876       <summary>
5877         <para>Make a field
for enum based masks.</para>
5878       </summary>
5879       <param name=
"position">Rectangle on the screen to use for this control.</param>
5880       <param name=
"enumValue">Enum to use for the flags.</param>
5881       <param name=
"style">Optional GUIStyle.</param>
5882       <param name=
"label">Caption/label for the control.</param>
5883       <returns>
5884         <para>The
value modified by the user.</para>
5885       </returns>
5886     </member>
5887     <member name=
"M:UnityEditor.EditorGUI.EnumMaskField">
5888       <summary>
5889         <para>Internal version that also gives you back which flags were changed and what they were changed to.</para>
5890       </summary>
5891     </member>
5892     <member name=
"M:UnityEditor.EditorGUI.EnumMaskPopup(UnityEngine.Rect,System.String,System.Enum,UnityEngine.GUIStyle)">
5893       <summary>
5894         <para>Make an
enum popup selection field for a bitmask.</para>
5895       </summary>
5896       <param name=
"position">Rectangle on the screen to use for the field.</param>
5897       <param name=
"label">Optional label in front of the field.</param>
5898       <param name=
"selected">The enum options the field shows.</param>
5899       <param name=
"style">Optional GUIStyle.</param>
5900       <returns>
5901         <para>The
enum options that has been selected by the user.</para>
5902       </returns>
5903     </member>
5904     <member name=
"M:UnityEditor.EditorGUI.EnumMaskPopup(UnityEngine.Rect,UnityEngine.GUIContent,System.Enum,UnityEngine.GUIStyle)">
5905       <summary>
5906         <para>Make an
enum popup selection field for a bitmask.</para>
5907       </summary>
5908       <param name=
"position">Rectangle on the screen to use for the field.</param>
5909       <param name=
"label">Optional label in front of the field.</param>
5910       <param name=
"selected">The enum options the field shows.</param>
5911       <param name=
"style">Optional GUIStyle.</param>
5912       <returns>
5913         <para>The
enum options that has been selected by the user.</para>
5914       </returns>
5915     </member>
5916     <member name=
"M:UnityEditor.EditorGUI.EnumPopup(UnityEngine.Rect,System.Enum)">
5917       <summary>
5918         <para>Make an
enum popup selection field.</para>
5919       </summary>
5920       <param name=
"position">Rectangle on the screen to use for the field.</param>
5921       <param name=
"label">Optional label in front of the field.</param>
5922       <param name=
"selected">The enum option the field shows.</param>
5923       <param name=
"style">Optional GUIStyle.</param>
5924       <returns>
5925         <para>The
enum option that has been selected by the user.</para>
5926       </returns>
5927     </member>
5928     <member name=
"M:UnityEditor.EditorGUI.EnumPopup(UnityEngine.Rect,System.String,System.Enum)">
5929       <summary>
5930         <para>Make an
enum popup selection field.</para>
5931       </summary>
5932       <param name=
"position">Rectangle on the screen to use for the field.</param>
5933       <param name=
"label">Optional label in front of the field.</param>
5934       <param name=
"selected">The enum option the field shows.</param>
5935       <param name=
"style">Optional GUIStyle.</param>
5936       <returns>
5937         <para>The
enum option that has been selected by the user.</para>
5938       </returns>
5939     </member>
5940     <member name=
"M:UnityEditor.EditorGUI.EnumPopup(UnityEngine.Rect,UnityEngine.GUIContent,System.Enum)">
5941       <summary>
5942         <para>Make an
enum popup selection field.</para>
5943       </summary>
5944       <param name=
"position">Rectangle on the screen to use for the field.</param>
5945       <param name=
"label">Optional label in front of the field.</param>
5946       <param name=
"selected">The enum option the field shows.</param>
5947       <param name=
"style">Optional GUIStyle.</param>
5948       <returns>
5949         <para>The
enum option that has been selected by the user.</para>
5950       </returns>
5951     </member>
5952     <member name=
"M:UnityEditor.EditorGUI.EnumPopup(UnityEngine.Rect,System.Enum,UnityEngine.GUIStyle)">
5953       <summary>
5954         <para>Make an
enum popup selection field.</para>
5955       </summary>
5956       <param name=
"position">Rectangle on the screen to use for the field.</param>
5957       <param name=
"label">Optional label in front of the field.</param>
5958       <param name=
"selected">The enum option the field shows.</param>
5959       <param name=
"style">Optional GUIStyle.</param>
5960       <returns>
5961         <para>The
enum option that has been selected by the user.</para>
5962       </returns>
5963     </member>
5964     <member name=
"M:UnityEditor.EditorGUI.EnumPopup(UnityEngine.Rect,System.String,System.Enum,UnityEngine.GUIStyle)">
5965       <summary>
5966         <para>Make an
enum popup selection field.</para>
5967       </summary>
5968       <param name=
"position">Rectangle on the screen to use for the field.</param>
5969       <param name=
"label">Optional label in front of the field.</param>
5970       <param name=
"selected">The enum option the field shows.</param>
5971       <param name=
"style">Optional GUIStyle.</param>
5972       <returns>
5973         <para>The
enum option that has been selected by the user.</para>
5974       </returns>
5975     </member>
5976     <member name=
"M:UnityEditor.EditorGUI.EnumPopup(UnityEngine.Rect,UnityEngine.GUIContent,System.Enum,UnityEngine.GUIStyle)">
5977       <summary>
5978         <para>Make an
enum popup selection field.</para>
5979       </summary>
5980       <param name=
"position">Rectangle on the screen to use for the field.</param>
5981       <param name=
"label">Optional label in front of the field.</param>
5982       <param name=
"selected">The enum option the field shows.</param>
5983       <param name=
"style">Optional GUIStyle.</param>
5984       <returns>
5985         <para>The
enum option that has been selected by the user.</para>
5986       </returns>
5987     </member>
5988     <member name=
"M:UnityEditor.EditorGUI.FloatField(UnityEngine.Rect,System.Single,UnityEngine.GUIStyle)">
5989       <summary>
5990         <para>Make a text field
for entering floats.</para>
5991       </summary>
5992       <param name=
"position">Rectangle on the screen to use for the float field.</param>
5993       <param name=
"label">Optional label to display in front of the float field.</param>
5994       <param name=
"value">The value to edit.</param>
5995       <param name=
"style">Optional GUIStyle.</param>
5996       <returns>
5997         <para>The
value entered by the user.</para>
5998       </returns>
5999     </member>
6000     <member name=
"M:UnityEditor.EditorGUI.FloatField(UnityEngine.Rect,System.String,System.Single,UnityEngine.GUIStyle)">
6001       <summary>
6002         <para>Make a text field
for entering floats.</para>
6003       </summary>
6004       <param name=
"position">Rectangle on the screen to use for the float field.</param>
6005       <param name=
"label">Optional label to display in front of the float field.</param>
6006       <param name=
"value">The value to edit.</param>
6007       <param name=
"style">Optional GUIStyle.</param>
6008       <returns>
6009         <para>The
value entered by the user.</para>
6010       </returns>
6011     </member>
6012     <member name=
"M:UnityEditor.EditorGUI.FloatField(UnityEngine.Rect,UnityEngine.GUIContent,System.Single,UnityEngine.GUIStyle)">
6013       <summary>
6014         <para>Make a text field
for entering floats.</para>
6015       </summary>
6016       <param name=
"position">Rectangle on the screen to use for the float field.</param>
6017       <param name=
"label">Optional label to display in front of the float field.</param>
6018       <param name=
"value">The value to edit.</param>
6019       <param name=
"style">Optional GUIStyle.</param>
6020       <returns>
6021         <para>The
value entered by the user.</para>
6022       </returns>
6023     </member>
6024     <member name=
"M:UnityEditor.EditorGUI.FocusTextInControl(System.String)">
6025       <summary>
6026         <para>Move keyboard focus to a named text field and begin editing of the content.</para>
6027       </summary>
6028       <param name=
"name">Name set using GUI.SetNextControlName.</param>
6029     </member>
6030     <member name=
"M:UnityEditor.EditorGUI.Foldout(UnityEngine.Rect,System.Boolean,System.String)">
6031       <summary>
6032         <para>Make a label with a foldout arrow to the left of it.</para>
6033       </summary>
6034       <param name=
"position">Rectangle on the screen to use for the arrow and label.</param>
6035       <param name=
"foldout">The shown foldout state.</param>
6036       <param name=
"content">The label to show.</param>
6037       <param name=
"style">Optional GUIStyle.</param>
6038       <param name=
"toggleOnLabelClick">Should the label be a clickable part of the control?</param>
6039       <returns>
6040         <para>The foldout state selected
by the user. If true, you should render sub-objects.</para>
6041       </returns>
6042     </member>
6043     <member name=
"M:UnityEditor.EditorGUI.Foldout(UnityEngine.Rect,System.Boolean,UnityEngine.GUIContent)">
6044       <summary>
6045         <para>Make a label with a foldout arrow to the left of it.</para>
6046       </summary>
6047       <param name=
"position">Rectangle on the screen to use for the arrow and label.</param>
6048       <param name=
"foldout">The shown foldout state.</param>
6049       <param name=
"content">The label to show.</param>
6050       <param name=
"style">Optional GUIStyle.</param>
6051       <param name=
"toggleOnLabelClick">Should the label be a clickable part of the control?</param>
6052       <returns>
6053         <para>The foldout state selected
by the user. If true, you should render sub-objects.</para>
6054       </returns>
6055     </member>
6056     <member name=
"M:UnityEditor.EditorGUI.Foldout(UnityEngine.Rect,System.Boolean,System.String,System.Boolean)">
6057       <summary>
6058         <para>Make a label with a foldout arrow to the left of it.</para>
6059       </summary>
6060       <param name=
"position">Rectangle on the screen to use for the arrow and label.</param>
6061       <param name=
"foldout">The shown foldout state.</param>
6062       <param name=
"content">The label to show.</param>
6063       <param name=
"style">Optional GUIStyle.</param>
6064       <param name=
"toggleOnLabelClick">Should the label be a clickable part of the control?</param>
6065       <returns>
6066         <para>The foldout state selected
by the user. If true, you should render sub-objects.</para>
6067       </returns>
6068     </member>
6069     <member name=
"M:UnityEditor.EditorGUI.Foldout(UnityEngine.Rect,System.Boolean,UnityEngine.GUIContent,System.Boolean)">
6070       <summary>
6071         <para>Make a label with a foldout arrow to the left of it.</para>
6072       </summary>
6073       <param name=
"position">Rectangle on the screen to use for the arrow and label.</param>
6074       <param name=
"foldout">The shown foldout state.</param>
6075       <param name=
"content">The label to show.</param>
6076       <param name=
"style">Optional GUIStyle.</param>
6077       <param name=
"toggleOnLabelClick">Should the label be a clickable part of the control?</param>
6078       <returns>
6079         <para>The foldout state selected
by the user. If true, you should render sub-objects.</para>
6080       </returns>
6081     </member>
6082     <member name=
"M:UnityEditor.EditorGUI.Foldout(UnityEngine.Rect,System.Boolean,System.String,UnityEngine.GUIStyle)">
6083       <summary>
6084         <para>Make a label with a foldout arrow to the left of it.</para>
6085       </summary>
6086       <param name=
"position">Rectangle on the screen to use for the arrow and label.</param>
6087       <param name=
"foldout">The shown foldout state.</param>
6088       <param name=
"content">The label to show.</param>
6089       <param name=
"style">Optional GUIStyle.</param>
6090       <param name=
"toggleOnLabelClick">Should the label be a clickable part of the control?</param>
6091       <returns>
6092         <para>The foldout state selected
by the user. If true, you should render sub-objects.</para>
6093       </returns>
6094     </member>
6095     <member name=
"M:UnityEditor.EditorGUI.Foldout(UnityEngine.Rect,System.Boolean,System.String,System.Boolean,UnityEngine.GUIStyle)">
6096       <summary>
6097         <para>Make a label with a foldout arrow to the left of it.</para>
6098       </summary>
6099       <param name=
"position">Rectangle on the screen to use for the arrow and label.</param>
6100       <param name=
"foldout">The shown foldout state.</param>
6101       <param name=
"content">The label to show.</param>
6102       <param name=
"style">Optional GUIStyle.</param>
6103       <param name=
"toggleOnLabelClick">Should the label be a clickable part of the control?</param>
6104       <returns>
6105         <para>The foldout state selected
by the user. If true, you should render sub-objects.</para>
6106       </returns>
6107     </member>
6108     <member name=
"M:UnityEditor.EditorGUI.Foldout(UnityEngine.Rect,System.Boolean,UnityEngine.GUIContent,UnityEngine.GUIStyle)">
6109       <summary>
6110         <para>Make a label with a foldout arrow to the left of it.</para>
6111       </summary>
6112       <param name=
"position">Rectangle on the screen to use for the arrow and label.</param>
6113       <param name=
"foldout">The shown foldout state.</param>
6114       <param name=
"content">The label to show.</param>
6115       <param name=
"style">Optional GUIStyle.</param>
6116       <param name=
"toggleOnLabelClick">Should the label be a clickable part of the control?</param>
6117       <returns>
6118         <para>The foldout state selected
by the user. If true, you should render sub-objects.</para>
6119       </returns>
6120     </member>
6121     <member name=
"M:UnityEditor.EditorGUI.Foldout(UnityEngine.Rect,System.Boolean,UnityEngine.GUIContent,System.Boolean,UnityEngine.GUIStyle)">
6122       <summary>
6123         <para>Make a label with a foldout arrow to the left of it.</para>
6124       </summary>
6125       <param name=
"position">Rectangle on the screen to use for the arrow and label.</param>
6126       <param name=
"foldout">The shown foldout state.</param>
6127       <param name=
"content">The label to show.</param>
6128       <param name=
"style">Optional GUIStyle.</param>
6129       <param name=
"toggleOnLabelClick">Should the label be a clickable part of the control?</param>
6130       <returns>
6131         <para>The foldout state selected
by the user. If true, you should render sub-objects.</para>
6132       </returns>
6133     </member>
6134     <member name=
"M:UnityEditor.EditorGUI.GetPropertyHeight(UnityEditor.SerializedProperty)">
6135       <summary>
6136         <para>Get the height needed
for a PropertyField control.</para>
6137       </summary>
6138       <param name=
"property">Height of the property area.</param>
6139       <param name=
"label">Descriptive text or image.</param>
6140       <param name=
"includeChildren">Should the returned height include the height of child properties?</param>
6141     </member>
6142     <member name=
"M:UnityEditor.EditorGUI.GetPropertyHeight(UnityEditor.SerializedProperty,UnityEngine.GUIContent)">
6143       <summary>
6144         <para>Get the height needed
for a PropertyField control.</para>
6145       </summary>
6146       <param name=
"property">Height of the property area.</param>
6147       <param name=
"label">Descriptive text or image.</param>
6148       <param name=
"includeChildren">Should the returned height include the height of child properties?</param>
6149     </member>
6150     <member name=
"M:UnityEditor.EditorGUI.GetPropertyHeight(UnityEditor.SerializedProperty,UnityEngine.GUIContent,System.Boolean)">
6151       <summary>
6152         <para>Get the height needed
for a PropertyField control.</para>
6153       </summary>
6154       <param name=
"property">Height of the property area.</param>
6155       <param name=
"label">Descriptive text or image.</param>
6156       <param name=
"includeChildren">Should the returned height include the height of child properties?</param>
6157     </member>
6158     <member name=
"M:UnityEditor.EditorGUI.HandlePrefixLabel(UnityEngine.Rect,UnityEngine.Rect,UnityEngine.GUIContent)">
6159       <summary>
6160         <para>Make a label
for some control.</para>
6161       </summary>
6162       <param name=
"totalPosition">Rectangle on the screen to use in total for both the label and the control.</param>
6163       <param name=
"labelPosition">Rectangle on the screen to use for the label.</param>
6164       <param name=
"label">Label to show for the control.</param>
6165       <param name=
"id">The unique ID of the control. If none specified, the ID of the following control is used.</param>
6166       <param name=
"style">Optional GUIStyle to use for the label.</param>
6167     </member>
6168     <member name=
"M:UnityEditor.EditorGUI.HandlePrefixLabel(UnityEngine.Rect,UnityEngine.Rect,UnityEngine.GUIContent,System.Int32)">
6169       <summary>
6170         <para>Make a label
for some control.</para>
6171       </summary>
6172       <param name=
"totalPosition">Rectangle on the screen to use in total for both the label and the control.</param>
6173       <param name=
"labelPosition">Rectangle on the screen to use for the label.</param>
6174       <param name=
"label">Label to show for the control.</param>
6175       <param name=
"id">The unique ID of the control. If none specified, the ID of the following control is used.</param>
6176       <param name=
"style">Optional GUIStyle to use for the label.</param>
6177     </member>
6178     <member name=
"M:UnityEditor.EditorGUI.HandlePrefixLabel(UnityEngine.Rect,UnityEngine.Rect,UnityEngine.GUIContent,System.Int32,UnityEngine.GUIStyle)">
6179       <summary>
6180         <para>Make a label
for some control.</para>
6181       </summary>
6182       <param name=
"totalPosition">Rectangle on the screen to use in total for both the label and the control.</param>
6183       <param name=
"labelPosition">Rectangle on the screen to use for the label.</param>
6184       <param name=
"label">Label to show for the control.</param>
6185       <param name=
"id">The unique ID of the control. If none specified, the ID of the following control is used.</param>
6186       <param name=
"style">Optional GUIStyle to use for the label.</param>
6187     </member>
6188     <member name=
"M:UnityEditor.EditorGUI.HelpBox(UnityEngine.Rect,System.String,UnityEditor.MessageType)">
6189       <summary>
6190         <para>Make a help box with a message to the user.</para>
6191       </summary>
6192       <param name=
"position">Rectangle on the screen to draw the help box within.</param>
6193       <param name=
"message">The message text.</param>
6194       <param name=
"type">The type of message.</param>
6195     </member>
6196     <member name=
"M:UnityEditor.EditorGUI.InspectorTitlebar">
6197       <summary>
6198         <para>Make an inspector-window-like titlebar.</para>
6199       </summary>
6200       <param name=
"position">Rectangle on the screen to use for the titlebar.</param>
6201       <param name=
"foldout">The foldout state shown with the arrow.</param>
6202       <param name=
"targetObj">The object (for example a component) that the titlebar is for.</param>
6203       <param name=
"targetObjs">The objects that the titlebar is for.</param>
6204       <param name=
"expandable">Whether this editor should display a foldout arrow in order to toggle the display of its properties.</param>
6205       <returns>
6206         <para>The foldout state selected
by the user.</para>
6207       </returns>
6208     </member>
6209     <member name=
"M:UnityEditor.EditorGUI.InspectorTitlebar">
6210       <summary>
6211         <para>Make an inspector-window-like titlebar.</para>
6212       </summary>
6213       <param name=
"position">Rectangle on the screen to use for the titlebar.</param>
6214       <param name=
"foldout">The foldout state shown with the arrow.</param>
6215       <param name=
"targetObj">The object (for example a component) that the titlebar is for.</param>
6216       <param name=
"targetObjs">The objects that the titlebar is for.</param>
6217       <param name=
"expandable">Whether this editor should display a foldout arrow in order to toggle the display of its properties.</param>
6218       <returns>
6219         <para>The foldout state selected
by the user.</para>
6220       </returns>
6221     </member>
6222     <member name=
"M:UnityEditor.EditorGUI.InspectorTitlebar(UnityEngine.Rect,System.Boolean,UnityEngine.Object,System.Boolean)">
6223       <summary>
6224         <para>Make an inspector-window-like titlebar.</para>
6225       </summary>
6226       <param name=
"position">Rectangle on the screen to use for the titlebar.</param>
6227       <param name=
"foldout">The foldout state shown with the arrow.</param>
6228       <param name=
"targetObj">The object (for example a component) that the titlebar is for.</param>
6229       <param name=
"targetObjs">The objects that the titlebar is for.</param>
6230       <param name=
"expandable">Whether this editor should display a foldout arrow in order to toggle the display of its properties.</param>
6231       <returns>
6232         <para>The foldout state selected
by the user.</para>
6233       </returns>
6234     </member>
6235     <member name=
"M:UnityEditor.EditorGUI.InspectorTitlebar(UnityEngine.Rect,System.Boolean,UnityEngine.Object[],System.Boolean)">
6236       <summary>
6237         <para>Make an inspector-window-like titlebar.</para>
6238       </summary>
6239       <param name=
"position">Rectangle on the screen to use for the titlebar.</param>
6240       <param name=
"foldout">The foldout state shown with the arrow.</param>
6241       <param name=
"targetObj">The object (for example a component) that the titlebar is for.</param>
6242       <param name=
"targetObjs">The objects that the titlebar is for.</param>
6243       <param name=
"expandable">Whether this editor should display a foldout arrow in order to toggle the display of its properties.</param>
6244       <returns>
6245         <para>The foldout state selected
by the user.</para>
6246       </returns>
6247     </member>
6248     <member name=
"M:UnityEditor.EditorGUI.IntField(UnityEngine.Rect,System.Int32)">
6249       <summary>
6250         <para>Make a text field
for entering integers.</para>
6251       </summary>
6252       <param name=
"position">Rectangle on the screen to use for the int field.</param>
6253       <param name=
"label">Optional label to display in front of the int field.</param>
6254       <param name=
"value">The value to edit.</param>
6255       <param name=
"style">Optional GUIStyle.</param>
6256       <returns>
6257         <para>The
value entered by the user.</para>
6258       </returns>
6259     </member>
6260     <member name=
"M:UnityEditor.EditorGUI.IntField(UnityEngine.Rect,System.String,System.Int32)">
6261       <summary>
6262         <para>Make a text field
for entering integers.</para>
6263       </summary>
6264       <param name=
"position">Rectangle on the screen to use for the int field.</param>
6265       <param name=
"label">Optional label to display in front of the int field.</param>
6266       <param name=
"value">The value to edit.</param>
6267       <param name=
"style">Optional GUIStyle.</param>
6268       <returns>
6269         <para>The
value entered by the user.</para>
6270       </returns>
6271     </member>
6272     <member name=
"M:UnityEditor.EditorGUI.IntField(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32)">
6273       <summary>
6274         <para>Make a text field
for entering integers.</para>
6275       </summary>
6276       <param name=
"position">Rectangle on the screen to use for the int field.</param>
6277       <param name=
"label">Optional label to display in front of the int field.</param>
6278       <param name=
"value">The value to edit.</param>
6279       <param name=
"style">Optional GUIStyle.</param>
6280       <returns>
6281         <para>The
value entered by the user.</para>
6282       </returns>
6283     </member>
6284     <member name=
"M:UnityEditor.EditorGUI.IntField(UnityEngine.Rect,System.Int32,UnityEngine.GUIStyle)">
6285       <summary>
6286         <para>Make a text field
for entering integers.</para>
6287       </summary>
6288       <param name=
"position">Rectangle on the screen to use for the int field.</param>
6289       <param name=
"label">Optional label to display in front of the int field.</param>
6290       <param name=
"value">The value to edit.</param>
6291       <param name=
"style">Optional GUIStyle.</param>
6292       <returns>
6293         <para>The
value entered by the user.</para>
6294       </returns>
6295     </member>
6296     <member name=
"M:UnityEditor.EditorGUI.IntField(UnityEngine.Rect,System.String,System.Int32,UnityEngine.GUIStyle)">
6297       <summary>
6298         <para>Make a text field
for entering integers.</para>
6299       </summary>
6300       <param name=
"position">Rectangle on the screen to use for the int field.</param>
6301       <param name=
"label">Optional label to display in front of the int field.</param>
6302       <param name=
"value">The value to edit.</param>
6303       <param name=
"style">Optional GUIStyle.</param>
6304       <returns>
6305         <para>The
value entered by the user.</para>
6306       </returns>
6307     </member>
6308     <member name=
"M:UnityEditor.EditorGUI.IntField(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32,UnityEngine.GUIStyle)">
6309       <summary>
6310         <para>Make a text field
for entering integers.</para>
6311       </summary>
6312       <param name=
"position">Rectangle on the screen to use for the int field.</param>
6313       <param name=
"label">Optional label to display in front of the int field.</param>
6314       <param name=
"value">The value to edit.</param>
6315       <param name=
"style">Optional GUIStyle.</param>
6316       <returns>
6317         <para>The
value entered by the user.</para>
6318       </returns>
6319     </member>
6320     <member name=
"M:UnityEditor.EditorGUI.IntPopup(UnityEngine.Rect,System.Int32,System.String[],System.Int32[])">
6321       <summary>
6322         <para>Make an integer popup selection field.</para>
6323       </summary>
6324       <param name=
"position">Rectangle on the screen to use for the field.</param>
6325       <param name=
"label">Optional label in front of the field.</param>
6326       <param name=
"selectedValue">The value of the option the field shows.</param>
6327       <param name=
"displayedOptions">An array with the displayed options the user can choose from.</param>
6328       <param name=
"optionValues">An array with the values for each option. If optionValues a direct mapping of selectedValue to displayedOptions is assumed.</param>
6329       <param name=
"style">Optional GUIStyle.</param>
6330       <returns>
6331         <para>The
value of the option that has been selected by the user.</para>
6332       </returns>
6333     </member>
6334     <member name=
"M:UnityEditor.EditorGUI.IntPopup(UnityEngine.Rect,System.Int32,UnityEngine.GUIContent[],System.Int32[])">
6335       <summary>
6336         <para>Make an integer popup selection field.</para>
6337       </summary>
6338       <param name=
"position">Rectangle on the screen to use for the field.</param>
6339       <param name=
"label">Optional label in front of the field.</param>
6340       <param name=
"selectedValue">The value of the option the field shows.</param>
6341       <param name=
"displayedOptions">An array with the displayed options the user can choose from.</param>
6342       <param name=
"optionValues">An array with the values for each option. If optionValues a direct mapping of selectedValue to displayedOptions is assumed.</param>
6343       <param name=
"style">Optional GUIStyle.</param>
6344       <returns>
6345         <para>The
value of the option that has been selected by the user.</para>
6346       </returns>
6347     </member>
6348     <member name=
"M:UnityEditor.EditorGUI.IntPopup(UnityEngine.Rect,System.Int32,System.String[],System.Int32[],UnityEngine.GUIStyle)">
6349       <summary>
6350         <para>Make an integer popup selection field.</para>
6351       </summary>
6352       <param name=
"position">Rectangle on the screen to use for the field.</param>
6353       <param name=
"label">Optional label in front of the field.</param>
6354       <param name=
"selectedValue">The value of the option the field shows.</param>
6355       <param name=
"displayedOptions">An array with the displayed options the user can choose from.</param>
6356       <param name=
"optionValues">An array with the values for each option. If optionValues a direct mapping of selectedValue to displayedOptions is assumed.</param>
6357       <param name=
"style">Optional GUIStyle.</param>
6358       <returns>
6359         <para>The
value of the option that has been selected by the user.</para>
6360       </returns>
6361     </member>
6362     <member name=
"M:UnityEditor.EditorGUI.IntPopup(UnityEngine.Rect,System.Int32,UnityEngine.GUIContent[],System.Int32[],UnityEngine.GUIStyle)">
6363       <summary>
6364         <para>Make an integer popup selection field.</para>
6365       </summary>
6366       <param name=
"position">Rectangle on the screen to use for the field.</param>
6367       <param name=
"label">Optional label in front of the field.</param>
6368       <param name=
"selectedValue">The value of the option the field shows.</param>
6369       <param name=
"displayedOptions">An array with the displayed options the user can choose from.</param>
6370       <param name=
"optionValues">An array with the values for each option. If optionValues a direct mapping of selectedValue to displayedOptions is assumed.</param>
6371       <param name=
"style">Optional GUIStyle.</param>
6372       <returns>
6373         <para>The
value of the option that has been selected by the user.</para>
6374       </returns>
6375     </member>
6376     <member name=
"M:UnityEditor.EditorGUI.IntPopup(UnityEngine.Rect,System.String,System.Int32,System.String[],System.Int32[],UnityEngine.GUIStyle)">
6377       <summary>
6378         <para>Make an integer popup selection field.</para>
6379       </summary>
6380       <param name=
"position">Rectangle on the screen to use for the field.</param>
6381       <param name=
"label">Optional label in front of the field.</param>
6382       <param name=
"selectedValue">The value of the option the field shows.</param>
6383       <param name=
"displayedOptions">An array with the displayed options the user can choose from.</param>
6384       <param name=
"optionValues">An array with the values for each option. If optionValues a direct mapping of selectedValue to displayedOptions is assumed.</param>
6385       <param name=
"style">Optional GUIStyle.</param>
6386       <returns>
6387         <para>The
value of the option that has been selected by the user.</para>
6388       </returns>
6389     </member>
6390     <member name=
"M:UnityEditor.EditorGUI.IntPopup(UnityEngine.Rect,System.String,System.Int32,System.String[],System.Int32[])">
6391       <summary>
6392         <para>Make an integer popup selection field.</para>
6393       </summary>
6394       <param name=
"position">Rectangle on the screen to use for the field.</param>
6395       <param name=
"label">Optional label in front of the field.</param>
6396       <param name=
"selectedValue">The value of the option the field shows.</param>
6397       <param name=
"displayedOptions">An array with the displayed options the user can choose from.</param>
6398       <param name=
"optionValues">An array with the values for each option. If optionValues a direct mapping of selectedValue to displayedOptions is assumed.</param>
6399       <param name=
"style">Optional GUIStyle.</param>
6400       <returns>
6401         <para>The
value of the option that has been selected by the user.</para>
6402       </returns>
6403     </member>
6404     <member name=
"M:UnityEditor.EditorGUI.IntPopup(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32,UnityEngine.GUIContent[],System.Int32[],UnityEngine.GUIStyle)">
6405       <summary>
6406         <para>Make an integer popup selection field.</para>
6407       </summary>
6408       <param name=
"position">Rectangle on the screen to use for the field.</param>
6409       <param name=
"label">Optional label in front of the field.</param>
6410       <param name=
"selectedValue">The value of the option the field shows.</param>
6411       <param name=
"displayedOptions">An array with the displayed options the user can choose from.</param>
6412       <param name=
"optionValues">An array with the values for each option. If optionValues a direct mapping of selectedValue to displayedOptions is assumed.</param>
6413       <param name=
"style">Optional GUIStyle.</param>
6414       <returns>
6415         <para>The
value of the option that has been selected by the user.</para>
6416       </returns>
6417     </member>
6418     <member name=
"M:UnityEditor.EditorGUI.IntPopup(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32,UnityEngine.GUIContent[],System.Int32[])">
6419       <summary>
6420         <para>Make an integer popup selection field.</para>
6421       </summary>
6422       <param name=
"position">Rectangle on the screen to use for the field.</param>
6423       <param name=
"label">Optional label in front of the field.</param>
6424       <param name=
"selectedValue">The value of the option the field shows.</param>
6425       <param name=
"displayedOptions">An array with the displayed options the user can choose from.</param>
6426       <param name=
"optionValues">An array with the values for each option. If optionValues a direct mapping of selectedValue to displayedOptions is assumed.</param>
6427       <param name=
"style">Optional GUIStyle.</param>
6428       <returns>
6429         <para>The
value of the option that has been selected by the user.</para>
6430       </returns>
6431     </member>
6432     <member name=
"M:UnityEditor.EditorGUI.IntPopup(UnityEngine.Rect,UnityEditor.SerializedProperty,UnityEngine.GUIContent[],System.Int32[])">
6433       <summary>
6434         <para></para>
6435       </summary>
6436       <param name=
"position">Rectangle on the screen to use for the field.</param>
6437       <param name=
"property">The SerializedProperty to use for the control.</param>
6438       <param name=
"displayedOptions">An array with the displayed options the user can choose from.</param>
6439       <param name=
"optionValues">An array with the values for each option. If optionValues a direct mapping of selectedValue to displayedOptions is assumed.</param>
6440       <param name=
"label">Optional label in front of the field.</param>
6441     </member>
6442     <member name=
"M:UnityEditor.EditorGUI.IntPopup(UnityEngine.Rect,UnityEditor.SerializedProperty,UnityEngine.GUIContent[],System.Int32[],UnityEngine.GUIContent)">
6443       <summary>
6444         <para></para>
6445       </summary>
6446       <param name=
"position">Rectangle on the screen to use for the field.</param>
6447       <param name=
"property">The SerializedProperty to use for the control.</param>
6448       <param name=
"displayedOptions">An array with the displayed options the user can choose from.</param>
6449       <param name=
"optionValues">An array with the values for each option. If optionValues a direct mapping of selectedValue to displayedOptions is assumed.</param>
6450       <param name=
"label">Optional label in front of the field.</param>
6451     </member>
6452     <member name=
"M:UnityEditor.EditorGUI.IntSlider(UnityEngine.Rect,System.Int32,System.Int32,System.Int32)">
6453       <summary>
6454         <para>Make a slider the user can drag to change an integer
value between a min and a max.</para>
6455       </summary>
6456       <param name=
"position">Rectangle on the screen to use for the slider.</param>
6457       <param name=
"label">Optional label in front of the slider.</param>
6458       <param name=
"value">The value the slider shows. This determines the position of the draggable thumb.</param>
6459       <param name=
"leftValue">The value at the left end of the slider.</param>
6460       <param name=
"rightValue">The value at the right end of the slider.</param>
6461       <returns>
6462         <para>The
value that has been set by the user.</para>
6463       </returns>
6464     </member>
6465     <member name=
"M:UnityEditor.EditorGUI.IntSlider(UnityEngine.Rect,System.String,System.Int32,System.Int32,System.Int32)">
6466       <summary>
6467         <para>Make a slider the user can drag to change an integer
value between a min and a max.</para>
6468       </summary>
6469       <param name=
"position">Rectangle on the screen to use for the slider.</param>
6470       <param name=
"label">Optional label in front of the slider.</param>
6471       <param name=
"value">The value the slider shows. This determines the position of the draggable thumb.</param>
6472       <param name=
"leftValue">The value at the left end of the slider.</param>
6473       <param name=
"rightValue">The value at the right end of the slider.</param>
6474       <returns>
6475         <para>The
value that has been set by the user.</para>
6476       </returns>
6477     </member>
6478     <member name=
"M:UnityEditor.EditorGUI.IntSlider(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32,System.Int32,System.Int32)">
6479       <summary>
6480         <para>Make a slider the user can drag to change an integer
value between a min and a max.</para>
6481       </summary>
6482       <param name=
"position">Rectangle on the screen to use for the slider.</param>
6483       <param name=
"label">Optional label in front of the slider.</param>
6484       <param name=
"value">The value the slider shows. This determines the position of the draggable thumb.</param>
6485       <param name=
"leftValue">The value at the left end of the slider.</param>
6486       <param name=
"rightValue">The value at the right end of the slider.</param>
6487       <returns>
6488         <para>The
value that has been set by the user.</para>
6489       </returns>
6490     </member>
6491     <member name=
"M:UnityEditor.EditorGUI.IntSlider(UnityEngine.Rect,UnityEditor.SerializedProperty,System.Int32,System.Int32)">
6492       <summary>
6493         <para>Make a slider the user can drag to change a
value between a min and a max.</para>
6494       </summary>
6495       <param name=
"position">Rectangle on the screen to use for the slider.</param>
6496       <param name=
"label">Optional label in front of the slider.</param>
6497       <param name=
"property">The value the slider shows. This determines the position of the draggable thumb.</param>
6498       <param name=
"leftValue">The value at the left end of the slider.</param>
6499       <param name=
"rightValue">The value at the right end of the slider.</param>
6500     </member>
6501     <member name=
"M:UnityEditor.EditorGUI.IntSlider(UnityEngine.Rect,UnityEditor.SerializedProperty,System.Int32,System.Int32,System.String)">
6502       <summary>
6503         <para>Make a slider the user can drag to change a
value between a min and a max.</para>
6504       </summary>
6505       <param name=
"position">Rectangle on the screen to use for the slider.</param>
6506       <param name=
"label">Optional label in front of the slider.</param>
6507       <param name=
"property">The value the slider shows. This determines the position of the draggable thumb.</param>
6508       <param name=
"leftValue">The value at the left end of the slider.</param>
6509       <param name=
"rightValue">The value at the right end of the slider.</param>
6510     </member>
6511     <member name=
"M:UnityEditor.EditorGUI.IntSlider(UnityEngine.Rect,UnityEditor.SerializedProperty,System.Int32,System.Int32,UnityEngine.GUIContent)">
6512       <summary>
6513         <para>Make a slider the user can drag to change a
value between a min and a max.</para>
6514       </summary>
6515       <param name=
"position">Rectangle on the screen to use for the slider.</param>
6516       <param name=
"label">Optional label in front of the slider.</param>
6517       <param name=
"property">The value the slider shows. This determines the position of the draggable thumb.</param>
6518       <param name=
"leftValue">The value at the left end of the slider.</param>
6519       <param name=
"rightValue">The value at the right end of the slider.</param>
6520     </member>
6521     <member name=
"M:UnityEditor.EditorGUI.LabelField(UnityEngine.Rect,System.String)">
6522       <summary>
6523         <para>Make a label field. (Useful
for showing read-only info.)</para>
6524       </summary>
6525       <param name=
"position">Rectangle on the screen to use for the label field.</param>
6526       <param name=
"label">Label in front of the label field.</param>
6527       <param name=
"label2">The label to show to the right.</param>
6528       <param name=
"style">Style information (color, etc) for displaying the label.</param>
6529     </member>
6530     <member name=
"M:UnityEditor.EditorGUI.LabelField(UnityEngine.Rect,UnityEngine.GUIContent)">
6531       <summary>
6532         <para>Make a label field. (Useful
for showing read-only info.)</para>
6533       </summary>
6534       <param name=
"position">Rectangle on the screen to use for the label field.</param>
6535       <param name=
"label">Label in front of the label field.</param>
6536       <param name=
"label2">The label to show to the right.</param>
6537       <param name=
"style">Style information (color, etc) for displaying the label.</param>
6538     </member>
6539     <member name=
"M:UnityEditor.EditorGUI.LabelField(UnityEngine.Rect,System.String,System.String)">
6540       <summary>
6541         <para>Make a label field. (Useful
for showing read-only info.)</para>
6542       </summary>
6543       <param name=
"position">Rectangle on the screen to use for the label field.</param>
6544       <param name=
"label">Label in front of the label field.</param>
6545       <param name=
"label2">The label to show to the right.</param>
6546       <param name=
"style">Style information (color, etc) for displaying the label.</param>
6547     </member>
6548     <member name=
"M:UnityEditor.EditorGUI.LabelField(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.GUIContent)">
6549       <summary>
6550         <para>Make a label field. (Useful
for showing read-only info.)</para>
6551       </summary>
6552       <param name=
"position">Rectangle on the screen to use for the label field.</param>
6553       <param name=
"label">Label in front of the label field.</param>
6554       <param name=
"label2">The label to show to the right.</param>
6555       <param name=
"style">Style information (color, etc) for displaying the label.</param>
6556     </member>
6557     <member name=
"M:UnityEditor.EditorGUI.LabelField(UnityEngine.Rect,System.String,UnityEngine.GUIStyle)">
6558       <summary>
6559         <para>Make a label field. (Useful
for showing read-only info.)</para>
6560       </summary>
6561       <param name=
"position">Rectangle on the screen to use for the label field.</param>
6562       <param name=
"label">Label in front of the label field.</param>
6563       <param name=
"label2">The label to show to the right.</param>
6564       <param name=
"style">Style information (color, etc) for displaying the label.</param>
6565     </member>
6566     <member name=
"M:UnityEditor.EditorGUI.LabelField(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.GUIStyle)">
6567       <summary>
6568         <para>Make a label field. (Useful
for showing read-only info.)</para>
6569       </summary>
6570       <param name=
"position">Rectangle on the screen to use for the label field.</param>
6571       <param name=
"label">Label in front of the label field.</param>
6572       <param name=
"label2">The label to show to the right.</param>
6573       <param name=
"style">Style information (color, etc) for displaying the label.</param>
6574     </member>
6575     <member name=
"M:UnityEditor.EditorGUI.LabelField(UnityEngine.Rect,System.String,System.String,UnityEngine.GUIStyle)">
6576       <summary>
6577         <para>Make a label field. (Useful
for showing read-only info.)</para>
6578       </summary>
6579       <param name=
"position">Rectangle on the screen to use for the label field.</param>
6580       <param name=
"label">Label in front of the label field.</param>
6581       <param name=
"label2">The label to show to the right.</param>
6582       <param name=
"style">Style information (color, etc) for displaying the label.</param>
6583     </member>
6584     <member name=
"M:UnityEditor.EditorGUI.LabelField(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.GUIContent,UnityEngine.GUIStyle)">
6585       <summary>
6586         <para>Make a label field. (Useful
for showing read-only info.)</para>
6587       </summary>
6588       <param name=
"position">Rectangle on the screen to use for the label field.</param>
6589       <param name=
"label">Label in front of the label field.</param>
6590       <param name=
"label2">The label to show to the right.</param>
6591       <param name=
"style">Style information (color, etc) for displaying the label.</param>
6592     </member>
6593     <member name=
"M:UnityEditor.EditorGUI.LayerField(UnityEngine.Rect,System.Int32)">
6594       <summary>
6595         <para>Make a layer selection field.</para>
6596       </summary>
6597       <param name=
"position">Rectangle on the screen to use for the field.</param>
6598       <param name=
"label">Optional label in front of the field.</param>
6599       <param name=
"layer">The layer shown in the field.</param>
6600       <param name=
"style">Optional GUIStyle.</param>
6601       <returns>
6602         <para>The layer selected
by the user.</para>
6603       </returns>
6604     </member>
6605     <member name=
"M:UnityEditor.EditorGUI.LayerField(UnityEngine.Rect,System.String,System.Int32)">
6606       <summary>
6607         <para>Make a layer selection field.</para>
6608       </summary>
6609       <param name=
"position">Rectangle on the screen to use for the field.</param>
6610       <param name=
"label">Optional label in front of the field.</param>
6611       <param name=
"layer">The layer shown in the field.</param>
6612       <param name=
"style">Optional GUIStyle.</param>
6613       <returns>
6614         <para>The layer selected
by the user.</para>
6615       </returns>
6616     </member>
6617     <member name=
"M:UnityEditor.EditorGUI.LayerField(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32)">
6618       <summary>
6619         <para>Make a layer selection field.</para>
6620       </summary>
6621       <param name=
"position">Rectangle on the screen to use for the field.</param>
6622       <param name=
"label">Optional label in front of the field.</param>
6623       <param name=
"layer">The layer shown in the field.</param>
6624       <param name=
"style">Optional GUIStyle.</param>
6625       <returns>
6626         <para>The layer selected
by the user.</para>
6627       </returns>
6628     </member>
6629     <member name=
"M:UnityEditor.EditorGUI.LayerField(UnityEngine.Rect,System.Int32,UnityEngine.GUIStyle)">
6630       <summary>
6631         <para>Make a layer selection field.</para>
6632       </summary>
6633       <param name=
"position">Rectangle on the screen to use for the field.</param>
6634       <param name=
"label">Optional label in front of the field.</param>
6635       <param name=
"layer">The layer shown in the field.</param>
6636       <param name=
"style">Optional GUIStyle.</param>
6637       <returns>
6638         <para>The layer selected
by the user.</para>
6639       </returns>
6640     </member>
6641     <member name=
"M:UnityEditor.EditorGUI.LayerField(UnityEngine.Rect,System.String,System.Int32,UnityEngine.GUIStyle)">
6642       <summary>
6643         <para>Make a layer selection field.</para>
6644       </summary>
6645       <param name=
"position">Rectangle on the screen to use for the field.</param>
6646       <param name=
"label">Optional label in front of the field.</param>
6647       <param name=
"layer">The layer shown in the field.</param>
6648       <param name=
"style">Optional GUIStyle.</param>
6649       <returns>
6650         <para>The layer selected
by the user.</para>
6651       </returns>
6652     </member>
6653     <member name=
"M:UnityEditor.EditorGUI.LayerField(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32,UnityEngine.GUIStyle)">
6654       <summary>
6655         <para>Make a layer selection field.</para>
6656       </summary>
6657       <param name=
"position">Rectangle on the screen to use for the field.</param>
6658       <param name=
"label">Optional label in front of the field.</param>
6659       <param name=
"layer">The layer shown in the field.</param>
6660       <param name=
"style">Optional GUIStyle.</param>
6661       <returns>
6662         <para>The layer selected
by the user.</para>
6663       </returns>
6664     </member>
6665     <member name=
"M:UnityEditor.EditorGUI.LongField(UnityEngine.Rect,System.Int64)">
6666       <summary>
6667         <para>Make a text field
for entering long integers.</para>
6668       </summary>
6669       <param name=
"position">Rectangle on the screen to use for the long field.</param>
6670       <param name=
"label">Optional label to display in front of the long field.</param>
6671       <param name=
"value">The value to edit.</param>
6672       <param name=
"style">Optional GUIStyle.</param>
6673       <returns>
6674         <para>The
value entered by the user.</para>
6675       </returns>
6676     </member>
6677     <member name=
"M:UnityEditor.EditorGUI.LongField(UnityEngine.Rect,System.String,System.Int64)">
6678       <summary>
6679         <para>Make a text field
for entering long integers.</para>
6680       </summary>
6681       <param name=
"position">Rectangle on the screen to use for the long field.</param>
6682       <param name=
"label">Optional label to display in front of the long field.</param>
6683       <param name=
"value">The value to edit.</param>
6684       <param name=
"style">Optional GUIStyle.</param>
6685       <returns>
6686         <para>The
value entered by the user.</para>
6687       </returns>
6688     </member>
6689     <member name=
"M:UnityEditor.EditorGUI.LongField(UnityEngine.Rect,UnityEngine.GUIContent,System.Int64)">
6690       <summary>
6691         <para>Make a text field
for entering long integers.</para>
6692       </summary>
6693       <param name=
"position">Rectangle on the screen to use for the long field.</param>
6694       <param name=
"label">Optional label to display in front of the long field.</param>
6695       <param name=
"value">The value to edit.</param>
6696       <param name=
"style">Optional GUIStyle.</param>
6697       <returns>
6698         <para>The
value entered by the user.</para>
6699       </returns>
6700     </member>
6701     <member name=
"M:UnityEditor.EditorGUI.LongField(UnityEngine.Rect,System.String,System.Int64,UnityEngine.GUIStyle)">
6702       <summary>
6703         <para>Make a text field
for entering long integers.</para>
6704       </summary>
6705       <param name=
"position">Rectangle on the screen to use for the long field.</param>
6706       <param name=
"label">Optional label to display in front of the long field.</param>
6707       <param name=
"value">The value to edit.</param>
6708       <param name=
"style">Optional GUIStyle.</param>
6709       <returns>
6710         <para>The
value entered by the user.</para>
6711       </returns>
6712     </member>
6713     <member name=
"M:UnityEditor.EditorGUI.LongField(UnityEngine.Rect,UnityEngine.GUIContent,System.Int64,UnityEngine.GUIStyle)">
6714       <summary>
6715         <para>Make a text field
for entering long integers.</para>
6716       </summary>
6717       <param name=
"position">Rectangle on the screen to use for the long field.</param>
6718       <param name=
"label">Optional label to display in front of the long field.</param>
6719       <param name=
"value">The value to edit.</param>
6720       <param name=
"style">Optional GUIStyle.</param>
6721       <returns>
6722         <para>The
value entered by the user.</para>
6723       </returns>
6724     </member>
6725     <member name=
"M:UnityEditor.EditorGUI.MaskField(UnityEngine.Rect,System.Int32,System.String[])">
6726       <summary>
6727         <para>Make a field
for masks.</para>
6728       </summary>
6729       <param name=
"position">Rectangle on the screen to use for this control.</param>
6730       <param name=
"label">Label for the field.</param>
6731       <param name=
"mask">The current mask to display.</param>
6732       <param name=
"displayedOption">A string array containing the labels for each flag.</param>
6733       <param name=
"style">Optional GUIStyle.</param>
6734       <param name=
"displayedOptions">A string array containing the labels for each flag.</param>
6735       <returns>
6736         <para>The
value modified by the user.</para>
6737       </returns>
6738     </member>
6739     <member name=
"M:UnityEditor.EditorGUI.MaskField(UnityEngine.Rect,System.String,System.Int32,System.String[])">
6740       <summary>
6741         <para>Make a field
for masks.</para>
6742       </summary>
6743       <param name=
"position">Rectangle on the screen to use for this control.</param>
6744       <param name=
"label">Label for the field.</param>
6745       <param name=
"mask">The current mask to display.</param>
6746       <param name=
"displayedOption">A string array containing the labels for each flag.</param>
6747       <param name=
"style">Optional GUIStyle.</param>
6748       <param name=
"displayedOptions">A string array containing the labels for each flag.</param>
6749       <returns>
6750         <para>The
value modified by the user.</para>
6751       </returns>
6752     </member>
6753     <member name=
"M:UnityEditor.EditorGUI.MaskField(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32,System.String[])">
6754       <summary>
6755         <para>Make a field
for masks.</para>
6756       </summary>
6757       <param name=
"position">Rectangle on the screen to use for this control.</param>
6758       <param name=
"label">Label for the field.</param>
6759       <param name=
"mask">The current mask to display.</param>
6760       <param name=
"displayedOption">A string array containing the labels for each flag.</param>
6761       <param name=
"style">Optional GUIStyle.</param>
6762       <param name=
"displayedOptions">A string array containing the labels for each flag.</param>
6763       <returns>
6764         <para>The
value modified by the user.</para>
6765       </returns>
6766     </member>
6767     <member name=
"M:UnityEditor.EditorGUI.MaskField(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32,System.String[],UnityEngine.GUIStyle)">
6768       <summary>
6769         <para>Make a field
for masks.</para>
6770       </summary>
6771       <param name=
"position">Rectangle on the screen to use for this control.</param>
6772       <param name=
"label">Label for the field.</param>
6773       <param name=
"mask">The current mask to display.</param>
6774       <param name=
"displayedOption">A string array containing the labels for each flag.</param>
6775       <param name=
"style">Optional GUIStyle.</param>
6776       <param name=
"displayedOptions">A string array containing the labels for each flag.</param>
6777       <returns>
6778         <para>The
value modified by the user.</para>
6779       </returns>
6780     </member>
6781     <member name=
"M:UnityEditor.EditorGUI.MaskField(UnityEngine.Rect,System.String,System.Int32,System.String[],UnityEngine.GUIStyle)">
6782       <summary>
6783         <para>Make a field
for masks.</para>
6784       </summary>
6785       <param name=
"position">Rectangle on the screen to use for this control.</param>
6786       <param name=
"label">Label for the field.</param>
6787       <param name=
"mask">The current mask to display.</param>
6788       <param name=
"displayedOption">A string array containing the labels for each flag.</param>
6789       <param name=
"style">Optional GUIStyle.</param>
6790       <param name=
"displayedOptions">A string array containing the labels for each flag.</param>
6791       <returns>
6792         <para>The
value modified by the user.</para>
6793       </returns>
6794     </member>
6795     <member name=
"M:UnityEditor.EditorGUI.MaskField(UnityEngine.Rect,System.Int32,System.String[],UnityEngine.GUIStyle)">
6796       <summary>
6797         <para>Make a field
for masks.</para>
6798       </summary>
6799       <param name=
"position">Rectangle on the screen to use for this control.</param>
6800       <param name=
"label">Label for the field.</param>
6801       <param name=
"mask">The current mask to display.</param>
6802       <param name=
"displayedOption">A string array containing the labels for each flag.</param>
6803       <param name=
"style">Optional GUIStyle.</param>
6804       <param name=
"displayedOptions">A string array containing the labels for each flag.</param>
6805       <returns>
6806         <para>The
value modified by the user.</para>
6807       </returns>
6808     </member>
6809     <member name=
"M:UnityEditor.EditorGUI.MinMaxSlider(UnityEngine.GUIContent,UnityEngine.Rect,System.Single&amp;,System.Single&amp;,System.Single,System.Single)">
6810       <summary>
6811         <para>Make a special slider the user can use to specify a range between a min and a max.</para>
6812       </summary>
6813       <param name=
"position">Rectangle on the screen to use for the slider.</param>
6814       <param name=
"label">Optional label in front of the slider.</param>
6815       <param name=
"minValue">The lower value of the range the slider shows, passed by reference.</param>
6816       <param name=
"maxValue">The upper value at the range the slider shows, passed by reference.</param>
6817       <param name=
"minLimit">The limit at the left end of the slider.</param>
6818       <param name=
"maxLimit">The limit at the right end of the slider.</param>
6819     </member>
6820     <member name=
"M:UnityEditor.EditorGUI.MinMaxSlider(UnityEngine.Rect,System.Single&amp;,System.Single&amp;,System.Single,System.Single)">
6821       <summary>
6822         <para>Make a special slider the user can use to specify a range between a min and a max.</para>
6823       </summary>
6824       <param name=
"position">Rectangle on the screen to use for the slider.</param>
6825       <param name=
"label">Optional label in front of the slider.</param>
6826       <param name=
"minValue">The lower value of the range the slider shows, passed by reference.</param>
6827       <param name=
"maxValue">The upper value at the range the slider shows, passed by reference.</param>
6828       <param name=
"minLimit">The limit at the left end of the slider.</param>
6829       <param name=
"maxLimit">The limit at the right end of the slider.</param>
6830     </member>
6831     <member name=
"M:UnityEditor.EditorGUI.MinMaxSlider(UnityEngine.Rect,System.String,System.Single&amp;,System.Single&amp;,System.Single,System.Single)">
6832       <summary>
6833         <para>Make a special slider the user can use to specify a range between a min and a max.</para>
6834       </summary>
6835       <param name=
"position">Rectangle on the screen to use for the slider.</param>
6836       <param name=
"label">Optional label in front of the slider.</param>
6837       <param name=
"minValue">The lower value of the range the slider shows, passed by reference.</param>
6838       <param name=
"maxValue">The upper value at the range the slider shows, passed by reference.</param>
6839       <param name=
"minLimit">The limit at the left end of the slider.</param>
6840       <param name=
"maxLimit">The limit at the right end of the slider.</param>
6841     </member>
6842     <member name=
"M:UnityEditor.EditorGUI.MinMaxSlider(UnityEngine.Rect,UnityEngine.GUIContent,System.Single&amp;,System.Single&amp;,System.Single,System.Single)">
6843       <summary>
6844         <para>Make a special slider the user can use to specify a range between a min and a max.</para>
6845       </summary>
6846       <param name=
"position">Rectangle on the screen to use for the slider.</param>
6847       <param name=
"label">Optional label in front of the slider.</param>
6848       <param name=
"minValue">The lower value of the range the slider shows, passed by reference.</param>
6849       <param name=
"maxValue">The upper value at the range the slider shows, passed by reference.</param>
6850       <param name=
"minLimit">The limit at the left end of the slider.</param>
6851       <param name=
"maxLimit">The limit at the right end of the slider.</param>
6852     </member>
6853     <member name=
"M:UnityEditor.EditorGUI.MultiFloatField(UnityEngine.Rect,UnityEngine.GUIContent[],System.Single[])">
6854       <summary>
6855         <para>Make a multi-control with text fields
for entering multiple floats in the same line.</para>
6856       </summary>
6857       <param name=
"position">Rectangle on the screen to use for the float field.</param>
6858       <param name=
"label">Optional label to display in front of the float field.</param>
6859       <param name=
"subLabels">Array with small labels to show in front of each float field. There is room for one letter per field only.</param>
6860       <param name=
"values">Array with the values to edit.</param>
6861     </member>
6862     <member name=
"M:UnityEditor.EditorGUI.MultiFloatField(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.GUIContent[],System.Single[])">
6863       <summary>
6864         <para>Make a multi-control with text fields
for entering multiple floats in the same line.</para>
6865       </summary>
6866       <param name=
"position">Rectangle on the screen to use for the float field.</param>
6867       <param name=
"label">Optional label to display in front of the float field.</param>
6868       <param name=
"subLabels">Array with small labels to show in front of each float field. There is room for one letter per field only.</param>
6869       <param name=
"values">Array with the values to edit.</param>
6870     </member>
6871     <member name=
"M:UnityEditor.EditorGUI.MultiPropertyField(UnityEngine.Rect,UnityEngine.GUIContent[],UnityEditor.SerializedProperty,UnityEngine.GUIContent)">
6872       <summary>
6873         <para>Make a multi-control with several property fields
in the same line.</para>
6874       </summary>
6875       <param name=
"position">Rectangle on the screen to use for the multi-property field.</param>
6876       <param name=
"valuesIterator">The SerializedProperty of the first property to make a control for.</param>
6877       <param name=
"label">Optional label to use. If not specified the label of the property itself is used. Use GUIContent.none to not display a label at all.</param>
6878       <param name=
"subLabels">Array with small labels to show in front of each float field. There is room for one letter per field only.</param>
6879     </member>
6880     <member name=
"M:UnityEditor.EditorGUI.MultiPropertyField(UnityEngine.Rect,UnityEngine.GUIContent[],UnityEditor.SerializedProperty)">
6881       <summary>
6882         <para>Make a multi-control with several property fields
in the same line.</para>
6883       </summary>
6884       <param name=
"position">Rectangle on the screen to use for the multi-property field.</param>
6885       <param name=
"valuesIterator">The SerializedProperty of the first property to make a control for.</param>
6886       <param name=
"label">Optional label to use. If not specified the label of the property itself is used. Use GUIContent.none to not display a label at all.</param>
6887       <param name=
"subLabels">Array with small labels to show in front of each float field. There is room for one letter per field only.</param>
6888     </member>
6889     <member name=
"M:UnityEditor.EditorGUI.ObjectField(UnityEngine.Rect,UnityEngine.Object,System.Type)">
6890       <summary>
6891         <para>Make an
object field. You can assign objects either by drag and drop objects or by selecting an object using the Object Picker.</para>
6892       </summary>
6893       <param name=
"position">Rectangle on the screen to use for the field.</param>
6894       <param name=
"label">Optional label in front of the field.</param>
6895       <param name=
"obj">The object the field shows.</param>
6896       <param name=
"objType">The type of the objects that can be assigned.</param>
6897       <param name=
"allowSceneObjects">Allow assigning scene objects. See Description for more info.</param>
6898       <returns>
6899         <para>The
object that has been set by the user.</para>
6900       </returns>
6901     </member>
6902     <member name=
"M:UnityEditor.EditorGUI.ObjectField(UnityEngine.Rect,System.String,UnityEngine.Object,System.Type)">
6903       <summary>
6904         <para>Make an
object field. You can assign objects either by drag and drop objects or by selecting an object using the Object Picker.</para>
6905       </summary>
6906       <param name=
"position">Rectangle on the screen to use for the field.</param>
6907       <param name=
"label">Optional label in front of the field.</param>
6908       <param name=
"obj">The object the field shows.</param>
6909       <param name=
"objType">The type of the objects that can be assigned.</param>
6910       <param name=
"allowSceneObjects">Allow assigning scene objects. See Description for more info.</param>
6911       <returns>
6912         <para>The
object that has been set by the user.</para>
6913       </returns>
6914     </member>
6915     <member name=
"M:UnityEditor.EditorGUI.ObjectField(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.Object,System.Type)">
6916       <summary>
6917         <para>Make an
object field. You can assign objects either by drag and drop objects or by selecting an object using the Object Picker.</para>
6918       </summary>
6919       <param name=
"position">Rectangle on the screen to use for the field.</param>
6920       <param name=
"label">Optional label in front of the field.</param>
6921       <param name=
"obj">The object the field shows.</param>
6922       <param name=
"objType">The type of the objects that can be assigned.</param>
6923       <param name=
"allowSceneObjects">Allow assigning scene objects. See Description for more info.</param>
6924       <returns>
6925         <para>The
object that has been set by the user.</para>
6926       </returns>
6927     </member>
6928     <member name=
"M:UnityEditor.EditorGUI.ObjectField(UnityEngine.Rect,UnityEngine.Object,System.Type,System.Boolean)">
6929       <summary>
6930         <para>Make an
object field. You can assign objects either by drag and drop objects or by selecting an object using the Object Picker.</para>
6931       </summary>
6932       <param name=
"position">Rectangle on the screen to use for the field.</param>
6933       <param name=
"label">Optional label in front of the field.</param>
6934       <param name=
"obj">The object the field shows.</param>
6935       <param name=
"objType">The type of the objects that can be assigned.</param>
6936       <param name=
"allowSceneObjects">Allow assigning scene objects. See Description for more info.</param>
6937       <returns>
6938         <para>The
object that has been set by the user.</para>
6939       </returns>
6940     </member>
6941     <member name=
"M:UnityEditor.EditorGUI.ObjectField(UnityEngine.Rect,System.String,UnityEngine.Object,System.Type,System.Boolean)">
6942       <summary>
6943         <para>Make an
object field. You can assign objects either by drag and drop objects or by selecting an object using the Object Picker.</para>
6944       </summary>
6945       <param name=
"position">Rectangle on the screen to use for the field.</param>
6946       <param name=
"label">Optional label in front of the field.</param>
6947       <param name=
"obj">The object the field shows.</param>
6948       <param name=
"objType">The type of the objects that can be assigned.</param>
6949       <param name=
"allowSceneObjects">Allow assigning scene objects. See Description for more info.</param>
6950       <returns>
6951         <para>The
object that has been set by the user.</para>
6952       </returns>
6953     </member>
6954     <member name=
"M:UnityEditor.EditorGUI.ObjectField(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.Object,System.Type,System.Boolean)">
6955       <summary>
6956         <para>Make an
object field. You can assign objects either by drag and drop objects or by selecting an object using the Object Picker.</para>
6957       </summary>
6958       <param name=
"position">Rectangle on the screen to use for the field.</param>
6959       <param name=
"label">Optional label in front of the field.</param>
6960       <param name=
"obj">The object the field shows.</param>
6961       <param name=
"objType">The type of the objects that can be assigned.</param>
6962       <param name=
"allowSceneObjects">Allow assigning scene objects. See Description for more info.</param>
6963       <returns>
6964         <para>The
object that has been set by the user.</para>
6965       </returns>
6966     </member>
6967     <member name=
"M:UnityEditor.EditorGUI.ObjectField(UnityEngine.Rect,UnityEditor.SerializedProperty)">
6968       <summary>
6969         <para>Make an
object field. You can assign objects either by drag and drop objects or by selecting an object using the Object Picker.</para>
6970       </summary>
6971       <param name=
"position">Rectangle on the screen to use for the field.</param>
6972       <param name=
"property">The object reference property the field shows.</param>
6973       <param name=
"objType">The type of the objects that can be assigned.</param>
6974       <param name=
"label">Optional label to display in front of the field. Pass GUIContent.none to hide the label.</param>
6975     </member>
6976     <member name=
"M:UnityEditor.EditorGUI.ObjectField(UnityEngine.Rect,UnityEditor.SerializedProperty,UnityEngine.GUIContent)">
6977       <summary>
6978         <para>Make an
object field. You can assign objects either by drag and drop objects or by selecting an object using the Object Picker.</para>
6979       </summary>
6980       <param name=
"position">Rectangle on the screen to use for the field.</param>
6981       <param name=
"property">The object reference property the field shows.</param>
6982       <param name=
"objType">The type of the objects that can be assigned.</param>
6983       <param name=
"label">Optional label to display in front of the field. Pass GUIContent.none to hide the label.</param>
6984     </member>
6985     <member name=
"M:UnityEditor.EditorGUI.ObjectField(UnityEngine.Rect,UnityEditor.SerializedProperty,System.Type)">
6986       <summary>
6987         <para>Make an
object field. You can assign objects either by drag and drop objects or by selecting an object using the Object Picker.</para>
6988       </summary>
6989       <param name=
"position">Rectangle on the screen to use for the field.</param>
6990       <param name=
"property">The object reference property the field shows.</param>
6991       <param name=
"objType">The type of the objects that can be assigned.</param>
6992       <param name=
"label">Optional label to display in front of the field. Pass GUIContent.none to hide the label.</param>
6993     </member>
6994     <member name=
"M:UnityEditor.EditorGUI.ObjectField(UnityEngine.Rect,UnityEditor.SerializedProperty,System.Type,UnityEngine.GUIContent)">
6995       <summary>
6996         <para>Make an
object field. You can assign objects either by drag and drop objects or by selecting an object using the Object Picker.</para>
6997       </summary>
6998       <param name=
"position">Rectangle on the screen to use for the field.</param>
6999       <param name=
"property">The object reference property the field shows.</param>
7000       <param name=
"objType">The type of the objects that can be assigned.</param>
7001       <param name=
"label">Optional label to display in front of the field. Pass GUIContent.none to hide the label.</param>
7002     </member>
7003     <member name=
"M:UnityEditor.EditorGUI.PasswordField(UnityEngine.Rect,System.String)">
7004       <summary>
7005         <para>Make a text field
where the user can enter a password.</para>
7006       </summary>
7007       <param name=
"position">Rectangle on the screen to use for the password field.</param>
7008       <param name=
"label">Optional label to display in front of the password field.</param>
7009       <param name=
"password">The password to edit.</param>
7010       <param name=
"style">Optional GUIStyle.</param>
7011       <returns>
7012         <para>The password entered
by the user.</para>
7013       </returns>
7014     </member>
7015     <member name=
"M:UnityEditor.EditorGUI.PasswordField(UnityEngine.Rect,System.String,System.String)">
7016       <summary>
7017         <para>Make a text field
where the user can enter a password.</para>
7018       </summary>
7019       <param name=
"position">Rectangle on the screen to use for the password field.</param>
7020       <param name=
"label">Optional label to display in front of the password field.</param>
7021       <param name=
"password">The password to edit.</param>
7022       <param name=
"style">Optional GUIStyle.</param>
7023       <returns>
7024         <para>The password entered
by the user.</para>
7025       </returns>
7026     </member>
7027     <member name=
"M:UnityEditor.EditorGUI.PasswordField(UnityEngine.Rect,UnityEngine.GUIContent,System.String)">
7028       <summary>
7029         <para>Make a text field
where the user can enter a password.</para>
7030       </summary>
7031       <param name=
"position">Rectangle on the screen to use for the password field.</param>
7032       <param name=
"label">Optional label to display in front of the password field.</param>
7033       <param name=
"password">The password to edit.</param>
7034       <param name=
"style">Optional GUIStyle.</param>
7035       <returns>
7036         <para>The password entered
by the user.</para>
7037       </returns>
7038     </member>
7039     <member name=
"M:UnityEditor.EditorGUI.PasswordField(UnityEngine.Rect,System.String,UnityEngine.GUIStyle)">
7040       <summary>
7041         <para>Make a text field
where the user can enter a password.</para>
7042       </summary>
7043       <param name=
"position">Rectangle on the screen to use for the password field.</param>
7044       <param name=
"label">Optional label to display in front of the password field.</param>
7045       <param name=
"password">The password to edit.</param>
7046       <param name=
"style">Optional GUIStyle.</param>
7047       <returns>
7048         <para>The password entered
by the user.</para>
7049       </returns>
7050     </member>
7051     <member name=
"M:UnityEditor.EditorGUI.PasswordField(UnityEngine.Rect,System.String,System.String,UnityEngine.GUIStyle)">
7052       <summary>
7053         <para>Make a text field
where the user can enter a password.</para>
7054       </summary>
7055       <param name=
"position">Rectangle on the screen to use for the password field.</param>
7056       <param name=
"label">Optional label to display in front of the password field.</param>
7057       <param name=
"password">The password to edit.</param>
7058       <param name=
"style">Optional GUIStyle.</param>
7059       <returns>
7060         <para>The password entered
by the user.</para>
7061       </returns>
7062     </member>
7063     <member name=
"M:UnityEditor.EditorGUI.PasswordField(UnityEngine.Rect,UnityEngine.GUIContent,System.String,UnityEngine.GUIStyle)">
7064       <summary>
7065         <para>Make a text field
where the user can enter a password.</para>
7066       </summary>
7067       <param name=
"position">Rectangle on the screen to use for the password field.</param>
7068       <param name=
"label">Optional label to display in front of the password field.</param>
7069       <param name=
"password">The password to edit.</param>
7070       <param name=
"style">Optional GUIStyle.</param>
7071       <returns>
7072         <para>The password entered
by the user.</para>
7073       </returns>
7074     </member>
7075     <member name=
"M:UnityEditor.EditorGUI.Popup(UnityEngine.Rect,System.Int32,System.String[])">
7076       <summary>
7077         <para>Make a generic popup selection field.</para>
7078       </summary>
7079       <param name=
"position">Rectangle on the screen to use for the field.</param>
7080       <param name=
"label">Optional label in front of the field.</param>
7081       <param name=
"selectedIndex">The index of the option the field shows.</param>
7082       <param name=
"displayedOptions">An array with the options shown in the popup.</param>
7083       <param name=
"style">Optional GUIStyle.</param>
7084       <returns>
7085         <para>The index of the option that has been selected
by the user.</para>
7086       </returns>
7087     </member>
7088     <member name=
"M:UnityEditor.EditorGUI.Popup(UnityEngine.Rect,System.Int32,UnityEngine.GUIContent[])">
7089       <summary>
7090         <para>Make a generic popup selection field.</para>
7091       </summary>
7092       <param name=
"position">Rectangle on the screen to use for the field.</param>
7093       <param name=
"label">Optional label in front of the field.</param>
7094       <param name=
"selectedIndex">The index of the option the field shows.</param>
7095       <param name=
"displayedOptions">An array with the options shown in the popup.</param>
7096       <param name=
"style">Optional GUIStyle.</param>
7097       <returns>
7098         <para>The index of the option that has been selected
by the user.</para>
7099       </returns>
7100     </member>
7101     <member name=
"M:UnityEditor.EditorGUI.Popup(UnityEngine.Rect,System.String,System.Int32,System.String[])">
7102       <summary>
7103         <para>Make a generic popup selection field.</para>
7104       </summary>
7105       <param name=
"position">Rectangle on the screen to use for the field.</param>
7106       <param name=
"label">Optional label in front of the field.</param>
7107       <param name=
"selectedIndex">The index of the option the field shows.</param>
7108       <param name=
"displayedOptions">An array with the options shown in the popup.</param>
7109       <param name=
"style">Optional GUIStyle.</param>
7110       <returns>
7111         <para>The index of the option that has been selected
by the user.</para>
7112       </returns>
7113     </member>
7114     <member name=
"M:UnityEditor.EditorGUI.Popup(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32,UnityEngine.GUIContent[])">
7115       <summary>
7116         <para>Make a generic popup selection field.</para>
7117       </summary>
7118       <param name=
"position">Rectangle on the screen to use for the field.</param>
7119       <param name=
"label">Optional label in front of the field.</param>
7120       <param name=
"selectedIndex">The index of the option the field shows.</param>
7121       <param name=
"displayedOptions">An array with the options shown in the popup.</param>
7122       <param name=
"style">Optional GUIStyle.</param>
7123       <returns>
7124         <para>The index of the option that has been selected
by the user.</para>
7125       </returns>
7126     </member>
7127     <member name=
"M:UnityEditor.EditorGUI.Popup(UnityEngine.Rect,System.Int32,System.String[],UnityEngine.GUIStyle)">
7128       <summary>
7129         <para>Make a generic popup selection field.</para>
7130       </summary>
7131       <param name=
"position">Rectangle on the screen to use for the field.</param>
7132       <param name=
"label">Optional label in front of the field.</param>
7133       <param name=
"selectedIndex">The index of the option the field shows.</param>
7134       <param name=
"displayedOptions">An array with the options shown in the popup.</param>
7135       <param name=
"style">Optional GUIStyle.</param>
7136       <returns>
7137         <para>The index of the option that has been selected
by the user.</para>
7138       </returns>
7139     </member>
7140     <member name=
"M:UnityEditor.EditorGUI.Popup(UnityEngine.Rect,System.Int32,UnityEngine.GUIContent[],UnityEngine.GUIStyle)">
7141       <summary>
7142         <para>Make a generic popup selection field.</para>
7143       </summary>
7144       <param name=
"position">Rectangle on the screen to use for the field.</param>
7145       <param name=
"label">Optional label in front of the field.</param>
7146       <param name=
"selectedIndex">The index of the option the field shows.</param>
7147       <param name=
"displayedOptions">An array with the options shown in the popup.</param>
7148       <param name=
"style">Optional GUIStyle.</param>
7149       <returns>
7150         <para>The index of the option that has been selected
by the user.</para>
7151       </returns>
7152     </member>
7153     <member name=
"M:UnityEditor.EditorGUI.Popup(UnityEngine.Rect,System.String,System.Int32,System.String[],UnityEngine.GUIStyle)">
7154       <summary>
7155         <para>Make a generic popup selection field.</para>
7156       </summary>
7157       <param name=
"position">Rectangle on the screen to use for the field.</param>
7158       <param name=
"label">Optional label in front of the field.</param>
7159       <param name=
"selectedIndex">The index of the option the field shows.</param>
7160       <param name=
"displayedOptions">An array with the options shown in the popup.</param>
7161       <param name=
"style">Optional GUIStyle.</param>
7162       <returns>
7163         <para>The index of the option that has been selected
by the user.</para>
7164       </returns>
7165     </member>
7166     <member name=
"M:UnityEditor.EditorGUI.Popup(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32,UnityEngine.GUIContent[],UnityEngine.GUIStyle)">
7167       <summary>
7168         <para>Make a generic popup selection field.</para>
7169       </summary>
7170       <param name=
"position">Rectangle on the screen to use for the field.</param>
7171       <param name=
"label">Optional label in front of the field.</param>
7172       <param name=
"selectedIndex">The index of the option the field shows.</param>
7173       <param name=
"displayedOptions">An array with the options shown in the popup.</param>
7174       <param name=
"style">Optional GUIStyle.</param>
7175       <returns>
7176         <para>The index of the option that has been selected
by the user.</para>
7177       </returns>
7178     </member>
7179     <member name=
"M:UnityEditor.EditorGUI.PrefixLabel(UnityEngine.Rect,UnityEngine.GUIContent)">
7180       <summary>
7181         <para>Make a label
in front of some control.</para>
7182       </summary>
7183       <param name=
"totalPosition">Rectangle on the screen to use in total for both the label and the control.</param>
7184       <param name=
"id">The unique ID of the control. If none specified, the ID of the following control is used.</param>
7185       <param name=
"label">Label to show in front of the control.</param>
7186       <param name=
"style">Style to use for the label.</param>
7187       <returns>
7188         <para>Rectangle
on the screen to use just for the control itself.</para>
7189       </returns>
7190     </member>
7191     <member name=
"M:UnityEditor.EditorGUI.PrefixLabel(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.GUIStyle)">
7192       <summary>
7193         <para>Make a label
in front of some control.</para>
7194       </summary>
7195       <param name=
"totalPosition">Rectangle on the screen to use in total for both the label and the control.</param>
7196       <param name=
"id">The unique ID of the control. If none specified, the ID of the following control is used.</param>
7197       <param name=
"label">Label to show in front of the control.</param>
7198       <param name=
"style">Style to use for the label.</param>
7199       <returns>
7200         <para>Rectangle
on the screen to use just for the control itself.</para>
7201       </returns>
7202     </member>
7203     <member name=
"M:UnityEditor.EditorGUI.PrefixLabel(UnityEngine.Rect,System.Int32,UnityEngine.GUIContent)">
7204       <summary>
7205         <para>Make a label
in front of some control.</para>
7206       </summary>
7207       <param name=
"totalPosition">Rectangle on the screen to use in total for both the label and the control.</param>
7208       <param name=
"id">The unique ID of the control. If none specified, the ID of the following control is used.</param>
7209       <param name=
"label">Label to show in front of the control.</param>
7210       <param name=
"style">Style to use for the label.</param>
7211       <returns>
7212         <para>Rectangle
on the screen to use just for the control itself.</para>
7213       </returns>
7214     </member>
7215     <member name=
"M:UnityEditor.EditorGUI.PrefixLabel(UnityEngine.Rect,System.Int32,UnityEngine.GUIContent,UnityEngine.GUIStyle)">
7216       <summary>
7217         <para>Make a label
in front of some control.</para>
7218       </summary>
7219       <param name=
"totalPosition">Rectangle on the screen to use in total for both the label and the control.</param>
7220       <param name=
"id">The unique ID of the control. If none specified, the ID of the following control is used.</param>
7221       <param name=
"label">Label to show in front of the control.</param>
7222       <param name=
"style">Style to use for the label.</param>
7223       <returns>
7224         <para>Rectangle
on the screen to use just for the control itself.</para>
7225       </returns>
7226     </member>
7227     <member name=
"M:UnityEditor.EditorGUI.ProgressBar(UnityEngine.Rect,System.Single,System.String)">
7228       <summary>
7229         <para>Make a progress bar.</para>
7230       </summary>
7231       <param name=
"totalPosition">Rectangle on the screen to use in total for both the control.</param>
7232       <param name=
"value">Value that is shown.</param>
7233       <param name=
"position"></param>
7234       <param name=
"text"></param>
7235     </member>
7236     <member name=
"M:UnityEditor.EditorGUI.PropertyField(UnityEngine.Rect,UnityEditor.SerializedProperty,System.Boolean)">
7237       <summary>
7238         <para>Make a field
for SerializedProperty.</para>
7239       </summary>
7240       <param name=
"position">Rectangle on the screen to use for the property field.</param>
7241       <param name=
"property">The SerializedProperty to make a field for.</param>
7242       <param name=
"label">Optional label to use. If not specified the label of the property itself is used. Use GUIContent.none to not display a label at all.</param>
7243       <param name=
"includeChildren">If true the property including children is drawn; otherwise only the control itself (such as only a foldout but nothing below it).</param>
7244       <returns>
7245         <para>True
if the property has children and is expanded and includeChildren was set to false; otherwise false.</para>
7246       </returns>
7247     </member>
7248     <member name=
"M:UnityEditor.EditorGUI.PropertyField(UnityEngine.Rect,UnityEditor.SerializedProperty,UnityEngine.GUIContent,System.Boolean)">
7249       <summary>
7250         <para>Make a field
for SerializedProperty.</para>
7251       </summary>
7252       <param name=
"position">Rectangle on the screen to use for the property field.</param>
7253       <param name=
"property">The SerializedProperty to make a field for.</param>
7254       <param name=
"label">Optional label to use. If not specified the label of the property itself is used. Use GUIContent.none to not display a label at all.</param>
7255       <param name=
"includeChildren">If true the property including children is drawn; otherwise only the control itself (such as only a foldout but nothing below it).</param>
7256       <returns>
7257         <para>True
if the property has children and is expanded and includeChildren was set to false; otherwise false.</para>
7258       </returns>
7259     </member>
7260     <member name=
"T:UnityEditor.EditorGUI.PropertyScope">
7261       <summary>
7262         <para>Create a Property wrapper, useful
for making regular GUI controls work with SerializedProperty.</para>
7263       </summary>
7264     </member>
7265     <member name=
"P:UnityEditor.EditorGUI.PropertyScope.content">
7266       <summary>
7267         <para>The actual label to use
for the control.</para>
7268       </summary>
7269     </member>
7270     <member name=
"M:UnityEditor.EditorGUI.PropertyScope.#ctor(UnityEngine.Rect,UnityEngine.GUIContent,UnityEditor.SerializedProperty)">
7271       <summary>
7272         <para>Create a
new PropertyScope and begin the corresponding property.</para>
7273       </summary>
7274       <param name=
"totalPosition">Rectangle on the screen to use for the control, including label if applicable.</param>
7275       <param name=
"label">Label in front of the slider. Use null to use the name from the SerializedProperty. Use GUIContent.none to not display a label.</param>
7276       <param name=
"property">The SerializedProperty to use for the control.</param>
7277     </member>
7278     <member name=
"M:UnityEditor.EditorGUI.RectField(UnityEngine.Rect,UnityEngine.Rect)">
7279       <summary>
7280         <para>Make an X, Y, W &amp; H field
for entering a Rect.</para>
7281       </summary>
7282       <param name=
"position">Rectangle on the screen to use for the field.</param>
7283       <param name=
"label">Optional label to display above the field.</param>
7284       <param name=
"value">The value to edit.</param>
7285       <returns>
7286         <para>The
value entered by the user.</para>
7287       </returns>
7288     </member>
7289     <member name=
"M:UnityEditor.EditorGUI.RectField(UnityEngine.Rect,System.String,UnityEngine.Rect)">
7290       <summary>
7291         <para>Make an X, Y, W &amp; H field
for entering a Rect.</para>
7292       </summary>
7293       <param name=
"position">Rectangle on the screen to use for the field.</param>
7294       <param name=
"label">Optional label to display above the field.</param>
7295       <param name=
"value">The value to edit.</param>
7296       <returns>
7297         <para>The
value entered by the user.</para>
7298       </returns>
7299     </member>
7300     <member name=
"M:UnityEditor.EditorGUI.RectField(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.Rect)">
7301       <summary>
7302         <para>Make an X, Y, W &amp; H field
for entering a Rect.</para>
7303       </summary>
7304       <param name=
"position">Rectangle on the screen to use for the field.</param>
7305       <param name=
"label">Optional label to display above the field.</param>
7306       <param name=
"value">The value to edit.</param>
7307       <returns>
7308         <para>The
value entered by the user.</para>
7309       </returns>
7310     </member>
7311     <member name=
"M:UnityEditor.EditorGUI.RectField">
7312       <summary>
7313         <para>Make an X, Y, W &amp; H
for Rect using SerializedProperty (not public).</para>
7314       </summary>
7315     </member>
7316     <member name=
"M:UnityEditor.EditorGUI.SelectableLabel(UnityEngine.Rect,System.String)">
7317       <summary>
7318         <para>Make a selectable label field. (Useful
for showing read-only info that can be copy-pasted.)</para>
7319       </summary>
7320       <param name=
"position">Rectangle on the screen to use for the label.</param>
7321       <param name=
"text">The text to show.</param>
7322       <param name=
"style">Optional GUIStyle.</param>
7323     </member>
7324     <member name=
"M:UnityEditor.EditorGUI.SelectableLabel(UnityEngine.Rect,System.String,UnityEngine.GUIStyle)">
7325       <summary>
7326         <para>Make a selectable label field. (Useful
for showing read-only info that can be copy-pasted.)</para>
7327       </summary>
7328       <param name=
"position">Rectangle on the screen to use for the label.</param>
7329       <param name=
"text">The text to show.</param>
7330       <param name=
"style">Optional GUIStyle.</param>
7331     </member>
7332     <member name=
"M:UnityEditor.EditorGUI.Slider(UnityEngine.Rect,System.Single,System.Single,System.Single)">
7333       <summary>
7334         <para>Make a slider the user can drag to change a
value between a min and a max.</para>
7335       </summary>
7336       <param name=
"position">Rectangle on the screen to use for the slider.</param>
7337       <param name=
"label">Optional label in front of the slider.</param>
7338       <param name=
"value">The value the slider shows. This determines the position of the draggable thumb.</param>
7339       <param name=
"leftValue">The value at the left end of the slider.</param>
7340       <param name=
"rightValue">The value at the right end of the slider.</param>
7341       <returns>
7342         <para>The
value that has been set by the user.</para>
7343       </returns>
7344     </member>
7345     <member name=
"M:UnityEditor.EditorGUI.Slider(UnityEngine.Rect,System.String,System.Single,System.Single,System.Single)">
7346       <summary>
7347         <para>Make a slider the user can drag to change a
value between a min and a max.</para>
7348       </summary>
7349       <param name=
"position">Rectangle on the screen to use for the slider.</param>
7350       <param name=
"label">Optional label in front of the slider.</param>
7351       <param name=
"value">The value the slider shows. This determines the position of the draggable thumb.</param>
7352       <param name=
"leftValue">The value at the left end of the slider.</param>
7353       <param name=
"rightValue">The value at the right end of the slider.</param>
7354       <returns>
7355         <para>The
value that has been set by the user.</para>
7356       </returns>
7357     </member>
7358     <member name=
"M:UnityEditor.EditorGUI.Slider(UnityEngine.Rect,UnityEngine.GUIContent,System.Single,System.Single,System.Single)">
7359       <summary>
7360         <para>Make a slider the user can drag to change a
value between a min and a max.</para>
7361       </summary>
7362       <param name=
"position">Rectangle on the screen to use for the slider.</param>
7363       <param name=
"label">Optional label in front of the slider.</param>
7364       <param name=
"value">The value the slider shows. This determines the position of the draggable thumb.</param>
7365       <param name=
"leftValue">The value at the left end of the slider.</param>
7366       <param name=
"rightValue">The value at the right end of the slider.</param>
7367       <returns>
7368         <para>The
value that has been set by the user.</para>
7369       </returns>
7370     </member>
7371     <member name=
"M:UnityEditor.EditorGUI.Slider(UnityEngine.Rect,UnityEditor.SerializedProperty,System.Single,System.Single)">
7372       <summary>
7373         <para>Make a slider the user can drag to change a
value between a min and a max.</para>
7374       </summary>
7375       <param name=
"position">Rectangle on the screen to use for the slider.</param>
7376       <param name=
"label">Optional label in front of the slider.</param>
7377       <param name=
"property">The value the slider shows. This determines the position of the draggable thumb.</param>
7378       <param name=
"leftValue">The value at the left end of the slider.</param>
7379       <param name=
"rightValue">The value at the right end of the slider.</param>
7380     </member>
7381     <member name=
"M:UnityEditor.EditorGUI.Slider(UnityEngine.Rect,UnityEditor.SerializedProperty,System.Single,System.Single,System.String)">
7382       <summary>
7383         <para>Make a slider the user can drag to change a
value between a min and a max.</para>
7384       </summary>
7385       <param name=
"position">Rectangle on the screen to use for the slider.</param>
7386       <param name=
"label">Optional label in front of the slider.</param>
7387       <param name=
"property">The value the slider shows. This determines the position of the draggable thumb.</param>
7388       <param name=
"leftValue">The value at the left end of the slider.</param>
7389       <param name=
"rightValue">The value at the right end of the slider.</param>
7390     </member>
7391     <member name=
"M:UnityEditor.EditorGUI.Slider(UnityEngine.Rect,UnityEditor.SerializedProperty,System.Single,System.Single,UnityEngine.GUIContent)">
7392       <summary>
7393         <para>Make a slider the user can drag to change a
value between a min and a max.</para>
7394       </summary>
7395       <param name=
"position">Rectangle on the screen to use for the slider.</param>
7396       <param name=
"label">Optional label in front of the slider.</param>
7397       <param name=
"property">The value the slider shows. This determines the position of the draggable thumb.</param>
7398       <param name=
"leftValue">The value at the left end of the slider.</param>
7399       <param name=
"rightValue">The value at the right end of the slider.</param>
7400     </member>
7401     <member name=
"M:UnityEditor.EditorGUI.TagField(UnityEngine.Rect,System.String)">
7402       <summary>
7403         <para>Make a tag selection field.</para>
7404       </summary>
7405       <param name=
"position">Rectangle on the screen to use for the field.</param>
7406       <param name=
"label">Optional label in front of the field.</param>
7407       <param name=
"tag">The tag the field shows.</param>
7408       <param name=
"style">Optional GUIStyle.</param>
7409       <returns>
7410         <para>The tag selected
by the user.</para>
7411       </returns>
7412     </member>
7413     <member name=
"M:UnityEditor.EditorGUI.TagField(UnityEngine.Rect,System.String,System.String)">
7414       <summary>
7415         <para>Make a tag selection field.</para>
7416       </summary>
7417       <param name=
"position">Rectangle on the screen to use for the field.</param>
7418       <param name=
"label">Optional label in front of the field.</param>
7419       <param name=
"tag">The tag the field shows.</param>
7420       <param name=
"style">Optional GUIStyle.</param>
7421       <returns>
7422         <para>The tag selected
by the user.</para>
7423       </returns>
7424     </member>
7425     <member name=
"M:UnityEditor.EditorGUI.TagField(UnityEngine.Rect,UnityEngine.GUIContent,System.String)">
7426       <summary>
7427         <para>Make a tag selection field.</para>
7428       </summary>
7429       <param name=
"position">Rectangle on the screen to use for the field.</param>
7430       <param name=
"label">Optional label in front of the field.</param>
7431       <param name=
"tag">The tag the field shows.</param>
7432       <param name=
"style">Optional GUIStyle.</param>
7433       <returns>
7434         <para>The tag selected
by the user.</para>
7435       </returns>
7436     </member>
7437     <member name=
"M:UnityEditor.EditorGUI.TagField(UnityEngine.Rect,System.String,UnityEngine.GUIStyle)">
7438       <summary>
7439         <para>Make a tag selection field.</para>
7440       </summary>
7441       <param name=
"position">Rectangle on the screen to use for the field.</param>
7442       <param name=
"label">Optional label in front of the field.</param>
7443       <param name=
"tag">The tag the field shows.</param>
7444       <param name=
"style">Optional GUIStyle.</param>
7445       <returns>
7446         <para>The tag selected
by the user.</para>
7447       </returns>
7448     </member>
7449     <member name=
"M:UnityEditor.EditorGUI.TagField(UnityEngine.Rect,System.String,System.String,UnityEngine.GUIStyle)">
7450       <summary>
7451         <para>Make a tag selection field.</para>
7452       </summary>
7453       <param name=
"position">Rectangle on the screen to use for the field.</param>
7454       <param name=
"label">Optional label in front of the field.</param>
7455       <param name=
"tag">The tag the field shows.</param>
7456       <param name=
"style">Optional GUIStyle.</param>
7457       <returns>
7458         <para>The tag selected
by the user.</para>
7459       </returns>
7460     </member>
7461     <member name=
"M:UnityEditor.EditorGUI.TagField(UnityEngine.Rect,UnityEngine.GUIContent,System.String,UnityEngine.GUIStyle)">
7462       <summary>
7463         <para>Make a tag selection field.</para>
7464       </summary>
7465       <param name=
"position">Rectangle on the screen to use for the field.</param>
7466       <param name=
"label">Optional label in front of the field.</param>
7467       <param name=
"tag">The tag the field shows.</param>
7468       <param name=
"style">Optional GUIStyle.</param>
7469       <returns>
7470         <para>The tag selected
by the user.</para>
7471       </returns>
7472     </member>
7473     <member name=
"M:UnityEditor.EditorGUI.TextArea(UnityEngine.Rect,System.String)">
7474       <summary>
7475         <para>Make a text area.</para>
7476       </summary>
7477       <param name=
"position">Rectangle on the screen to use for the text field.</param>
7478       <param name=
"text">The text to edit.</param>
7479       <param name=
"style">Optional GUIStyle.</param>
7480       <returns>
7481         <para>The text entered
by the user.</para>
7482       </returns>
7483     </member>
7484     <member name=
"M:UnityEditor.EditorGUI.TextArea(UnityEngine.Rect,System.String,UnityEngine.GUIStyle)">
7485       <summary>
7486         <para>Make a text area.</para>
7487       </summary>
7488       <param name=
"position">Rectangle on the screen to use for the text field.</param>
7489       <param name=
"text">The text to edit.</param>
7490       <param name=
"style">Optional GUIStyle.</param>
7491       <returns>
7492         <para>The text entered
by the user.</para>
7493       </returns>
7494     </member>
7495     <member name=
"M:UnityEditor.EditorGUI.TextField(UnityEngine.Rect,System.String)">
7496       <summary>
7497         <para>Make a text field.</para>
7498       </summary>
7499       <param name=
"position">Rectangle on the screen to use for the text field.</param>
7500       <param name=
"label">Optional label to display in front of the text field.</param>
7501       <param name=
"text">The text to edit.</param>
7502       <param name=
"style">Optional GUIStyle.</param>
7503       <returns>
7504         <para>The text entered
by the user.</para>
7505       </returns>
7506     </member>
7507     <member name=
"M:UnityEditor.EditorGUI.TextField(UnityEngine.Rect,System.String,System.String)">
7508       <summary>
7509         <para>Make a text field.</para>
7510       </summary>
7511       <param name=
"position">Rectangle on the screen to use for the text field.</param>
7512       <param name=
"label">Optional label to display in front of the text field.</param>
7513       <param name=
"text">The text to edit.</param>
7514       <param name=
"style">Optional GUIStyle.</param>
7515       <returns>
7516         <para>The text entered
by the user.</para>
7517       </returns>
7518     </member>
7519     <member name=
"M:UnityEditor.EditorGUI.TextField(UnityEngine.Rect,UnityEngine.GUIContent,System.String)">
7520       <summary>
7521         <para>Make a text field.</para>
7522       </summary>
7523       <param name=
"position">Rectangle on the screen to use for the text field.</param>
7524       <param name=
"label">Optional label to display in front of the text field.</param>
7525       <param name=
"text">The text to edit.</param>
7526       <param name=
"style">Optional GUIStyle.</param>
7527       <returns>
7528         <para>The text entered
by the user.</para>
7529       </returns>
7530     </member>
7531     <member name=
"M:UnityEditor.EditorGUI.TextField(UnityEngine.Rect,System.String,UnityEngine.GUIStyle)">
7532       <summary>
7533         <para>Make a text field.</para>
7534       </summary>
7535       <param name=
"position">Rectangle on the screen to use for the text field.</param>
7536       <param name=
"label">Optional label to display in front of the text field.</param>
7537       <param name=
"text">The text to edit.</param>
7538       <param name=
"style">Optional GUIStyle.</param>
7539       <returns>
7540         <para>The text entered
by the user.</para>
7541       </returns>
7542     </member>
7543     <member name=
"M:UnityEditor.EditorGUI.TextField(UnityEngine.Rect,System.String,System.String,UnityEngine.GUIStyle)">
7544       <summary>
7545         <para>Make a text field.</para>
7546       </summary>
7547       <param name=
"position">Rectangle on the screen to use for the text field.</param>
7548       <param name=
"label">Optional label to display in front of the text field.</param>
7549       <param name=
"text">The text to edit.</param>
7550       <param name=
"style">Optional GUIStyle.</param>
7551       <returns>
7552         <para>The text entered
by the user.</para>
7553       </returns>
7554     </member>
7555     <member name=
"M:UnityEditor.EditorGUI.TextField(UnityEngine.Rect,UnityEngine.GUIContent,System.String,UnityEngine.GUIStyle)">
7556       <summary>
7557         <para>Make a text field.</para>
7558       </summary>
7559       <param name=
"position">Rectangle on the screen to use for the text field.</param>
7560       <param name=
"label">Optional label to display in front of the text field.</param>
7561       <param name=
"text">The text to edit.</param>
7562       <param name=
"style">Optional GUIStyle.</param>
7563       <returns>
7564         <para>The text entered
by the user.</para>
7565       </returns>
7566     </member>
7567     <member name=
"M:UnityEditor.EditorGUI.Toggle(UnityEngine.Rect,System.Boolean)">
7568       <summary>
7569         <para>Make a toggle.</para>
7570       </summary>
7571       <param name=
"position">Rectangle on the screen to use for the toggle.</param>
7572       <param name=
"label">Optional label in front of the toggle.</param>
7573       <param name=
"value">The shown state of the toggle.</param>
7574       <param name=
"style">Optional GUIStyle.</param>
7575       <returns>
7576         <para>The selected state of the toggle.</para>
7577       </returns>
7578     </member>
7579     <member name=
"M:UnityEditor.EditorGUI.Toggle(UnityEngine.Rect,System.String,System.Boolean)">
7580       <summary>
7581         <para>Make a toggle.</para>
7582       </summary>
7583       <param name=
"position">Rectangle on the screen to use for the toggle.</param>
7584       <param name=
"label">Optional label in front of the toggle.</param>
7585       <param name=
"value">The shown state of the toggle.</param>
7586       <param name=
"style">Optional GUIStyle.</param>
7587       <returns>
7588         <para>The selected state of the toggle.</para>
7589       </returns>
7590     </member>
7591     <member name=
"M:UnityEditor.EditorGUI.Toggle(UnityEngine.Rect,System.Boolean,UnityEngine.GUIStyle)">
7592       <summary>
7593         <para>Make a toggle.</para>
7594       </summary>
7595       <param name=
"position">Rectangle on the screen to use for the toggle.</param>
7596       <param name=
"label">Optional label in front of the toggle.</param>
7597       <param name=
"value">The shown state of the toggle.</param>
7598       <param name=
"style">Optional GUIStyle.</param>
7599       <returns>
7600         <para>The selected state of the toggle.</para>
7601       </returns>
7602     </member>
7603     <member name=
"M:UnityEditor.EditorGUI.Toggle(UnityEngine.Rect,System.String,System.Boolean,UnityEngine.GUIStyle)">
7604       <summary>
7605         <para>Make a toggle.</para>
7606       </summary>
7607       <param name=
"position">Rectangle on the screen to use for the toggle.</param>
7608       <param name=
"label">Optional label in front of the toggle.</param>
7609       <param name=
"value">The shown state of the toggle.</param>
7610       <param name=
"style">Optional GUIStyle.</param>
7611       <returns>
7612         <para>The selected state of the toggle.</para>
7613       </returns>
7614     </member>
7615     <member name=
"M:UnityEditor.EditorGUI.Toggle(UnityEngine.Rect,UnityEngine.GUIContent,System.Boolean)">
7616       <summary>
7617         <para>Make a toggle.</para>
7618       </summary>
7619       <param name=
"position">Rectangle on the screen to use for the toggle.</param>
7620       <param name=
"label">Optional label in front of the toggle.</param>
7621       <param name=
"value">The shown state of the toggle.</param>
7622       <param name=
"style">Optional GUIStyle.</param>
7623       <returns>
7624         <para>The selected state of the toggle.</para>
7625       </returns>
7626     </member>
7627     <member name=
"M:UnityEditor.EditorGUI.Toggle(UnityEngine.Rect,UnityEngine.GUIContent,System.Boolean,UnityEngine.GUIStyle)">
7628       <summary>
7629         <para>Make a toggle.</para>
7630       </summary>
7631       <param name=
"position">Rectangle on the screen to use for the toggle.</param>
7632       <param name=
"label">Optional label in front of the toggle.</param>
7633       <param name=
"value">The shown state of the toggle.</param>
7634       <param name=
"style">Optional GUIStyle.</param>
7635       <returns>
7636         <para>The selected state of the toggle.</para>
7637       </returns>
7638     </member>
7639     <member name=
"M:UnityEditor.EditorGUI.ToggleLeft(UnityEngine.Rect,System.String,System.Boolean)">
7640       <summary>
7641         <para>Make a toggle field
where the toggle is to the left and the label immediately to the right of it.</para>
7642       </summary>
7643       <param name=
"position">Rectangle on the screen to use for the toggle.</param>
7644       <param name=
"label">Label to display next to the toggle.</param>
7645       <param name=
"value">The value to edit.</param>
7646       <param name=
"labelStyle">Optional GUIStyle to use for the label.</param>
7647       <returns>
7648         <para>The
value set by the user.</para>
7649       </returns>
7650     </member>
7651     <member name=
"M:UnityEditor.EditorGUI.ToggleLeft(UnityEngine.Rect,System.String,System.Boolean,UnityEngine.GUIStyle)">
7652       <summary>
7653         <para>Make a toggle field
where the toggle is to the left and the label immediately to the right of it.</para>
7654       </summary>
7655       <param name=
"position">Rectangle on the screen to use for the toggle.</param>
7656       <param name=
"label">Label to display next to the toggle.</param>
7657       <param name=
"value">The value to edit.</param>
7658       <param name=
"labelStyle">Optional GUIStyle to use for the label.</param>
7659       <returns>
7660         <para>The
value set by the user.</para>
7661       </returns>
7662     </member>
7663     <member name=
"M:UnityEditor.EditorGUI.ToggleLeft(UnityEngine.Rect,UnityEngine.GUIContent,System.Boolean)">
7664       <summary>
7665         <para>Make a toggle field
where the toggle is to the left and the label immediately to the right of it.</para>
7666       </summary>
7667       <param name=
"position">Rectangle on the screen to use for the toggle.</param>
7668       <param name=
"label">Label to display next to the toggle.</param>
7669       <param name=
"value">The value to edit.</param>
7670       <param name=
"labelStyle">Optional GUIStyle to use for the label.</param>
7671       <returns>
7672         <para>The
value set by the user.</para>
7673       </returns>
7674     </member>
7675     <member name=
"M:UnityEditor.EditorGUI.ToggleLeft(UnityEngine.Rect,UnityEngine.GUIContent,System.Boolean,UnityEngine.GUIStyle)">
7676       <summary>
7677         <para>Make a toggle field
where the toggle is to the left and the label immediately to the right of it.</para>
7678       </summary>
7679       <param name=
"position">Rectangle on the screen to use for the toggle.</param>
7680       <param name=
"label">Label to display next to the toggle.</param>
7681       <param name=
"value">The value to edit.</param>
7682       <param name=
"labelStyle">Optional GUIStyle to use for the label.</param>
7683       <returns>
7684         <para>The
value set by the user.</para>
7685       </returns>
7686     </member>
7687     <member name=
"M:UnityEditor.EditorGUI.Vector2Field(UnityEngine.Rect,System.String,UnityEngine.Vector2)">
7688       <summary>
7689         <para>Make an X &amp; Y field
for entering a Vector2.</para>
7690       </summary>
7691       <param name=
"position">Rectangle on the screen to use for the field.</param>
7692       <param name=
"label">Label to display above the field.</param>
7693       <param name=
"value">The value to edit.</param>
7694       <returns>
7695         <para>The
value entered by the user.</para>
7696       </returns>
7697     </member>
7698     <member name=
"M:UnityEditor.EditorGUI.Vector2Field(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.Vector2)">
7699       <summary>
7700         <para>Make an X &amp; Y field
for entering a Vector2.</para>
7701       </summary>
7702       <param name=
"position">Rectangle on the screen to use for the field.</param>
7703       <param name=
"label">Label to display above the field.</param>
7704       <param name=
"value">The value to edit.</param>
7705       <returns>
7706         <para>The
value entered by the user.</para>
7707       </returns>
7708     </member>
7709     <member name=
"M:UnityEditor.EditorGUI.Vector3Field(UnityEngine.Rect,System.String,UnityEngine.Vector3)">
7710       <summary>
7711         <para>Make an X, Y &amp; Z field
for entering a Vector3.</para>
7712       </summary>
7713       <param name=
"position">Rectangle on the screen to use for the field.</param>
7714       <param name=
"label">Label to display above the field.</param>
7715       <param name=
"value">The value to edit.</param>
7716       <returns>
7717         <para>The
value entered by the user.</para>
7718       </returns>
7719     </member>
7720     <member name=
"M:UnityEditor.EditorGUI.Vector3Field(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.Vector3)">
7721       <summary>
7722         <para>Make an X, Y &amp; Z field
for entering a Vector3.</para>
7723       </summary>
7724       <param name=
"position">Rectangle on the screen to use for the field.</param>
7725       <param name=
"label">Label to display above the field.</param>
7726       <param name=
"value">The value to edit.</param>
7727       <returns>
7728         <para>The
value entered by the user.</para>
7729       </returns>
7730     </member>
7731     <member name=
"M:UnityEditor.EditorGUI.Vector4Field(UnityEngine.Rect,System.String,UnityEngine.Vector4)">
7732       <summary>
7733         <para>Make an X, Y, Z &amp; W field
for entering a Vector4.</para>
7734       </summary>
7735       <param name=
"position">Rectangle on the screen to use for the field.</param>
7736       <param name=
"label">Label to display above the field.</param>
7737       <param name=
"value">The value to edit.</param>
7738       <returns>
7739         <para>The
value entered by the user.</para>
7740       </returns>
7741     </member>
7742     <member name=
"T:UnityEditor.EditorGUILayout">
7743       <summary>
7744         <para>Auto-layouted version of EditorGUI.</para>
7745       </summary>
7746     </member>
7747     <member name=
"M:UnityEditor.EditorGUILayout.BeginFadeGroup(System.Single)">
7748       <summary>
7749         <para>Begins a
group that can be be hidden/shown and the transition will be animated.</para>
7750       </summary>
7751       <param name=
"value">A value between 0 and 1, 0 being hidden, and 1 being fully visible.</param>
7752       <returns>
7753         <para>If the
group is visible or not.</para>
7754       </returns>
7755     </member>
7756     <member name=
"M:UnityEditor.EditorGUILayout.BeginHorizontal(UnityEngine.GUILayoutOption[])">
7757       <summary>
7758         <para>Begin a horizontal
group and get its rect back.</para>
7759       </summary>
7760       <param name=
"style">Optional GUIStyle.</param>
7761       <param name=
"options">An optional list of layout options that specify extra layouting
7762         properties. Any values passed
in here will override settings defined by the style.&lt;br&gt;
7763 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
7764 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
7765     </member>
7766     <member name=
"M:UnityEditor.EditorGUILayout.BeginHorizontal(UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
7767       <summary>
7768         <para>Begin a horizontal
group and get its rect back.</para>
7769       </summary>
7770       <param name=
"style">Optional GUIStyle.</param>
7771       <param name=
"options">An optional list of layout options that specify extra layouting
7772         properties. Any values passed
in here will override settings defined by the style.&lt;br&gt;
7773 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
7774 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
7775     </member>
7776     <member name=
"M:UnityEditor.EditorGUILayout.BeginHorizontal">
7777       <summary>
7778         <para></para>
7779       </summary>
7780     </member>
7781     <member name=
"M:UnityEditor.EditorGUILayout.BeginScrollView(UnityEngine.Vector2,UnityEngine.GUILayoutOption[])">
7782       <summary>
7783         <para>Begin an automatically layouted scrollview.</para>
7784       </summary>
7785       <param name=
"scrollPosition">The position to use display.</param>
7786       <param name=
"alwayShowHorizontal">Optional parameter to always show the horizontal scrollbar. If false or left out, it is only shown when the content inside the ScrollView is wider than the scrollview itself.</param>
7787       <param name=
"alwayShowVertical">Optional parameter to always show the vertical scrollbar. If false or left out, it is only shown when content inside the ScrollView is taller than the scrollview itself.</param>
7788       <param name=
"horizontalScrollbar">Optional GUIStyle to use for the horizontal scrollbar. If left out, the horizontalScrollbar style from the current GUISkin is used.</param>
7789       <param name=
"verticalScrollbar">Optional GUIStyle to use for the vertical scrollbar. If left out, the verticalScrollbar style from the current GUISkin is used.</param>
7790       <param name=
"options"></param>
7791       <param name=
"alwaysShowHorizontal"></param>
7792       <param name=
"alwaysShowVertical"></param>
7793       <param name=
"background"></param>
7794       <returns>
7795         <para>The modified scrollPosition. Feed
this back into the variable you pass in, as shown in the example.</para>
7796       </returns>
7797     </member>
7798     <member name=
"M:UnityEditor.EditorGUILayout.BeginScrollView(UnityEngine.Vector2,System.Boolean,System.Boolean,UnityEngine.GUILayoutOption[])">
7799       <summary>
7800         <para>Begin an automatically layouted scrollview.</para>
7801       </summary>
7802       <param name=
"scrollPosition">The position to use display.</param>
7803       <param name=
"alwayShowHorizontal">Optional parameter to always show the horizontal scrollbar. If false or left out, it is only shown when the content inside the ScrollView is wider than the scrollview itself.</param>
7804       <param name=
"alwayShowVertical">Optional parameter to always show the vertical scrollbar. If false or left out, it is only shown when content inside the ScrollView is taller than the scrollview itself.</param>
7805       <param name=
"horizontalScrollbar">Optional GUIStyle to use for the horizontal scrollbar. If left out, the horizontalScrollbar style from the current GUISkin is used.</param>
7806       <param name=
"verticalScrollbar">Optional GUIStyle to use for the vertical scrollbar. If left out, the verticalScrollbar style from the current GUISkin is used.</param>
7807       <param name=
"options"></param>
7808       <param name=
"alwaysShowHorizontal"></param>
7809       <param name=
"alwaysShowVertical"></param>
7810       <param name=
"background"></param>
7811       <returns>
7812         <para>The modified scrollPosition. Feed
this back into the variable you pass in, as shown in the example.</para>
7813       </returns>
7814     </member>
7815     <member name=
"M:UnityEditor.EditorGUILayout.BeginScrollView(UnityEngine.Vector2,UnityEngine.GUIStyle,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
7816       <summary>
7817         <para>Begin an automatically layouted scrollview.</para>
7818       </summary>
7819       <param name=
"scrollPosition">The position to use display.</param>
7820       <param name=
"alwayShowHorizontal">Optional parameter to always show the horizontal scrollbar. If false or left out, it is only shown when the content inside the ScrollView is wider than the scrollview itself.</param>
7821       <param name=
"alwayShowVertical">Optional parameter to always show the vertical scrollbar. If false or left out, it is only shown when content inside the ScrollView is taller than the scrollview itself.</param>
7822       <param name=
"horizontalScrollbar">Optional GUIStyle to use for the horizontal scrollbar. If left out, the horizontalScrollbar style from the current GUISkin is used.</param>
7823       <param name=
"verticalScrollbar">Optional GUIStyle to use for the vertical scrollbar. If left out, the verticalScrollbar style from the current GUISkin is used.</param>
7824       <param name=
"options"></param>
7825       <param name=
"alwaysShowHorizontal"></param>
7826       <param name=
"alwaysShowVertical"></param>
7827       <param name=
"background"></param>
7828       <returns>
7829         <para>The modified scrollPosition. Feed
this back into the variable you pass in, as shown in the example.</para>
7830       </returns>
7831     </member>
7832     <member name=
"M:UnityEditor.EditorGUILayout.BeginScrollView">
7833       <summary>
7834         <para>Begin an automatically layouted scrollview.</para>
7835       </summary>
7836       <param name=
"scrollPosition">The position to use display.</param>
7837       <param name=
"alwayShowHorizontal">Optional parameter to always show the horizontal scrollbar. If false or left out, it is only shown when the content inside the ScrollView is wider than the scrollview itself.</param>
7838       <param name=
"alwayShowVertical">Optional parameter to always show the vertical scrollbar. If false or left out, it is only shown when content inside the ScrollView is taller than the scrollview itself.</param>
7839       <param name=
"horizontalScrollbar">Optional GUIStyle to use for the horizontal scrollbar. If left out, the horizontalScrollbar style from the current GUISkin is used.</param>
7840       <param name=
"verticalScrollbar">Optional GUIStyle to use for the vertical scrollbar. If left out, the verticalScrollbar style from the current GUISkin is used.</param>
7841       <param name=
"options"></param>
7842       <param name=
"alwaysShowHorizontal"></param>
7843       <param name=
"alwaysShowVertical"></param>
7844       <param name=
"background"></param>
7845       <returns>
7846         <para>The modified scrollPosition. Feed
this back into the variable you pass in, as shown in the example.</para>
7847       </returns>
7848     </member>
7849     <member name=
"M:UnityEditor.EditorGUILayout.BeginScrollView(UnityEngine.Vector2,System.Boolean,System.Boolean,UnityEngine.GUIStyle,UnityEngine.GUIStyle,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
7850       <summary>
7851         <para>Begin an automatically layouted scrollview.</para>
7852       </summary>
7853       <param name=
"scrollPosition">The position to use display.</param>
7854       <param name=
"alwayShowHorizontal">Optional parameter to always show the horizontal scrollbar. If false or left out, it is only shown when the content inside the ScrollView is wider than the scrollview itself.</param>
7855       <param name=
"alwayShowVertical">Optional parameter to always show the vertical scrollbar. If false or left out, it is only shown when content inside the ScrollView is taller than the scrollview itself.</param>
7856       <param name=
"horizontalScrollbar">Optional GUIStyle to use for the horizontal scrollbar. If left out, the horizontalScrollbar style from the current GUISkin is used.</param>
7857       <param name=
"verticalScrollbar">Optional GUIStyle to use for the vertical scrollbar. If left out, the verticalScrollbar style from the current GUISkin is used.</param>
7858       <param name=
"options"></param>
7859       <param name=
"alwaysShowHorizontal"></param>
7860       <param name=
"alwaysShowVertical"></param>
7861       <param name=
"background"></param>
7862       <returns>
7863         <para>The modified scrollPosition. Feed
this back into the variable you pass in, as shown in the example.</para>
7864       </returns>
7865     </member>
7866     <member name=
"M:UnityEditor.EditorGUILayout.BeginToggleGroup(System.String,System.Boolean)">
7867       <summary>
7868         <para>Begin a vertical
group with a toggle to enable or disable all the controls within at once.</para>
7869       </summary>
7870       <param name=
"label">Label to show above the toggled controls.</param>
7871       <param name=
"toggle">Enabled state of the toggle group.</param>
7872       <returns>
7873         <para>The enabled state selected
by the user.</para>
7874       </returns>
7875     </member>
7876     <member name=
"M:UnityEditor.EditorGUILayout.BeginToggleGroup(UnityEngine.GUIContent,System.Boolean)">
7877       <summary>
7878         <para>Begin a vertical
group with a toggle to enable or disable all the controls within at once.</para>
7879       </summary>
7880       <param name=
"label">Label to show above the toggled controls.</param>
7881       <param name=
"toggle">Enabled state of the toggle group.</param>
7882       <returns>
7883         <para>The enabled state selected
by the user.</para>
7884       </returns>
7885     </member>
7886     <member name=
"M:UnityEditor.EditorGUILayout.BeginVertical(UnityEngine.GUILayoutOption[])">
7887       <summary>
7888         <para>Begin a vertical
group and get its rect back.</para>
7889       </summary>
7890       <param name=
"style">Optional GUIStyle.</param>
7891       <param name=
"options">An optional list of layout options that specify extra layouting properties.
7892         Any values passed
in here will override settings defined by the style.&lt;br&gt;
7893 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
7894 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
7895     </member>
7896     <member name=
"M:UnityEditor.EditorGUILayout.BeginVertical(UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
7897       <summary>
7898         <para>Begin a vertical
group and get its rect back.</para>
7899       </summary>
7900       <param name=
"style">Optional GUIStyle.</param>
7901       <param name=
"options">An optional list of layout options that specify extra layouting properties.
7902         Any values passed
in here will override settings defined by the style.&lt;br&gt;
7903 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
7904 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
7905     </member>
7906     <member name=
"M:UnityEditor.EditorGUILayout.BeginVertical">
7907       <summary>
7908         <para>Begin a vertical
group and get its rect back.</para>
7909       </summary>
7910       <param name=
"style">Optional GUIStyle.</param>
7911       <param name=
"options">An optional list of layout options that specify extra layouting properties.
7912         Any values passed
in here will override settings defined by the style.&lt;br&gt;
7913 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
7914 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
7915     </member>
7916     <member name=
"M:UnityEditor.EditorGUILayout.BeginVertical">
7917       <summary>
7918         <para></para>
7919       </summary>
7920     </member>
7921     <member name=
"M:UnityEditor.EditorGUILayout.BoundsField(UnityEngine.Bounds,UnityEngine.GUILayoutOption[])">
7922       <summary>
7923         <para>Make Center &amp; Extents field
for entering a Bounds.</para>
7924       </summary>
7925       <param name=
"label">Label to display above the field.</param>
7926       <param name=
"value">The value to edit.</param>
7927       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
7928 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
7929 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
7930       <returns>
7931         <para>The
value entered by the user.</para>
7932       </returns>
7933     </member>
7934     <member name=
"M:UnityEditor.EditorGUILayout.BoundsField(System.String,UnityEngine.Bounds,UnityEngine.GUILayoutOption[])">
7935       <summary>
7936         <para>Make Center &amp; Extents field
for entering a Bounds.</para>
7937       </summary>
7938       <param name=
"label">Label to display above the field.</param>
7939       <param name=
"value">The value to edit.</param>
7940       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
7941 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
7942 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
7943       <returns>
7944         <para>The
value entered by the user.</para>
7945       </returns>
7946     </member>
7947     <member name=
"M:UnityEditor.EditorGUILayout.BoundsField(UnityEngine.GUIContent,UnityEngine.Bounds,UnityEngine.GUILayoutOption[])">
7948       <summary>
7949         <para>Make Center &amp; Extents field
for entering a Bounds.</para>
7950       </summary>
7951       <param name=
"label">Label to display above the field.</param>
7952       <param name=
"value">The value to edit.</param>
7953       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
7954 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
7955 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
7956       <returns>
7957         <para>The
value entered by the user.</para>
7958       </returns>
7959     </member>
7960     <member name=
"M:UnityEditor.EditorGUILayout.ColorField(UnityEngine.Color,UnityEngine.GUILayoutOption[])">
7961       <summary>
7962         <para>Make a field
for selecting a Color.</para>
7963       </summary>
7964       <param name=
"label">Optional label to display in front of the field.</param>
7965       <param name=
"value">The color to edit.</param>
7966       <param name=
"showEyedropper">If true, the color picker should show the eyedropper control. If false, don't show it.</param>
7967       <param name=
"showAlpha">If true, allow the user to set an alpha value for the color. If false, hide the alpha component.</param>
7968       <param name=
"hdr">If true, treat the color as an HDR value. If false, treat it as a standard LDR value.</param>
7969       <param name=
"hdrConfig">An object that sets the presentation parameters for an HDR color. If not using an HDR color, set this to null.</param>
7970       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
7971 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
7972 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
7973       <returns>
7974         <para>The color selected
by the user.</para>
7975       </returns>
7976     </member>
7977     <member name=
"M:UnityEditor.EditorGUILayout.ColorField(System.String,UnityEngine.Color,UnityEngine.GUILayoutOption[])">
7978       <summary>
7979         <para>Make a field
for selecting a Color.</para>
7980       </summary>
7981       <param name=
"label">Optional label to display in front of the field.</param>
7982       <param name=
"value">The color to edit.</param>
7983       <param name=
"showEyedropper">If true, the color picker should show the eyedropper control. If false, don't show it.</param>
7984       <param name=
"showAlpha">If true, allow the user to set an alpha value for the color. If false, hide the alpha component.</param>
7985       <param name=
"hdr">If true, treat the color as an HDR value. If false, treat it as a standard LDR value.</param>
7986       <param name=
"hdrConfig">An object that sets the presentation parameters for an HDR color. If not using an HDR color, set this to null.</param>
7987       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
7988 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
7989 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
7990       <returns>
7991         <para>The color selected
by the user.</para>
7992       </returns>
7993     </member>
7994     <member name=
"M:UnityEditor.EditorGUILayout.ColorField(UnityEngine.GUIContent,UnityEngine.Color,UnityEngine.GUILayoutOption[])">
7995       <summary>
7996         <para>Make a field
for selecting a Color.</para>
7997       </summary>
7998       <param name=
"label">Optional label to display in front of the field.</param>
7999       <param name=
"value">The color to edit.</param>
8000       <param name=
"showEyedropper">If true, the color picker should show the eyedropper control. If false, don't show it.</param>
8001       <param name=
"showAlpha">If true, allow the user to set an alpha value for the color. If false, hide the alpha component.</param>
8002       <param name=
"hdr">If true, treat the color as an HDR value. If false, treat it as a standard LDR value.</param>
8003       <param name=
"hdrConfig">An object that sets the presentation parameters for an HDR color. If not using an HDR color, set this to null.</param>
8004       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8005 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8006 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8007       <returns>
8008         <para>The color selected
by the user.</para>
8009       </returns>
8010     </member>
8011     <member name=
"M:UnityEditor.EditorGUILayout.ColorField(UnityEngine.GUIContent,UnityEngine.Color,System.Boolean,System.Boolean,System.Boolean,UnityEditor.ColorPickerHDRConfig,UnityEngine.GUILayoutOption[])">
8012       <summary>
8013         <para>Make a field
for selecting a Color.</para>
8014       </summary>
8015       <param name=
"label">Optional label to display in front of the field.</param>
8016       <param name=
"value">The color to edit.</param>
8017       <param name=
"showEyedropper">If true, the color picker should show the eyedropper control. If false, don't show it.</param>
8018       <param name=
"showAlpha">If true, allow the user to set an alpha value for the color. If false, hide the alpha component.</param>
8019       <param name=
"hdr">If true, treat the color as an HDR value. If false, treat it as a standard LDR value.</param>
8020       <param name=
"hdrConfig">An object that sets the presentation parameters for an HDR color. If not using an HDR color, set this to null.</param>
8021       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8022 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8023 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8024       <returns>
8025         <para>The color selected
by the user.</para>
8026       </returns>
8027     </member>
8028     <member name=
"M:UnityEditor.EditorGUILayout.CurveField(UnityEngine.AnimationCurve,UnityEngine.GUILayoutOption[])">
8029       <summary>
8030         <para>Make a field
for editing an AnimationCurve.</para>
8031       </summary>
8032       <param name=
"label">Optional label to display in front of the field.</param>
8033       <param name=
"value">The curve to edit.</param>
8034       <param name=
"color">The color to show the curve with.</param>
8035       <param name=
"ranges">Optional rectangle that the curve is restrained within.</param>
8036       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8037 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8038 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8039       <returns>
8040         <para>The curve edited
by the user.</para>
8041       </returns>
8042     </member>
8043     <member name=
"M:UnityEditor.EditorGUILayout.CurveField(System.String,UnityEngine.AnimationCurve,UnityEngine.GUILayoutOption[])">
8044       <summary>
8045         <para>Make a field
for editing an AnimationCurve.</para>
8046       </summary>
8047       <param name=
"label">Optional label to display in front of the field.</param>
8048       <param name=
"value">The curve to edit.</param>
8049       <param name=
"color">The color to show the curve with.</param>
8050       <param name=
"ranges">Optional rectangle that the curve is restrained within.</param>
8051       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8052 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8053 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8054       <returns>
8055         <para>The curve edited
by the user.</para>
8056       </returns>
8057     </member>
8058     <member name=
"M:UnityEditor.EditorGUILayout.CurveField(UnityEngine.GUIContent,UnityEngine.AnimationCurve,UnityEngine.GUILayoutOption[])">
8059       <summary>
8060         <para>Make a field
for editing an AnimationCurve.</para>
8061       </summary>
8062       <param name=
"label">Optional label to display in front of the field.</param>
8063       <param name=
"value">The curve to edit.</param>
8064       <param name=
"color">The color to show the curve with.</param>
8065       <param name=
"ranges">Optional rectangle that the curve is restrained within.</param>
8066       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8067 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8068 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8069       <returns>
8070         <para>The curve edited
by the user.</para>
8071       </returns>
8072     </member>
8073     <member name=
"M:UnityEditor.EditorGUILayout.CurveField(UnityEngine.AnimationCurve,UnityEngine.Color,UnityEngine.Rect,UnityEngine.GUILayoutOption[])">
8074       <summary>
8075         <para>Make a field
for editing an AnimationCurve.</para>
8076       </summary>
8077       <param name=
"label">Optional label to display in front of the field.</param>
8078       <param name=
"value">The curve to edit.</param>
8079       <param name=
"color">The color to show the curve with.</param>
8080       <param name=
"ranges">Optional rectangle that the curve is restrained within.</param>
8081       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8082 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8083 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8084       <returns>
8085         <para>The curve edited
by the user.</para>
8086       </returns>
8087     </member>
8088     <member name=
"M:UnityEditor.EditorGUILayout.CurveField(System.String,UnityEngine.AnimationCurve,UnityEngine.Color,UnityEngine.Rect,UnityEngine.GUILayoutOption[])">
8089       <summary>
8090         <para>Make a field
for editing an AnimationCurve.</para>
8091       </summary>
8092       <param name=
"label">Optional label to display in front of the field.</param>
8093       <param name=
"value">The curve to edit.</param>
8094       <param name=
"color">The color to show the curve with.</param>
8095       <param name=
"ranges">Optional rectangle that the curve is restrained within.</param>
8096       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8097 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8098 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8099       <returns>
8100         <para>The curve edited
by the user.</para>
8101       </returns>
8102     </member>
8103     <member name=
"M:UnityEditor.EditorGUILayout.CurveField(UnityEngine.GUIContent,UnityEngine.AnimationCurve,UnityEngine.Color,UnityEngine.Rect,UnityEngine.GUILayoutOption[])">
8104       <summary>
8105         <para>Make a field
for editing an AnimationCurve.</para>
8106       </summary>
8107       <param name=
"label">Optional label to display in front of the field.</param>
8108       <param name=
"value">The curve to edit.</param>
8109       <param name=
"color">The color to show the curve with.</param>
8110       <param name=
"ranges">Optional rectangle that the curve is restrained within.</param>
8111       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8112 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8113 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8114       <returns>
8115         <para>The curve edited
by the user.</para>
8116       </returns>
8117     </member>
8118     <member name=
"M:UnityEditor.EditorGUILayout.CurveField(UnityEditor.SerializedProperty,UnityEngine.Color,UnityEngine.Rect,UnityEngine.GUILayoutOption[])">
8119       <summary>
8120         <para>Make a field
for editing an AnimationCurve.</para>
8121       </summary>
8122       <param name=
"property">The curve to edit.</param>
8123       <param name=
"color">The color to show the curve with.</param>
8124       <param name=
"ranges">Optional rectangle that the curve is restrained within.</param>
8125       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8126 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8127 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8128       <param name=
"label">Optional label to display in front of the field. Pass [[GUIContent.none] to hide the label.</param>
8129     </member>
8130     <member name=
"M:UnityEditor.EditorGUILayout.CurveField(UnityEditor.SerializedProperty,UnityEngine.Color,UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.GUILayoutOption[])">
8131       <summary>
8132         <para>Make a field
for editing an AnimationCurve.</para>
8133       </summary>
8134       <param name=
"property">The curve to edit.</param>
8135       <param name=
"color">The color to show the curve with.</param>
8136       <param name=
"ranges">Optional rectangle that the curve is restrained within.</param>
8137       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8138 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8139 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8140       <param name=
"label">Optional label to display in front of the field. Pass [[GUIContent.none] to hide the label.</param>
8141     </member>
8142     <member name=
"M:UnityEditor.EditorGUILayout.DelayedDoubleField(System.Double,UnityEngine.GUILayoutOption[])">
8143       <summary>
8144         <para>Make a delayed text field
for entering doubles.</para>
8145       </summary>
8146       <param name=
"label">Optional label to display in front of the double field.</param>
8147       <param name=
"value">The value to edit.</param>
8148       <param name=
"style">Optional GUIStyle.</param>
8149       <param name=
"options">
8150           An optional list of layout options that specify extra layouting properties. Any values passed
in here will override settings defined by the style.&lt;br&gt;
8151           See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8152           GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.
8153         </param>
8154       <returns>
8155         <para>The
value entered by the user. Note that the return value will not change until the user has pressed enter or focus is moved away from the double field.</para>
8156       </returns>
8157     </member>
8158     <member name=
"M:UnityEditor.EditorGUILayout.DelayedDoubleField(System.Double,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
8159       <summary>
8160         <para>Make a delayed text field
for entering doubles.</para>
8161       </summary>
8162       <param name=
"label">Optional label to display in front of the double field.</param>
8163       <param name=
"value">The value to edit.</param>
8164       <param name=
"style">Optional GUIStyle.</param>
8165       <param name=
"options">
8166           An optional list of layout options that specify extra layouting properties. Any values passed
in here will override settings defined by the style.&lt;br&gt;
8167           See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8168           GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.
8169         </param>
8170       <returns>
8171         <para>The
value entered by the user. Note that the return value will not change until the user has pressed enter or focus is moved away from the double field.</para>
8172       </returns>
8173     </member>
8174     <member name=
"M:UnityEditor.EditorGUILayout.DelayedDoubleField(System.String,System.Double,UnityEngine.GUILayoutOption[])">
8175       <summary>
8176         <para>Make a delayed text field
for entering doubles.</para>
8177       </summary>
8178       <param name=
"label">Optional label to display in front of the double field.</param>
8179       <param name=
"value">The value to edit.</param>
8180       <param name=
"style">Optional GUIStyle.</param>
8181       <param name=
"options">
8182           An optional list of layout options that specify extra layouting properties. Any values passed
in here will override settings defined by the style.&lt;br&gt;
8183           See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8184           GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.
8185         </param>
8186       <returns>
8187         <para>The
value entered by the user. Note that the return value will not change until the user has pressed enter or focus is moved away from the double field.</para>
8188       </returns>
8189     </member>
8190     <member name=
"M:UnityEditor.EditorGUILayout.DelayedDoubleField(System.String,System.Double,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
8191       <summary>
8192         <para>Make a delayed text field
for entering doubles.</para>
8193       </summary>
8194       <param name=
"label">Optional label to display in front of the double field.</param>
8195       <param name=
"value">The value to edit.</param>
8196       <param name=
"style">Optional GUIStyle.</param>
8197       <param name=
"options">
8198           An optional list of layout options that specify extra layouting properties. Any values passed
in here will override settings defined by the style.&lt;br&gt;
8199           See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8200           GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.
8201         </param>
8202       <returns>
8203         <para>The
value entered by the user. Note that the return value will not change until the user has pressed enter or focus is moved away from the double field.</para>
8204       </returns>
8205     </member>
8206     <member name=
"M:UnityEditor.EditorGUILayout.DelayedDoubleField(UnityEngine.GUIContent,System.Double,UnityEngine.GUILayoutOption[])">
8207       <summary>
8208         <para>Make a delayed text field
for entering doubles.</para>
8209       </summary>
8210       <param name=
"label">Optional label to display in front of the double field.</param>
8211       <param name=
"value">The value to edit.</param>
8212       <param name=
"style">Optional GUIStyle.</param>
8213       <param name=
"options">
8214           An optional list of layout options that specify extra layouting properties. Any values passed
in here will override settings defined by the style.&lt;br&gt;
8215           See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8216           GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.
8217         </param>
8218       <returns>
8219         <para>The
value entered by the user. Note that the return value will not change until the user has pressed enter or focus is moved away from the double field.</para>
8220       </returns>
8221     </member>
8222     <member name=
"M:UnityEditor.EditorGUILayout.DelayedDoubleField(UnityEngine.GUIContent,System.Double,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
8223       <summary>
8224         <para>Make a delayed text field
for entering doubles.</para>
8225       </summary>
8226       <param name=
"label">Optional label to display in front of the double field.</param>
8227       <param name=
"value">The value to edit.</param>
8228       <param name=
"style">Optional GUIStyle.</param>
8229       <param name=
"options">
8230           An optional list of layout options that specify extra layouting properties. Any values passed
in here will override settings defined by the style.&lt;br&gt;
8231           See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8232           GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.
8233         </param>
8234       <returns>
8235         <para>The
value entered by the user. Note that the return value will not change until the user has pressed enter or focus is moved away from the double field.</para>
8236       </returns>
8237     </member>
8238     <member name=
"M:UnityEditor.EditorGUILayout.DelayedDoubleField">
8239       <summary>
8240         <para>Make a delayed text field
for entering doubles.</para>
8241       </summary>
8242       <param name=
"property">The double property to edit.</param>
8243       <param name=
"label">Optional label to display in front of the double field. Pass GUIContent.none to hide label.</param>
8244       <param name=
"options">
8245           An optional list of layout options that specify extra layouting properties. Any values passed
in here will override settings defined by the style.&lt;br&gt;
8246           See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8247           GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.
8248         </param>
8249     </member>
8250     <member name=
"M:UnityEditor.EditorGUILayout.DelayedDoubleField">
8251       <summary>
8252         <para>Make a delayed text field
for entering doubles.</para>
8253       </summary>
8254       <param name=
"property">The double property to edit.</param>
8255       <param name=
"label">Optional label to display in front of the double field. Pass GUIContent.none to hide label.</param>
8256       <param name=
"options">
8257           An optional list of layout options that specify extra layouting properties. Any values passed
in here will override settings defined by the style.&lt;br&gt;
8258           See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8259           GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.
8260         </param>
8261     </member>
8262     <member name=
"M:UnityEditor.EditorGUILayout.DelayedFloatField(System.Single,UnityEngine.GUILayoutOption[])">
8263       <summary>
8264         <para>Make a delayed text field
for entering floats.</para>
8265       </summary>
8266       <param name=
"label">Optional label to display in front of the float field.</param>
8267       <param name=
"value">The value to edit.</param>
8268       <param name=
"style">Optional GUIStyle.</param>
8269       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8270 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8271 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8272       <returns>
8273         <para>The
value entered by the user. Note that the return value will not change until the user has pressed enter or focus is moved away from the float field.</para>
8274       </returns>
8275     </member>
8276     <member name=
"M:UnityEditor.EditorGUILayout.DelayedFloatField(System.Single,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
8277       <summary>
8278         <para>Make a delayed text field
for entering floats.</para>
8279       </summary>
8280       <param name=
"label">Optional label to display in front of the float field.</param>
8281       <param name=
"value">The value to edit.</param>
8282       <param name=
"style">Optional GUIStyle.</param>
8283       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8284 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8285 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8286       <returns>
8287         <para>The
value entered by the user. Note that the return value will not change until the user has pressed enter or focus is moved away from the float field.</para>
8288       </returns>
8289     </member>
8290     <member name=
"M:UnityEditor.EditorGUILayout.DelayedFloatField(System.String,System.Single,UnityEngine.GUILayoutOption[])">
8291       <summary>
8292         <para>Make a delayed text field
for entering floats.</para>
8293       </summary>
8294       <param name=
"label">Optional label to display in front of the float field.</param>
8295       <param name=
"value">The value to edit.</param>
8296       <param name=
"style">Optional GUIStyle.</param>
8297       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8298 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8299 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8300       <returns>
8301         <para>The
value entered by the user. Note that the return value will not change until the user has pressed enter or focus is moved away from the float field.</para>
8302       </returns>
8303     </member>
8304     <member name=
"M:UnityEditor.EditorGUILayout.DelayedFloatField(System.String,System.Single,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
8305       <summary>
8306         <para>Make a delayed text field
for entering floats.</para>
8307       </summary>
8308       <param name=
"label">Optional label to display in front of the float field.</param>
8309       <param name=
"value">The value to edit.</param>
8310       <param name=
"style">Optional GUIStyle.</param>
8311       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8312 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8313 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8314       <returns>
8315         <para>The
value entered by the user. Note that the return value will not change until the user has pressed enter or focus is moved away from the float field.</para>
8316       </returns>
8317     </member>
8318     <member name=
"M:UnityEditor.EditorGUILayout.DelayedFloatField(UnityEngine.GUIContent,System.Single,UnityEngine.GUILayoutOption[])">
8319       <summary>
8320         <para>Make a delayed text field
for entering floats.</para>
8321       </summary>
8322       <param name=
"label">Optional label to display in front of the float field.</param>
8323       <param name=
"value">The value to edit.</param>
8324       <param name=
"style">Optional GUIStyle.</param>
8325       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8326 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8327 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8328       <returns>
8329         <para>The
value entered by the user. Note that the return value will not change until the user has pressed enter or focus is moved away from the float field.</para>
8330       </returns>
8331     </member>
8332     <member name=
"M:UnityEditor.EditorGUILayout.DelayedFloatField(UnityEngine.GUIContent,System.Single,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
8333       <summary>
8334         <para>Make a delayed text field
for entering floats.</para>
8335       </summary>
8336       <param name=
"label">Optional label to display in front of the float field.</param>
8337       <param name=
"value">The value to edit.</param>
8338       <param name=
"style">Optional GUIStyle.</param>
8339       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8340 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8341 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8342       <returns>
8343         <para>The
value entered by the user. Note that the return value will not change until the user has pressed enter or focus is moved away from the float field.</para>
8344       </returns>
8345     </member>
8346     <member name=
"M:UnityEditor.EditorGUILayout.DelayedFloatField(UnityEditor.SerializedProperty,UnityEngine.GUIContent,UnityEngine.GUILayoutOption[])">
8347       <summary>
8348         <para>Make a delayed text field
for entering floats.</para>
8349       </summary>
8350       <param name=
"property">The float property to edit.</param>
8351       <param name=
"label">Optional label to display in front of the float field. Pass GUIContent.none to hide label.</param>
8352       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8353 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8354 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8355     </member>
8356     <member name=
"M:UnityEditor.EditorGUILayout.DelayedFloatField(UnityEditor.SerializedProperty,UnityEngine.GUILayoutOption[])">
8357       <summary>
8358         <para>Make a delayed text field
for entering floats.</para>
8359       </summary>
8360       <param name=
"property">The float property to edit.</param>
8361       <param name=
"label">Optional label to display in front of the float field. Pass GUIContent.none to hide label.</param>
8362       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8363 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8364 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8365     </member>
8366     <member name=
"M:UnityEditor.EditorGUILayout.DelayedIntField(System.Int32,UnityEngine.GUILayoutOption[])">
8367       <summary>
8368         <para>Make a delayed text field
for entering integers.</para>
8369       </summary>
8370       <param name=
"label">Optional label to display in front of the int field.</param>
8371       <param name=
"value">The value to edit.</param>
8372       <param name=
"style">Optional GUIStyle.</param>
8373       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8374 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8375 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8376       <returns>
8377         <para>The
value entered by the user. Note that the return value will not change until the user has pressed enter or focus is moved away from the int field.</para>
8378       </returns>
8379     </member>
8380     <member name=
"M:UnityEditor.EditorGUILayout.DelayedIntField(System.Int32,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
8381       <summary>
8382         <para>Make a delayed text field
for entering integers.</para>
8383       </summary>
8384       <param name=
"label">Optional label to display in front of the int field.</param>
8385       <param name=
"value">The value to edit.</param>
8386       <param name=
"style">Optional GUIStyle.</param>
8387       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8388 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8389 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8390       <returns>
8391         <para>The
value entered by the user. Note that the return value will not change until the user has pressed enter or focus is moved away from the int field.</para>
8392       </returns>
8393     </member>
8394     <member name=
"M:UnityEditor.EditorGUILayout.DelayedIntField(System.String,System.Int32,UnityEngine.GUILayoutOption[])">
8395       <summary>
8396         <para>Make a delayed text field
for entering integers.</para>
8397       </summary>
8398       <param name=
"label">Optional label to display in front of the int field.</param>
8399       <param name=
"value">The value to edit.</param>
8400       <param name=
"style">Optional GUIStyle.</param>
8401       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8402 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8403 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8404       <returns>
8405         <para>The
value entered by the user. Note that the return value will not change until the user has pressed enter or focus is moved away from the int field.</para>
8406       </returns>
8407     </member>
8408     <member name=
"M:UnityEditor.EditorGUILayout.DelayedIntField(System.String,System.Int32,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
8409       <summary>
8410         <para>Make a delayed text field
for entering integers.</para>
8411       </summary>
8412       <param name=
"label">Optional label to display in front of the int field.</param>
8413       <param name=
"value">The value to edit.</param>
8414       <param name=
"style">Optional GUIStyle.</param>
8415       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8416 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8417 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8418       <returns>
8419         <para>The
value entered by the user. Note that the return value will not change until the user has pressed enter or focus is moved away from the int field.</para>
8420       </returns>
8421     </member>
8422     <member name=
"M:UnityEditor.EditorGUILayout.DelayedIntField(UnityEngine.GUIContent,System.Int32,UnityEngine.GUILayoutOption[])">
8423       <summary>
8424         <para>Make a delayed text field
for entering integers.</para>
8425       </summary>
8426       <param name=
"label">Optional label to display in front of the int field.</param>
8427       <param name=
"value">The value to edit.</param>
8428       <param name=
"style">Optional GUIStyle.</param>
8429       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8430 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8431 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8432       <returns>
8433         <para>The
value entered by the user. Note that the return value will not change until the user has pressed enter or focus is moved away from the int field.</para>
8434       </returns>
8435     </member>
8436     <member name=
"M:UnityEditor.EditorGUILayout.DelayedIntField(UnityEngine.GUIContent,System.Int32,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
8437       <summary>
8438         <para>Make a delayed text field
for entering integers.</para>
8439       </summary>
8440       <param name=
"label">Optional label to display in front of the int field.</param>
8441       <param name=
"value">The value to edit.</param>
8442       <param name=
"style">Optional GUIStyle.</param>
8443       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8444 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8445 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8446       <returns>
8447         <para>The
value entered by the user. Note that the return value will not change until the user has pressed enter or focus is moved away from the int field.</para>
8448       </returns>
8449     </member>
8450     <member name=
"M:UnityEditor.EditorGUILayout.DelayedIntField(UnityEditor.SerializedProperty,UnityEngine.GUILayoutOption[])">
8451       <summary>
8452         <para>Make a delayed text field
for entering integers.</para>
8453       </summary>
8454       <param name=
"property">The int property to edit.</param>
8455       <param name=
"label">Optional label to display in front of the int field. Pass GUIContent.none to hide label.</param>
8456       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8457 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8458 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8459     </member>
8460     <member name=
"M:UnityEditor.EditorGUILayout.DelayedIntField(UnityEditor.SerializedProperty,UnityEngine.GUIContent,UnityEngine.GUILayoutOption[])">
8461       <summary>
8462         <para>Make a delayed text field
for entering integers.</para>
8463       </summary>
8464       <param name=
"property">The int property to edit.</param>
8465       <param name=
"label">Optional label to display in front of the int field. Pass GUIContent.none to hide label.</param>
8466       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8467 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8468 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8469     </member>
8470     <member name=
"M:UnityEditor.EditorGUILayout.DelayedTextField(System.String,UnityEngine.GUILayoutOption[])">
8471       <summary>
8472         <para>Make a delayed text field.</para>
8473       </summary>
8474       <param name=
"label">Optional label to display in front of the int field.</param>
8475       <param name=
"text">The text to edit.</param>
8476       <param name=
"style">Optional GUIStyle.</param>
8477       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8478 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8479 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8480       <returns>
8481         <para>The
value entered by the user. Note that the return value will not change until the user has pressed enter or focus is moved away from the text field.</para>
8482       </returns>
8483     </member>
8484     <member name=
"M:UnityEditor.EditorGUILayout.DelayedTextField(System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
8485       <summary>
8486         <para>Make a delayed text field.</para>
8487       </summary>
8488       <param name=
"label">Optional label to display in front of the int field.</param>
8489       <param name=
"text">The text to edit.</param>
8490       <param name=
"style">Optional GUIStyle.</param>
8491       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8492 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8493 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8494       <returns>
8495         <para>The
value entered by the user. Note that the return value will not change until the user has pressed enter or focus is moved away from the text field.</para>
8496       </returns>
8497     </member>
8498     <member name=
"M:UnityEditor.EditorGUILayout.DelayedTextField(System.String,System.String,UnityEngine.GUILayoutOption[])">
8499       <summary>
8500         <para>Make a delayed text field.</para>
8501       </summary>
8502       <param name=
"label">Optional label to display in front of the int field.</param>
8503       <param name=
"text">The text to edit.</param>
8504       <param name=
"style">Optional GUIStyle.</param>
8505       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8506 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8507 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8508       <returns>
8509         <para>The
value entered by the user. Note that the return value will not change until the user has pressed enter or focus is moved away from the text field.</para>
8510       </returns>
8511     </member>
8512     <member name=
"M:UnityEditor.EditorGUILayout.DelayedTextField(System.String,System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
8513       <summary>
8514         <para>Make a delayed text field.</para>
8515       </summary>
8516       <param name=
"label">Optional label to display in front of the int field.</param>
8517       <param name=
"text">The text to edit.</param>
8518       <param name=
"style">Optional GUIStyle.</param>
8519       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8520 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8521 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8522       <returns>
8523         <para>The
value entered by the user. Note that the return value will not change until the user has pressed enter or focus is moved away from the text field.</para>
8524       </returns>
8525     </member>
8526     <member name=
"M:UnityEditor.EditorGUILayout.DelayedTextField(UnityEngine.GUIContent,System.String,UnityEngine.GUILayoutOption[])">
8527       <summary>
8528         <para>Make a delayed text field.</para>
8529       </summary>
8530       <param name=
"label">Optional label to display in front of the int field.</param>
8531       <param name=
"text">The text to edit.</param>
8532       <param name=
"style">Optional GUIStyle.</param>
8533       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8534 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8535 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8536       <returns>
8537         <para>The
value entered by the user. Note that the return value will not change until the user has pressed enter or focus is moved away from the text field.</para>
8538       </returns>
8539     </member>
8540     <member name=
"M:UnityEditor.EditorGUILayout.DelayedTextField(UnityEngine.GUIContent,System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
8541       <summary>
8542         <para>Make a delayed text field.</para>
8543       </summary>
8544       <param name=
"label">Optional label to display in front of the int field.</param>
8545       <param name=
"text">The text to edit.</param>
8546       <param name=
"style">Optional GUIStyle.</param>
8547       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8548 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8549 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8550       <returns>
8551         <para>The
value entered by the user. Note that the return value will not change until the user has pressed enter or focus is moved away from the text field.</para>
8552       </returns>
8553     </member>
8554     <member name=
"M:UnityEditor.EditorGUILayout.DelayedTextField(UnityEditor.SerializedProperty,UnityEngine.GUILayoutOption[])">
8555       <summary>
8556         <para>Make a delayed text field.</para>
8557       </summary>
8558       <param name=
"property">The text property to edit.</param>
8559       <param name=
"label">Optional label to display in front of the int field. Pass GUIContent.none to hide label.</param>
8560       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8561 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8562 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8563     </member>
8564     <member name=
"M:UnityEditor.EditorGUILayout.DelayedTextField(UnityEditor.SerializedProperty,UnityEngine.GUIContent,UnityEngine.GUILayoutOption[])">
8565       <summary>
8566         <para>Make a delayed text field.</para>
8567       </summary>
8568       <param name=
"property">The text property to edit.</param>
8569       <param name=
"label">Optional label to display in front of the int field. Pass GUIContent.none to hide label.</param>
8570       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8571 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8572 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8573     </member>
8574     <member name=
"M:UnityEditor.EditorGUILayout.DoubleField(System.Double,UnityEngine.GUILayoutOption[])">
8575       <summary>
8576         <para>Make a text field
for entering double values.</para>
8577       </summary>
8578       <param name=
"label">Optional label to display in front of the double field.</param>
8579       <param name=
"value">The value to edit.</param>
8580       <param name=
"style">Optional GUIStyle.</param>
8581       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8582 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8583 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8584       <returns>
8585         <para>The
value entered by the user.</para>
8586       </returns>
8587     </member>
8588     <member name=
"M:UnityEditor.EditorGUILayout.DoubleField(System.Double,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
8589       <summary>
8590         <para>Make a text field
for entering double values.</para>
8591       </summary>
8592       <param name=
"label">Optional label to display in front of the double field.</param>
8593       <param name=
"value">The value to edit.</param>
8594       <param name=
"style">Optional GUIStyle.</param>
8595       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8596 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8597 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8598       <returns>
8599         <para>The
value entered by the user.</para>
8600       </returns>
8601     </member>
8602     <member name=
"M:UnityEditor.EditorGUILayout.DoubleField(System.String,System.Double,UnityEngine.GUILayoutOption[])">
8603       <summary>
8604         <para>Make a text field
for entering double values.</para>
8605       </summary>
8606       <param name=
"label">Optional label to display in front of the double field.</param>
8607       <param name=
"value">The value to edit.</param>
8608       <param name=
"style">Optional GUIStyle.</param>
8609       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8610 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8611 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8612       <returns>
8613         <para>The
value entered by the user.</para>
8614       </returns>
8615     </member>
8616     <member name=
"M:UnityEditor.EditorGUILayout.DoubleField(System.String,System.Double,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
8617       <summary>
8618         <para>Make a text field
for entering double values.</para>
8619       </summary>
8620       <param name=
"label">Optional label to display in front of the double field.</param>
8621       <param name=
"value">The value to edit.</param>
8622       <param name=
"style">Optional GUIStyle.</param>
8623       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8624 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8625 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8626       <returns>
8627         <para>The
value entered by the user.</para>
8628       </returns>
8629     </member>
8630     <member name=
"M:UnityEditor.EditorGUILayout.DoubleField(UnityEngine.GUIContent,System.Double,UnityEngine.GUILayoutOption[])">
8631       <summary>
8632         <para>Make a text field
for entering double values.</para>
8633       </summary>
8634       <param name=
"label">Optional label to display in front of the double field.</param>
8635       <param name=
"value">The value to edit.</param>
8636       <param name=
"style">Optional GUIStyle.</param>
8637       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8638 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8639 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8640       <returns>
8641         <para>The
value entered by the user.</para>
8642       </returns>
8643     </member>
8644     <member name=
"M:UnityEditor.EditorGUILayout.DoubleField(UnityEngine.GUIContent,System.Double,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
8645       <summary>
8646         <para>Make a text field
for entering double values.</para>
8647       </summary>
8648       <param name=
"label">Optional label to display in front of the double field.</param>
8649       <param name=
"value">The value to edit.</param>
8650       <param name=
"style">Optional GUIStyle.</param>
8651       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8652 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8653 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8654       <returns>
8655         <para>The
value entered by the user.</para>
8656       </returns>
8657     </member>
8658     <member name=
"M:UnityEditor.EditorGUILayout.DropdownButton(UnityEngine.GUIContent,UnityEngine.FocusType,UnityEngine.GUILayoutOption[])">
8659       <summary>
8660         <para>Make a button that reacts to mouse down,
for displaying your own dropdown content.</para>
8661       </summary>
8662       <param name=
"content">Text, image and tooltip for this button.</param>
8663       <param name=
"focusType">Whether the button should be selectable by keyboard or not.</param>
8664       <param name=
"style">Optional style to use.</param>
8665       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8666 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8667 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8668       <returns>
8669         <para>
true when the user clicks the button.</para>
8670       </returns>
8671     </member>
8672     <member name=
"M:UnityEditor.EditorGUILayout.DropdownButton(UnityEngine.GUIContent,UnityEngine.FocusType,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
8673       <summary>
8674         <para>Make a button that reacts to mouse down,
for displaying your own dropdown content.</para>
8675       </summary>
8676       <param name=
"content">Text, image and tooltip for this button.</param>
8677       <param name=
"focusType">Whether the button should be selectable by keyboard or not.</param>
8678       <param name=
"style">Optional style to use.</param>
8679       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8680 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8681 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8682       <returns>
8683         <para>
true when the user clicks the button.</para>
8684       </returns>
8685     </member>
8686     <member name=
"M:UnityEditor.EditorGUILayout.EndFadeGroup">
8687       <summary>
8688         <para>Closes a
group started with BeginFadeGroup.</para>
8689       </summary>
8690     </member>
8691     <member name=
"M:UnityEditor.EditorGUILayout.EndHorizontal">
8692       <summary>
8693         <para>Close a
group started with BeginHorizontal.</para>
8694       </summary>
8695     </member>
8696     <member name=
"M:UnityEditor.EditorGUILayout.EndScrollView">
8697       <summary>
8698         <para>Ends a scrollview started with a call to BeginScrollView.</para>
8699       </summary>
8700     </member>
8701     <member name=
"M:UnityEditor.EditorGUILayout.EndToggleGroup">
8702       <summary>
8703         <para>Close a
group started with BeginToggleGroup.</para>
8704       </summary>
8705     </member>
8706     <member name=
"M:UnityEditor.EditorGUILayout.EndVertical">
8707       <summary>
8708         <para>Close a
group started with BeginVertical.</para>
8709       </summary>
8710     </member>
8711     <member name=
"M:UnityEditor.EditorGUILayout.EnumMaskField(UnityEngine.GUIContent,System.Enum,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
8712       <summary>
8713         <para>Make a field
for enum based masks.</para>
8714       </summary>
8715       <param name=
"label">Prefix label for this field.</param>
8716       <param name=
"enumValue">Enum to use for the flags.</param>
8717       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8718 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8719 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8720       <param name=
"style"></param>
8721       <returns>
8722         <para>The
value modified by the user.</para>
8723       </returns>
8724     </member>
8725     <member name=
"M:UnityEditor.EditorGUILayout.EnumMaskField(System.String,System.Enum,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
8726       <summary>
8727         <para>Make a field
for enum based masks.</para>
8728       </summary>
8729       <param name=
"label">Prefix label for this field.</param>
8730       <param name=
"enumValue">Enum to use for the flags.</param>
8731       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8732 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8733 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8734       <param name=
"style"></param>
8735       <returns>
8736         <para>The
value modified by the user.</para>
8737       </returns>
8738     </member>
8739     <member name=
"M:UnityEditor.EditorGUILayout.EnumMaskField(UnityEngine.GUIContent,System.Enum,UnityEngine.GUILayoutOption[])">
8740       <summary>
8741         <para>Make a field
for enum based masks.</para>
8742       </summary>
8743       <param name=
"label">Prefix label for this field.</param>
8744       <param name=
"enumValue">Enum to use for the flags.</param>
8745       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8746 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8747 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8748       <param name=
"style"></param>
8749       <returns>
8750         <para>The
value modified by the user.</para>
8751       </returns>
8752     </member>
8753     <member name=
"M:UnityEditor.EditorGUILayout.EnumMaskField(System.String,System.Enum,UnityEngine.GUILayoutOption[])">
8754       <summary>
8755         <para>Make a field
for enum based masks.</para>
8756       </summary>
8757       <param name=
"label">Prefix label for this field.</param>
8758       <param name=
"enumValue">Enum to use for the flags.</param>
8759       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8760 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8761 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8762       <param name=
"style"></param>
8763       <returns>
8764         <para>The
value modified by the user.</para>
8765       </returns>
8766     </member>
8767     <member name=
"M:UnityEditor.EditorGUILayout.EnumMaskField(System.Enum,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
8768       <summary>
8769         <para>Make a field
for enum based masks.</para>
8770       </summary>
8771       <param name=
"label">Prefix label for this field.</param>
8772       <param name=
"enumValue">Enum to use for the flags.</param>
8773       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8774 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8775 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8776       <param name=
"style"></param>
8777       <returns>
8778         <para>The
value modified by the user.</para>
8779       </returns>
8780     </member>
8781     <member name=
"M:UnityEditor.EditorGUILayout.EnumMaskField(System.Enum,UnityEngine.GUILayoutOption[])">
8782       <summary>
8783         <para>Make a field
for enum based masks.</para>
8784       </summary>
8785       <param name=
"label">Prefix label for this field.</param>
8786       <param name=
"enumValue">Enum to use for the flags.</param>
8787       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8788 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8789 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8790       <param name=
"style"></param>
8791       <returns>
8792         <para>The
value modified by the user.</para>
8793       </returns>
8794     </member>
8795     <member name=
"M:UnityEditor.EditorGUILayout.EnumMaskPopup(System.String,System.Enum,UnityEngine.GUILayoutOption[])">
8796       <summary>
8797         <para>Make an
enum popup selection field for a bitmask.</para>
8798       </summary>
8799       <param name=
"label">Optional label in front of the field.</param>
8800       <param name=
"selected">The enum options the field shows.</param>
8801       <param name=
"options">Optional layout options.</param>
8802       <param name=
"style">Optional GUIStyle.</param>
8803       <returns>
8804         <para>The
enum options that has been selected by the user.</para>
8805       </returns>
8806     </member>
8807     <member name=
"M:UnityEditor.EditorGUILayout.EnumMaskPopup(System.String,System.Enum,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
8808       <summary>
8809         <para>Make an
enum popup selection field for a bitmask.</para>
8810       </summary>
8811       <param name=
"label">Optional label in front of the field.</param>
8812       <param name=
"selected">The enum options the field shows.</param>
8813       <param name=
"options">Optional layout options.</param>
8814       <param name=
"style">Optional GUIStyle.</param>
8815       <returns>
8816         <para>The
enum options that has been selected by the user.</para>
8817       </returns>
8818     </member>
8819     <member name=
"M:UnityEditor.EditorGUILayout.EnumMaskPopup(UnityEngine.GUIContent,System.Enum,UnityEngine.GUILayoutOption[])">
8820       <summary>
8821         <para>Make an
enum popup selection field for a bitmask.</para>
8822       </summary>
8823       <param name=
"label">Optional label in front of the field.</param>
8824       <param name=
"selected">The enum options the field shows.</param>
8825       <param name=
"options">Optional layout options.</param>
8826       <param name=
"style">Optional GUIStyle.</param>
8827       <returns>
8828         <para>The
enum options that has been selected by the user.</para>
8829       </returns>
8830     </member>
8831     <member name=
"M:UnityEditor.EditorGUILayout.EnumMaskPopup(UnityEngine.GUIContent,System.Enum,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
8832       <summary>
8833         <para>Make an
enum popup selection field for a bitmask.</para>
8834       </summary>
8835       <param name=
"label">Optional label in front of the field.</param>
8836       <param name=
"selected">The enum options the field shows.</param>
8837       <param name=
"options">Optional layout options.</param>
8838       <param name=
"style">Optional GUIStyle.</param>
8839       <returns>
8840         <para>The
enum options that has been selected by the user.</para>
8841       </returns>
8842     </member>
8843     <member name=
"M:UnityEditor.EditorGUILayout.EnumPopup(System.Enum,UnityEngine.GUILayoutOption[])">
8844       <summary>
8845         <para>Make an
enum popup selection field.</para>
8846       </summary>
8847       <param name=
"label">Optional label in front of the field.</param>
8848       <param name=
"selected">The enum option the field shows.</param>
8849       <param name=
"style">Optional GUIStyle.</param>
8850       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8851 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8852 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8853       <returns>
8854         <para>The
enum option that has been selected by the user.</para>
8855       </returns>
8856     </member>
8857     <member name=
"M:UnityEditor.EditorGUILayout.EnumPopup(System.Enum,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
8858       <summary>
8859         <para>Make an
enum popup selection field.</para>
8860       </summary>
8861       <param name=
"label">Optional label in front of the field.</param>
8862       <param name=
"selected">The enum option the field shows.</param>
8863       <param name=
"style">Optional GUIStyle.</param>
8864       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8865 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8866 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8867       <returns>
8868         <para>The
enum option that has been selected by the user.</para>
8869       </returns>
8870     </member>
8871     <member name=
"M:UnityEditor.EditorGUILayout.EnumPopup(System.String,System.Enum,UnityEngine.GUILayoutOption[])">
8872       <summary>
8873         <para>Make an
enum popup selection field.</para>
8874       </summary>
8875       <param name=
"label">Optional label in front of the field.</param>
8876       <param name=
"selected">The enum option the field shows.</param>
8877       <param name=
"style">Optional GUIStyle.</param>
8878       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8879 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8880 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8881       <returns>
8882         <para>The
enum option that has been selected by the user.</para>
8883       </returns>
8884     </member>
8885     <member name=
"M:UnityEditor.EditorGUILayout.EnumPopup(System.String,System.Enum,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
8886       <summary>
8887         <para>Make an
enum popup selection field.</para>
8888       </summary>
8889       <param name=
"label">Optional label in front of the field.</param>
8890       <param name=
"selected">The enum option the field shows.</param>
8891       <param name=
"style">Optional GUIStyle.</param>
8892       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8893 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8894 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8895       <returns>
8896         <para>The
enum option that has been selected by the user.</para>
8897       </returns>
8898     </member>
8899     <member name=
"M:UnityEditor.EditorGUILayout.EnumPopup(UnityEngine.GUIContent,System.Enum,UnityEngine.GUILayoutOption[])">
8900       <summary>
8901         <para>Make an
enum popup selection field.</para>
8902       </summary>
8903       <param name=
"label">Optional label in front of the field.</param>
8904       <param name=
"selected">The enum option the field shows.</param>
8905       <param name=
"style">Optional GUIStyle.</param>
8906       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8907 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8908 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8909       <returns>
8910         <para>The
enum option that has been selected by the user.</para>
8911       </returns>
8912     </member>
8913     <member name=
"M:UnityEditor.EditorGUILayout.EnumPopup(UnityEngine.GUIContent,System.Enum,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
8914       <summary>
8915         <para>Make an
enum popup selection field.</para>
8916       </summary>
8917       <param name=
"label">Optional label in front of the field.</param>
8918       <param name=
"selected">The enum option the field shows.</param>
8919       <param name=
"style">Optional GUIStyle.</param>
8920       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8921 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8922 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8923       <returns>
8924         <para>The
enum option that has been selected by the user.</para>
8925       </returns>
8926     </member>
8927     <member name=
"T:UnityEditor.EditorGUILayout.FadeGroupScope">
8928       <summary>
8929         <para>Begins a
group that can be be hidden/shown and the transition will be animated.</para>
8930       </summary>
8931     </member>
8932     <member name=
"P:UnityEditor.EditorGUILayout.FadeGroupScope.visible">
8933       <summary>
8934         <para>Whether the
group is visible.</para>
8935       </summary>
8936     </member>
8937     <member name=
"M:UnityEditor.EditorGUILayout.FadeGroupScope.#ctor(System.Single)">
8938       <summary>
8939         <para>Create a
new FadeGroupScope and begin the corresponding group.</para>
8940       </summary>
8941       <param name=
"value">A value between 0 and 1, 0 being hidden, and 1 being fully visible.</param>
8942     </member>
8943     <member name=
"M:UnityEditor.EditorGUILayout.FloatField(System.Single,UnityEngine.GUILayoutOption[])">
8944       <summary>
8945         <para>Make a text field
for entering float values.</para>
8946       </summary>
8947       <param name=
"label">Optional label to display in front of the float field.</param>
8948       <param name=
"value">The value to edit.</param>
8949       <param name=
"style">Optional GUIStyle.</param>
8950       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8951 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8952 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8953       <returns>
8954         <para>The
value entered by the user.</para>
8955       </returns>
8956     </member>
8957     <member name=
"M:UnityEditor.EditorGUILayout.FloatField(System.Single,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
8958       <summary>
8959         <para>Make a text field
for entering float values.</para>
8960       </summary>
8961       <param name=
"label">Optional label to display in front of the float field.</param>
8962       <param name=
"value">The value to edit.</param>
8963       <param name=
"style">Optional GUIStyle.</param>
8964       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8965 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8966 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8967       <returns>
8968         <para>The
value entered by the user.</para>
8969       </returns>
8970     </member>
8971     <member name=
"M:UnityEditor.EditorGUILayout.FloatField(System.String,System.Single,UnityEngine.GUILayoutOption[])">
8972       <summary>
8973         <para>Make a text field
for entering float values.</para>
8974       </summary>
8975       <param name=
"label">Optional label to display in front of the float field.</param>
8976       <param name=
"value">The value to edit.</param>
8977       <param name=
"style">Optional GUIStyle.</param>
8978       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8979 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8980 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8981       <returns>
8982         <para>The
value entered by the user.</para>
8983       </returns>
8984     </member>
8985     <member name=
"M:UnityEditor.EditorGUILayout.FloatField(System.String,System.Single,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
8986       <summary>
8987         <para>Make a text field
for entering float values.</para>
8988       </summary>
8989       <param name=
"label">Optional label to display in front of the float field.</param>
8990       <param name=
"value">The value to edit.</param>
8991       <param name=
"style">Optional GUIStyle.</param>
8992       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
8993 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
8994 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
8995       <returns>
8996         <para>The
value entered by the user.</para>
8997       </returns>
8998     </member>
8999     <member name=
"M:UnityEditor.EditorGUILayout.FloatField(UnityEngine.GUIContent,System.Single,UnityEngine.GUILayoutOption[])">
9000       <summary>
9001         <para>Make a text field
for entering float values.</para>
9002       </summary>
9003       <param name=
"label">Optional label to display in front of the float field.</param>
9004       <param name=
"value">The value to edit.</param>
9005       <param name=
"style">Optional GUIStyle.</param>
9006       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9007 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9008 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9009       <returns>
9010         <para>The
value entered by the user.</para>
9011       </returns>
9012     </member>
9013     <member name=
"M:UnityEditor.EditorGUILayout.FloatField(UnityEngine.GUIContent,System.Single,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
9014       <summary>
9015         <para>Make a text field
for entering float values.</para>
9016       </summary>
9017       <param name=
"label">Optional label to display in front of the float field.</param>
9018       <param name=
"value">The value to edit.</param>
9019       <param name=
"style">Optional GUIStyle.</param>
9020       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9021 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9022 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9023       <returns>
9024         <para>The
value entered by the user.</para>
9025       </returns>
9026     </member>
9027     <member name=
"M:UnityEditor.EditorGUILayout.Foldout(System.Boolean,System.String)">
9028       <summary>
9029         <para>Make a label with a foldout arrow to the left of it.</para>
9030       </summary>
9031       <param name=
"foldout">The shown foldout state.</param>
9032       <param name=
"content">The label to show.</param>
9033       <param name=
"style">Optional GUIStyle.</param>
9034       <param name=
"toggleOnLabelClick">Whether to toggle the foldout state when the label is clicked.</param>
9035       <returns>
9036         <para>The foldout state selected
by the user. If true, you should render sub-objects.</para>
9037       </returns>
9038     </member>
9039     <member name=
"M:UnityEditor.EditorGUILayout.Foldout(System.Boolean,System.String,System.Boolean,UnityEngine.GUIStyle)">
9040       <summary>
9041         <para>Make a label with a foldout arrow to the left of it.</para>
9042       </summary>
9043       <param name=
"foldout">The shown foldout state.</param>
9044       <param name=
"content">The label to show.</param>
9045       <param name=
"style">Optional GUIStyle.</param>
9046       <param name=
"toggleOnLabelClick">Whether to toggle the foldout state when the label is clicked.</param>
9047       <returns>
9048         <para>The foldout state selected
by the user. If true, you should render sub-objects.</para>
9049       </returns>
9050     </member>
9051     <member name=
"M:UnityEditor.EditorGUILayout.Foldout(System.Boolean,UnityEngine.GUIContent)">
9052       <summary>
9053         <para>Make a label with a foldout arrow to the left of it.</para>
9054       </summary>
9055       <param name=
"foldout">The shown foldout state.</param>
9056       <param name=
"content">The label to show.</param>
9057       <param name=
"style">Optional GUIStyle.</param>
9058       <param name=
"toggleOnLabelClick">Whether to toggle the foldout state when the label is clicked.</param>
9059       <returns>
9060         <para>The foldout state selected
by the user. If true, you should render sub-objects.</para>
9061       </returns>
9062     </member>
9063     <member name=
"M:UnityEditor.EditorGUILayout.Foldout(System.Boolean,UnityEngine.GUIContent,System.Boolean,UnityEngine.GUIStyle)">
9064       <summary>
9065         <para>Make a label with a foldout arrow to the left of it.</para>
9066       </summary>
9067       <param name=
"foldout">The shown foldout state.</param>
9068       <param name=
"content">The label to show.</param>
9069       <param name=
"style">Optional GUIStyle.</param>
9070       <param name=
"toggleOnLabelClick">Whether to toggle the foldout state when the label is clicked.</param>
9071       <returns>
9072         <para>The foldout state selected
by the user. If true, you should render sub-objects.</para>
9073       </returns>
9074     </member>
9075     <member name=
"M:UnityEditor.EditorGUILayout.Foldout(System.Boolean,System.String,UnityEngine.GUIStyle)">
9076       <summary>
9077         <para>Make a label with a foldout arrow to the left of it.</para>
9078       </summary>
9079       <param name=
"foldout">The shown foldout state.</param>
9080       <param name=
"content">The label to show.</param>
9081       <param name=
"style">Optional GUIStyle.</param>
9082       <param name=
"toggleOnLabelClick">Whether to toggle the foldout state when the label is clicked.</param>
9083       <returns>
9084         <para>The foldout state selected
by the user. If true, you should render sub-objects.</para>
9085       </returns>
9086     </member>
9087     <member name=
"M:UnityEditor.EditorGUILayout.Foldout(System.Boolean,UnityEngine.GUIContent,UnityEngine.GUIStyle)">
9088       <summary>
9089         <para>Make a label with a foldout arrow to the left of it.</para>
9090       </summary>
9091       <param name=
"foldout">The shown foldout state.</param>
9092       <param name=
"content">The label to show.</param>
9093       <param name=
"style">Optional GUIStyle.</param>
9094       <param name=
"toggleOnLabelClick">Whether to toggle the foldout state when the label is clicked.</param>
9095       <returns>
9096         <para>The foldout state selected
by the user. If true, you should render sub-objects.</para>
9097       </returns>
9098     </member>
9099     <member name=
"M:UnityEditor.EditorGUILayout.GetControlRect(UnityEngine.GUILayoutOption[])">
9100       <summary>
9101         <para>Get a rect
for an Editor control.</para>
9102       </summary>
9103       <param name=
"hasLabel">Optional boolean to specify if the control has a label. Default is true.</param>
9104       <param name=
"height">The height in pixels of the control. Default is EditorGUIUtility.singleLineHeight.</param>
9105       <param name=
"style">Optional GUIStyle to use for the control.</param>
9106       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9107 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9108 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9109     </member>
9110     <member name=
"M:UnityEditor.EditorGUILayout.GetControlRect(System.Boolean,UnityEngine.GUILayoutOption[])">
9111       <summary>
9112         <para>Get a rect
for an Editor control.</para>
9113       </summary>
9114       <param name=
"hasLabel">Optional boolean to specify if the control has a label. Default is true.</param>
9115       <param name=
"height">The height in pixels of the control. Default is EditorGUIUtility.singleLineHeight.</param>
9116       <param name=
"style">Optional GUIStyle to use for the control.</param>
9117       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9118 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9119 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9120     </member>
9121     <member name=
"M:UnityEditor.EditorGUILayout.GetControlRect(System.Boolean,System.Single,UnityEngine.GUILayoutOption[])">
9122       <summary>
9123         <para>Get a rect
for an Editor control.</para>
9124       </summary>
9125       <param name=
"hasLabel">Optional boolean to specify if the control has a label. Default is true.</param>
9126       <param name=
"height">The height in pixels of the control. Default is EditorGUIUtility.singleLineHeight.</param>
9127       <param name=
"style">Optional GUIStyle to use for the control.</param>
9128       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9129 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9130 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9131     </member>
9132     <member name=
"M:UnityEditor.EditorGUILayout.GetControlRect(System.Boolean,System.Single,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
9133       <summary>
9134         <para>Get a rect
for an Editor control.</para>
9135       </summary>
9136       <param name=
"hasLabel">Optional boolean to specify if the control has a label. Default is true.</param>
9137       <param name=
"height">The height in pixels of the control. Default is EditorGUIUtility.singleLineHeight.</param>
9138       <param name=
"style">Optional GUIStyle to use for the control.</param>
9139       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9140 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9141 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9142     </member>
9143     <member name=
"M:UnityEditor.EditorGUILayout.HelpBox(System.String,UnityEditor.MessageType)">
9144       <summary>
9145         <para>Make a help box with a message to the user.</para>
9146       </summary>
9147       <param name=
"message">The message text.</param>
9148       <param name=
"type">The type of message.</param>
9149       <param name=
"wide">If true, the box will cover the whole width of the window; otherwise it will cover the controls part only.</param>
9150     </member>
9151     <member name=
"M:UnityEditor.EditorGUILayout.HelpBox(System.String,UnityEditor.MessageType,System.Boolean)">
9152       <summary>
9153         <para>Make a help box with a message to the user.</para>
9154       </summary>
9155       <param name=
"message">The message text.</param>
9156       <param name=
"type">The type of message.</param>
9157       <param name=
"wide">If true, the box will cover the whole width of the window; otherwise it will cover the controls part only.</param>
9158     </member>
9159     <member name=
"T:UnityEditor.EditorGUILayout.HorizontalScope">
9160       <summary>
9161         <para>Disposable helper
class for managing BeginHorizontal / EndHorizontal.</para>
9162       </summary>
9163     </member>
9164     <member name=
"P:UnityEditor.EditorGUILayout.HorizontalScope.rect">
9165       <summary>
9166         <para>The rect of the horizontal
group.</para>
9167       </summary>
9168     </member>
9169     <member name=
"M:UnityEditor.EditorGUILayout.HorizontalScope.#ctor(UnityEngine.GUILayoutOption[])">
9170       <summary>
9171         <para>Create a
new HorizontalScope and begin the corresponding horizontal group.</para>
9172       </summary>
9173       <param name=
"style">The style to use for background image and padding values. If left out, the background is transparent.</param>
9174       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9175 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9176 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9177     </member>
9178     <member name=
"M:UnityEditor.EditorGUILayout.HorizontalScope.#ctor(UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
9179       <summary>
9180         <para>Create a
new HorizontalScope and begin the corresponding horizontal group.</para>
9181       </summary>
9182       <param name=
"style">The style to use for background image and padding values. If left out, the background is transparent.</param>
9183       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9184 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9185 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9186     </member>
9187     <member name=
"M:UnityEditor.EditorGUILayout.InspectorTitlebar(System.Boolean,UnityEngine.Object)">
9188       <summary>
9189         <para>Make an inspector-window-like titlebar.</para>
9190       </summary>
9191       <param name=
"foldout">The foldout state shown with the arrow.</param>
9192       <param name=
"targetObj">The object (for example a component) or objects that the titlebar is for.</param>
9193       <param name=
"targetObjs"></param>
9194       <returns>
9195         <para>The foldout state selected
by the user.</para>
9196       </returns>
9197     </member>
9198     <member name=
"M:UnityEditor.EditorGUILayout.InspectorTitlebar(System.Boolean,UnityEngine.Object[])">
9199       <summary>
9200         <para>Make an inspector-window-like titlebar.</para>
9201       </summary>
9202       <param name=
"foldout">The foldout state shown with the arrow.</param>
9203       <param name=
"targetObj">The object (for example a component) or objects that the titlebar is for.</param>
9204       <param name=
"targetObjs"></param>
9205       <returns>
9206         <para>The foldout state selected
by the user.</para>
9207       </returns>
9208     </member>
9209     <member name=
"M:UnityEditor.EditorGUILayout.IntField(System.Int32,UnityEngine.GUILayoutOption[])">
9210       <summary>
9211         <para>Make a text field
for entering integers.</para>
9212       </summary>
9213       <param name=
"label">Optional label to display in front of the int field.</param>
9214       <param name=
"value">The value to edit.</param>
9215       <param name=
"style">Optional GUIStyle.</param>
9216       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9217 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9218 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9219       <returns>
9220         <para>The
value entered by the user.</para>
9221       </returns>
9222     </member>
9223     <member name=
"M:UnityEditor.EditorGUILayout.IntField(System.Int32,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
9224       <summary>
9225         <para>Make a text field
for entering integers.</para>
9226       </summary>
9227       <param name=
"label">Optional label to display in front of the int field.</param>
9228       <param name=
"value">The value to edit.</param>
9229       <param name=
"style">Optional GUIStyle.</param>
9230       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9231 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9232 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9233       <returns>
9234         <para>The
value entered by the user.</para>
9235       </returns>
9236     </member>
9237     <member name=
"M:UnityEditor.EditorGUILayout.IntField(System.String,System.Int32,UnityEngine.GUILayoutOption[])">
9238       <summary>
9239         <para>Make a text field
for entering integers.</para>
9240       </summary>
9241       <param name=
"label">Optional label to display in front of the int field.</param>
9242       <param name=
"value">The value to edit.</param>
9243       <param name=
"style">Optional GUIStyle.</param>
9244       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9245 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9246 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9247       <returns>
9248         <para>The
value entered by the user.</para>
9249       </returns>
9250     </member>
9251     <member name=
"M:UnityEditor.EditorGUILayout.IntField(System.String,System.Int32,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
9252       <summary>
9253         <para>Make a text field
for entering integers.</para>
9254       </summary>
9255       <param name=
"label">Optional label to display in front of the int field.</param>
9256       <param name=
"value">The value to edit.</param>
9257       <param name=
"style">Optional GUIStyle.</param>
9258       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9259 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9260 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9261       <returns>
9262         <para>The
value entered by the user.</para>
9263       </returns>
9264     </member>
9265     <member name=
"M:UnityEditor.EditorGUILayout.IntField(UnityEngine.GUIContent,System.Int32,UnityEngine.GUILayoutOption[])">
9266       <summary>
9267         <para>Make a text field
for entering integers.</para>
9268       </summary>
9269       <param name=
"label">Optional label to display in front of the int field.</param>
9270       <param name=
"value">The value to edit.</param>
9271       <param name=
"style">Optional GUIStyle.</param>
9272       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9273 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9274 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9275       <returns>
9276         <para>The
value entered by the user.</para>
9277       </returns>
9278     </member>
9279     <member name=
"M:UnityEditor.EditorGUILayout.IntField(UnityEngine.GUIContent,System.Int32,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
9280       <summary>
9281         <para>Make a text field
for entering integers.</para>
9282       </summary>
9283       <param name=
"label">Optional label to display in front of the int field.</param>
9284       <param name=
"value">The value to edit.</param>
9285       <param name=
"style">Optional GUIStyle.</param>
9286       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9287 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9288 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9289       <returns>
9290         <para>The
value entered by the user.</para>
9291       </returns>
9292     </member>
9293     <member name=
"M:UnityEditor.EditorGUILayout.IntPopup(System.Int32,System.String[],System.Int32[],UnityEngine.GUILayoutOption[])">
9294       <summary>
9295         <para>Make an integer popup selection field.</para>
9296       </summary>
9297       <param name=
"label">Optional label in front of the field.</param>
9298       <param name=
"selectedValue">The value of the option the field shows.</param>
9299       <param name=
"displayedOptions">An array with the displayed options the user can choose from.</param>
9300       <param name=
"optionValues">An array with the values for each option.</param>
9301       <param name=
"style">Optional GUIStyle.</param>
9302       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9303 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9304 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9305       <returns>
9306         <para>The
value of the option that has been selected by the user.</para>
9307       </returns>
9308     </member>
9309     <member name=
"M:UnityEditor.EditorGUILayout.IntPopup(System.Int32,System.String[],System.Int32[],UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
9310       <summary>
9311         <para>Make an integer popup selection field.</para>
9312       </summary>
9313       <param name=
"label">Optional label in front of the field.</param>
9314       <param name=
"selectedValue">The value of the option the field shows.</param>
9315       <param name=
"displayedOptions">An array with the displayed options the user can choose from.</param>
9316       <param name=
"optionValues">An array with the values for each option.</param>
9317       <param name=
"style">Optional GUIStyle.</param>
9318       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9319 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9320 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9321       <returns>
9322         <para>The
value of the option that has been selected by the user.</para>
9323       </returns>
9324     </member>
9325     <member name=
"M:UnityEditor.EditorGUILayout.IntPopup(System.Int32,UnityEngine.GUIContent[],System.Int32[],UnityEngine.GUILayoutOption[])">
9326       <summary>
9327         <para>Make an integer popup selection field.</para>
9328       </summary>
9329       <param name=
"label">Optional label in front of the field.</param>
9330       <param name=
"selectedValue">The value of the option the field shows.</param>
9331       <param name=
"displayedOptions">An array with the displayed options the user can choose from.</param>
9332       <param name=
"optionValues">An array with the values for each option.</param>
9333       <param name=
"style">Optional GUIStyle.</param>
9334       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9335 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9336 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9337       <returns>
9338         <para>The
value of the option that has been selected by the user.</para>
9339       </returns>
9340     </member>
9341     <member name=
"M:UnityEditor.EditorGUILayout.IntPopup(System.Int32,UnityEngine.GUIContent[],System.Int32[],UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
9342       <summary>
9343         <para>Make an integer popup selection field.</para>
9344       </summary>
9345       <param name=
"label">Optional label in front of the field.</param>
9346       <param name=
"selectedValue">The value of the option the field shows.</param>
9347       <param name=
"displayedOptions">An array with the displayed options the user can choose from.</param>
9348       <param name=
"optionValues">An array with the values for each option.</param>
9349       <param name=
"style">Optional GUIStyle.</param>
9350       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9351 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9352 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9353       <returns>
9354         <para>The
value of the option that has been selected by the user.</para>
9355       </returns>
9356     </member>
9357     <member name=
"M:UnityEditor.EditorGUILayout.IntPopup(System.String,System.Int32,System.String[],System.Int32[],UnityEngine.GUILayoutOption[])">
9358       <summary>
9359         <para>Make an integer popup selection field.</para>
9360       </summary>
9361       <param name=
"label">Optional label in front of the field.</param>
9362       <param name=
"selectedValue">The value of the option the field shows.</param>
9363       <param name=
"displayedOptions">An array with the displayed options the user can choose from.</param>
9364       <param name=
"optionValues">An array with the values for each option.</param>
9365       <param name=
"style">Optional GUIStyle.</param>
9366       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9367 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9368 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9369       <returns>
9370         <para>The
value of the option that has been selected by the user.</para>
9371       </returns>
9372     </member>
9373     <member name=
"M:UnityEditor.EditorGUILayout.IntPopup(System.String,System.Int32,System.String[],System.Int32[],UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
9374       <summary>
9375         <para>Make an integer popup selection field.</para>
9376       </summary>
9377       <param name=
"label">Optional label in front of the field.</param>
9378       <param name=
"selectedValue">The value of the option the field shows.</param>
9379       <param name=
"displayedOptions">An array with the displayed options the user can choose from.</param>
9380       <param name=
"optionValues">An array with the values for each option.</param>
9381       <param name=
"style">Optional GUIStyle.</param>
9382       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9383 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9384 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9385       <returns>
9386         <para>The
value of the option that has been selected by the user.</para>
9387       </returns>
9388     </member>
9389     <member name=
"M:UnityEditor.EditorGUILayout.IntPopup(UnityEngine.GUIContent,System.Int32,UnityEngine.GUIContent[],System.Int32[],UnityEngine.GUILayoutOption[])">
9390       <summary>
9391         <para>Make an integer popup selection field.</para>
9392       </summary>
9393       <param name=
"label">Optional label in front of the field.</param>
9394       <param name=
"selectedValue">The value of the option the field shows.</param>
9395       <param name=
"displayedOptions">An array with the displayed options the user can choose from.</param>
9396       <param name=
"optionValues">An array with the values for each option.</param>
9397       <param name=
"style">Optional GUIStyle.</param>
9398       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9399 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9400 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9401       <returns>
9402         <para>The
value of the option that has been selected by the user.</para>
9403       </returns>
9404     </member>
9405     <member name=
"M:UnityEditor.EditorGUILayout.IntPopup(UnityEngine.GUIContent,System.Int32,UnityEngine.GUIContent[],System.Int32[],UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
9406       <summary>
9407         <para>Make an integer popup selection field.</para>
9408       </summary>
9409       <param name=
"label">Optional label in front of the field.</param>
9410       <param name=
"selectedValue">The value of the option the field shows.</param>
9411       <param name=
"displayedOptions">An array with the displayed options the user can choose from.</param>
9412       <param name=
"optionValues">An array with the values for each option.</param>
9413       <param name=
"style">Optional GUIStyle.</param>
9414       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9415 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9416 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9417       <returns>
9418         <para>The
value of the option that has been selected by the user.</para>
9419       </returns>
9420     </member>
9421     <member name=
"M:UnityEditor.EditorGUILayout.IntPopup(UnityEditor.SerializedProperty,UnityEngine.GUIContent[],System.Int32[],UnityEngine.GUIContent,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
9422       <summary>
9423         <para>Make an integer popup selection field.</para>
9424       </summary>
9425       <param name=
"property">The value of the option the field shows.</param>
9426       <param name=
"displayedOptions">An array with the displayed options the user can choose from.</param>
9427       <param name=
"optionValues">An array with the values for each option.</param>
9428       <param name=
"label">Optional label in front of the field.</param>
9429       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9430 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9431 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9432       <param name=
"style"></param>
9433     </member>
9434     <member name=
"M:UnityEditor.EditorGUILayout.IntPopup(UnityEditor.SerializedProperty,UnityEngine.GUIContent[],System.Int32[],UnityEngine.GUILayoutOption[])">
9435       <summary>
9436         <para>Make an integer popup selection field.</para>
9437       </summary>
9438       <param name=
"property">The value of the option the field shows.</param>
9439       <param name=
"displayedOptions">An array with the displayed options the user can choose from.</param>
9440       <param name=
"optionValues">An array with the values for each option.</param>
9441       <param name=
"label">Optional label in front of the field.</param>
9442       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9443 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9444 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9445       <param name=
"style"></param>
9446     </member>
9447     <member name=
"M:UnityEditor.EditorGUILayout.IntPopup(UnityEditor.SerializedProperty,UnityEngine.GUIContent[],System.Int32[],UnityEngine.GUIContent,UnityEngine.GUILayoutOption[])">
9448       <summary>
9449         <para>Make an integer popup selection field.</para>
9450       </summary>
9451       <param name=
"property">The value of the option the field shows.</param>
9452       <param name=
"displayedOptions">An array with the displayed options the user can choose from.</param>
9453       <param name=
"optionValues">An array with the values for each option.</param>
9454       <param name=
"label">Optional label in front of the field.</param>
9455       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9456 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9457 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9458       <param name=
"style"></param>
9459     </member>
9460     <member name=
"M:UnityEditor.EditorGUILayout.IntSlider(System.Int32,System.Int32,System.Int32,UnityEngine.GUILayoutOption[])">
9461       <summary>
9462         <para>Make a slider the user can drag to change an integer
value between a min and a max.</para>
9463       </summary>
9464       <param name=
"label">Optional label in front of the slider.</param>
9465       <param name=
"value">The value the slider shows. This determines the position of the draggable thumb.</param>
9466       <param name=
"leftValue">The value at the left end of the slider.</param>
9467       <param name=
"rightValue">The value at the right end of the slider.</param>
9468       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9469 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9470 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9471       <returns>
9472         <para>The
value that has been set by the user.</para>
9473       </returns>
9474     </member>
9475     <member name=
"M:UnityEditor.EditorGUILayout.IntSlider(System.String,System.Int32,System.Int32,System.Int32,UnityEngine.GUILayoutOption[])">
9476       <summary>
9477         <para>Make a slider the user can drag to change an integer
value between a min and a max.</para>
9478       </summary>
9479       <param name=
"label">Optional label in front of the slider.</param>
9480       <param name=
"value">The value the slider shows. This determines the position of the draggable thumb.</param>
9481       <param name=
"leftValue">The value at the left end of the slider.</param>
9482       <param name=
"rightValue">The value at the right end of the slider.</param>
9483       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9484 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9485 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9486       <returns>
9487         <para>The
value that has been set by the user.</para>
9488       </returns>
9489     </member>
9490     <member name=
"M:UnityEditor.EditorGUILayout.IntSlider(UnityEngine.GUIContent,System.Int32,System.Int32,System.Int32,UnityEngine.GUILayoutOption[])">
9491       <summary>
9492         <para>Make a slider the user can drag to change an integer
value between a min and a max.</para>
9493       </summary>
9494       <param name=
"label">Optional label in front of the slider.</param>
9495       <param name=
"value">The value the slider shows. This determines the position of the draggable thumb.</param>
9496       <param name=
"leftValue">The value at the left end of the slider.</param>
9497       <param name=
"rightValue">The value at the right end of the slider.</param>
9498       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9499 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9500 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9501       <returns>
9502         <para>The
value that has been set by the user.</para>
9503       </returns>
9504     </member>
9505     <member name=
"M:UnityEditor.EditorGUILayout.IntSlider(UnityEditor.SerializedProperty,System.Int32,System.Int32,UnityEngine.GUILayoutOption[])">
9506       <summary>
9507         <para>Make a slider the user can drag to change an integer
value between a min and a max.</para>
9508       </summary>
9509       <param name=
"label">Optional label in front of the slider.</param>
9510       <param name=
"property">The value the slider shows. This determines the position of the draggable thumb.</param>
9511       <param name=
"leftValue">The value at the left end of the slider.</param>
9512       <param name=
"rightValue">The value at the right end of the slider.</param>
9513       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9514 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9515 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9516     </member>
9517     <member name=
"M:UnityEditor.EditorGUILayout.IntSlider(UnityEditor.SerializedProperty,System.Int32,System.Int32,System.String,UnityEngine.GUILayoutOption[])">
9518       <summary>
9519         <para>Make a slider the user can drag to change an integer
value between a min and a max.</para>
9520       </summary>
9521       <param name=
"label">Optional label in front of the slider.</param>
9522       <param name=
"property">The value the slider shows. This determines the position of the draggable thumb.</param>
9523       <param name=
"leftValue">The value at the left end of the slider.</param>
9524       <param name=
"rightValue">The value at the right end of the slider.</param>
9525       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9526 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9527 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9528     </member>
9529     <member name=
"M:UnityEditor.EditorGUILayout.IntSlider(UnityEditor.SerializedProperty,System.Int32,System.Int32,UnityEngine.GUIContent,UnityEngine.GUILayoutOption[])">
9530       <summary>
9531         <para>Make a slider the user can drag to change an integer
value between a min and a max.</para>
9532       </summary>
9533       <param name=
"label">Optional label in front of the slider.</param>
9534       <param name=
"property">The value the slider shows. This determines the position of the draggable thumb.</param>
9535       <param name=
"leftValue">The value at the left end of the slider.</param>
9536       <param name=
"rightValue">The value at the right end of the slider.</param>
9537       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9538 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9539 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9540     </member>
9541     <member name=
"M:UnityEditor.EditorGUILayout.LabelField(System.String,UnityEngine.GUILayoutOption[])">
9542       <summary>
9543         <para>Make a label field. (Useful
for showing read-only info.)</para>
9544       </summary>
9545       <param name=
"label">Label in front of the label field.</param>
9546       <param name=
"label2">The label to show to the right.</param>
9547       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9548 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9549 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9550       <param name=
"style"></param>
9551     </member>
9552     <member name=
"M:UnityEditor.EditorGUILayout.LabelField(System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
9553       <summary>
9554         <para>Make a label field. (Useful
for showing read-only info.)</para>
9555       </summary>
9556       <param name=
"label">Label in front of the label field.</param>
9557       <param name=
"label2">The label to show to the right.</param>
9558       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9559 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9560 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9561       <param name=
"style"></param>
9562     </member>
9563     <member name=
"M:UnityEditor.EditorGUILayout.LabelField(UnityEngine.GUIContent,UnityEngine.GUILayoutOption[])">
9564       <summary>
9565         <para>Make a label field. (Useful
for showing read-only info.)</para>
9566       </summary>
9567       <param name=
"label">Label in front of the label field.</param>
9568       <param name=
"label2">The label to show to the right.</param>
9569       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9570 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9571 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9572       <param name=
"style"></param>
9573     </member>
9574     <member name=
"M:UnityEditor.EditorGUILayout.LabelField(UnityEngine.GUIContent,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
9575       <summary>
9576         <para>Make a label field. (Useful
for showing read-only info.)</para>
9577       </summary>
9578       <param name=
"label">Label in front of the label field.</param>
9579       <param name=
"label2">The label to show to the right.</param>
9580       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9581 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9582 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9583       <param name=
"style"></param>
9584     </member>
9585     <member name=
"M:UnityEditor.EditorGUILayout.LabelField(System.String,System.String,UnityEngine.GUILayoutOption[])">
9586       <summary>
9587         <para>Make a label field. (Useful
for showing read-only info.)</para>
9588       </summary>
9589       <param name=
"label">Label in front of the label field.</param>
9590       <param name=
"label2">The label to show to the right.</param>
9591       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9592 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9593 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9594       <param name=
"style"></param>
9595     </member>
9596     <member name=
"M:UnityEditor.EditorGUILayout.LabelField(System.String,System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
9597       <summary>
9598         <para>Make a label field. (Useful
for showing read-only info.)</para>
9599       </summary>
9600       <param name=
"label">Label in front of the label field.</param>
9601       <param name=
"label2">The label to show to the right.</param>
9602       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9603 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9604 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9605       <param name=
"style"></param>
9606     </member>
9607     <member name=
"M:UnityEditor.EditorGUILayout.LabelField(UnityEngine.GUIContent,UnityEngine.GUIContent,UnityEngine.GUILayoutOption[])">
9608       <summary>
9609         <para>Make a label field. (Useful
for showing read-only info.)</para>
9610       </summary>
9611       <param name=
"label">Label in front of the label field.</param>
9612       <param name=
"label2">The label to show to the right.</param>
9613       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9614 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9615 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9616       <param name=
"style"></param>
9617     </member>
9618     <member name=
"M:UnityEditor.EditorGUILayout.LabelField(UnityEngine.GUIContent,UnityEngine.GUIContent,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
9619       <summary>
9620         <para>Make a label field. (Useful
for showing read-only info.)</para>
9621       </summary>
9622       <param name=
"label">Label in front of the label field.</param>
9623       <param name=
"label2">The label to show to the right.</param>
9624       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9625 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9626 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9627       <param name=
"style"></param>
9628     </member>
9629     <member name=
"M:UnityEditor.EditorGUILayout.LayerField(System.Int32,UnityEngine.GUILayoutOption[])">
9630       <summary>
9631         <para>Make a layer selection field.</para>
9632       </summary>
9633       <param name=
"label">Optional label in front of the field.</param>
9634       <param name=
"layer">The layer shown in the field.</param>
9635       <param name=
"style">Optional GUIStyle.</param>
9636       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9637 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9638 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9639       <returns>
9640         <para>The layer selected
by the user.</para>
9641       </returns>
9642     </member>
9643     <member name=
"M:UnityEditor.EditorGUILayout.LayerField(System.Int32,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
9644       <summary>
9645         <para>Make a layer selection field.</para>
9646       </summary>
9647       <param name=
"label">Optional label in front of the field.</param>
9648       <param name=
"layer">The layer shown in the field.</param>
9649       <param name=
"style">Optional GUIStyle.</param>
9650       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9651 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9652 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9653       <returns>
9654         <para>The layer selected
by the user.</para>
9655       </returns>
9656     </member>
9657     <member name=
"M:UnityEditor.EditorGUILayout.LayerField(System.String,System.Int32,UnityEngine.GUILayoutOption[])">
9658       <summary>
9659         <para>Make a layer selection field.</para>
9660       </summary>
9661       <param name=
"label">Optional label in front of the field.</param>
9662       <param name=
"layer">The layer shown in the field.</param>
9663       <param name=
"style">Optional GUIStyle.</param>
9664       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9665 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9666 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9667       <returns>
9668         <para>The layer selected
by the user.</para>
9669       </returns>
9670     </member>
9671     <member name=
"M:UnityEditor.EditorGUILayout.LayerField(System.String,System.Int32,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
9672       <summary>
9673         <para>Make a layer selection field.</para>
9674       </summary>
9675       <param name=
"label">Optional label in front of the field.</param>
9676       <param name=
"layer">The layer shown in the field.</param>
9677       <param name=
"style">Optional GUIStyle.</param>
9678       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9679 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9680 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9681       <returns>
9682         <para>The layer selected
by the user.</para>
9683       </returns>
9684     </member>
9685     <member name=
"M:UnityEditor.EditorGUILayout.LayerField(UnityEngine.GUIContent,System.Int32,UnityEngine.GUILayoutOption[])">
9686       <summary>
9687         <para>Make a layer selection field.</para>
9688       </summary>
9689       <param name=
"label">Optional label in front of the field.</param>
9690       <param name=
"layer">The layer shown in the field.</param>
9691       <param name=
"style">Optional GUIStyle.</param>
9692       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9693 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9694 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9695       <returns>
9696         <para>The layer selected
by the user.</para>
9697       </returns>
9698     </member>
9699     <member name=
"M:UnityEditor.EditorGUILayout.LayerField(UnityEngine.GUIContent,System.Int32,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
9700       <summary>
9701         <para>Make a layer selection field.</para>
9702       </summary>
9703       <param name=
"label">Optional label in front of the field.</param>
9704       <param name=
"layer">The layer shown in the field.</param>
9705       <param name=
"style">Optional GUIStyle.</param>
9706       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9707 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9708 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9709       <returns>
9710         <para>The layer selected
by the user.</para>
9711       </returns>
9712     </member>
9713     <member name=
"M:UnityEditor.EditorGUILayout.LongField(System.Int64,UnityEngine.GUILayoutOption[])">
9714       <summary>
9715         <para>Make a text field
for entering long integers.</para>
9716       </summary>
9717       <param name=
"label">Optional label to display in front of the long field.</param>
9718       <param name=
"value">The value to edit.</param>
9719       <param name=
"style">Optional GUIStyle.</param>
9720       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9721 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9722 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9723       <returns>
9724         <para>The
value entered by the user.</para>
9725       </returns>
9726     </member>
9727     <member name=
"M:UnityEditor.EditorGUILayout.LongField(System.Int64,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
9728       <summary>
9729         <para>Make a text field
for entering long integers.</para>
9730       </summary>
9731       <param name=
"label">Optional label to display in front of the long field.</param>
9732       <param name=
"value">The value to edit.</param>
9733       <param name=
"style">Optional GUIStyle.</param>
9734       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9735 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9736 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9737       <returns>
9738         <para>The
value entered by the user.</para>
9739       </returns>
9740     </member>
9741     <member name=
"M:UnityEditor.EditorGUILayout.LongField(System.String,System.Int64,UnityEngine.GUILayoutOption[])">
9742       <summary>
9743         <para>Make a text field
for entering long integers.</para>
9744       </summary>
9745       <param name=
"label">Optional label to display in front of the long field.</param>
9746       <param name=
"value">The value to edit.</param>
9747       <param name=
"style">Optional GUIStyle.</param>
9748       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9749 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9750 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9751       <returns>
9752         <para>The
value entered by the user.</para>
9753       </returns>
9754     </member>
9755     <member name=
"M:UnityEditor.EditorGUILayout.LongField(System.String,System.Int64,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
9756       <summary>
9757         <para>Make a text field
for entering long integers.</para>
9758       </summary>
9759       <param name=
"label">Optional label to display in front of the long field.</param>
9760       <param name=
"value">The value to edit.</param>
9761       <param name=
"style">Optional GUIStyle.</param>
9762       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9763 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9764 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9765       <returns>
9766         <para>The
value entered by the user.</para>
9767       </returns>
9768     </member>
9769     <member name=
"M:UnityEditor.EditorGUILayout.LongField(UnityEngine.GUIContent,System.Int64,UnityEngine.GUILayoutOption[])">
9770       <summary>
9771         <para>Make a text field
for entering long integers.</para>
9772       </summary>
9773       <param name=
"label">Optional label to display in front of the long field.</param>
9774       <param name=
"value">The value to edit.</param>
9775       <param name=
"style">Optional GUIStyle.</param>
9776       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9777 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9778 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9779       <returns>
9780         <para>The
value entered by the user.</para>
9781       </returns>
9782     </member>
9783     <member name=
"M:UnityEditor.EditorGUILayout.LongField(UnityEngine.GUIContent,System.Int64,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
9784       <summary>
9785         <para>Make a text field
for entering long integers.</para>
9786       </summary>
9787       <param name=
"label">Optional label to display in front of the long field.</param>
9788       <param name=
"value">The value to edit.</param>
9789       <param name=
"style">Optional GUIStyle.</param>
9790       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9791 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9792 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9793       <returns>
9794         <para>The
value entered by the user.</para>
9795       </returns>
9796     </member>
9797     <member name=
"M:UnityEditor.EditorGUILayout.MaskField(UnityEngine.GUIContent,System.Int32,System.String[],UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
9798       <summary>
9799         <para>Make a field
for masks.</para>
9800       </summary>
9801       <param name=
"label">Prefix label of the field.</param>
9802       <param name=
"mask">The current mask to display.</param>
9803       <param name=
"displayedOption">A string array containing the labels for each flag.</param>
9804       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9805 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9806 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9807       <param name=
"displayedOptions"></param>
9808       <param name=
"style"></param>
9809       <returns>
9810         <para>The
value modified by the user.</para>
9811       </returns>
9812     </member>
9813     <member name=
"M:UnityEditor.EditorGUILayout.MaskField(System.String,System.Int32,System.String[],UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
9814       <summary>
9815         <para>Make a field
for masks.</para>
9816       </summary>
9817       <param name=
"label">Prefix label of the field.</param>
9818       <param name=
"mask">The current mask to display.</param>
9819       <param name=
"displayedOption">A string array containing the labels for each flag.</param>
9820       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9821 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9822 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9823       <param name=
"displayedOptions"></param>
9824       <param name=
"style"></param>
9825       <returns>
9826         <para>The
value modified by the user.</para>
9827       </returns>
9828     </member>
9829     <member name=
"M:UnityEditor.EditorGUILayout.MaskField(UnityEngine.GUIContent,System.Int32,System.String[],UnityEngine.GUILayoutOption[])">
9830       <summary>
9831         <para>Make a field
for masks.</para>
9832       </summary>
9833       <param name=
"label">Prefix label of the field.</param>
9834       <param name=
"mask">The current mask to display.</param>
9835       <param name=
"displayedOption">A string array containing the labels for each flag.</param>
9836       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9837 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9838 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9839       <param name=
"displayedOptions"></param>
9840       <param name=
"style"></param>
9841       <returns>
9842         <para>The
value modified by the user.</para>
9843       </returns>
9844     </member>
9845     <member name=
"M:UnityEditor.EditorGUILayout.MaskField(System.String,System.Int32,System.String[],UnityEngine.GUILayoutOption[])">
9846       <summary>
9847         <para>Make a field
for masks.</para>
9848       </summary>
9849       <param name=
"label">Prefix label of the field.</param>
9850       <param name=
"mask">The current mask to display.</param>
9851       <param name=
"displayedOption">A string array containing the labels for each flag.</param>
9852       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9853 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9854 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9855       <param name=
"displayedOptions"></param>
9856       <param name=
"style"></param>
9857       <returns>
9858         <para>The
value modified by the user.</para>
9859       </returns>
9860     </member>
9861     <member name=
"M:UnityEditor.EditorGUILayout.MaskField(System.Int32,System.String[],UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
9862       <summary>
9863         <para>Make a field
for masks.</para>
9864       </summary>
9865       <param name=
"label">Prefix label of the field.</param>
9866       <param name=
"mask">The current mask to display.</param>
9867       <param name=
"displayedOption">A string array containing the labels for each flag.</param>
9868       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9869 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9870 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9871       <param name=
"displayedOptions"></param>
9872       <param name=
"style"></param>
9873       <returns>
9874         <para>The
value modified by the user.</para>
9875       </returns>
9876     </member>
9877     <member name=
"M:UnityEditor.EditorGUILayout.MaskField(System.Int32,System.String[],UnityEngine.GUILayoutOption[])">
9878       <summary>
9879         <para>Make a field
for masks.</para>
9880       </summary>
9881       <param name=
"label">Prefix label of the field.</param>
9882       <param name=
"mask">The current mask to display.</param>
9883       <param name=
"displayedOption">A string array containing the labels for each flag.</param>
9884       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9885 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9886 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9887       <param name=
"displayedOptions"></param>
9888       <param name=
"style"></param>
9889       <returns>
9890         <para>The
value modified by the user.</para>
9891       </returns>
9892     </member>
9893     <member name=
"M:UnityEditor.EditorGUILayout.MinMaxSlider(System.Single&amp;,System.Single&amp;,System.Single,System.Single,UnityEngine.GUILayoutOption[])">
9894       <summary>
9895         <para>Make a special slider the user can use to specify a range between a min and a max.</para>
9896       </summary>
9897       <param name=
"label">Optional label in front of the slider.</param>
9898       <param name=
"minValue">The lower value of the range the slider shows, passed by reference.</param>
9899       <param name=
"maxValue">The upper value at the range the slider shows, passed by reference.</param>
9900       <param name=
"minLimit">The limit at the left end of the slider.</param>
9901       <param name=
"maxLimit">The limit at the right end of the slider.</param>
9902       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9903 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9904 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9905     </member>
9906     <member name=
"M:UnityEditor.EditorGUILayout.MinMaxSlider(System.String,System.Single&amp;,System.Single&amp;,System.Single,System.Single,UnityEngine.GUILayoutOption[])">
9907       <summary>
9908         <para>Make a special slider the user can use to specify a range between a min and a max.</para>
9909       </summary>
9910       <param name=
"label">Optional label in front of the slider.</param>
9911       <param name=
"minValue">The lower value of the range the slider shows, passed by reference.</param>
9912       <param name=
"maxValue">The upper value at the range the slider shows, passed by reference.</param>
9913       <param name=
"minLimit">The limit at the left end of the slider.</param>
9914       <param name=
"maxLimit">The limit at the right end of the slider.</param>
9915       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9916 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9917 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9918     </member>
9919     <member name=
"M:UnityEditor.EditorGUILayout.MinMaxSlider(UnityEngine.GUIContent,System.Single&amp;,System.Single&amp;,System.Single,System.Single,UnityEngine.GUILayoutOption[])">
9920       <summary>
9921         <para>Make a special slider the user can use to specify a range between a min and a max.</para>
9922       </summary>
9923       <param name=
"label">Optional label in front of the slider.</param>
9924       <param name=
"minValue">The lower value of the range the slider shows, passed by reference.</param>
9925       <param name=
"maxValue">The upper value at the range the slider shows, passed by reference.</param>
9926       <param name=
"minLimit">The limit at the left end of the slider.</param>
9927       <param name=
"maxLimit">The limit at the right end of the slider.</param>
9928       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
9929 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9930 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9931     </member>
9932     <member name=
"M:UnityEditor.EditorGUILayout.ObjectField(UnityEngine.Object,System.Type,System.Boolean,UnityEngine.GUILayoutOption[])">
9933       <summary>
9934         <para>Make a field to receive any
object type.</para>
9935       </summary>
9936       <param name=
"label">Optional label in front of the field.</param>
9937       <param name=
"obj">The object the field shows.</param>
9938       <param name=
"objType">The type of the objects that can be assigned.</param>
9939       <param name=
"allowSceneObjects">Allow assigning scene objects. See Description for more info.</param>
9940       <param name=
"options">An optional list of layout options that specify extra layout properties. Any values passed in here will override settings defined by the style.
9941 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9942 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9943       <returns>
9944         <para>The
object that has been set by the user.</para>
9945       </returns>
9946     </member>
9947     <member name=
"M:UnityEditor.EditorGUILayout.ObjectField(System.String,UnityEngine.Object,System.Type,System.Boolean,UnityEngine.GUILayoutOption[])">
9948       <summary>
9949         <para>Make a field to receive any
object type.</para>
9950       </summary>
9951       <param name=
"label">Optional label in front of the field.</param>
9952       <param name=
"obj">The object the field shows.</param>
9953       <param name=
"objType">The type of the objects that can be assigned.</param>
9954       <param name=
"allowSceneObjects">Allow assigning scene objects. See Description for more info.</param>
9955       <param name=
"options">An optional list of layout options that specify extra layout properties. Any values passed in here will override settings defined by the style.
9956 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9957 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9958       <returns>
9959         <para>The
object that has been set by the user.</para>
9960       </returns>
9961     </member>
9962     <member name=
"M:UnityEditor.EditorGUILayout.ObjectField(UnityEngine.GUIContent,UnityEngine.Object,System.Type,System.Boolean,UnityEngine.GUILayoutOption[])">
9963       <summary>
9964         <para>Make a field to receive any
object type.</para>
9965       </summary>
9966       <param name=
"label">Optional label in front of the field.</param>
9967       <param name=
"obj">The object the field shows.</param>
9968       <param name=
"objType">The type of the objects that can be assigned.</param>
9969       <param name=
"allowSceneObjects">Allow assigning scene objects. See Description for more info.</param>
9970       <param name=
"options">An optional list of layout options that specify extra layout properties. Any values passed in here will override settings defined by the style.
9971 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9972 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9973       <returns>
9974         <para>The
object that has been set by the user.</para>
9975       </returns>
9976     </member>
9977     <member name=
"M:UnityEditor.EditorGUILayout.ObjectField(UnityEditor.SerializedProperty,UnityEngine.GUILayoutOption[])">
9978       <summary>
9979         <para>Make a field to receive any
object type.</para>
9980       </summary>
9981       <param name=
"property">The object reference property the field shows.</param>
9982       <param name=
"objType">The type of the objects that can be assigned.</param>
9983       <param name=
"label">Optional label in front of the field. Pass GUIContent.none to hide the label.</param>
9984       <param name=
"options">An optional list of layout options that specify extra layouting
9985         properties. Any values passed
in here will override settings defined by the style.&lt;br&gt;
9986 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9987 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
9988     </member>
9989     <member name=
"M:UnityEditor.EditorGUILayout.ObjectField(UnityEditor.SerializedProperty,UnityEngine.GUIContent,UnityEngine.GUILayoutOption[])">
9990       <summary>
9991         <para>Make a field to receive any
object type.</para>
9992       </summary>
9993       <param name=
"property">The object reference property the field shows.</param>
9994       <param name=
"objType">The type of the objects that can be assigned.</param>
9995       <param name=
"label">Optional label in front of the field. Pass GUIContent.none to hide the label.</param>
9996       <param name=
"options">An optional list of layout options that specify extra layouting
9997         properties. Any values passed
in here will override settings defined by the style.&lt;br&gt;
9998 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
9999 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
10000     </member>
10001     <member name=
"M:UnityEditor.EditorGUILayout.ObjectField(UnityEditor.SerializedProperty,System.Type,UnityEngine.GUILayoutOption[])">
10002       <summary>
10003         <para>Make a field to receive any
object type.</para>
10004       </summary>
10005       <param name=
"property">The object reference property the field shows.</param>
10006       <param name=
"objType">The type of the objects that can be assigned.</param>
10007       <param name=
"label">Optional label in front of the field. Pass GUIContent.none to hide the label.</param>
10008       <param name=
"options">An optional list of layout options that specify extra layouting
10009         properties. Any values passed
in here will override settings defined by the style.&lt;br&gt;
10010 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
10011 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
10012     </member>
10013     <member name=
"M:UnityEditor.EditorGUILayout.ObjectField(UnityEditor.SerializedProperty,System.Type,UnityEngine.GUIContent,UnityEngine.GUILayoutOption[])">
10014       <summary>
10015         <para>Make a field to receive any
object type.</para>
10016       </summary>
10017       <param name=
"property">The object reference property the field shows.</param>
10018       <param name=
"objType">The type of the objects that can be assigned.</param>
10019       <param name=
"label">Optional label in front of the field. Pass GUIContent.none to hide the label.</param>
10020       <param name=
"options">An optional list of layout options that specify extra layouting
10021         properties. Any values passed
in here will override settings defined by the style.&lt;br&gt;
10022 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
10023 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
10024     </member>
10025     <member name=
"M:UnityEditor.EditorGUILayout.ObjectField(UnityEngine.Object,System.Type,UnityEngine.GUILayoutOption[])">
10026       <summary>
10027         <para>Make a field to receive any
object type.</para>
10028       </summary>
10029       <param name=
"obj">The object the field shows.</param>
10030       <param name=
"objType">The type of the objects that can be assigned.</param>
10031       <param name=
"label">Optional label in front of the field.</param>
10032       <param name=
"label">Optional label in front of the field.</param>
10033       <param name=
"options">An optional list of layout options that specify extra layout properties. Any values passed in here will override settings defined by the style.
10034 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
10035 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
10036     </member>
10037     <member name=
"M:UnityEditor.EditorGUILayout.ObjectField(System.String,UnityEngine.Object,System.Type,UnityEngine.GUILayoutOption[])">
10038       <summary>
10039         <para>Make a field to receive any
object type.</para>
10040       </summary>
10041       <param name=
"obj">The object the field shows.</param>
10042       <param name=
"objType">The type of the objects that can be assigned.</param>
10043       <param name=
"label">Optional label in front of the field.</param>
10044       <param name=
"label">Optional label in front of the field.</param>
10045       <param name=
"options">An optional list of layout options that specify extra layout properties. Any values passed in here will override settings defined by the style.
10046 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
10047 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
10048     </member>
10049     <member name=
"M:UnityEditor.EditorGUILayout.ObjectField(UnityEngine.GUIContent,UnityEngine.Object,System.Type,UnityEngine.GUILayoutOption[])">
10050       <summary>
10051         <para>Make a field to receive any
object type.</para>
10052       </summary>
10053       <param name=
"obj">The object the field shows.</param>
10054       <param name=
"objType">The type of the objects that can be assigned.</param>
10055       <param name=
"label">Optional label in front of the field.</param>
10056       <param name=
"label">Optional label in front of the field.</param>
10057       <param name=
"options">An optional list of layout options that specify extra layout properties. Any values passed in here will override settings defined by the style.
10058 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
10059 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
10060     </member>
10061     <member name=
"M:UnityEditor.EditorGUILayout.PasswordField(System.String,UnityEngine.GUILayoutOption[])">
10062       <summary>
10063         <para>Make a text field
where the user can enter a password.</para>
10064       </summary>
10065       <param name=
"label">Optional label to display in front of the password field.</param>
10066       <param name=
"password">The password to edit.</param>
10067       <param name=
"style">Optional GUIStyle.</param>
10068       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
10069 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
10070 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
10071       <returns>
10072         <para>The password entered
by the user.</para>
10073       </returns>
10074     </member>
10075     <member name=
"M:UnityEditor.EditorGUILayout.PasswordField(System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
10076       <summary>
10077         <para>Make a text field
where the user can enter a password.</para>
10078       </summary>
10079       <param name=
"label">Optional label to display in front of the password field.</param>
10080       <param name=
"password">The password to edit.</param>
10081       <param name=
"style">Optional GUIStyle.</param>
10082       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
10083 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
10084 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
10085       <returns>
10086         <para>The password entered
by the user.</para>
10087       </returns>
10088     </member>
10089     <member name=
"M:UnityEditor.EditorGUILayout.PasswordField(System.String,System.String,UnityEngine.GUILayoutOption[])">
10090       <summary>
10091         <para>Make a text field
where the user can enter a password.</para>
10092       </summary>
10093       <param name=
"label">Optional label to display in front of the password field.</param>
10094       <param name=
"password">The password to edit.</param>
10095       <param name=
"style">Optional GUIStyle.</param>
10096       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
10097 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
10098 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
10099       <returns>
10100         <para>The password entered
by the user.</para>
10101       </returns>
10102     </member>
10103     <member name=
"M:UnityEditor.EditorGUILayout.PasswordField(System.String,System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
10104       <summary>
10105         <para>Make a text field
where the user can enter a password.</para>
10106       </summary>
10107       <param name=
"label">Optional label to display in front of the password field.</param>
10108       <param name=
"password">The password to edit.</param>
10109       <param name=
"style">Optional GUIStyle.</param>
10110       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
10111 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
10112 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
10113       <returns>
10114         <para>The password entered
by the user.</para>
10115       </returns>
10116     </member>
10117     <member name=
"M:UnityEditor.EditorGUILayout.PasswordField(UnityEngine.GUIContent,System.String,UnityEngine.GUILayoutOption[])">
10118       <summary>
10119         <para>Make a text field
where the user can enter a password.</para>
10120       </summary>
10121       <param name=
"label">Optional label to display in front of the password field.</param>
10122       <param name=
"password">The password to edit.</param>
10123       <param name=
"style">Optional GUIStyle.</param>
10124       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
10125 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
10126 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
10127       <returns>
10128         <para>The password entered
by the user.</para>
10129       </returns>
10130     </member>
10131     <member name=
"M:UnityEditor.EditorGUILayout.PasswordField(UnityEngine.GUIContent,System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
10132       <summary>
10133         <para>Make a text field
where the user can enter a password.</para>
10134       </summary>
10135       <param name=
"label">Optional label to display in front of the password field.</param>
10136       <param name=
"password">The password to edit.</param>
10137       <param name=
"style">Optional GUIStyle.</param>
10138       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
10139 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
10140 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
10141       <returns>
10142         <para>The password entered
by the user.</para>
10143       </returns>
10144     </member>
10145     <member name=
"M:UnityEditor.EditorGUILayout.Popup(System.Int32,System.String[],UnityEngine.GUILayoutOption[])">
10146       <summary>
10147         <para>Make a generic popup selection field.</para>
10148       </summary>
10149       <param name=
"label">Optional label in front of the field.</param>
10150       <param name=
"selectedIndex">The index of the option the field shows.</param>
10151       <param name=
"displayedOptions">An array with the options shown in the popup.</param>
10152       <param name=
"style">Optional GUIStyle.</param>
10153       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
10154 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
10155 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
10156       <returns>
10157         <para>The index of the option that has been selected
by the user.</para>
10158       </returns>
10159     </member>
10160     <member name=
"M:UnityEditor.EditorGUILayout.Popup(System.Int32,System.String[],UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
10161       <summary>
10162         <para>Make a generic popup selection field.</para>
10163       </summary>
10164       <param name=
"label">Optional label in front of the field.</param>
10165       <param name=
"selectedIndex">The index of the option the field shows.</param>
10166       <param name=
"displayedOptions">An array with the options shown in the popup.</param>
10167       <param name=
"style">Optional GUIStyle.</param>
10168       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
10169 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
10170 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
10171       <returns>
10172         <para>The index of the option that has been selected
by the user.</para>
10173       </returns>
10174     </member>
10175     <member name=
"M:UnityEditor.EditorGUILayout.Popup(System.Int32,UnityEngine.GUIContent[],UnityEngine.GUILayoutOption[])">
10176       <summary>
10177         <para>Make a generic popup selection field.</para>
10178       </summary>
10179       <param name=
"label">Optional label in front of the field.</param>
10180       <param name=
"selectedIndex">The index of the option the field shows.</param>
10181       <param name=
"displayedOptions">An array with the options shown in the popup.</param>
10182       <param name=
"style">Optional GUIStyle.</param>
10183       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
10184 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
10185 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
10186       <returns>
10187         <para>The index of the option that has been selected
by the user.</para>
10188       </returns>
10189     </member>
10190     <member name=
"M:UnityEditor.EditorGUILayout.Popup(System.Int32,UnityEngine.GUIContent[],UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
10191       <summary>
10192         <para>Make a generic popup selection field.</para>
10193       </summary>
10194       <param name=
"label">Optional label in front of the field.</param>
10195       <param name=
"selectedIndex">The index of the option the field shows.</param>
10196       <param name=
"displayedOptions">An array with the options shown in the popup.</param>
10197       <param name=
"style">Optional GUIStyle.</param>
10198       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
10199 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
10200 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
10201       <returns>
10202         <para>The index of the option that has been selected
by the user.</para>
10203       </returns>
10204     </member>
10205     <member name=
"M:UnityEditor.EditorGUILayout.Popup(System.String,System.Int32,System.String[],UnityEngine.GUILayoutOption[])">
10206       <summary>
10207         <para>Make a generic popup selection field.</para>
10208       </summary>
10209       <param name=
"label">Optional label in front of the field.</param>
10210       <param name=
"selectedIndex">The index of the option the field shows.</param>
10211       <param name=
"displayedOptions">An array with the options shown in the popup.</param>
10212       <param name=
"style">Optional GUIStyle.</param>
10213       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
10214 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
10215 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
10216       <returns>
10217         <para>The index of the option that has been selected
by the user.</para>
10218       </returns>
10219     </member>
10220     <member name=
"M:UnityEditor.EditorGUILayout.Popup(System.String,System.Int32,System.String[],UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
10221       <summary>
10222         <para>Make a generic popup selection field.</para>
10223       </summary>
10224       <param name=
"label">Optional label in front of the field.</param>
10225       <param name=
"selectedIndex">The index of the option the field shows.</param>
10226       <param name=
"displayedOptions">An array with the options shown in the popup.</param>
10227       <param name=
"style">Optional GUIStyle.</param>
10228       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
10229 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
10230 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
10231       <returns>
10232         <para>The index of the option that has been selected
by the user.</para>
10233       </returns>
10234     </member>
10235     <member name=
"M:UnityEditor.EditorGUILayout.Popup(UnityEngine.GUIContent,System.Int32,UnityEngine.GUIContent[],UnityEngine.GUILayoutOption[])">
10236       <summary>
10237         <para>Make a generic popup selection field.</para>
10238       </summary>
10239       <param name=
"label">Optional label in front of the field.</param>
10240       <param name=
"selectedIndex">The index of the option the field shows.</param>
10241       <param name=
"displayedOptions">An array with the options shown in the popup.</param>
10242       <param name=
"style">Optional GUIStyle.</param>
10243       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
10244 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
10245 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
10246       <returns>
10247         <para>The index of the option that has been selected
by the user.</para>
10248       </returns>
10249     </member>
10250     <member name=
"M:UnityEditor.EditorGUILayout.Popup(UnityEngine.GUIContent,System.Int32,UnityEngine.GUIContent[],UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
10251       <summary>
10252         <para>Make a generic popup selection field.</para>
10253       </summary>
10254       <param name=
"label">Optional label in front of the field.</param>
10255       <param name=
"selectedIndex">The index of the option the field shows.</param>
10256       <param name=
"displayedOptions">An array with the options shown in the popup.</param>
10257       <param name=
"style">Optional GUIStyle.</param>
10258       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
10259 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
10260 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
10261       <returns>
10262         <para>The index of the option that has been selected
by the user.</para>
10263       </returns>
10264     </member>
10265     <member name=
"M:UnityEditor.EditorGUILayout.PrefixLabel(System.String)">
10266       <summary>
10267         <para>Make a label
in front of some control.</para>
10268       </summary>
10269       <param name=
"label">Label to show to the left of the control.</param>
10270       <param name=
"followingStyle"></param>
10271       <param name=
"labelStyle"></param>
10272     </member>
10273     <member name=
"M:UnityEditor.EditorGUILayout.PrefixLabel(UnityEngine.GUIContent)">
10274       <summary>
10275         <para>Make a label
in front of some control.</para>
10276       </summary>
10277       <param name=
"label">Label to show to the left of the control.</param>
10278       <param name=
"followingStyle"></param>
10279       <param name=
"labelStyle"></param>
10280     </member>
10281     <member name=
"M:UnityEditor.EditorGUILayout.PrefixLabel(System.String,UnityEngine.GUIStyle)">
10282       <summary>
10283         <para>Make a label
in front of some control.</para>
10284       </summary>
10285       <param name=
"label">Label to show to the left of the control.</param>
10286       <param name=
"followingStyle"></param>
10287       <param name=
"labelStyle"></param>
10288     </member>
10289     <member name=
"M:UnityEditor.EditorGUILayout.PrefixLabel(System.String,UnityEngine.GUIStyle,UnityEngine.GUIStyle)">
10290       <summary>
10291         <para>Make a label
in front of some control.</para>
10292       </summary>
10293       <param name=
"label">Label to show to the left of the control.</param>
10294       <param name=
"followingStyle"></param>
10295       <param name=
"labelStyle"></param>
10296     </member>
10297     <member name=
"M:UnityEditor.EditorGUILayout.PrefixLabel(UnityEngine.GUIContent,UnityEngine.GUIStyle)">
10298       <summary>
10299         <para>Make a label
in front of some control.</para>
10300       </summary>
10301       <param name=
"label">Label to show to the left of the control.</param>
10302       <param name=
"followingStyle"></param>
10303       <param name=
"labelStyle"></param>
10304     </member>
10305     <member name=
"M:UnityEditor.EditorGUILayout.PrefixLabel(UnityEngine.GUIContent,UnityEngine.GUIStyle,UnityEngine.GUIStyle)">
10306       <summary>
10307         <para>Make a label
in front of some control.</para>
10308       </summary>
10309       <param name=
"label">Label to show to the left of the control.</param>
10310       <param name=
"followingStyle"></param>
10311       <param name=
"labelStyle"></param>
10312     </member>
10313     <member name=
"M:UnityEditor.EditorGUILayout.PropertyField(UnityEditor.SerializedProperty,UnityEngine.GUILayoutOption[])">
10314       <summary>
10315         <para>Make a field
for SerializedProperty.</para>
10316       </summary>
10317       <param name=
"property">The SerializedProperty to make a field for.</param>
10318       <param name=
"label">Optional label to use. If not specified the label of the property itself is used. Use GUIContent.none to not display a label at all.</param>
10319       <param name=
"includeChildren">If true the property including children is drawn; otherwise only the control itself (such as only a foldout but nothing below it).</param>
10320       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
10321 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
10322 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
10323       <returns>
10324         <para>True
if the property has children and is expanded and includeChildren was set to false; otherwise false.</para>
10325       </returns>
10326     </member>
10327     <member name=
"M:UnityEditor.EditorGUILayout.PropertyField(UnityEditor.SerializedProperty,UnityEngine.GUIContent,UnityEngine.GUILayoutOption[])">
10328       <summary>
10329         <para>Make a field
for SerializedProperty.</para>
10330       </summary>
10331       <param name=
"property">The SerializedProperty to make a field for.</param>
10332       <param name=
"label">Optional label to use. If not specified the label of the property itself is used. Use GUIContent.none to not display a label at all.</param>
10333       <param name=
"includeChildren">If true the property including children is drawn; otherwise only the control itself (such as only a foldout but nothing below it).</param>
10334       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
10335 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
10336 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
10337       <returns>
10338         <para>True
if the property has children and is expanded and includeChildren was set to false; otherwise false.</para>
10339       </returns>
10340     </member>
10341     <member name=
"M:UnityEditor.EditorGUILayout.PropertyField(UnityEditor.SerializedProperty,System.Boolean,UnityEngine.GUILayoutOption[])">
10342       <summary>
10343         <para>Make a field
for SerializedProperty.</para>
10344       </summary>
10345       <param name=
"property">The SerializedProperty to make a field for.</param>
10346       <param name=
"label">Optional label to use. If not specified the label of the property itself is used. Use GUIContent.none to not display a label at all.</param>
10347       <param name=
"includeChildren">If true the property including children is drawn; otherwise only the control itself (such as only a foldout but nothing below it).</param>
10348       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
10349 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
10350 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
10351       <returns>
10352         <para>True
if the property has children and is expanded and includeChildren was set to false; otherwise false.</para>
10353       </returns>
10354     </member>
10355     <member name=
"M:UnityEditor.EditorGUILayout.PropertyField(UnityEditor.SerializedProperty,UnityEngine.GUIContent,System.Boolean,UnityEngine.GUILayoutOption[])">
10356       <summary>
10357         <para>Make a field
for SerializedProperty.</para>
10358       </summary>
10359       <param name=
"property">The SerializedProperty to make a field for.</param>
10360       <param name=
"label">Optional label to use. If not specified the label of the property itself is used. Use GUIContent.none to not display a label at all.</param>
10361       <param name=
"includeChildren">If true the property including children is drawn; otherwise only the control itself (such as only a foldout but nothing below it).</param>
10362       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
10363 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
10364 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
10365       <returns>
10366         <para>True
if the property has children and is expanded and includeChildren was set to false; otherwise false.</para>
10367       </returns>
10368     </member>
10369     <member name=
"M:UnityEditor.EditorGUILayout.RectField(UnityEngine.Rect,UnityEngine.GUILayoutOption[])">
10370       <summary>
10371         <para>Make an X, Y, W &amp; H field
for entering a Rect.</para>
10372       </summary>
10373       <param name=
"label">Label to display above the field.</param>
10374       <param name=
"value">The value to edit.</param>
10375       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
10376 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
10377 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
10378       <returns>
10379         <para>The
value entered by the user.</para>
10380       </returns>
10381     </member>
10382     <member name=
"M:UnityEditor.EditorGUILayout.RectField(System.String,UnityEngine.Rect,UnityEngine.GUILayoutOption[])">
10383       <summary>
10384         <para>Make an X, Y, W &amp; H field
for entering a Rect.</para>
10385       </summary>
10386       <param name=
"label">Label to display above the field.</param>
10387       <param name=
"value">The value to edit.</param>
10388       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
10389 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
10390 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
10391       <returns>
10392         <para>The
value entered by the user.</para>
10393       </returns>
10394     </member>
10395     <member name=
"M:UnityEditor.EditorGUILayout.RectField(UnityEngine.GUIContent,UnityEngine.Rect,UnityEngine.GUILayoutOption[])">
10396       <summary>
10397         <para>Make an X, Y, W &amp; H field
for entering a Rect.</para>
10398       </summary>
10399       <param name=
"label">Label to display above the field.</param>
10400       <param name=
"value">The value to edit.</param>
10401       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
10402 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
10403 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
10404       <returns>
10405         <para>The
value entered by the user.</para>
10406       </returns>
10407     </member>
10408     <member name=
"T:UnityEditor.EditorGUILayout.ScrollViewScope">
10409       <summary>
10410         <para>Disposable helper
class for managing BeginScrollView / EndScrollView.</para>
10411       </summary>
10412     </member>
10413     <member name=
"P:UnityEditor.EditorGUILayout.ScrollViewScope.handleScrollWheel">
10414       <summary>
10415         <para>Whether
this ScrollView should handle scroll wheel events. (default: true).</para>
10416       </summary>
10417     </member>
10418     <member name=
"P:UnityEditor.EditorGUILayout.ScrollViewScope.scrollPosition">
10419       <summary>
10420         <para>The modified scrollPosition. Feed
this back into the variable you pass in, as shown in the example.</para>
10421       </summary>
10422     </member>
10423     <member name=
"M:UnityEditor.EditorGUILayout.ScrollViewScope.#ctor(UnityEngine.Vector2,UnityEngine.GUILayoutOption[])">
10424       <summary>
10425         <para>Create a
new ScrollViewScope and begin the corresponding ScrollView.</para>
10426       </summary>
10427       <param name=
"scrollPosition">The scroll position to use.</param>
10428       <param name=
"alwaysShowHorizontal">Whether to always show the horizontal scrollbar. If false, it is only shown when the content inside the ScrollView is wider than the scrollview itself.</param>
10429       <param name=
"alwaysShowVertical">Whether to always show the vertical scrollbar. If false, it is only shown when the content inside the ScrollView is higher than the scrollview itself.</param>
10430       <param name=
"horizontalScrollbar">Optional GUIStyle to use for the horizontal scrollbar. If left out, the horizontalScrollbar style from the current GUISkin is used.</param>
10431       <param name=
"verticalScrollbar">Optional GUIStyle to use for the vertical scrollbar. If left out, the verticalScrollbar style from the current GUISkin is used.</param>
10432       <param name=
"options"></param>
10433       <param name=
"style"></param>
10434       <param name=
"background"></param>
10435     </member>
10436     <member name=
"M:UnityEditor.EditorGUILayout.ScrollViewScope.#ctor(UnityEngine.Vector2,System.Boolean,System.Boolean,UnityEngine.GUILayoutOption[])">
10437       <summary>
10438         <para>Create a
new ScrollViewScope and begin the corresponding ScrollView.</para>
10439       </summary>
10440       <param name=
"scrollPosition">The scroll position to use.</param>
10441       <param name=
"alwaysShowHorizontal">Whether to always show the horizontal scrollbar. If false, it is only shown when the content inside the ScrollView is wider than the scrollview itself.</param>
10442       <param name=
"alwaysShowVertical">Whether to always show the vertical scrollbar. If false, it is only shown when the content inside the ScrollView is higher than the scrollview itself.</param>
10443       <param name=
"horizontalScrollbar">Optional GUIStyle to use for the horizontal scrollbar. If left out, the horizontalScrollbar style from the current GUISkin is used.</param>
10444       <param name=
"verticalScrollbar">Optional GUIStyle to use for the vertical scrollbar. If left out, the verticalScrollbar style from the current GUISkin is used.</param>
10445       <param name=
"options"></param>
10446       <param name=
"style"></param>
10447       <param name=
"background"></param>
10448     </member>
10449     <member name=
"M:UnityEditor.EditorGUILayout.ScrollViewScope.#ctor(UnityEngine.Vector2,UnityEngine.GUIStyle,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
10450       <summary>
10451         <para>Create a
new ScrollViewScope and begin the corresponding ScrollView.</para>
10452       </summary>
10453       <param name=
"scrollPosition">The scroll position to use.</param>
10454       <param name=
"alwaysShowHorizontal">Whether to always show the horizontal scrollbar. If false, it is only shown when the content inside the ScrollView is wider than the scrollview itself.</param>
10455       <param name=
"alwaysShowVertical">Whether to always show the vertical scrollbar. If false, it is only shown when the content inside the ScrollView is higher than the scrollview itself.</param>
10456       <param name=
"horizontalScrollbar">Optional GUIStyle to use for the horizontal scrollbar. If left out, the horizontalScrollbar style from the current GUISkin is used.</param>
10457       <param name=
"verticalScrollbar">Optional GUIStyle to use for the vertical scrollbar. If left out, the verticalScrollbar style from the current GUISkin is used.</param>
10458       <param name=
"options"></param>
10459       <param name=
"style"></param>
10460       <param name=
"background"></param>
10461     </member>
10462     <member name=
"M:UnityEditor.EditorGUILayout.ScrollViewScope.#ctor(UnityEngine.Vector2,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
10463       <summary>
10464         <para>Create a
new ScrollViewScope and begin the corresponding ScrollView.</para>
10465       </summary>
10466       <param name=
"scrollPosition">The scroll position to use.</param>
10467       <param name=
"alwaysShowHorizontal">Whether to always show the horizontal scrollbar. If false, it is only shown when the content inside the ScrollView is wider than the scrollview itself.</param>
10468       <param name=
"alwaysShowVertical">Whether to always show the vertical scrollbar. If false, it is only shown when the content inside the ScrollView is higher than the scrollview itself.</param>
10469       <param name=
"horizontalScrollbar">Optional GUIStyle to use for the horizontal scrollbar. If left out, the horizontalScrollbar style from the current GUISkin is used.</param>
10470       <param name=
"verticalScrollbar">Optional GUIStyle to use for the vertical scrollbar. If left out, the verticalScrollbar style from the current GUISkin is used.</param>
10471       <param name=
"options"></param>
10472       <param name=
"style"></param>
10473       <param name=
"background"></param>
10474     </member>
10475     <member name=
"M:UnityEditor.EditorGUILayout.ScrollViewScope.#ctor(UnityEngine.Vector2,System.Boolean,System.Boolean,UnityEngine.GUIStyle,UnityEngine.GUIStyle,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
10476       <summary>
10477         <para>Create a
new ScrollViewScope and begin the corresponding ScrollView.</para>
10478       </summary>
10479       <param name=
"scrollPosition">The scroll position to use.</param>
10480       <param name=
"alwaysShowHorizontal">Whether to always show the horizontal scrollbar. If false, it is only shown when the content inside the ScrollView is wider than the scrollview itself.</param>
10481       <param name=
"alwaysShowVertical">Whether to always show the vertical scrollbar. If false, it is only shown when the content inside the ScrollView is higher than the scrollview itself.</param>
10482       <param name=
"horizontalScrollbar">Optional GUIStyle to use for the horizontal scrollbar. If left out, the horizontalScrollbar style from the current GUISkin is used.</param>
10483       <param name=
"verticalScrollbar">Optional GUIStyle to use for the vertical scrollbar. If left out, the verticalScrollbar style from the current GUISkin is used.</param>
10484       <param name=
"options"></param>
10485       <param name=
"style"></param>
10486       <param name=
"background"></param>
10487     </member>
10488     <member name=
"M:UnityEditor.EditorGUILayout.SelectableLabel(System.String,UnityEngine.GUILayoutOption[])">
10489       <summary>
10490         <para>Make a selectable label field. (Useful
for showing read-only info that can be copy-pasted.)</para>
10491       </summary>
10492       <param name=
"text">The text to show.</param>
10493       <param name=
"style">Optional GUIStyle.</param>
10494       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
10495 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
10496 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
10497     </member>
10498     <member name=
"M:UnityEditor.EditorGUILayout.SelectableLabel(System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
10499       <summary>
10500         <para>Make a selectable label field. (Useful
for showing read-only info that can be copy-pasted.)</para>
10501       </summary>
10502       <param name=
"text">The text to show.</param>
10503       <param name=
"style">Optional GUIStyle.</param>
10504       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
10505 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
10506 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
10507     </member>
10508     <member name=
"M:UnityEditor.EditorGUILayout.Slider(System.Single,System.Single,System.Single,UnityEngine.GUILayoutOption[])">
10509       <summary>
10510         <para>Make a slider the user can drag to change a
value between a min and a max.</para>
10511       </summary>
10512       <param name=
"label">Optional label in front of the slider.</param>
10513       <param name=
"value">The value the slider shows. This determines the position of the draggable thumb.</param>
10514       <param name=
"leftValue">The value at the left end of the slider.</param>
10515       <param name=
"rightValue">The value at the right end of the slider.</param>
10516       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
10517 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
10518 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
10519       <returns>
10520         <para>The
value that has been set by the user.</para>
10521       </returns>
10522     </member>
10523     <member name=
"M:UnityEditor.EditorGUILayout.Slider(System.String,System.Single,System.Single,System.Single,UnityEngine.GUILayoutOption[])">
10524       <summary>
10525         <para>Make a slider the user can drag to change a
value between a min and a max.</para>
10526       </summary>
10527       <param name=
"label">Optional label in front of the slider.</param>
10528       <param name=
"value">The value the slider shows. This determines the position of the draggable thumb.</param>
10529       <param name=
"leftValue">The value at the left end of the slider.</param>
10530       <param name=
"rightValue">The value at the right end of the slider.</param>
10531       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
10532 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
10533 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
10534       <returns>
10535         <para>The
value that has been set by the user.</para>
10536       </returns>
10537     </member>
10538     <member name=
"M:UnityEditor.EditorGUILayout.Slider(UnityEngine.GUIContent,System.Single,System.Single,System.Single,UnityEngine.GUILayoutOption[])">
10539       <summary>
10540         <para>Make a slider the user can drag to change a
value between a min and a max.</para>
10541       </summary>
10542       <param name=
"label">Optional label in front of the slider.</param>
10543       <param name=
"value">The value the slider shows. This determines the position of the draggable thumb.</param>
10544       <param name=
"leftValue">The value at the left end of the slider.</param>
10545       <param name=
"rightValue">The value at the right end of the slider.</param>
10546       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
10547 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
10548 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
10549       <returns>
10550         <para>The
value that has been set by the user.</para>
10551       </returns>
10552     </member>
10553     <member name=
"M:UnityEditor.EditorGUILayout.Slider(UnityEditor.SerializedProperty,System.Single,System.Single,UnityEngine.GUILayoutOption[])">
10554       <summary>
10555         <para>Make a slider the user can drag to change a
value between a min and a max.</para>
10556       </summary>
10557       <param name=
"label">Optional label in front of the slider.</param>
10558       <param name=
"property">The value the slider shows. This determines the position of the draggable thumb.</param>
10559       <param name=
"leftValue">The value at the left end of the slider.</param>
10560       <param name=
"rightValue">The value at the right end of the slider.</param>
10561       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
10562 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
10563 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
10564     </member>
10565     <member name=
"M:UnityEditor.EditorGUILayout.Slider(UnityEditor.SerializedProperty,System.Single,System.Single,System.String,UnityEngine.GUILayoutOption[])">
10566       <summary>
10567         <para>Make a slider the user can drag to change a
value between a min and a max.</para>
10568       </summary>
10569       <param name=
"label">Optional label in front of the slider.</param>
10570       <param name=
"property">The value the slider shows. This determines the position of the draggable thumb.</param>
10571       <param name=
"leftValue">The value at the left end of the slider.</param>
10572       <param name=
"rightValue">The value at the right end of the slider.</param>
10573       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
10574 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
10575 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
10576     </member>
10577     <member name=
"M:UnityEditor.EditorGUILayout.Slider(UnityEditor.SerializedProperty,System.Single,System.Single,UnityEngine.GUIContent,UnityEngine.GUILayoutOption[])">
10578       <summary>
10579         <para>Make a slider the user can drag to change a
value between a min and a max.</para>
10580       </summary>
10581       <param name=
"label">Optional label in front of the slider.</param>
10582       <param name=
"property">The value the slider shows. This determines the position of the draggable thumb.</param>
10583       <param name=
"leftValue">The value at the left end of the slider.</param>
10584       <param name=
"rightValue">The value at the right end of the slider.</param>
10585       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
10586 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
10587 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
10588     </member>
10589     <member name=
"M:UnityEditor.EditorGUILayout.Space">
10590       <summary>
10591         <para>Make a small space between the previous control and the following.</para>
10592       </summary>
10593     </member>
10594     <member name=
"M:UnityEditor.EditorGUILayout.TagField(System.String,UnityEngine.GUILayoutOption[])">
10595       <summary>
10596         <para>Make a tag selection field.</para>
10597       </summary>
10598       <param name=
"label">Optional label in front of the field.</param>
10599       <param name=
"tag">The tag the field shows.</param>
10600       <param name=
"style">Optional GUIStyle.</param>
10601       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
10602 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
10603 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
10604       <returns>
10605         <para>The tag selected
by the user.</para>
10606       </returns>
10607     </member>
10608     <member name=
"M:UnityEditor.EditorGUILayout.TagField(System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
10609       <summary>
10610         <para>Make a tag selection field.</para>
10611       </summary>
10612       <param name=
"label">Optional label in front of the field.</param>
10613       <param name=
"tag">The tag the field shows.</param>
10614       <param name=
"style">Optional GUIStyle.</param>
10615       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
10616 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
10617 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
10618       <returns>
10619         <para>The tag selected
by the user.</para>
10620       </returns>
10621     </member>
10622     <member name=
"M:UnityEditor.EditorGUILayout.TagField(System.String,System.String,UnityEngine.GUILayoutOption[])">
10623       <summary>
10624         <para>Make a tag selection field.</para>
10625       </summary>
10626       <param name=
"label">Optional label in front of the field.</param>
10627       <param name=
"tag">The tag the field shows.</param>
10628       <param name=
"style">Optional GUIStyle.</param>
10629       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
10630 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
10631 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
10632       <returns>
10633         <para>The tag selected
by the user.</para>
10634       </returns>
10635     </member>
10636     <member name=
"M:UnityEditor.EditorGUILayout.TagField(System.String,System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
10637       <summary>
10638         <para>Make a tag selection field.</para>
10639       </summary>
10640       <param name=
"label">Optional label in front of the field.</param>
10641       <param name=
"tag">The tag the field shows.</param>
10642       <param name=
"style">Optional GUIStyle.</param>
10643       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
10644 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
10645 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
10646       <returns>
10647         <para>The tag selected
by the user.</para>
10648       </returns>
10649     </member>
10650     <member name=
"M:UnityEditor.EditorGUILayout.TagField(UnityEngine.GUIContent,System.String,UnityEngine.GUILayoutOption[])">
10651       <summary>
10652         <para>Make a tag selection field.</para>
10653       </summary>
10654       <param name=
"label">Optional label in front of the field.</param>
10655       <param name=
"tag">The tag the field shows.</param>
10656       <param name=
"style">Optional GUIStyle.</param>
10657       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
10658 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
10659 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
10660       <returns>
10661         <para>The tag selected
by the user.</para>
10662       </returns>
10663     </member>
10664     <member name=
"M:UnityEditor.EditorGUILayout.TagField(UnityEngine.GUIContent,System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
10665       <summary>
10666         <para>Make a tag selection field.</para>
10667       </summary>
10668       <param name=
"label">Optional label in front of the field.</param>
10669       <param name=
"tag">The tag the field shows.</param>
10670       <param name=
"style">Optional GUIStyle.</param>
10671       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
10672 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
10673 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
10674       <returns>
10675         <para>The tag selected
by the user.</para>
10676       </returns>
10677     </member>
10678     <member name=
"M:UnityEditor.EditorGUILayout.TextArea(System.String,UnityEngine.GUILayoutOption[])">
10679       <summary>
10680         <para>Make a text area.</para>
10681       </summary>
10682       <param name=
"text">The text to edit.</param>
10683       <param name=
"style">Optional GUIStyle.</param>
10684       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
10685 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
10686 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
10687       <returns>
10688         <para>The text entered
by the user.</para>
10689       </returns>
10690     </member>
10691     <member name=
"M:UnityEditor.EditorGUILayout.TextArea(System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
10692       <summary>
10693         <para>Make a text area.</para>
10694       </summary>
10695       <param name=
"text">The text to edit.</param>
10696       <param name=
"style">Optional GUIStyle.</param>
10697       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
10698 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
10699 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
10700       <returns>
10701         <para>The text entered
by the user.</para>
10702       </returns>
10703     </member>
10704     <member name=
"M:UnityEditor.EditorGUILayout.TextField(System.String,UnityEngine.GUILayoutOption[])">
10705       <summary>
10706         <para>Make a text field.</para>
10707       </summary>
10708       <param name=
"label">Optional label to display in front of the text field.</param>
10709       <param name=
"text">The text to edit.</param>
10710       <param name=
"style">Optional GUIStyle.</param>
10711       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
10712 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
10713 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
10714       <returns>
10715         <para>The text entered
by the user.</para>
10716       </returns>
10717     </member>
10718     <member name=
"M:UnityEditor.EditorGUILayout.TextField(System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
10719       <summary>
10720         <para>Make a text field.</para>
10721       </summary>
10722       <param name=
"label">Optional label to display in front of the text field.</param>
10723       <param name=
"text">The text to edit.</param>
10724       <param name=
"style">Optional GUIStyle.</param>
10725       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
10726 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
10727 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
10728       <returns>
10729         <para>The text entered
by the user.</para>
10730       </returns>
10731     </member>
10732     <member name=
"M:UnityEditor.EditorGUILayout.TextField(System.String,System.String,UnityEngine.GUILayoutOption[])">
10733       <summary>
10734         <para>Make a text field.</para>
10735       </summary>
10736       <param name=
"label">Optional label to display in front of the text field.</param>
10737       <param name=
"text">The text to edit.</param>
10738       <param name=
"style">Optional GUIStyle.</param>
10739       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
10740 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
10741 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
10742       <returns>
10743         <para>The text entered
by the user.</para>
10744       </returns>
10745     </member>
10746     <member name=
"M:UnityEditor.EditorGUILayout.TextField(System.String,System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
10747       <summary>
10748         <para>Make a text field.</para>
10749       </summary>
10750       <param name=
"label">Optional label to display in front of the text field.</param>
10751       <param name=
"text">The text to edit.</param>
10752       <param name=
"style">Optional GUIStyle.</param>
10753       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
10754 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
10755 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
10756       <returns>
10757         <para>The text entered
by the user.</para>
10758       </returns>
10759     </member>
10760     <member name=
"M:UnityEditor.EditorGUILayout.TextField(UnityEngine.GUIContent,System.String,UnityEngine.GUILayoutOption[])">
10761       <summary>
10762         <para>Make a text field.</para>
10763       </summary>
10764       <param name=
"label">Optional label to display in front of the text field.</param>
10765       <param name=
"text">The text to edit.</param>
10766       <param name=
"style">Optional GUIStyle.</param>
10767       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
10768 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
10769 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
10770       <returns>
10771         <para>The text entered
by the user.</para>
10772       </returns>
10773     </member>
10774     <member name=
"M:UnityEditor.EditorGUILayout.TextField(UnityEngine.GUIContent,System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
10775       <summary>
10776         <para>Make a text field.</para>
10777       </summary>
10778       <param name=
"label">Optional label to display in front of the text field.</param>
10779       <param name=
"text">The text to edit.</param>
10780       <param name=
"style">Optional GUIStyle.</param>
10781       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
10782 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
10783 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
10784       <returns>
10785         <para>The text entered
by the user.</para>
10786       </returns>
10787     </member>
10788     <member name=
"M:UnityEditor.EditorGUILayout.Toggle(System.Boolean,UnityEngine.GUILayoutOption[])">
10789       <summary>
10790         <para>Make a toggle.</para>
10791       </summary>
10792       <param name=
"label">Optional label in front of the toggle.</param>
10793       <param name=
"value">The shown state of the toggle.</param>
10794       <param name=
"style">Optional GUIStyle.</param>
10795       <param name=
"options">An optional list of layout options that specify extra layouting
10796         properties. Any values passed
in here will override settings defined by the style.&lt;br&gt;
10797
10798 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
10799 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
10800       <returns>
10801         <para>The selected state of the toggle.</para>
10802       </returns>
10803     </member>
10804     <member name=
"M:UnityEditor.EditorGUILayout.Toggle(System.String,System.Boolean,UnityEngine.GUILayoutOption[])">
10805       <summary>
10806         <para>Make a toggle.</para>
10807       </summary>
10808       <param name=
"label">Optional label in front of the toggle.</param>
10809       <param name=
"value">The shown state of the toggle.</param>
10810       <param name=
"style">Optional GUIStyle.</param>
10811       <param name=
"options">An optional list of layout options that specify extra layouting
10812         properties. Any values passed
in here will override settings defined by the style.&lt;br&gt;
10813
10814 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
10815 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
10816       <returns>
10817         <para>The selected state of the toggle.</para>
10818       </returns>
10819     </member>
10820     <member name=
"M:UnityEditor.EditorGUILayout.Toggle(UnityEngine.GUIContent,System.Boolean,UnityEngine.GUILayoutOption[])">
10821       <summary>
10822         <para>Make a toggle.</para>
10823       </summary>
10824       <param name=
"label">Optional label in front of the toggle.</param>
10825       <param name=
"value">The shown state of the toggle.</param>
10826       <param name=
"style">Optional GUIStyle.</param>
10827       <param name=
"options">An optional list of layout options that specify extra layouting
10828         properties. Any values passed
in here will override settings defined by the style.&lt;br&gt;
10829
10830 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
10831 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
10832       <returns>
10833         <para>The selected state of the toggle.</para>
10834       </returns>
10835     </member>
10836     <member name=
"M:UnityEditor.EditorGUILayout.Toggle(System.Boolean,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
10837       <summary>
10838         <para>Make a toggle.</para>
10839       </summary>
10840       <param name=
"label">Optional label in front of the toggle.</param>
10841       <param name=
"value">The shown state of the toggle.</param>
10842       <param name=
"style">Optional GUIStyle.</param>
10843       <param name=
"options">An optional list of layout options that specify extra layouting
10844         properties. Any values passed
in here will override settings defined by the style.&lt;br&gt;
10845
10846 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
10847 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
10848       <returns>
10849         <para>The selected state of the toggle.</para>
10850       </returns>
10851     </member>
10852     <member name=
"M:UnityEditor.EditorGUILayout.Toggle(System.String,System.Boolean,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
10853       <summary>
10854         <para>Make a toggle.</para>
10855       </summary>
10856       <param name=
"label">Optional label in front of the toggle.</param>
10857       <param name=
"value">The shown state of the toggle.</param>
10858       <param name=
"style">Optional GUIStyle.</param>
10859       <param name=
"options">An optional list of layout options that specify extra layouting
10860         properties. Any values passed
in here will override settings defined by the style.&lt;br&gt;
10861
10862 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
10863 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
10864       <returns>
10865         <para>The selected state of the toggle.</para>
10866       </returns>
10867     </member>
10868     <member name=
"M:UnityEditor.EditorGUILayout.Toggle(UnityEngine.GUIContent,System.Boolean,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
10869       <summary>
10870         <para>Make a toggle.</para>
10871       </summary>
10872       <param name=
"label">Optional label in front of the toggle.</param>
10873       <param name=
"value">The shown state of the toggle.</param>
10874       <param name=
"style">Optional GUIStyle.</param>
10875       <param name=
"options">An optional list of layout options that specify extra layouting
10876         properties. Any values passed
in here will override settings defined by the style.&lt;br&gt;
10877
10878 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
10879 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
10880       <returns>
10881         <para>The selected state of the toggle.</para>
10882       </returns>
10883     </member>
10884     <member name=
"T:UnityEditor.EditorGUILayout.ToggleGroupScope">
10885       <summary>
10886         <para>Begin a vertical
group with a toggle to enable or disable all the controls within at once.</para>
10887       </summary>
10888     </member>
10889     <member name=
"P:UnityEditor.EditorGUILayout.ToggleGroupScope.enabled">
10890       <summary>
10891         <para>The enabled state selected
by the user.</para>
10892       </summary>
10893     </member>
10894     <member name=
"M:UnityEditor.EditorGUILayout.ToggleGroupScope.#ctor(System.String,System.Boolean)">
10895       <summary>
10896         <para></para>
10897       </summary>
10898       <param name=
"label">Label to show above the toggled controls.</param>
10899       <param name=
"toggle">Enabled state of the toggle group.</param>
10900     </member>
10901     <member name=
"M:UnityEditor.EditorGUILayout.ToggleGroupScope.#ctor(UnityEngine.GUIContent,System.Boolean)">
10902       <summary>
10903         <para></para>
10904       </summary>
10905       <param name=
"label">Label to show above the toggled controls.</param>
10906       <param name=
"toggle">Enabled state of the toggle group.</param>
10907     </member>
10908     <member name=
"M:UnityEditor.EditorGUILayout.ToggleLeft(System.String,System.Boolean,UnityEngine.GUILayoutOption[])">
10909       <summary>
10910         <para>Make a toggle field
where the toggle is to the left and the label immediately to the right of it.</para>
10911       </summary>
10912       <param name=
"label">Label to display next to the toggle.</param>
10913       <param name=
"value">The value to edit.</param>
10914       <param name=
"labelStyle">Optional GUIStyle to use for the label.</param>
10915       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
10916 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
10917 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
10918     </member>
10919     <member name=
"M:UnityEditor.EditorGUILayout.ToggleLeft(UnityEngine.GUIContent,System.Boolean,UnityEngine.GUILayoutOption[])">
10920       <summary>
10921         <para>Make a toggle field
where the toggle is to the left and the label immediately to the right of it.</para>
10922       </summary>
10923       <param name=
"label">Label to display next to the toggle.</param>
10924       <param name=
"value">The value to edit.</param>
10925       <param name=
"labelStyle">Optional GUIStyle to use for the label.</param>
10926       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
10927 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
10928 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
10929     </member>
10930     <member name=
"M:UnityEditor.EditorGUILayout.ToggleLeft(System.String,System.Boolean,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
10931       <summary>
10932         <para>Make a toggle field
where the toggle is to the left and the label immediately to the right of it.</para>
10933       </summary>
10934       <param name=
"label">Label to display next to the toggle.</param>
10935       <param name=
"value">The value to edit.</param>
10936       <param name=
"labelStyle">Optional GUIStyle to use for the label.</param>
10937       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
10938 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
10939 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
10940     </member>
10941     <member name=
"M:UnityEditor.EditorGUILayout.ToggleLeft(UnityEngine.GUIContent,System.Boolean,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
10942       <summary>
10943         <para>Make a toggle field
where the toggle is to the left and the label immediately to the right of it.</para>
10944       </summary>
10945       <param name=
"label">Label to display next to the toggle.</param>
10946       <param name=
"value">The value to edit.</param>
10947       <param name=
"labelStyle">Optional GUIStyle to use for the label.</param>
10948       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
10949 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
10950 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
10951     </member>
10952     <member name=
"M:UnityEditor.EditorGUILayout.Vector2Field(System.String,UnityEngine.Vector2,UnityEngine.GUILayoutOption[])">
10953       <summary>
10954         <para>Make an X &amp; Y field
for entering a Vector2.</para>
10955       </summary>
10956       <param name=
"label">Label to display above the field.</param>
10957       <param name=
"value">The value to edit.</param>
10958       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
10959 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
10960 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
10961       <returns>
10962         <para>The
value entered by the user.</para>
10963       </returns>
10964     </member>
10965     <member name=
"M:UnityEditor.EditorGUILayout.Vector2Field(UnityEngine.GUIContent,UnityEngine.Vector2,UnityEngine.GUILayoutOption[])">
10966       <summary>
10967         <para>Make an X &amp; Y field
for entering a Vector2.</para>
10968       </summary>
10969       <param name=
"label">Label to display above the field.</param>
10970       <param name=
"value">The value to edit.</param>
10971       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
10972 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
10973 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
10974       <returns>
10975         <para>The
value entered by the user.</para>
10976       </returns>
10977     </member>
10978     <member name=
"M:UnityEditor.EditorGUILayout.Vector3Field(System.String,UnityEngine.Vector3,UnityEngine.GUILayoutOption[])">
10979       <summary>
10980         <para>Make an X, Y &amp; Z field
for entering a Vector3.</para>
10981       </summary>
10982       <param name=
"label">Label to display above the field.</param>
10983       <param name=
"value">The value to edit.</param>
10984       <param name=
"options">An optional list of layout options that specify extra layouting
10985         properties. Any values passed
in here will override settings defined by the style.&lt;br&gt;
10986 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
10987 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
10988       <returns>
10989         <para>The
value entered by the user.</para>
10990       </returns>
10991     </member>
10992     <member name=
"M:UnityEditor.EditorGUILayout.Vector3Field(UnityEngine.GUIContent,UnityEngine.Vector3,UnityEngine.GUILayoutOption[])">
10993       <summary>
10994         <para>Make an X, Y &amp; Z field
for entering a Vector3.</para>
10995       </summary>
10996       <param name=
"label">Label to display above the field.</param>
10997       <param name=
"value">The value to edit.</param>
10998       <param name=
"options">An optional list of layout options that specify extra layouting
10999         properties. Any values passed
in here will override settings defined by the style.&lt;br&gt;
11000 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
11001 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
11002       <returns>
11003         <para>The
value entered by the user.</para>
11004       </returns>
11005     </member>
11006     <member name=
"M:UnityEditor.EditorGUILayout.Vector4Field(System.String,UnityEngine.Vector4,UnityEngine.GUILayoutOption[])">
11007       <summary>
11008         <para>Make an X, Y, Z &amp; W field
for entering a Vector4.</para>
11009       </summary>
11010       <param name=
"label">Label to display above the field.</param>
11011       <param name=
"value">The value to edit.</param>
11012       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
11013 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
11014 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
11015       <returns>
11016         <para>The
value entered by the user.</para>
11017       </returns>
11018     </member>
11019     <member name=
"T:UnityEditor.EditorGUILayout.VerticalScope">
11020       <summary>
11021         <para>Disposable helper
class for managing BeginVertical / EndVertical.</para>
11022       </summary>
11023     </member>
11024     <member name=
"P:UnityEditor.EditorGUILayout.VerticalScope.rect">
11025       <summary>
11026         <para>The rect of the vertical
group.</para>
11027       </summary>
11028     </member>
11029     <member name=
"M:UnityEditor.EditorGUILayout.VerticalScope.#ctor(UnityEngine.GUILayoutOption[])">
11030       <summary>
11031         <para>Create a
new VerticalScope and begin the corresponding vertical group.</para>
11032       </summary>
11033       <param name=
"style">The style to use for background image and padding values. If left out, the background is transparent.</param>
11034       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
11035 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
11036 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
11037     </member>
11038     <member name=
"M:UnityEditor.EditorGUILayout.VerticalScope.#ctor(UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])">
11039       <summary>
11040         <para>Create a
new VerticalScope and begin the corresponding vertical group.</para>
11041       </summary>
11042       <param name=
"style">The style to use for background image and padding values. If left out, the background is transparent.</param>
11043       <param name=
"options">An optional list of layout options that specify extra layouting properties. Any values passed in here will override settings defined by the style.&lt;br&gt;
11044 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
11045 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
11046     </member>
11047     <member name=
"T:UnityEditor.EditorGUIUtility">
11048       <summary>
11049         <para>Miscellaneous helper stuff
for EditorGUI.</para>
11050       </summary>
11051     </member>
11052     <member name=
"P:UnityEditor.EditorGUIUtility.currentViewWidth">
11053       <summary>
11054         <para>The width of the GUI area
for the current EditorWindow or other view.</para>
11055       </summary>
11056     </member>
11057     <member name=
"P:UnityEditor.EditorGUIUtility.editingTextField">
11058       <summary>
11059         <para>Is a text field currently editing text?</para>
11060       </summary>
11061     </member>
11062     <member name=
"P:UnityEditor.EditorGUIUtility.fieldWidth">
11063       <summary>
11064         <para>The minimum width
in pixels reserved for the fields of Editor GUI controls.</para>
11065       </summary>
11066     </member>
11067     <member name=
"P:UnityEditor.EditorGUIUtility.hierarchyMode">
11068       <summary>
11069         <para>Is the Editor GUI
is hierarchy mode?</para>
11070       </summary>
11071     </member>
11072     <member name=
"P:UnityEditor.EditorGUIUtility.isProSkin">
11073       <summary>
11074         <para>Is the user currently
using the pro skin? (Read Only)</para>
11075       </summary>
11076     </member>
11077     <member name=
"P:UnityEditor.EditorGUIUtility.labelWidth">
11078       <summary>
11079         <para>The width
in pixels reserved for labels of Editor GUI controls.</para>
11080       </summary>
11081     </member>
11082     <member name=
"P:UnityEditor.EditorGUIUtility.pixelsPerPoint">
11083       <summary>
11084         <para>The scale of GUI points relative to screen pixels
for the current view
11085
11086 This
value is the number of screen pixels per point of interface space. For instance, 2.0 on retina displays. Note that the value may differ from one view to the next if the views are on monitors with different UI scales.</para>
11087       </summary>
11088     </member>
11089     <member name=
"P:UnityEditor.EditorGUIUtility.singleLineHeight">
11090       <summary>
11091         <para>Get the height used
for a single Editor control such as a one-line EditorGUI.TextField or EditorGUI.Popup.</para>
11092       </summary>
11093     </member>
11094     <member name=
"P:UnityEditor.EditorGUIUtility.standardVerticalSpacing">
11095       <summary>
11096         <para>Get the height used
by default for vertical spacing between controls.</para>
11097       </summary>
11098     </member>
11099     <member name=
"P:UnityEditor.EditorGUIUtility.systemCopyBuffer">
11100       <summary>
11101         <para>The system copy buffer.</para>
11102       </summary>
11103     </member>
11104     <member name=
"P:UnityEditor.EditorGUIUtility.whiteTexture">
11105       <summary>
11106         <para>Get a white texture.</para>
11107       </summary>
11108     </member>
11109     <member name=
"P:UnityEditor.EditorGUIUtility.wideMode">
11110       <summary>
11111         <para>Is the Editor GUI currently
in wide mode?</para>
11112       </summary>
11113     </member>
11114     <member name=
"M:UnityEditor.EditorGUIUtility.AddCursorRect(UnityEngine.Rect,UnityEditor.MouseCursor)">
11115       <summary>
11116         <para>Add a custom mouse pointer to a control.</para>
11117       </summary>
11118       <param name=
"position">The rectangle the control should be shown within.</param>
11119       <param name=
"mouse">The mouse cursor to use.</param>
11120       <param name=
"controlID">ID of a target control.</param>
11121     </member>
11122     <member name=
"M:UnityEditor.EditorGUIUtility.AddCursorRect(UnityEngine.Rect,UnityEditor.MouseCursor,System.Int32)">
11123       <summary>
11124         <para>Add a custom mouse pointer to a control.</para>
11125       </summary>
11126       <param name=
"position">The rectangle the control should be shown within.</param>
11127       <param name=
"mouse">The mouse cursor to use.</param>
11128       <param name=
"controlID">ID of a target control.</param>
11129     </member>
11130     <member name=
"M:UnityEditor.EditorGUIUtility.CommandEvent(System.String)">
11131       <summary>
11132         <para>Creates an
event that can be sent to another window.</para>
11133       </summary>
11134       <param name=
"commandName">The command to be sent.</param>
11135     </member>
11136     <member name=
"M:UnityEditor.EditorGUIUtility.DrawColorSwatch(UnityEngine.Rect,UnityEngine.Color)">
11137       <summary>
11138         <para>Draw a color swatch.</para>
11139       </summary>
11140       <param name=
"position">The rectangle to draw the color swatch within.</param>
11141       <param name=
"color">The color to draw.</param>
11142     </member>
11143     <member name=
"M:UnityEditor.EditorGUIUtility.DrawCurveSwatch(UnityEngine.Rect,UnityEngine.AnimationCurve,UnityEditor.SerializedProperty,UnityEngine.Color,UnityEngine.Color)">
11144       <summary>
11145         <para>Draw a curve swatch.</para>
11146       </summary>
11147       <param name=
"position">The rectangle to draw the color swatch within.</param>
11148       <param name=
"curve">The curve to draw.</param>
11149       <param name=
"property">The curve to draw as a SerializedProperty.</param>
11150       <param name=
"color">The color to draw the curve with.</param>
11151       <param name=
"bgColor">The color to draw the background with.</param>
11152       <param name=
"curveRanges">Optional parameter to specify the range of the curve which should be included in swatch.</param>
11153     </member>
11154     <member name=
"M:UnityEditor.EditorGUIUtility.DrawCurveSwatch(UnityEngine.Rect,UnityEngine.AnimationCurve,UnityEditor.SerializedProperty,UnityEngine.Color,UnityEngine.Color,UnityEngine.Rect)">
11155       <summary>
11156         <para>Draw a curve swatch.</para>
11157       </summary>
11158       <param name=
"position">The rectangle to draw the color swatch within.</param>
11159       <param name=
"curve">The curve to draw.</param>
11160       <param name=
"property">The curve to draw as a SerializedProperty.</param>
11161       <param name=
"color">The color to draw the curve with.</param>
11162       <param name=
"bgColor">The color to draw the background with.</param>
11163       <param name=
"curveRanges">Optional parameter to specify the range of the curve which should be included in swatch.</param>
11164     </member>
11165     <member name=
"M:UnityEditor.EditorGUIUtility.DrawRegionSwatch(UnityEngine.Rect,UnityEditor.SerializedProperty,UnityEditor.SerializedProperty,UnityEngine.Color,UnityEngine.Color,UnityEngine.Rect)">
11166       <summary>
11167         <para>Draw swatch with a filled region between two SerializedProperty curves.</para>
11168       </summary>
11169       <param name=
"position"></param>
11170       <param name=
"property"></param>
11171       <param name=
"property2"></param>
11172       <param name=
"color"></param>
11173       <param name=
"bgColor"></param>
11174       <param name=
"curveRanges"></param>
11175     </member>
11176     <member name=
"M:UnityEditor.EditorGUIUtility.DrawRegionSwatch(UnityEngine.Rect,UnityEngine.AnimationCurve,UnityEngine.AnimationCurve,UnityEngine.Color,UnityEngine.Color,UnityEngine.Rect)">
11177       <summary>
11178         <para>Draw swatch with a filled region between two curves.</para>
11179       </summary>
11180       <param name=
"position"></param>
11181       <param name=
"curve"></param>
11182       <param name=
"curve2"></param>
11183       <param name=
"color"></param>
11184       <param name=
"bgColor"></param>
11185       <param name=
"curveRanges"></param>
11186     </member>
11187     <member name=
"M:UnityEditor.EditorGUIUtility.FindTexture(System.String)">
11188       <summary>
11189         <para>Get a texture
from its source filename.</para>
11190       </summary>
11191       <param name=
"name"></param>
11192     </member>
11193     <member name=
"M:UnityEditor.EditorGUIUtility.GetBuiltinSkin(UnityEditor.EditorSkin)">
11194       <summary>
11195         <para>Get one of the built-
in GUI skins, which can be the game view, inspector or scene view skin as chosen by the parameter.</para>
11196       </summary>
11197       <param name=
"skin"></param>
11198     </member>
11199     <member name=
"M:UnityEditor.EditorGUIUtility.GetFlowLayoutedRects(UnityEngine.Rect,UnityEngine.GUIStyle,System.Single,System.Single,System.Collections.Generic.List`1&lt;System.String&gt;)">
11200       <summary>
11201         <para>Layout list of
string items left to right, top to bottom in the given area.</para>
11202       </summary>
11203       <param name=
"rect">Area where to layout the items.</param>
11204       <param name=
"style">Style for the items.</param>
11205       <param name=
"horizontalSpacing">Extra horizontal spacing between successive items.</param>
11206       <param name=
"verticalSpacing">Extra vertical spacing between item rows.</param>
11207       <param name=
"items">Strings to layout.</param>
11208       <returns>
11209         <para>List of rectangles
for the passed items.</para>
11210       </returns>
11211     </member>
11212     <member name=
"M:UnityEditor.EditorGUIUtility.GetIconSize">
11213       <summary>
11214         <para>Get the size that has been
set using SetIconSize.</para>
11215       </summary>
11216     </member>
11217     <member name=
"M:UnityEditor.EditorGUIUtility.GetObjectPickerControlID">
11218       <summary>
11219         <para>The controlID of the currently showing
object picker.</para>
11220       </summary>
11221     </member>
11222     <member name=
"M:UnityEditor.EditorGUIUtility.GetObjectPickerObject">
11223       <summary>
11224         <para>The
object currently selected in the object picker.</para>
11225       </summary>
11226     </member>
11227     <member name=
"M:UnityEditor.EditorGUIUtility.HasObjectThumbnail(System.Type)">
11228       <summary>
11229         <para>Does a given
class have per-object thumbnails?</para>
11230       </summary>
11231       <param name=
"objType"></param>
11232     </member>
11233     <member name=
"M:UnityEditor.EditorGUIUtility.IconContent(System.String)">
11234       <summary>
11235         <para>Fetch the GUIContent
from the Unity builtin resources with the given name.</para>
11236       </summary>
11237       <param name=
"name">Name of the desired icon.</param>
11238       <param name=
"text">Tooltip for hovering over the icon.</param>
11239     </member>
11240     <member name=
"M:UnityEditor.EditorGUIUtility.IconContent(System.String,System.String)">
11241       <summary>
11242         <para>Fetch the GUIContent
from the Unity builtin resources with the given name.</para>
11243       </summary>
11244       <param name=
"name">Name of the desired icon.</param>
11245       <param name=
"text">Tooltip for hovering over the icon.</param>
11246     </member>
11247     <member name=
"T:UnityEditor.EditorGUIUtility.IconSizeScope">
11248       <summary>
11249         <para>Disposable scope helper
for GetIconSize / SetIconSize.</para>
11250       </summary>
11251     </member>
11252     <member name=
"M:UnityEditor.EditorGUIUtility.IconSizeScope.#ctor(UnityEngine.Vector2)">
11253       <summary>
11254         <para>Begin an IconSizeScope.</para>
11255       </summary>
11256       <param name=
"iconSizeWithinScope">Size to be used for icons rendered as GUIContent within this scope.</param>
11257     </member>
11258     <member name=
"M:UnityEditor.EditorGUIUtility.IsDisplayReferencedByCameras(System.Int32)">
11259       <summary>
11260         <para>Check
if any enabled camera can render to a particular display.</para>
11261       </summary>
11262       <param name=
"displayIndex">Display index.</param>
11263       <returns>
11264         <para>True
if a camera will render to the display.</para>
11265       </returns>
11266     </member>
11267     <member name=
"M:UnityEditor.EditorGUIUtility.Load(System.String)">
11268       <summary>
11269         <para>Load a built-
in resource.</para>
11270       </summary>
11271       <param name=
"path"></param>
11272     </member>
11273     <member name=
"M:UnityEditor.EditorGUIUtility.LoadRequired(System.String)">
11274       <summary>
11275         <para>Load a required built-
in resource.</para>
11276       </summary>
11277       <param name=
"path"></param>
11278     </member>
11279     <member name=
"M:UnityEditor.EditorGUIUtility.LookLikeControls()">
11280       <summary>
11281         <para>Make all EditorGUI look like regular controls.</para>
11282       </summary>
11283       <param name=
"labelWidth">Width to use for prefixed labels.</param>
11284       <param name=
"fieldWidth">Width of text entries.</param>
11285     </member>
11286     <member name=
"M:UnityEditor.EditorGUIUtility.LookLikeControls(System.Single)">
11287       <summary>
11288         <para>Make all EditorGUI look like regular controls.</para>
11289       </summary>
11290       <param name=
"labelWidth">Width to use for prefixed labels.</param>
11291       <param name=
"fieldWidth">Width of text entries.</param>
11292     </member>
11293     <member name=
"M:UnityEditor.EditorGUIUtility.LookLikeControls(System.Single,System.Single)">
11294       <summary>
11295         <para>Make all EditorGUI look like regular controls.</para>
11296       </summary>
11297       <param name=
"labelWidth">Width to use for prefixed labels.</param>
11298       <param name=
"fieldWidth">Width of text entries.</param>
11299     </member>
11300     <member name=
"M:UnityEditor.EditorGUIUtility.LookLikeInspector">
11301       <summary>
11302         <para>Make all EditorGUI look like simplified outline view controls.</para>
11303       </summary>
11304     </member>
11305     <member name=
"M:UnityEditor.EditorGUIUtility.ObjectContent(UnityEngine.Object,System.Type)">
11306       <summary>
11307         <para>Return a GUIContent
object with the name and icon of an Object.</para>
11308       </summary>
11309       <param name=
"obj"></param>
11310       <param name=
"type"></param>
11311     </member>
11312     <member name=
"M:UnityEditor.EditorGUIUtility.PingObject(UnityEngine.Object)">
11313       <summary>
11314         <para>Ping an
object in the Scene like clicking it in an inspector.</para>
11315       </summary>
11316       <param name=
"obj">The object to be pinged.</param>
11317       <param name=
"targetInstanceID"></param>
11318     </member>
11319     <member name=
"M:UnityEditor.EditorGUIUtility.PingObject(System.Int32)">
11320       <summary>
11321         <para>Ping an
object in the Scene like clicking it in an inspector.</para>
11322       </summary>
11323       <param name=
"obj">The object to be pinged.</param>
11324       <param name=
"targetInstanceID"></param>
11325     </member>
11326     <member name=
"M:UnityEditor.EditorGUIUtility.PixelsToPoints(UnityEngine.Vector2)">
11327       <summary>
11328         <para>Convert a position
from pixel to point space.</para>
11329       </summary>
11330       <param name=
"position">A GUI position in pixel space.</param>
11331       <returns>
11332         <para>A vector representing the same position
in point space.</para>
11333       </returns>
11334     </member>
11335     <member name=
"M:UnityEditor.EditorGUIUtility.PixelsToPoints(UnityEngine.Rect)">
11336       <summary>
11337         <para>Convert a Rect
from pixel space to point space.</para>
11338       </summary>
11339       <param name=
"rect">A GUI rect measured in pixels.</param>
11340       <returns>
11341         <para>A rect representing the same area
in points.</para>
11342       </returns>
11343     </member>
11344     <member name=
"M:UnityEditor.EditorGUIUtility.PointsToPixels(UnityEngine.Vector2)">
11345       <summary>
11346         <para>Convert a Rect
from point space to pixel space.</para>
11347       </summary>
11348       <param name=
"position">A GUI rect measured in points.</param>
11349       <returns>
11350         <para>A rect representing the same area
in pixels.</para>
11351       </returns>
11352     </member>
11353     <member name=
"M:UnityEditor.EditorGUIUtility.PointsToPixels(UnityEngine.Rect)">
11354       <summary>
11355         <para>Converts a position
from point to pixel space.</para>
11356       </summary>
11357       <param name=
"rect">A GUI position in point space.</param>
11358       <returns>
11359         <para>The same position
in pixel space.</para>
11360       </returns>
11361     </member>
11362     <member name=
"M:UnityEditor.EditorGUIUtility.QueueGameViewInputEvent(UnityEngine.Event)">
11363       <summary>
11364         <para>Send an input
event into the game.</para>
11365       </summary>
11366       <param name=
"evt"></param>
11367     </member>
11368     <member name=
"M:UnityEditor.EditorGUIUtility.RenderGameViewCameras(UnityEngine.Rect,System.Boolean,System.Boolean)">
11369       <summary>
11370         <para>Render all ingame cameras.</para>
11371       </summary>
11372       <param name=
"cameraRect">The device coordinates to render all game cameras into.</param>
11373       <param name=
"gizmos">Show gizmos as well.</param>
11374       <param name=
"gui"></param>
11375       <param name=
"statsRect"></param>
11376     </member>
11377     <member name=
"M:UnityEditor.EditorGUIUtility.RenderGameViewCameras(UnityEngine.Rect,UnityEngine.Rect,System.Boolean,System.Boolean)">
11378       <summary>
11379         <para>Render all ingame cameras.</para>
11380       </summary>
11381       <param name=
"cameraRect">The device coordinates to render all game cameras into.</param>
11382       <param name=
"gizmos">Show gizmos as well.</param>
11383       <param name=
"gui"></param>
11384       <param name=
"statsRect"></param>
11385     </member>
11386     <member name=
"M:UnityEditor.EditorGUIUtility.SetIconSize(UnityEngine.Vector2)">
11387       <summary>
11388         <para>Set icons rendered
as part of GUIContent to be rendered at a specific size.</para>
11389       </summary>
11390       <param name=
"size"></param>
11391     </member>
11392     <member name=
"M:UnityEditor.EditorGUIUtility.ShowObjectPicker(UnityEngine.Object,System.Boolean,System.String,System.Int32)">
11393       <summary>
11394         <para>Show the
object picker from code.</para>
11395       </summary>
11396       <param name=
"obj">The object to be selected by default.</param>
11397       <param name=
"allowSceneObjects">Is selection of scene objects allowed, or should it only show assets.</param>
11398       <param name=
"searchFilter">Default search filter to apply.</param>
11399       <param name=
"controlID">The id of the control to set. This is useful if you are showing more than one of these. You can get the value at a later time.</param>
11400     </member>
11401     <member name=
"T:UnityEditor.EditorJsonUtility">
11402       <summary>
11403         <para>Utility functions
for working with JSON data and engine objects.</para>
11404       </summary>
11405     </member>
11406     <member name=
"M:UnityEditor.EditorJsonUtility.FromJsonOverwrite(System.String,System.Object)">
11407       <summary>
11408         <para>Overwrite data
in an object by reading from its JSON representation.</para>
11409       </summary>
11410       <param name=
"json">The JSON representation of the object.</param>
11411       <param name=
"objectToOverwrite">The object to overwrite.</param>
11412     </member>
11413     <member name=
"M:UnityEditor.EditorJsonUtility.ToJson(System.Object)">
11414       <summary>
11415         <para>Generate a JSON representation of an
object.</para>
11416       </summary>
11417       <param name=
"obj">The object to convert to JSON form.</param>
11418       <param name=
"prettyPrint">If true, format the output for readability. If false, format the output for minimum size. Default is false.</param>
11419       <returns>
11420         <para>The
object's data in JSON format.</para>
11421       </returns>
11422     </member>
11423     <member name=
"M:UnityEditor.EditorJsonUtility.ToJson(System.Object,System.Boolean)">
11424       <summary>
11425         <para>Generate a JSON representation of an
object.</para>
11426       </summary>
11427       <param name=
"obj">The object to convert to JSON form.</param>
11428       <param name=
"prettyPrint">If true, format the output for readability. If false, format the output for minimum size. Default is false.</param>
11429       <returns>
11430         <para>The
object's data in JSON format.</para>
11431       </returns>
11432     </member>
11433     <member name=
"T:UnityEditor.EditorPrefs">
11434       <summary>
11435         <para>Stores and accesses Unity editor preferences.</para>
11436       </summary>
11437     </member>
11438     <member name=
"M:UnityEditor.EditorPrefs.DeleteAll">
11439       <summary>
11440         <para>Removes all keys and values
from the preferences. Use with caution.</para>
11441       </summary>
11442     </member>
11443     <member name=
"M:UnityEditor.EditorPrefs.DeleteKey(System.String)">
11444       <summary>
11445         <para>Removes key and its corresponding
value from the preferences.</para>
11446       </summary>
11447       <param name=
"key"></param>
11448     </member>
11449     <member name=
"M:UnityEditor.EditorPrefs.GetBool(System.String)">
11450       <summary>
11451         <para>Returns the
value corresponding to key in the preference file if it exists.</para>
11452       </summary>
11453       <param name=
"key"></param>
11454       <param name=
"defaultValue"></param>
11455     </member>
11456     <member name=
"M:UnityEditor.EditorPrefs.GetBool(System.String,System.Boolean)">
11457       <summary>
11458         <para>Returns the
value corresponding to key in the preference file if it exists.</para>
11459       </summary>
11460       <param name=
"key"></param>
11461       <param name=
"defaultValue"></param>
11462     </member>
11463     <member name=
"M:UnityEditor.EditorPrefs.GetFloat(System.String)">
11464       <summary>
11465         <para>Returns the
float value corresponding to key if it exists in the preference file.</para>
11466       </summary>
11467       <param name=
"key">Name of key to read float from.</param>
11468       <param name=
"defaultValue">Float value to return if the key is not in the storage.</param>
11469       <returns>
11470         <para>The
float value stored in the preference file or the defaultValue id the
11471         requested
float does not exist.</para>
11472       </returns>
11473     </member>
11474     <member name=
"M:UnityEditor.EditorPrefs.GetFloat(System.String,System.Single)">
11475       <summary>
11476         <para>Returns the
float value corresponding to key if it exists in the preference file.</para>
11477       </summary>
11478       <param name=
"key">Name of key to read float from.</param>
11479       <param name=
"defaultValue">Float value to return if the key is not in the storage.</param>
11480       <returns>
11481         <para>The
float value stored in the preference file or the defaultValue id the
11482         requested
float does not exist.</para>
11483       </returns>
11484     </member>
11485     <member name=
"M:UnityEditor.EditorPrefs.GetInt(System.String)">
11486       <summary>
11487         <para>Returns the
value corresponding to key in the preference file if it exists.</para>
11488       </summary>
11489       <param name=
"key">Name of key to read integer from.</param>
11490       <param name=
"defaultValue">Integer value to return if the key is not in the storage.</param>
11491       <returns>
11492         <para>The
value stored in the preference file.</para>
11493       </returns>
11494     </member>
11495     <member name=
"M:UnityEditor.EditorPrefs.GetInt(System.String,System.Int32)">
11496       <summary>
11497         <para>Returns the
value corresponding to key in the preference file if it exists.</para>
11498       </summary>
11499       <param name=
"key">Name of key to read integer from.</param>
11500       <param name=
"defaultValue">Integer value to return if the key is not in the storage.</param>
11501       <returns>
11502         <para>The
value stored in the preference file.</para>
11503       </returns>
11504     </member>
11505     <member name=
"M:UnityEditor.EditorPrefs.GetString(System.String)">
11506       <summary>
11507         <para>Returns the
value corresponding to key in the preference file if it exists.</para>
11508       </summary>
11509       <param name=
"key"></param>
11510       <param name=
"defaultValue"></param>
11511     </member>
11512     <member name=
"M:UnityEditor.EditorPrefs.GetString(System.String,System.String)">
11513       <summary>
11514         <para>Returns the
value corresponding to key in the preference file if it exists.</para>
11515       </summary>
11516       <param name=
"key"></param>
11517       <param name=
"defaultValue"></param>
11518     </member>
11519     <member name=
"M:UnityEditor.EditorPrefs.HasKey(System.String)">
11520       <summary>
11521         <para>Returns
true if key exists in the preferences file.</para>
11522       </summary>
11523       <param name=
"key">Name of key to check for.</param>
11524       <returns>
11525         <para>The existence or not of the key.</para>
11526       </returns>
11527     </member>
11528     <member name=
"M:UnityEditor.EditorPrefs.SetBool(System.String,System.Boolean)">
11529       <summary>
11530         <para>Sets the
value of the preference identified by key.</para>
11531       </summary>
11532       <param name=
"key"></param>
11533       <param name=
"value"></param>
11534     </member>
11535     <member name=
"M:UnityEditor.EditorPrefs.SetFloat(System.String,System.Single)">
11536       <summary>
11537         <para>Sets the
float value of the preference identified by key.</para>
11538       </summary>
11539       <param name=
"key">Name of key to write float into.</param>
11540       <param name=
"value">Float value to write into the storage.</param>
11541     </member>
11542     <member name=
"M:UnityEditor.EditorPrefs.SetInt(System.String,System.Int32)">
11543       <summary>
11544         <para>Sets the
value of the preference identified by key as an integer.</para>
11545       </summary>
11546       <param name=
"key">Name of key to write integer to.</param>
11547       <param name=
"value">Value of the integer to write into the storage.</param>
11548     </member>
11549     <member name=
"M:UnityEditor.EditorPrefs.SetString(System.String,System.String)">
11550       <summary>
11551         <para>Sets the
value of the preference identified by key. Note that EditorPrefs does not support null strings and will store an empty string instead.</para>
11552       </summary>
11553       <param name=
"key"></param>
11554       <param name=
"value"></param>
11555     </member>
11556     <member name=
"T:UnityEditor.EditorSelectedRenderState">
11557       <summary>
11558         <para>The editor selected render mode
for Scene View selection.</para>
11559       </summary>
11560     </member>
11561     <member name=
"F:UnityEditor.EditorSelectedRenderState.Hidden">
11562       <summary>
11563         <para>The Renderer has no selection highlight or wireframe
in the Editor.</para>
11564       </summary>
11565     </member>
11566     <member name=
"F:UnityEditor.EditorSelectedRenderState.Highlight">
11567       <summary>
11568         <para>The Renderer has selection highlight but no wireframe
in the Editor.</para>
11569       </summary>
11570     </member>
11571     <member name=
"F:UnityEditor.EditorSelectedRenderState.Wireframe">
11572       <summary>
11573         <para>The Renderer has wireframe but not selection highlight
in the Editor.</para>
11574       </summary>
11575     </member>
11576     <member name=
"T:UnityEditor.EditorSkin">
11577       <summary>
11578         <para>Enum that selects which skin to
return from EditorGUIUtility.GetBuiltinSkin.</para>
11579       </summary>
11580     </member>
11581     <member name=
"F:UnityEditor.EditorSkin.Game">
11582       <summary>
11583         <para>The skin used
for game views.</para>
11584       </summary>
11585     </member>
11586     <member name=
"F:UnityEditor.EditorSkin.Inspector">
11587       <summary>
11588         <para>The skin used
for inspectors.</para>
11589       </summary>
11590     </member>
11591     <member name=
"F:UnityEditor.EditorSkin.Scene">
11592       <summary>
11593         <para>The skin used
for scene views.</para>
11594       </summary>
11595     </member>
11596     <member name=
"T:UnityEditor.EditorStyles">
11597       <summary>
11598         <para>Common GUIStyles used
for EditorGUI controls.</para>
11599       </summary>
11600     </member>
11601     <member name=
"P:UnityEditor.EditorStyles.boldFont">
11602       <summary>
11603         <para>Bold font.</para>
11604       </summary>
11605     </member>
11606     <member name=
"P:UnityEditor.EditorStyles.boldLabel">
11607       <summary>
11608         <para>Style
for bold label.</para>
11609       </summary>
11610     </member>
11611     <member name=
"P:UnityEditor.EditorStyles.centeredGreyMiniLabel">
11612       <summary>
11613         <para>Style
for label with small font which is centered and grey.</para>
11614       </summary>
11615     </member>
11616     <member name=
"P:UnityEditor.EditorStyles.colorField">
11617       <summary>
11618         <para>Style used
for headings for Color fields.</para>
11619       </summary>
11620     </member>
11621     <member name=
"P:UnityEditor.EditorStyles.foldout">
11622       <summary>
11623         <para>Style used
for headings for EditorGUI.Foldout.</para>
11624       </summary>
11625     </member>
11626     <member name=
"P:UnityEditor.EditorStyles.foldoutPreDrop">
11627       <summary>
11628         <para>Style used
for headings for EditorGUI.Foldout.</para>
11629       </summary>
11630     </member>
11631     <member name=
"P:UnityEditor.EditorStyles.helpBox">
11632       <summary>
11633         <para>Style used
for background box for EditorGUI.HelpBox.</para>
11634       </summary>
11635     </member>
11636     <member name=
"P:UnityEditor.EditorStyles.inspectorDefaultMargins">
11637       <summary>
11638         <para>Wrap content
in a vertical group with this style to get the default margins used in the Inspector.</para>
11639       </summary>
11640     </member>
11641     <member name=
"P:UnityEditor.EditorStyles.inspectorFullWidthMargins">
11642       <summary>
11643         <para>Wrap content
in a vertical group with this style to get full width margins in the Inspector.</para>
11644       </summary>
11645     </member>
11646     <member name=
"P:UnityEditor.EditorStyles.label">
11647       <summary>
11648         <para>Style used
for the labelled on all EditorGUI overloads that take a prefix label.</para>
11649       </summary>
11650     </member>
11651     <member name=
"P:UnityEditor.EditorStyles.largeLabel">
11652       <summary>
11653         <para>Style
for label with large font.</para>
11654       </summary>
11655     </member>
11656     <member name=
"P:UnityEditor.EditorStyles.layerMaskField">
11657       <summary>
11658         <para>Style used
for headings for Layer masks.</para>
11659       </summary>
11660     </member>
11661     <member name=
"P:UnityEditor.EditorStyles.miniBoldFont">
11662       <summary>
11663         <para>Mini Bold font.</para>
11664       </summary>
11665     </member>
11666     <member name=
"P:UnityEditor.EditorStyles.miniBoldLabel">
11667       <summary>
11668         <para>Style
for mini bold label.</para>
11669       </summary>
11670     </member>
11671     <member name=
"P:UnityEditor.EditorStyles.miniButton">
11672       <summary>
11673         <para>Style used
for a standalone small button.</para>
11674       </summary>
11675     </member>
11676     <member name=
"P:UnityEditor.EditorStyles.miniButtonLeft">
11677       <summary>
11678         <para>Style used
for the leftmost button in a horizontal button group.</para>
11679       </summary>
11680     </member>
11681     <member name=
"P:UnityEditor.EditorStyles.miniButtonMid">
11682       <summary>
11683         <para>Style used
for the middle buttons in a horizontal group.</para>
11684       </summary>
11685     </member>
11686     <member name=
"P:UnityEditor.EditorStyles.miniButtonRight">
11687       <summary>
11688         <para>Style used
for the rightmost button in a horizontal group.</para>
11689       </summary>
11690     </member>
11691     <member name=
"P:UnityEditor.EditorStyles.miniFont">
11692       <summary>
11693         <para>Mini font.</para>
11694       </summary>
11695     </member>
11696     <member name=
"P:UnityEditor.EditorStyles.miniLabel">
11697       <summary>
11698         <para>Style
for label with small font.</para>
11699       </summary>
11700     </member>
11701     <member name=
"P:UnityEditor.EditorStyles.miniTextField">
11702       <summary>
11703         <para>Smaller text field.</para>
11704       </summary>
11705     </member>
11706     <member name=
"P:UnityEditor.EditorStyles.numberField">
11707       <summary>
11708         <para>Style used
for field editors for numbers.</para>
11709       </summary>
11710     </member>
11711     <member name=
"P:UnityEditor.EditorStyles.objectField">
11712       <summary>
11713         <para>Style used
for headings for object fields.</para>
11714       </summary>
11715     </member>
11716     <member name=
"P:UnityEditor.EditorStyles.objectFieldMiniThumb">
11717       <summary>
11718         <para>Style used
for object fields that have a thumbnail (e.g Textures). </para>
11719       </summary>
11720     </member>
11721     <member name=
"P:UnityEditor.EditorStyles.objectFieldThumb">
11722       <summary>
11723         <para>Style used
for headings for the Select button in object fields.</para>
11724       </summary>
11725     </member>
11726     <member name=
"P:UnityEditor.EditorStyles.popup">
11727       <summary>
11728         <para>Style used
for EditorGUI.Popup, EditorGUI.EnumPopup,.</para>
11729       </summary>
11730     </member>
11731     <member name=
"P:UnityEditor.EditorStyles.radioButton">
11732       <summary>
11733         <para>Style used
for a radio button.</para>
11734       </summary>
11735     </member>
11736     <member name=
"P:UnityEditor.EditorStyles.standardFont">
11737       <summary>
11738         <para>Standard font.</para>
11739       </summary>
11740     </member>
11741     <member name=
"P:UnityEditor.EditorStyles.textArea">
11742       <summary>
11743         <para>Style used
for EditorGUI.TextArea.</para>
11744       </summary>
11745     </member>
11746     <member name=
"P:UnityEditor.EditorStyles.textField">
11747       <summary>
11748         <para>Style used
for EditorGUI.TextField.</para>
11749       </summary>
11750     </member>
11751     <member name=
"P:UnityEditor.EditorStyles.toggle">
11752       <summary>
11753         <para>Style used
for headings for EditorGUI.Toggle.</para>
11754       </summary>
11755     </member>
11756     <member name=
"P:UnityEditor.EditorStyles.toggleGroup">
11757       <summary>
11758         <para>Style used
for headings for EditorGUILayout.BeginToggleGroup.</para>
11759       </summary>
11760     </member>
11761     <member name=
"P:UnityEditor.EditorStyles.toolbar">
11762       <summary>
11763         <para>Toolbar background
from top of windows.</para>
11764       </summary>
11765     </member>
11766     <member name=
"P:UnityEditor.EditorStyles.toolbarButton">
11767       <summary>
11768         <para>Style
for Button and Toggles in toolbars.</para>
11769       </summary>
11770     </member>
11771     <member name=
"P:UnityEditor.EditorStyles.toolbarDropDown">
11772       <summary>
11773         <para>Toolbar Dropdown.</para>
11774       </summary>
11775     </member>
11776     <member name=
"P:UnityEditor.EditorStyles.toolbarPopup">
11777       <summary>
11778         <para>Toolbar Popup.</para>
11779       </summary>
11780     </member>
11781     <member name=
"P:UnityEditor.EditorStyles.toolbarTextField">
11782       <summary>
11783         <para>Toolbar text field.</para>
11784       </summary>
11785     </member>
11786     <member name=
"P:UnityEditor.EditorStyles.whiteBoldLabel">
11787       <summary>
11788         <para>Style
for white bold label.</para>
11789       </summary>
11790     </member>
11791     <member name=
"P:UnityEditor.EditorStyles.whiteLabel">
11792       <summary>
11793         <para>Style
for white label.</para>
11794       </summary>
11795     </member>
11796     <member name=
"P:UnityEditor.EditorStyles.whiteLargeLabel">
11797       <summary>
11798         <para>Style
for white large label.</para>
11799       </summary>
11800     </member>
11801     <member name=
"P:UnityEditor.EditorStyles.whiteMiniLabel">
11802       <summary>
11803         <para>Style
for white mini label.</para>
11804       </summary>
11805     </member>
11806     <member name=
"P:UnityEditor.EditorStyles.wordWrappedLabel">
11807       <summary>
11808         <para>Style
for word wrapped label.</para>
11809       </summary>
11810     </member>
11811     <member name=
"P:UnityEditor.EditorStyles.wordWrappedMiniLabel">
11812       <summary>
11813         <para>Style
for word wrapped mini label.</para>
11814       </summary>
11815     </member>
11816     <member name=
"T:UnityEditor.EditorUserBuildSettings">
11817       <summary>
11818         <para>User build settings
for the Editor</para>
11819       </summary>
11820     </member>
11821     <member name=
"P:UnityEditor.EditorUserBuildSettings.activeBuildTarget">
11822       <summary>
11823         <para>The currently active build target.</para>
11824       </summary>
11825     </member>
11826     <member name=
"F:UnityEditor.EditorUserBuildSettings.activeBuildTargetChanged">
11827       <summary>
11828         <para>Triggered
in response to SwitchActiveBuildTarget.</para>
11829       </summary>
11830     </member>
11831     <member name=
"P:UnityEditor.EditorUserBuildSettings.activeScriptCompilationDefines">
11832       <summary>
11833         <para>DEFINE directives
for the compiler.</para>
11834       </summary>
11835     </member>
11836     <member name=
"P:UnityEditor.EditorUserBuildSettings.allowDebugging">
11837       <summary>
11838         <para>Enable source-level debuggers to connect.</para>
11839       </summary>
11840     </member>
11841     <member name=
"P:UnityEditor.EditorUserBuildSettings.androidBuildSubtarget">
11842       <summary>
11843         <para>Android platform options.</para>
11844       </summary>
11845     </member>
11846     <member name=
"P:UnityEditor.EditorUserBuildSettings.androidBuildSystem">
11847       <summary>
11848         <para>Set which build system to use
for building the Android package.</para>
11849       </summary>
11850     </member>
11851     <member name=
"P:UnityEditor.EditorUserBuildSettings.buildScriptsOnly">
11852       <summary>
11853         <para>Is build script only enabled.</para>
11854       </summary>
11855     </member>
11856     <member name=
"P:UnityEditor.EditorUserBuildSettings.compressFilesInPackage">
11857       <summary>
11858         <para>Compress files
in package.</para>
11859       </summary>
11860     </member>
11861     <member name=
"P:UnityEditor.EditorUserBuildSettings.compressWithPsArc">
11862       <summary>
11863         <para>Build data compressed with PSArc.</para>
11864       </summary>
11865     </member>
11866     <member name=
"P:UnityEditor.EditorUserBuildSettings.connectProfiler">
11867       <summary>
11868         <para>Start the player with a connection to the profiler.</para>
11869       </summary>
11870     </member>
11871     <member name=
"P:UnityEditor.EditorUserBuildSettings.development">
11872       <summary>
11873         <para>Enables a development build.</para>
11874       </summary>
11875     </member>
11876     <member name=
"P:UnityEditor.EditorUserBuildSettings.enableHeadlessMode">
11877       <summary>
11878         <para>Enables a Linux headless build.</para>
11879       </summary>
11880     </member>
11881     <member name=
"P:UnityEditor.EditorUserBuildSettings.explicitDivideByZeroChecks">
11882       <summary>
11883         <para>Are divide
by zero's actively checked?</para>
11884       </summary>
11885     </member>
11886     <member name=
"P:UnityEditor.EditorUserBuildSettings.explicitNullChecks">
11887       <summary>
11888         <para>Are
null references actively checked?</para>
11889       </summary>
11890     </member>
11891     <member name=
"P:UnityEditor.EditorUserBuildSettings.exportAsGoogleAndroidProject">
11892       <summary>
11893         <para>Export Android Project
for use with Android StudioGradle or EclipseADT.</para>
11894       </summary>
11895     </member>
11896     <member name=
"P:UnityEditor.EditorUserBuildSettings.forceInstallation">
11897       <summary>
11898         <para>Force installation of package, even
if error.</para>
11899       </summary>
11900     </member>
11901     <member name=
"P:UnityEditor.EditorUserBuildSettings.forceOptimizeScriptCompilation">
11902       <summary>
11903         <para>Force full optimizations
for script complilation in Development builds.</para>
11904       </summary>
11905     </member>
11906     <member name=
"P:UnityEditor.EditorUserBuildSettings.installInBuildFolder">
11907       <summary>
11908         <para>Place the built player
in the build folder.</para>
11909       </summary>
11910     </member>
11911     <member name=
"P:UnityEditor.EditorUserBuildSettings.iOSBuildConfigType">
11912       <summary>
11913         <para>Scheme with which the project will be run
in Xcode.</para>
11914       </summary>
11915     </member>
11916     <member name=
"P:UnityEditor.EditorUserBuildSettings.n3dsCreateCIAFile">
11917       <summary>
11918         <para>Create a .cia
"download image" for deploying to test kits (3DS).</para>
11919       </summary>
11920     </member>
11921     <member name=
"P:UnityEditor.EditorUserBuildSettings.needSubmissionMaterials">
11922       <summary>
11923         <para>Build submission materials.</para>
11924       </summary>
11925     </member>
11926     <member name=
"P:UnityEditor.EditorUserBuildSettings.ps4BuildSubtarget">
11927       <summary>
11928         <para>PS4 Build Subtarget.</para>
11929       </summary>
11930     </member>
11931     <member name=
"P:UnityEditor.EditorUserBuildSettings.ps4HardwareTarget">
11932       <summary>
11933         <para>Specifies which version of PS4 hardware to target.</para>
11934       </summary>
11935     </member>
11936     <member name=
"P:UnityEditor.EditorUserBuildSettings.psmBuildSubtarget">
11937       <summary>
11938         <para>PSM Build Subtarget.</para>
11939       </summary>
11940     </member>
11941     <member name=
"P:UnityEditor.EditorUserBuildSettings.psp2BuildSubtarget">
11942       <summary>
11943         <para>PS Vita Build subtarget.</para>
11944       </summary>
11945     </member>
11946     <member name=
"P:UnityEditor.EditorUserBuildSettings.selectedBuildTargetGroup">
11947       <summary>
11948         <para>The currently selected build target
group.</para>
11949       </summary>
11950     </member>
11951     <member name=
"P:UnityEditor.EditorUserBuildSettings.selectedStandaloneTarget">
11952       <summary>
11953         <para>The currently selected target
for a standalone build.</para>
11954       </summary>
11955     </member>
11956     <member name=
"P:UnityEditor.EditorUserBuildSettings.streamingInstallLaunchRange">
11957       <summary>
11958         <para>When building an Xbox One Streaming Install package (makepkg.exe) The layout generation code
in Unity will assign each scene and associated assets to individual chunks. Unity will mark scene 0 as being part of the launch range, IE the set of chunks required to launch the game, you may include additional scenes in this launch range if you desire, this specifies a range of scenes (starting at 0) to be included in the launch set. </para>
11959       </summary>
11960     </member>
11961     <member name=
"P:UnityEditor.EditorUserBuildSettings.symlinkLibraries">
11962       <summary>
11963         <para>Symlink runtime libraries with an iOS Xcode project.</para>
11964       </summary>
11965     </member>
11966     <member name=
"P:UnityEditor.EditorUserBuildSettings.tizenBuildSubtarget">
11967       <summary>
11968         <para>The texture compression type to be used
when building.</para>
11969       </summary>
11970     </member>
11971     <member name=
"P:UnityEditor.EditorUserBuildSettings.webGLUsePreBuiltUnityEngine">
11972       <summary>
11973         <para>Use prebuilt JavaScript version of Unity engine.</para>
11974       </summary>
11975     </member>
11976     <member name=
"P:UnityEditor.EditorUserBuildSettings.webPlayerOfflineDeployment">
11977       <summary>
11978         <para>Build the webplayer along with the UnityObject.js file (so it doesn
't need to be downloaded).</para>
11979       </summary>
11980     </member>
11981     <member name=
"P:UnityEditor.EditorUserBuildSettings.webPlayerStreamed">
11982       <summary>
11983         <para>Select the streaming option
for a webplayer build.</para>
11984       </summary>
11985     </member>
11986     <member name=
"P:UnityEditor.EditorUserBuildSettings.wiiUBootMode">
11987       <summary>
11988         <para>Boot mode of a devkit.</para>
11989       </summary>
11990     </member>
11991     <member name=
"P:UnityEditor.EditorUserBuildSettings.wiiUBuildDebugLevel">
11992       <summary>
11993         <para>Wii U player debug level.</para>
11994       </summary>
11995     </member>
11996     <member name=
"P:UnityEditor.EditorUserBuildSettings.wiiuBuildOutput">
11997       <summary>
11998         <para>Built player postprocessing options.</para>
11999       </summary>
12000     </member>
12001     <member name=
"P:UnityEditor.EditorUserBuildSettings.wiiUEnableNetAPI">
12002       <summary>
12003         <para>Enable network API.</para>
12004       </summary>
12005     </member>
12006     <member name=
"P:UnityEditor.EditorUserBuildSettings.wsaGenerateReferenceProjects">
12007       <summary>
12008         <para>Generate and reference C# projects
from your main solution.</para>
12009       </summary>
12010     </member>
12011     <member name=
"P:UnityEditor.EditorUserBuildSettings.wsaSDK">
12012       <summary>
12013         <para>Target Windows SDK.</para>
12014       </summary>
12015     </member>
12016     <member name=
"P:UnityEditor.EditorUserBuildSettings.wsaSubtarget">
12017       <summary>
12018         <para>Sets and gets target device type
for the application to run on when building to Windows Store platform.</para>
12019       </summary>
12020     </member>
12021     <member name=
"P:UnityEditor.EditorUserBuildSettings.wsaUWPSDK">
12022       <summary>
12023         <para>Sets and gets target UWP SDK to build Windows Store application against.</para>
12024       </summary>
12025     </member>
12026     <member name=
"P:UnityEditor.EditorUserBuildSettings.xboxBuildSubtarget">
12027       <summary>
12028         <para>Xbox Build subtarget.</para>
12029       </summary>
12030     </member>
12031     <member name=
"P:UnityEditor.EditorUserBuildSettings.xboxOneDeployMethod">
12032       <summary>
12033         <para>The currently selected Xbox One Deploy Method.</para>
12034       </summary>
12035     </member>
12036     <member name=
"P:UnityEditor.EditorUserBuildSettings.xboxOneNetworkSharePath">
12037       <summary>
12038         <para>Network shared folder path e.g.
12039 MYCOMPUTER\SHAREDFOLDER\.</para>
12040       </summary>
12041     </member>
12042     <member name=
"P:UnityEditor.EditorUserBuildSettings.xboxOneUsername">
12043       <summary>
12044         <para>Windows account username associated with PC share folder.</para>
12045       </summary>
12046     </member>
12047     <member name=
"M:UnityEditor.EditorUserBuildSettings.GetBuildLocation(UnityEditor.BuildTarget)">
12048       <summary>
12049         <para>Get the current location
for the build.</para>
12050       </summary>
12051       <param name=
"target"></param>
12052     </member>
12053     <member name=
"M:UnityEditor.EditorUserBuildSettings.GetPlatformSettings(System.String,System.String)">
12054       <summary>
12055         <para>Returns
value for platform specifc Editor setting.</para>
12056       </summary>
12057       <param name=
"platformName">The name of the platform.</param>
12058       <param name=
"name">The name of the setting.</param>
12059     </member>
12060     <member name=
"M:UnityEditor.EditorUserBuildSettings.GetWSADotNetNative(UnityEditor.WSABuildType)">
12061       <summary>
12062         <para>Is .NET Native enabled
for specific build configuration.
12063 More information - https:msdn.microsoft.comen-uslibrary/dn584397(v=vs.
110).aspx.</para>
12064       </summary>
12065       <param name=
"config">Build configuration.</param>
12066       <returns>
12067         <para>True
if .NET Native is enabled for the specific build configuration.</para>
12068       </returns>
12069     </member>
12070     <member name=
"M:UnityEditor.EditorUserBuildSettings.SetBuildLocation(UnityEditor.BuildTarget,System.String)">
12071       <summary>
12072         <para>Set a
new location for the build.</para>
12073       </summary>
12074       <param name=
"target"></param>
12075       <param name=
"location"></param>
12076     </member>
12077     <member name=
"M:UnityEditor.EditorUserBuildSettings.SetPlatformSettings(System.String,System.String,System.String)">
12078       <summary>
12079         <para>Set platform specifc Editor setting.</para>
12080       </summary>
12081       <param name=
"platformName">The name of the platform.</param>
12082       <param name=
"name">The name of the setting.</param>
12083       <param name=
"value">Setting value.</param>
12084     </member>
12085     <member name=
"M:UnityEditor.EditorUserBuildSettings.SetWSADotNetNative(UnityEditor.WSABuildType,System.Boolean)">
12086       <summary>
12087         <para>Enables or Disables .NET Native
for specific build configuration.
12088 More information - https:msdn.microsoft.comen-uslibrary/dn584397(v=vs.
110).aspx.</para>
12089       </summary>
12090       <param name=
"config">Build configuration.</param>
12091       <param name=
"enabled">Is enabled?</param>
12092     </member>
12093     <member name=
"M:UnityEditor.EditorUserBuildSettings.SwitchActiveBuildTarget(UnityEditor.BuildTarget)">
12094       <summary>
12095         <para>Select a
new build target to be active.</para>
12096       </summary>
12097       <param name=
"target"></param>
12098       <returns>
12099         <para>True
if the build target was successfully switched, false otherwise (for example, if license checks fail, files are missing, or if the user has cancelled the operation via the UI).</para>
12100       </returns>
12101     </member>
12102     <member name=
"T:UnityEditor.EditorUtility">
12103       <summary>
12104         <para>Editor utility functions.</para>
12105       </summary>
12106     </member>
12107     <member name=
"P:UnityEditor.EditorUtility.scriptCompilationFailed">
12108       <summary>
12109         <para>True
if there are any compilation error messages in the log.</para>
12110       </summary>
12111     </member>
12112     <member name=
"M:UnityEditor.EditorUtility.ClearProgressBar">
12113       <summary>
12114         <para>Removes progress bar.</para>
12115       </summary>
12116     </member>
12117     <member name=
"M:UnityEditor.EditorUtility.CollectDeepHierarchy(UnityEngine.Object[])">
12118       <summary>
12119         <para>Collect all objects
in the hierarchy rooted at each of the given objects.</para>
12120       </summary>
12121       <param name=
"roots">Array of objects where the search will start.</param>
12122       <returns>
12123         <para>Array of objects heirarchically attached to the search array.</para>
12124       </returns>
12125     </member>
12126     <member name=
"M:UnityEditor.EditorUtility.CollectDependencies(UnityEngine.Object[])">
12127       <summary>
12128         <para>Calculates and returns a list of all assets the assets listed
in roots depend on.</para>
12129       </summary>
12130       <param name=
"roots"></param>
12131     </member>
12132     <member name=
"M:UnityEditor.EditorUtility.CompressCubemapTexture(UnityEngine.Cubemap,UnityEngine.TextureFormat,System.Int32)">
12133       <summary>
12134         <para>Compress a cubemap texture.</para>
12135       </summary>
12136       <param name=
"texture"></param>
12137       <param name=
"format"></param>
12138       <param name=
"quality"></param>
12139     </member>
12140     <member name=
"M:UnityEditor.EditorUtility.CompressCubemapTexture(UnityEngine.Cubemap,UnityEngine.TextureFormat,UnityEngine.TextureCompressionQuality)">
12141       <summary>
12142         <para>Compress a cubemap texture.</para>
12143       </summary>
12144       <param name=
"texture"></param>
12145       <param name=
"format"></param>
12146       <param name=
"quality"></param>
12147     </member>
12148     <member name=
"M:UnityEditor.EditorUtility.CompressTexture(UnityEngine.Texture2D,UnityEngine.TextureFormat,System.Int32)">
12149       <summary>
12150         <para>Compress a texture.</para>
12151       </summary>
12152       <param name=
"texture"></param>
12153       <param name=
"format"></param>
12154       <param name=
"quality"></param>
12155     </member>
12156     <member name=
"M:UnityEditor.EditorUtility.CompressTexture(UnityEngine.Texture2D,UnityEngine.TextureFormat,UnityEngine.TextureCompressionQuality)">
12157       <summary>
12158         <para>Compress a texture.</para>
12159       </summary>
12160       <param name=
"texture"></param>
12161       <param name=
"format"></param>
12162       <param name=
"quality"></param>
12163     </member>
12164     <member name=
"M:UnityEditor.EditorUtility.CopySerialized(UnityEngine.Object,UnityEngine.Object)">
12165       <summary>
12166         <para>Copy all settings of a Unity Object.</para>
12167       </summary>
12168       <param name=
"source"></param>
12169       <param name=
"dest"></param>
12170     </member>
12171     <member name=
"M:UnityEditor.EditorUtility.CopySerializedIfDifferent(UnityEngine.Object,UnityEngine.Object)">
12172       <summary>
12173         <para>Copy all settings of a Unity Object to a second Object
if they differ.</para>
12174       </summary>
12175       <param name=
"source"></param>
12176       <param name=
"dest"></param>
12177     </member>
12178     <member name=
"M:UnityEditor.EditorUtility.CreateGameObjectWithHideFlags(System.String,UnityEngine.HideFlags,System.Type[])">
12179       <summary>
12180         <para>Creates a game
object with HideFlags and specified components.</para>
12181       </summary>
12182       <param name=
"name"></param>
12183       <param name=
"flags"></param>
12184       <param name=
"components"></param>
12185     </member>
12186     <member name=
"M:UnityEditor.EditorUtility.DisplayCancelableProgressBar(System.String,System.String,System.Single)">
12187       <summary>
12188         <para>Displays or updates a progress bar that has a cancel button.</para>
12189       </summary>
12190       <param name=
"title"></param>
12191       <param name=
"info"></param>
12192       <param name=
"progress"></param>
12193     </member>
12194     <member name=
"M:UnityEditor.EditorUtility.DisplayDialog(System.String,System.String,System.String)">
12195       <summary>
12196         <para>Displays a modal dialog.</para>
12197       </summary>
12198       <param name=
"title">The title of the message box.</param>
12199       <param name=
"message">The text of the message.</param>
12200       <param name=
"ok">Label displayed on the OK dialog button.</param>
12201       <param name=
"cancel">Label displayed on the Cancel dialog button.</param>
12202     </member>
12203     <member name=
"M:UnityEditor.EditorUtility.DisplayDialog(System.String,System.String,System.String,System.String)">
12204       <summary>
12205         <para>Displays a modal dialog.</para>
12206       </summary>
12207       <param name=
"title">The title of the message box.</param>
12208       <param name=
"message">The text of the message.</param>
12209       <param name=
"ok">Label displayed on the OK dialog button.</param>
12210       <param name=
"cancel">Label displayed on the Cancel dialog button.</param>
12211     </member>
12212     <member name=
"M:UnityEditor.EditorUtility.DisplayDialogComplex(System.String,System.String,System.String,System.String,System.String)">
12213       <summary>
12214         <para>Displays a modal dialog with three buttons.</para>
12215       </summary>
12216       <param name=
"title">Title for dialog.</param>
12217       <param name=
"message">Purpose for the dialog.</param>
12218       <param name=
"ok">Dialog function chosen.</param>
12219       <param name=
"alt">Choose alternative dialog purpose.</param>
12220       <param name=
"cancel">Close dialog with no operation.</param>
12221       <returns>
12222         <para>The id of the chosen button.</para>
12223       </returns>
12224     </member>
12225     <member name=
"M:UnityEditor.EditorUtility.DisplayPopupMenu(UnityEngine.Rect,System.String,UnityEditor.MenuCommand)">
12226       <summary>
12227         <para>Displays a popup menu.</para>
12228       </summary>
12229       <param name=
"position"></param>
12230       <param name=
"menuItemPath"></param>
12231       <param name=
"command"></param>
12232     </member>
12233     <member name=
"M:UnityEditor.EditorUtility.DisplayProgressBar(System.String,System.String,System.Single)">
12234       <summary>
12235         <para>Displays or updates a progress bar.</para>
12236       </summary>
12237       <param name=
"title"></param>
12238       <param name=
"info"></param>
12239       <param name=
"progress"></param>
12240     </member>
12241     <member name=
"M:UnityEditor.EditorUtility.ExtractOggFile(UnityEngine.Object,System.String)">
12242       <summary>
12243         <para>Saves an AudioClip or MovieTexture to a file.</para>
12244       </summary>
12245       <param name=
"obj"></param>
12246       <param name=
"path"></param>
12247     </member>
12248     <member name=
"M:UnityEditor.EditorUtility.FocusProjectWindow">
12249       <summary>
12250         <para>Brings the project window to the front and focuses it.</para>
12251       </summary>
12252     </member>
12253     <member name=
"M:UnityEditor.EditorUtility.FormatBytes(System.Int32)">
12254       <summary>
12255         <para>Returns a text
for a number of bytes.</para>
12256       </summary>
12257       <param name=
"bytes"></param>
12258     </member>
12259     <member name=
"M:UnityEditor.EditorUtility.GetObjectEnabled(UnityEngine.Object)">
12260       <summary>
12261         <para>Is the
object enabled (0 disabled, 1 enabled, -1 has no enabled button).</para>
12262       </summary>
12263       <param name=
"target"></param>
12264     </member>
12265     <member name=
"M:UnityEditor.EditorUtility.InstanceIDToObject(System.Int32)">
12266       <summary>
12267         <para>Translates an instance ID to a reference to an
object.</para>
12268       </summary>
12269       <param name=
"instanceID"></param>
12270     </member>
12271     <member name=
"M:UnityEditor.EditorUtility.IsPersistent(UnityEngine.Object)">
12272       <summary>
12273         <para>Determines
if an object is stored on disk.</para>
12274       </summary>
12275       <param name=
"target"></param>
12276     </member>
12277     <member name=
"M:UnityEditor.EditorUtility.NaturalCompare(System.String,System.String)">
12278       <summary>
12279         <para>Human-like sorting.</para>
12280       </summary>
12281       <param name=
"a"></param>
12282       <param name=
"b"></param>
12283     </member>
12284     <member name=
"M:UnityEditor.EditorUtility.OpenFilePanel(System.String,System.String,System.String)">
12285       <summary>
12286         <para>Displays the
"open file" dialog and returns the selected path name.</para>
12287       </summary>
12288       <param name=
"title"></param>
12289       <param name=
"directory"></param>
12290       <param name=
"extension"></param>
12291     </member>
12292     <member name=
"M:UnityEditor.EditorUtility.OpenFilePanelWithFilters(System.String,System.String,System.String[])">
12293       <summary>
12294         <para>Displays the
"open file" dialog and returns the selected path name.</para>
12295       </summary>
12296       <param name=
"title">Title for dialog.</param>
12297       <param name=
"directory">Default directory.</param>
12298       <param name=
"filters">File extensions in form { "Image files", "png,jpg,jpeg", "All files", "*" }.</param>
12299     </member>
12300     <member name=
"M:UnityEditor.EditorUtility.OpenFolderPanel(System.String,System.String,System.String)">
12301       <summary>
12302         <para>Displays the
"open folder" dialog and returns the selected path name.</para>
12303       </summary>
12304       <param name=
"title"></param>
12305       <param name=
"folder"></param>
12306       <param name=
"defaultName"></param>
12307     </member>
12308     <member name=
"M:UnityEditor.EditorUtility.SaveFilePanel(System.String,System.String,System.String,System.String)">
12309       <summary>
12310         <para>Displays the
"save file" dialog and returns the selected path name.</para>
12311       </summary>
12312       <param name=
"title"></param>
12313       <param name=
"directory"></param>
12314       <param name=
"defaultName"></param>
12315       <param name=
"extension"></param>
12316     </member>
12317     <member name=
"M:UnityEditor.EditorUtility.SaveFilePanelInProject(System.String,System.String,System.String,System.String)">
12318       <summary>
12319         <para>Displays the
"save file" dialog in the Assets folder of the project and returns the selected path name.</para>
12320       </summary>
12321       <param name=
"title"></param>
12322       <param name=
"defaultName"></param>
12323       <param name=
"extension"></param>
12324       <param name=
"message"></param>
12325     </member>
12326     <member name=
"M:UnityEditor.EditorUtility.SaveFolderPanel(System.String,System.String,System.String)">
12327       <summary>
12328         <para>Displays the
"save folder" dialog and returns the selected path name.</para>
12329       </summary>
12330       <param name=
"title"></param>
12331       <param name=
"folder"></param>
12332       <param name=
"defaultName"></param>
12333     </member>
12334     <member name=
"M:UnityEditor.EditorUtility.SetDirty(UnityEngine.Object)">
12335       <summary>
12336         <para>Marks target
object as dirty. (Only suitable for non-scene objects).</para>
12337       </summary>
12338       <param name=
"target">The object to mark as dirty.</param>
12339     </member>
12340     <member name=
"M:UnityEditor.EditorUtility.SetObjectEnabled(UnityEngine.Object,System.Boolean)">
12341       <summary>
12342         <para>Set the enabled state of the
object.</para>
12343       </summary>
12344       <param name=
"target"></param>
12345       <param name=
"enabled"></param>
12346     </member>
12347     <member name=
"M:UnityEditor.EditorUtility.SetSelectedRenderState(UnityEngine.Renderer,UnityEditor.EditorSelectedRenderState)">
12348       <summary>
12349         <para>Set the Scene View selected display mode
for this Renderer.</para>
12350       </summary>
12351       <param name=
"renderer"></param>
12352       <param name=
"renderState"></param>
12353     </member>
12354     <member name=
"M:UnityEditor.EditorUtility.SetSelectedWireframeHidden(UnityEngine.Renderer,System.Boolean)">
12355       <summary>
12356         <para>Sets whether the selected Renderer
's wireframe will be hidden when the GameObject it is attached to is selected.</para>
12357       </summary>
12358       <param name=
"renderer"></param>
12359       <param name=
"enabled"></param>
12360     </member>
12361     <member name=
"M:UnityEditor.EditorUtility.UnloadUnusedAssetsImmediate">
12362       <summary>
12363         <para>Unloads assets that are not used.</para>
12364       </summary>
12365       <param name=
"ignoreReferencesFromScript">When true delete assets even if linked in scripts.</param>
12366     </member>
12367     <member name=
"M:UnityEditor.EditorUtility.UnloadUnusedAssetsImmediate">
12368       <summary>
12369         <para>Unloads assets that are not used.</para>
12370       </summary>
12371       <param name=
"ignoreReferencesFromScript">When true delete assets even if linked in scripts.</param>
12372     </member>
12373     <member name=
"T:UnityEditor.EditorWindow">
12374       <summary>
12375         <para>Derive
from this class to create an editor window.</para>
12376       </summary>
12377     </member>
12378     <member name=
"P:UnityEditor.EditorWindow.autoRepaintOnSceneChange">
12379       <summary>
12380         <para>Does the window automatically repaint whenever the scene has changed?</para>
12381       </summary>
12382     </member>
12383     <member name=
"P:UnityEditor.EditorWindow.focusedWindow">
12384       <summary>
12385         <para>The EditorWindow which currently has keyboard focus. (Read Only)</para>
12386       </summary>
12387     </member>
12388     <member name=
"P:UnityEditor.EditorWindow.maximized">
12389       <summary>
12390         <para>Is
this window maximized.</para>
12391       </summary>
12392     </member>
12393     <member name=
"P:UnityEditor.EditorWindow.maxSize">
12394       <summary>
12395         <para>The maximum size of
this window.</para>
12396       </summary>
12397     </member>
12398     <member name=
"P:UnityEditor.EditorWindow.minSize">
12399       <summary>
12400         <para>The minimum size of
this window.</para>
12401       </summary>
12402     </member>
12403     <member name=
"P:UnityEditor.EditorWindow.mouseOverWindow">
12404       <summary>
12405         <para>The EditorWindow currently under the mouse cursor. (Read Only)</para>
12406       </summary>
12407     </member>
12408     <member name=
"P:UnityEditor.EditorWindow.position">
12409       <summary>
12410         <para>The position of the window
in screen space.</para>
12411       </summary>
12412     </member>
12413     <member name=
"P:UnityEditor.EditorWindow.title">
12414       <summary>
12415         <para>The title of
this window.</para>
12416       </summary>
12417     </member>
12418     <member name=
"P:UnityEditor.EditorWindow.titleContent">
12419       <summary>
12420         <para>The GUIContent used
for drawing the title of EditorWindows.</para>
12421       </summary>
12422     </member>
12423     <member name=
"P:UnityEditor.EditorWindow.wantsMouseEnterLeaveWindow">
12424       <summary>
12425         <para>Checks whether MouseEnterWindow and MouseLeaveWindow events are received
in the GUI in this Editor window.</para>
12426       </summary>
12427     </member>
12428     <member name=
"P:UnityEditor.EditorWindow.wantsMouseMove">
12429       <summary>
12430         <para>Checks whether MouseMove events are received
in the GUI in this Editor window.</para>
12431       </summary>
12432     </member>
12433     <member name=
"M:UnityEditor.EditorWindow.BeginWindows">
12434       <summary>
12435         <para>Mark the beginning area of all popup windows.</para>
12436       </summary>
12437     </member>
12438     <member name=
"M:UnityEditor.EditorWindow.Close">
12439       <summary>
12440         <para>Close the editor window.</para>
12441       </summary>
12442     </member>
12443     <member name=
"M:UnityEditor.EditorWindow.EndWindows">
12444       <summary>
12445         <para>Close a window
group started with EditorWindow.BeginWindows.</para>
12446       </summary>
12447     </member>
12448     <member name=
"M:UnityEditor.EditorWindow.Focus">
12449       <summary>
12450         <para>Moves keyboard focus to
this EditorWindow.</para>
12451       </summary>
12452     </member>
12453     <member name=
"M:UnityEditor.EditorWindow.FocusWindowIfItsOpen(System.Type)">
12454       <summary>
12455         <para>Focuses the first found EditorWindow of specified type
if it is open.</para>
12456       </summary>
12457       <param name=
"t">The type of the window. Must derive from EditorWindow.</param>
12458     </member>
12459     <member name=
"M:UnityEditor.EditorWindow.FocusWindowIfItsOpen">
12460       <summary>
12461         <para>Focuses the first found EditorWindow of type T
if it is open.</para>
12462       </summary>
12463       <param name=
"T">The type of the window. Must derive from EditorWindow.</param>
12464     </member>
12465     <member name=
"M:UnityEditor.EditorWindow.GetWindow(System.Type)">
12466       <summary>
12467         <para>Returns the first EditorWindow of type t which
is currently on the screen.</para>
12468       </summary>
12469       <param name=
"t">The type of the window. Must derive from EditorWindow.</param>
12470       <param name=
"utility">Set this to true, to create a floating utility window, false to create a normal window.</param>
12471       <param name=
"title">If GetWindow creates a new window, it will get this title. If this value is null, use the class name as title.</param>
12472       <param name=
"focus">Whether to give the window focus, if it already exists. (If GetWindow creates a new window, it will always get focus).</param>
12473     </member>
12474     <member name=
"M:UnityEditor.EditorWindow.GetWindow(System.Type,System.Boolean)">
12475       <summary>
12476         <para>Returns the first EditorWindow of type t which
is currently on the screen.</para>
12477       </summary>
12478       <param name=
"t">The type of the window. Must derive from EditorWindow.</param>
12479       <param name=
"utility">Set this to true, to create a floating utility window, false to create a normal window.</param>
12480       <param name=
"title">If GetWindow creates a new window, it will get this title. If this value is null, use the class name as title.</param>
12481       <param name=
"focus">Whether to give the window focus, if it already exists. (If GetWindow creates a new window, it will always get focus).</param>
12482     </member>
12483     <member name=
"M:UnityEditor.EditorWindow.GetWindow(System.Type,System.Boolean,System.String)">
12484       <summary>
12485         <para>Returns the first EditorWindow of type t which
is currently on the screen.</para>
12486       </summary>
12487       <param name=
"t">The type of the window. Must derive from EditorWindow.</param>
12488       <param name=
"utility">Set this to true, to create a floating utility window, false to create a normal window.</param>
12489       <param name=
"title">If GetWindow creates a new window, it will get this title. If this value is null, use the class name as title.</param>
12490       <param name=
"focus">Whether to give the window focus, if it already exists. (If GetWindow creates a new window, it will always get focus).</param>
12491     </member>
12492     <member name=
"M:UnityEditor.EditorWindow.GetWindow(System.Type,System.Boolean,System.String,System.Boolean)">
12493       <summary>
12494         <para>Returns the first EditorWindow of type t which
is currently on the screen.</para>
12495       </summary>
12496       <param name=
"t">The type of the window. Must derive from EditorWindow.</param>
12497       <param name=
"utility">Set this to true, to create a floating utility window, false to create a normal window.</param>
12498       <param name=
"title">If GetWindow creates a new window, it will get this title. If this value is null, use the class name as title.</param>
12499       <param name=
"focus">Whether to give the window focus, if it already exists. (If GetWindow creates a new window, it will always get focus).</param>
12500     </member>
12501     <member name=
"M:UnityEditor.EditorWindow.GetWindow">
12502       <summary>
12503         <para>Returns the first EditorWindow of type T which
is currently on the screen.</para>
12504       </summary>
12505       <param name=
"T">The type of the window. Must derive from EditorWindow.</param>
12506       <param name=
"utility">Set this to true, to create a floating utility window, false to create a normal window.</param>
12507       <param name=
"title">If GetWindow creates a new window, it will get this title. If this value is null, use the class name as title.</param>
12508       <param name=
"focus">Whether to give the window focus, if it already exists. (If GetWindow creates a new window, it will always get focus).</param>
12509     </member>
12510     <member name=
"M:UnityEditor.EditorWindow.GetWindow(System.Boolean)">
12511       <summary>
12512         <para>Returns the first EditorWindow of type T which
is currently on the screen.</para>
12513       </summary>
12514       <param name=
"T">The type of the window. Must derive from EditorWindow.</param>
12515       <param name=
"utility">Set this to true, to create a floating utility window, false to create a normal window.</param>
12516       <param name=
"title">If GetWindow creates a new window, it will get this title. If this value is null, use the class name as title.</param>
12517       <param name=
"focus">Whether to give the window focus, if it already exists. (If GetWindow creates a new window, it will always get focus).</param>
12518     </member>
12519     <member name=
"M:UnityEditor.EditorWindow.GetWindow(System.Boolean,System.String)">
12520       <summary>
12521         <para>Returns the first EditorWindow of type T which
is currently on the screen.</para>
12522       </summary>
12523       <param name=
"T">The type of the window. Must derive from EditorWindow.</param>
12524       <param name=
"utility">Set this to true, to create a floating utility window, false to create a normal window.</param>
12525       <param name=
"title">If GetWindow creates a new window, it will get this title. If this value is null, use the class name as title.</param>
12526       <param name=
"focus">Whether to give the window focus, if it already exists. (If GetWindow creates a new window, it will always get focus).</param>
12527     </member>
12528     <member name=
"M:UnityEditor.EditorWindow.GetWindow(System.String)">
12529       <summary>
12530         <para>Returns the first EditorWindow of type T which
is currently on the screen.</para>
12531       </summary>
12532       <param name=
"T">The type of the window. Must derive from EditorWindow.</param>
12533       <param name=
"utility">Set this to true, to create a floating utility window, false to create a normal window.</param>
12534       <param name=
"title">If GetWindow creates a new window, it will get this title. If this value is null, use the class name as title.</param>
12535       <param name=
"focus">Whether to give the window focus, if it already exists. (If GetWindow creates a new window, it will always get focus).</param>
12536     </member>
12537     <member name=
"M:UnityEditor.EditorWindow.GetWindow(System.String,System.Boolean)">
12538       <summary>
12539         <para>Returns the first EditorWindow of type T which
is currently on the screen.</para>
12540       </summary>
12541       <param name=
"T">The type of the window. Must derive from EditorWindow.</param>
12542       <param name=
"utility">Set this to true, to create a floating utility window, false to create a normal window.</param>
12543       <param name=
"title">If GetWindow creates a new window, it will get this title. If this value is null, use the class name as title.</param>
12544       <param name=
"focus">Whether to give the window focus, if it already exists. (If GetWindow creates a new window, it will always get focus).</param>
12545     </member>
12546     <member name=
"M:UnityEditor.EditorWindow.GetWindow(System.Boolean,System.String,System.Boolean)">
12547       <summary>
12548         <para>Returns the first EditorWindow of type T which
is currently on the screen.</para>
12549       </summary>
12550       <param name=
"T">The type of the window. Must derive from EditorWindow.</param>
12551       <param name=
"utility">Set this to true, to create a floating utility window, false to create a normal window.</param>
12552       <param name=
"title">If GetWindow creates a new window, it will get this title. If this value is null, use the class name as title.</param>
12553       <param name=
"focus">Whether to give the window focus, if it already exists. (If GetWindow creates a new window, it will always get focus).</param>
12554     </member>
12555     <member name=
"M:UnityEditor.EditorWindow.GetWindow(System.Type[])">
12556       <summary>
12557         <para>Returns the first EditorWindow of type T which
is currently on the screen.</para>
12558       </summary>
12559       <param name=
"T">The type of the window. Must derive from EditorWindow.</param>
12560       <param name=
"title">If GetWindow creates a new window, it will get this title. If this value is null, use the class name as title.</param>
12561       <param name=
"desiredDockNextTo">An array of EditorWindow types that the window will attempt to dock onto.</param>
12562       <param name=
"focus">Whether to give the window focus, if it already exists. (If GetWindow creates a new window, it will always get focus).</param>
12563     </member>
12564     <member name=
"M:UnityEditor.EditorWindow.GetWindow(System.String,System.Type[])">
12565       <summary>
12566         <para>Returns the first EditorWindow of type T which
is currently on the screen.</para>
12567       </summary>
12568       <param name=
"T">The type of the window. Must derive from EditorWindow.</param>
12569       <param name=
"title">If GetWindow creates a new window, it will get this title. If this value is null, use the class name as title.</param>
12570       <param name=
"desiredDockNextTo">An array of EditorWindow types that the window will attempt to dock onto.</param>
12571       <param name=
"focus">Whether to give the window focus, if it already exists. (If GetWindow creates a new window, it will always get focus).</param>
12572     </member>
12573     <member name=
"M:UnityEditor.EditorWindow.GetWindow(System.String,System.Boolean,System.Type[])">
12574       <summary>
12575         <para>Returns the first EditorWindow of type T which
is currently on the screen.</para>
12576       </summary>
12577       <param name=
"T">The type of the window. Must derive from EditorWindow.</param>
12578       <param name=
"title">If GetWindow creates a new window, it will get this title. If this value is null, use the class name as title.</param>
12579       <param name=
"desiredDockNextTo">An array of EditorWindow types that the window will attempt to dock onto.</param>
12580       <param name=
"focus">Whether to give the window focus, if it already exists. (If GetWindow creates a new window, it will always get focus).</param>
12581     </member>
12582     <member name=
"M:UnityEditor.EditorWindow.GetWindowWithRect(System.Type,UnityEngine.Rect)">
12583       <summary>
12584         <para>Returns the first EditorWindow of type t which
is currently on the screen.</para>
12585       </summary>
12586       <param name=
"t">The type of the window. Must derive from EditorWindow.</param>
12587       <param name=
"rect">The position on the screen where a newly created window will show.</param>
12588       <param name=
"utility">Set this to true, to create a floating utility window, false to create a normal window.</param>
12589       <param name=
"title">If GetWindow creates a new window, it will get this title. If this value is null, use the class name as title.</param>
12590     </member>
12591     <member name=
"M:UnityEditor.EditorWindow.GetWindowWithRect(System.Type,UnityEngine.Rect,System.Boolean)">
12592       <summary>
12593         <para>Returns the first EditorWindow of type t which
is currently on the screen.</para>
12594       </summary>
12595       <param name=
"t">The type of the window. Must derive from EditorWindow.</param>
12596       <param name=
"rect">The position on the screen where a newly created window will show.</param>
12597       <param name=
"utility">Set this to true, to create a floating utility window, false to create a normal window.</param>
12598       <param name=
"title">If GetWindow creates a new window, it will get this title. If this value is null, use the class name as title.</param>
12599     </member>
12600     <member name=
"M:UnityEditor.EditorWindow.GetWindowWithRect(System.Type,UnityEngine.Rect,System.Boolean,System.String)">
12601       <summary>
12602         <para>Returns the first EditorWindow of type t which
is currently on the screen.</para>
12603       </summary>
12604       <param name=
"t">The type of the window. Must derive from EditorWindow.</param>
12605       <param name=
"rect">The position on the screen where a newly created window will show.</param>
12606       <param name=
"utility">Set this to true, to create a floating utility window, false to create a normal window.</param>
12607       <param name=
"title">If GetWindow creates a new window, it will get this title. If this value is null, use the class name as title.</param>
12608     </member>
12609     <member name=
"M:UnityEditor.EditorWindow.GetWindowWithRect(UnityEngine.Rect)">
12610       <summary>
12611         <para>Returns the first EditorWindow of type t which
is currently on the screen.</para>
12612       </summary>
12613       <param name=
"t">The type of the window. Must derive from EditorWindow.</param>
12614       <param name=
"rect">The position on the screen where a newly created window will show.</param>
12615       <param name=
"utility">Set this to true, to create a floating utility window, false to create a normal window.</param>
12616       <param name=
"title">If GetWindow creates a new window, it will get this title. If this value is null, use the class name as title.</param>
12617       <param name=
"focus">Whether to give the window focus, if it already exists. (If GetWindow creates a new window, it will always get focus).</param>
12618     </member>
12619     <member name=
"M:UnityEditor.EditorWindow.GetWindowWithRect(UnityEngine.Rect,System.Boolean)">
12620       <summary>
12621         <para>Returns the first EditorWindow of type t which
is currently on the screen.</para>
12622       </summary>
12623       <param name=
"t">The type of the window. Must derive from EditorWindow.</param>
12624       <param name=
"rect">The position on the screen where a newly created window will show.</param>
12625       <param name=
"utility">Set this to true, to create a floating utility window, false to create a normal window.</param>
12626       <param name=
"title">If GetWindow creates a new window, it will get this title. If this value is null, use the class name as title.</param>
12627       <param name=
"focus">Whether to give the window focus, if it already exists. (If GetWindow creates a new window, it will always get focus).</param>
12628     </member>
12629     <member name=
"M:UnityEditor.EditorWindow.GetWindowWithRect(UnityEngine.Rect,System.Boolean,System.String)">
12630       <summary>
12631         <para>Returns the first EditorWindow of type t which
is currently on the screen.</para>
12632       </summary>
12633       <param name=
"t">The type of the window. Must derive from EditorWindow.</param>
12634       <param name=
"rect">The position on the screen where a newly created window will show.</param>
12635       <param name=
"utility">Set this to true, to create a floating utility window, false to create a normal window.</param>
12636       <param name=
"title">If GetWindow creates a new window, it will get this title. If this value is null, use the class name as title.</param>
12637       <param name=
"focus">Whether to give the window focus, if it already exists. (If GetWindow creates a new window, it will always get focus).</param>
12638     </member>
12639     <member name=
"M:UnityEditor.EditorWindow.GetWindowWithRect(UnityEngine.Rect,System.Boolean,System.String,System.Boolean)">
12640       <summary>
12641         <para>Returns the first EditorWindow of type t which
is currently on the screen.</para>
12642       </summary>
12643       <param name=
"t">The type of the window. Must derive from EditorWindow.</param>
12644       <param name=
"rect">The position on the screen where a newly created window will show.</param>
12645       <param name=
"utility">Set this to true, to create a floating utility window, false to create a normal window.</param>
12646       <param name=
"title">If GetWindow creates a new window, it will get this title. If this value is null, use the class name as title.</param>
12647       <param name=
"focus">Whether to give the window focus, if it already exists. (If GetWindow creates a new window, it will always get focus).</param>
12648     </member>
12649     <member name=
"M:UnityEditor.EditorWindow.RemoveNotification">
12650       <summary>
12651         <para>Stop showing notification message.</para>
12652       </summary>
12653     </member>
12654     <member name=
"M:UnityEditor.EditorWindow.Repaint">
12655       <summary>
12656         <para>Make the window repaint.</para>
12657       </summary>
12658     </member>
12659     <member name=
"M:UnityEditor.EditorWindow.SendEvent(UnityEngine.Event)">
12660       <summary>
12661         <para>Sends an Event to a window.</para>
12662       </summary>
12663       <param name=
"e"></param>
12664     </member>
12665     <member name=
"M:UnityEditor.EditorWindow.Show">
12666       <summary>
12667         <para>Show the EditorWindow.</para>
12668       </summary>
12669       <param name=
"immediateDisplay"></param>
12670     </member>
12671     <member name=
"M:UnityEditor.EditorWindow.Show(System.Boolean)">
12672       <summary>
12673         <para>Show the EditorWindow.</para>
12674       </summary>
12675       <param name=
"immediateDisplay"></param>
12676     </member>
12677     <member name=
"M:UnityEditor.EditorWindow.ShowAsDropDown(UnityEngine.Rect,UnityEngine.Vector2)">
12678       <summary>
12679         <para>Shows a window with dropdown behaviour and styling.</para>
12680       </summary>
12681       <param name=
"buttonRect">The button from which the position of the window will be determined (see description).</param>
12682       <param name=
"windowSize">The initial size of the window.</param>
12683     </member>
12684     <member name=
"M:UnityEditor.EditorWindow.ShowAuxWindow">
12685       <summary>
12686         <para>Show the editor window
in the auxiliary window.</para>
12687       </summary>
12688     </member>
12689     <member name=
"M:UnityEditor.EditorWindow.ShowNotification(UnityEngine.GUIContent)">
12690       <summary>
12691         <para>Show a notification message.</para>
12692       </summary>
12693       <param name=
"notification"></param>
12694     </member>
12695     <member name=
"M:UnityEditor.EditorWindow.ShowPopup">
12696       <summary>
12697         <para>Shows an Editor window
using popup-style framing.</para>
12698       </summary>
12699     </member>
12700     <member name=
"M:UnityEditor.EditorWindow.ShowUtility">
12701       <summary>
12702         <para>Show the EditorWindow
as a floating utility window.</para>
12703       </summary>
12704     </member>
12705     <member name=
"T:UnityEditor.Events.UnityEventTools">
12706       <summary>
12707         <para>Editor tools
for working with persistent UnityEvents.</para>
12708       </summary>
12709     </member>
12710     <member name=
"M:UnityEditor.Events.UnityEventTools.AddBoolPersistentListener(UnityEngine.Events.UnityEventBase,UnityEngine.Events.UnityAction`1&lt;System.Boolean&gt;,System.Boolean)">
12711       <summary>
12712         <para>Adds a persistent, preset call to the listener.</para>
12713       </summary>
12714       <param name=
"unityEvent">Event to modify.</param>
12715       <param name=
"call">Function to call.</param>
12716       <param name=
"argument">Argument to use when invoking.</param>
12717     </member>
12718     <member name=
"M:UnityEditor.Events.UnityEventTools.AddFloatPersistentListener(UnityEngine.Events.UnityEventBase,UnityEngine.Events.UnityAction`1&lt;System.Single&gt;,System.Single)">
12719       <summary>
12720         <para>Adds a persistent, preset call to the listener.</para>
12721       </summary>
12722       <param name=
"unityEvent">Event to modify.</param>
12723       <param name=
"call">Function to call.</param>
12724       <param name=
"argument">Argument to use when invoking.</param>
12725     </member>
12726     <member name=
"M:UnityEditor.Events.UnityEventTools.AddIntPersistentListener(UnityEngine.Events.UnityEventBase,UnityEngine.Events.UnityAction`1&lt;System.Int32&gt;,System.Int32)">
12727       <summary>
12728         <para>Adds a persistent, preset call to the listener.</para>
12729       </summary>
12730       <param name=
"unityEvent">Event to modify.</param>
12731       <param name=
"call">Function to call.</param>
12732       <param name=
"argument">Argument to use when invoking.</param>
12733     </member>
12734     <member name=
"M:UnityEditor.Events.UnityEventTools.AddObjectPersistentListener(UnityEngine.Events.UnityEventBase,UnityEngine.Events.UnityAction`1&lt;T&gt;,T)">
12735       <summary>
12736         <para>Adds a persistent, preset call to the listener.</para>
12737       </summary>
12738       <param name=
"unityEvent">Event to modify.</param>
12739       <param name=
"call">Function to call.</param>
12740       <param name=
"argument">Argument to use when invoking.</param>
12741     </member>
12742     <member name=
"M:UnityEditor.Events.UnityEventTools.AddPersistentListener(UnityEngine.Events.UnityEventBase)">
12743       <summary>
12744         <para>Adds a persistent, call to the listener. Will be invoked with the arguments
as defined by the Event and sent from the call location.</para>
12745       </summary>
12746       <param name=
"unityEvent">Event to modify.</param>
12747       <param name=
"call">Function to call.</param>
12748     </member>
12749     <member name=
"M:UnityEditor.Events.UnityEventTools.AddPersistentListener(UnityEngine.Events.UnityEvent,UnityEngine.Events.UnityAction)">
12750       <summary>
12751         <para>Adds a persistent, call to the listener. Will be invoked with the arguments
as defined by the Event and sent from the call location.</para>
12752       </summary>
12753       <param name=
"unityEvent">Event to modify.</param>
12754       <param name=
"call">Function to call.</param>
12755     </member>
12756     <member name=
"M:UnityEditor.Events.UnityEventTools.AddPersistentListener(UnityEngine.Events.UnityEvent`1&lt;T0&gt;,UnityEngine.Events.UnityAction`1&lt;T0&gt;)">
12757       <summary>
12758         <para>Adds a persistent, call to the listener. Will be invoked with the arguments
as defined by the Event and sent from the call location.</para>
12759       </summary>
12760       <param name=
"unityEvent">Event to modify.</param>
12761       <param name=
"call">Function to call.</param>
12762     </member>
12763     <member name=
"M:UnityEditor.Events.UnityEventTools.AddPersistentListener(UnityEngine.Events.UnityEvent`2&lt;T0,T1&gt;,UnityEngine.Events.UnityAction`2&lt;T0,T1&gt;)">
12764       <summary>
12765         <para>Adds a persistent, call to the listener. Will be invoked with the arguments
as defined by the Event and sent from the call location.</para>
12766       </summary>
12767       <param name=
"unityEvent">Event to modify.</param>
12768       <param name=
"call">Function to call.</param>
12769     </member>
12770     <member name=
"M:UnityEditor.Events.UnityEventTools.AddPersistentListener(UnityEngine.Events.UnityEvent`3&lt;T0,T1,T2&gt;,UnityEngine.Events.UnityAction`3&lt;T0,T1,T2&gt;)">
12771       <summary>
12772         <para>Adds a persistent, call to the listener. Will be invoked with the arguments
as defined by the Event and sent from the call location.</para>
12773       </summary>
12774       <param name=
"unityEvent">Event to modify.</param>
12775       <param name=
"call">Function to call.</param>
12776     </member>
12777     <member name=
"M:UnityEditor.Events.UnityEventTools.AddPersistentListener(UnityEngine.Events.UnityEvent`4&lt;T0,T1,T2,T3&gt;,UnityEngine.Events.UnityAction`4&lt;T0,T1,T2,T3&gt;)">
12778       <summary>
12779         <para>Adds a persistent, call to the listener. Will be invoked with the arguments
as defined by the Event and sent from the call location.</para>
12780       </summary>
12781       <param name=
"unityEvent">Event to modify.</param>
12782       <param name=
"call">Function to call.</param>
12783     </member>
12784     <member name=
"M:UnityEditor.Events.UnityEventTools.AddStringPersistentListener(UnityEngine.Events.UnityEventBase,UnityEngine.Events.UnityAction`1&lt;System.String&gt;,System.String)">
12785       <summary>
12786         <para>Adds a persistent, preset call to the listener.</para>
12787       </summary>
12788       <param name=
"unityEvent">Event to modify.</param>
12789       <param name=
"call">Function to call.</param>
12790       <param name=
"argument">Argument to use when invoking.</param>
12791     </member>
12792     <member name=
"M:UnityEditor.Events.UnityEventTools.AddVoidPersistentListener(UnityEngine.Events.UnityEventBase,UnityEngine.Events.UnityAction)">
12793       <summary>
12794         <para>Adds a persistent, preset call to the listener.</para>
12795       </summary>
12796       <param name=
"unityEvent">Event to modify.</param>
12797       <param name=
"call">Function to call.</param>
12798     </member>
12799     <member name=
"M:UnityEditor.Events.UnityEventTools.RegisterBoolPersistentListener(UnityEngine.Events.UnityEventBase,System.Int32,UnityEngine.Events.UnityAction`1&lt;System.Boolean&gt;,System.Boolean)">
12800       <summary>
12801         <para>Modifies the
event at the given index.</para>
12802       </summary>
12803       <param name=
"unityEvent">Event to modify.</param>
12804       <param name=
"index">Index to modify.</param>
12805       <param name=
"call">Function to call.</param>
12806       <param name=
"argument">Argument to use when invoking.</param>
12807     </member>
12808     <member name=
"M:UnityEditor.Events.UnityEventTools.RegisterFloatPersistentListener(UnityEngine.Events.UnityEventBase,System.Int32,UnityEngine.Events.UnityAction`1&lt;System.Single&gt;,System.Single)">
12809       <summary>
12810         <para>Modifies the
event at the given index.</para>
12811       </summary>
12812       <param name=
"unityEvent">Event to modify.</param>
12813       <param name=
"index">Index to modify.</param>
12814       <param name=
"call">Function to call.</param>
12815       <param name=
"argument">Argument to use when invoking.</param>
12816     </member>
12817     <member name=
"M:UnityEditor.Events.UnityEventTools.RegisterIntPersistentListener(UnityEngine.Events.UnityEventBase,System.Int32,UnityEngine.Events.UnityAction`1&lt;System.Int32&gt;,System.Int32)">
12818       <summary>
12819         <para>Modifies the
event at the given index.</para>
12820       </summary>
12821       <param name=
"unityEvent">Event to modify.</param>
12822       <param name=
"index">Index to modify.</param>
12823       <param name=
"call">Function to call.</param>
12824       <param name=
"argument">Argument to use when invoking.</param>
12825     </member>
12826     <member name=
"M:UnityEditor.Events.UnityEventTools.RegisterObjectPersistentListener(UnityEngine.Events.UnityEventBase,System.Int32,UnityEngine.Events.UnityAction`1&lt;T&gt;,T)">
12827       <summary>
12828         <para>Modifies the
event at the given index.</para>
12829       </summary>
12830       <param name=
"unityEvent">Event to modify.</param>
12831       <param name=
"index">Index to modify.</param>
12832       <param name=
"call">Function to call.</param>
12833       <param name=
"argument">Argument to use when invoking.</param>
12834     </member>
12835     <member name=
"M:UnityEditor.Events.UnityEventTools.RegisterPersistentListener(UnityEngine.Events.UnityEvent,System.Int32,UnityEngine.Events.UnityAction)">
12836       <summary>
12837         <para>Modifies the
event at the given index.</para>
12838       </summary>
12839       <param name=
"unityEvent">Event to modify.</param>
12840       <param name=
"index">Index to modify.</param>
12841       <param name=
"call">Function to call.</param>
12842     </member>
12843     <member name=
"M:UnityEditor.Events.UnityEventTools.RegisterPersistentListener(UnityEngine.Events.UnityEvent`1&lt;T0&gt;,System.Int32,UnityEngine.Events.UnityAction`1&lt;T0&gt;)">
12844       <summary>
12845         <para>Modifies the
event at the given index.</para>
12846       </summary>
12847       <param name=
"unityEvent">Event to modify.</param>
12848       <param name=
"index">Index to modify.</param>
12849       <param name=
"call">Function to call.</param>
12850     </member>
12851     <member name=
"M:UnityEditor.Events.UnityEventTools.RegisterPersistentListener(UnityEngine.Events.UnityEvent`2&lt;T0,T1&gt;,System.Int32,UnityEngine.Events.UnityAction`2&lt;T0,T1&gt;)">
12852       <summary>
12853         <para>Modifies the
event at the given index.</para>
12854       </summary>
12855       <param name=
"unityEvent">Event to modify.</param>
12856       <param name=
"index">Index to modify.</param>
12857       <param name=
"call">Function to call.</param>
12858     </member>
12859     <member name=
"M:UnityEditor.Events.UnityEventTools.RegisterPersistentListener(UnityEngine.Events.UnityEvent`3&lt;T0,T1,T2&gt;,System.Int32,UnityEngine.Events.UnityAction`3&lt;T0,T1,T2&gt;)">
12860       <summary>
12861         <para>Modifies the
event at the given index.</para>
12862       </summary>
12863       <param name=
"unityEvent">Event to modify.</param>
12864       <param name=
"index">Index to modify.</param>
12865       <param name=
"call">Function to call.</param>
12866     </member>
12867     <member name=
"M:UnityEditor.Events.UnityEventTools.RegisterPersistentListener(UnityEngine.Events.UnityEvent`4&lt;T0,T1,T2,T3&gt;,System.Int32,UnityEngine.Events.UnityAction`4&lt;T0,T1,T2,T3&gt;)">
12868       <summary>
12869         <para>Modifies the
event at the given index.</para>
12870       </summary>
12871       <param name=
"unityEvent">Event to modify.</param>
12872       <param name=
"index">Index to modify.</param>
12873       <param name=
"call">Function to call.</param>
12874     </member>
12875     <member name=
"M:UnityEditor.Events.UnityEventTools.RegisterStringPersistentListener(UnityEngine.Events.UnityEventBase,System.Int32,UnityEngine.Events.UnityAction`1&lt;System.String&gt;,System.String)">
12876       <summary>
12877         <para>Modifies the
event at the given index.</para>
12878       </summary>
12879       <param name=
"unityEvent">Event to modify.</param>
12880       <param name=
"index">Index to modify.</param>
12881       <param name=
"call">Function to call.</param>
12882       <param name=
"argument">Argument to use when invoking.</param>
12883     </member>
12884     <member name=
"M:UnityEditor.Events.UnityEventTools.RegisterVoidPersistentListener(UnityEngine.Events.UnityEventBase,System.Int32,UnityEngine.Events.UnityAction)">
12885       <summary>
12886         <para>Modifies the
event at the given index.</para>
12887       </summary>
12888       <param name=
"unityEvent">Event to modify.</param>
12889       <param name=
"index">Index to modify.</param>
12890       <param name=
"call">Function to call.</param>
12891     </member>
12892     <member name=
"M:UnityEditor.Events.UnityEventTools.RemovePersistentListener(UnityEngine.Events.UnityEventBase,System.Int32)">
12893       <summary>
12894         <para>Removes the given function
from the event.</para>
12895       </summary>
12896       <param name=
"unityEvent">Event to modify.</param>
12897       <param name=
"index">Index to remove (if specified).</param>
12898       <param name=
"call">Function to remove (if specified).</param>
12899     </member>
12900     <member name=
"M:UnityEditor.Events.UnityEventTools.RemovePersistentListener(UnityEngine.Events.UnityEventBase,UnityEngine.Events.UnityAction)">
12901       <summary>
12902         <para>Removes the given function
from the event.</para>
12903       </summary>
12904       <param name=
"unityEvent">Event to modify.</param>
12905       <param name=
"index">Index to remove (if specified).</param>
12906       <param name=
"call">Function to remove (if specified).</param>
12907     </member>
12908     <member name=
"M:UnityEditor.Events.UnityEventTools.RemovePersistentListener(UnityEngine.Events.UnityEventBase,UnityEngine.Events.UnityAction`1&lt;T0&gt;)">
12909       <summary>
12910         <para>Removes the given function
from the event.</para>
12911       </summary>
12912       <param name=
"unityEvent">Event to modify.</param>
12913       <param name=
"index">Index to remove (if specified).</param>
12914       <param name=
"call">Function to remove (if specified).</param>
12915     </member>
12916     <member name=
"M:UnityEditor.Events.UnityEventTools.RemovePersistentListener(UnityEngine.Events.UnityEventBase,UnityEngine.Events.UnityAction`2&lt;T0,T1&gt;)">
12917       <summary>
12918         <para>Removes the given function
from the event.</para>
12919       </summary>
12920       <param name=
"unityEvent">Event to modify.</param>
12921       <param name=
"index">Index to remove (if specified).</param>
12922       <param name=
"call">Function to remove (if specified).</param>
12923     </member>
12924     <member name=
"M:UnityEditor.Events.UnityEventTools.RemovePersistentListener(UnityEngine.Events.UnityEventBase,UnityEngine.Events.UnityAction`3&lt;T0,T1,T2&gt;)">
12925       <summary>
12926         <para>Removes the given function
from the event.</para>
12927       </summary>
12928       <param name=
"unityEvent">Event to modify.</param>
12929       <param name=
"index">Index to remove (if specified).</param>
12930       <param name=
"call">Function to remove (if specified).</param>
12931     </member>
12932     <member name=
"M:UnityEditor.Events.UnityEventTools.RemovePersistentListener(UnityEngine.Events.UnityEventBase,UnityEngine.Events.UnityAction`4&lt;T0,T1,T2,T3&gt;)">
12933       <summary>
12934         <para>Removes the given function
from the event.</para>
12935       </summary>
12936       <param name=
"unityEvent">Event to modify.</param>
12937       <param name=
"index">Index to remove (if specified).</param>
12938       <param name=
"call">Function to remove (if specified).</param>
12939     </member>
12940     <member name=
"M:UnityEditor.Events.UnityEventTools.UnregisterPersistentListener(UnityEngine.Events.UnityEventBase,System.Int32)">
12941       <summary>
12942         <para>Unregisters the given listener at the specified index.</para>
12943       </summary>
12944       <param name=
"unityEvent">Event to modify.</param>
12945       <param name=
"index">Index to unregister.</param>
12946     </member>
12947     <member name=
"T:UnityEditor.ExportPackageOptions">
12948       <summary>
12949         <para>Export package option. Multiple options can be combined together
using the | operator.</para>
12950       </summary>
12951     </member>
12952     <member name=
"F:UnityEditor.ExportPackageOptions.Default">
12953       <summary>
12954         <para>Default mode. Will not include dependencies or subdirectories nor include Library assets unless specifically included
in the asset list.</para>
12955       </summary>
12956     </member>
12957     <member name=
"F:UnityEditor.ExportPackageOptions.IncludeDependencies">
12958       <summary>
12959         <para>In addition to the assets paths listed, all dependent assets will be included
as well.</para>
12960       </summary>
12961     </member>
12962     <member name=
"F:UnityEditor.ExportPackageOptions.IncludeLibraryAssets">
12963       <summary>
12964         <para>The exported package will include all library assets, ie. the project settings located
in the Library folder of the project.</para>
12965       </summary>
12966     </member>
12967     <member name=
"F:UnityEditor.ExportPackageOptions.Interactive">
12968       <summary>
12969         <para>The export operation will be run asynchronously and reveal the exported package file
in a file browser window after the export is finished.</para>
12970       </summary>
12971     </member>
12972     <member name=
"F:UnityEditor.ExportPackageOptions.Recurse">
12973       <summary>
12974         <para>Will recurse through any subdirectories listed and include all assets inside them.</para>
12975       </summary>
12976     </member>
12977     <member name=
"T:UnityEditor.FileUtil">
12978       <summary>
12979         <para>Lets you
do move, copy, delete operations over files or directories.</para>
12980       </summary>
12981     </member>
12982     <member name=
"M:UnityEditor.FileUtil.CopyFileOrDirectory(System.String,System.String)">
12983       <summary>
12984         <para>Copies a file or a directory.</para>
12985       </summary>
12986       <param name=
"from"></param>
12987       <param name=
"to"></param>
12988     </member>
12989     <member name=
"M:UnityEditor.FileUtil.CopyFileOrDirectoryFollowSymlinks(System.String,System.String)">
12990       <summary>
12991         <para>Copies the file or directory.</para>
12992       </summary>
12993       <param name=
"from"></param>
12994       <param name=
"to"></param>
12995     </member>
12996     <member name=
"M:UnityEditor.FileUtil.DeleteFileOrDirectory(System.String)">
12997       <summary>
12998         <para>Deletes a file or a directory given a path.</para>
12999       </summary>
13000       <param name=
"path"></param>
13001     </member>
13002     <member name=
"M:UnityEditor.FileUtil.GetUniqueTempPathInProject">
13003       <summary>
13004         <para>Returns a unique path
in the Temp folder within your current project.</para>
13005       </summary>
13006     </member>
13007     <member name=
"M:UnityEditor.FileUtil.MoveFileOrDirectory(System.String,System.String)">
13008       <summary>
13009         <para>Moves a file or a directory
from a given path to another path.</para>
13010       </summary>
13011       <param name=
"from"></param>
13012       <param name=
"to"></param>
13013     </member>
13014     <member name=
"M:UnityEditor.FileUtil.ReplaceDirectory(System.String,System.String)">
13015       <summary>
13016         <para>Replaces a directory.</para>
13017       </summary>
13018       <param name=
"src"></param>
13019       <param name=
"dst"></param>
13020     </member>
13021     <member name=
"M:UnityEditor.FileUtil.ReplaceFile(System.String,System.String)">
13022       <summary>
13023         <para>Replaces a file.</para>
13024       </summary>
13025       <param name=
"src"></param>
13026       <param name=
"dst"></param>
13027     </member>
13028     <member name=
"T:UnityEditor.FontRenderingMode">
13029       <summary>
13030         <para>Font rendering mode constants
for TrueTypeFontImporter.</para>
13031       </summary>
13032     </member>
13033     <member name=
"F:UnityEditor.FontRenderingMode.HintedRaster">
13034       <summary>
13035         <para>Use hinted font rendering without anti-aliasing. This
is the crispest font rendering option, and may be most readable for small.</para>
13036       </summary>
13037     </member>
13038     <member name=
"F:UnityEditor.FontRenderingMode.HintedSmooth">
13039       <summary>
13040         <para>Use Anti-Aliased Font rendering with hinting. This forces character lines to run along pixel boundaries, and generally produces.</para>
13041       </summary>
13042     </member>
13043     <member name=
"F:UnityEditor.FontRenderingMode.OSDefault">
13044       <summary>
13045         <para>Use the OS
default font rendering mode. This selects either FontRenderingMode.HintedSmooth or.</para>
13046       </summary>
13047     </member>
13048     <member name=
"F:UnityEditor.FontRenderingMode.Smooth">
13049       <summary>
13050         <para>Use Anti-Aliased Font rendering. When
using dynamic fonts, this is the mode which is fastest in rendering font textures.</para>
13051       </summary>
13052     </member>
13053     <member name=
"T:UnityEditor.FontTextureCase">
13054       <summary>
13055         <para>Texture
case constants for TrueTypeFontImporter.</para>
13056       </summary>
13057     </member>
13058     <member name=
"F:UnityEditor.FontTextureCase.ASCII">
13059       <summary>
13060         <para>Import basic ASCII character
set.</para>
13061       </summary>
13062     </member>
13063     <member name=
"F:UnityEditor.FontTextureCase.ASCIILowerCase">
13064       <summary>
13065         <para>Only import lower
case ASCII character set.</para>
13066       </summary>
13067     </member>
13068     <member name=
"F:UnityEditor.FontTextureCase.ASCIIUpperCase">
13069       <summary>
13070         <para>Only import upper
case ASCII character set.</para>
13071       </summary>
13072     </member>
13073     <member name=
"F:UnityEditor.FontTextureCase.CustomSet">
13074       <summary>
13075         <para>Custom
set of characters.</para>
13076       </summary>
13077     </member>
13078     <member name=
"F:UnityEditor.FontTextureCase.Dynamic">
13079       <summary>
13080         <para>Render characters
into font texture at runtime as needed.</para>
13081       </summary>
13082     </member>
13083     <member name=
"F:UnityEditor.FontTextureCase.Unicode">
13084       <summary>
13085         <para>Import a
set of Unicode characters common for latin scripts.</para>
13086       </summary>
13087     </member>
13088     <member name=
"T:UnityEditor.GameObjectUtility">
13089       <summary>
13090         <para>GameObject utility functions.</para>
13091       </summary>
13092     </member>
13093     <member name=
"M:UnityEditor.GameObjectUtility.AreStaticEditorFlagsSet(UnityEngine.GameObject,UnityEditor.StaticEditorFlags)">
13094       <summary>
13095         <para>Returns
true if the passed in StaticEditorFlags are set on the GameObject specified.</para>
13096       </summary>
13097       <param name=
"go">The GameObject to check.</param>
13098       <param name=
"flags">The flags you want to check.</param>
13099       <returns>
13100         <para>Whether the GameObject
's static flags match the flags specified.</para>
13101       </returns>
13102     </member>
13103     <member name=
"M:UnityEditor.GameObjectUtility.GetNavMeshArea(UnityEngine.GameObject)">
13104       <summary>
13105         <para>Get the navmesh area index
for the GameObject.</para>
13106       </summary>
13107       <param name=
"go">GameObject to query.</param>
13108       <returns>
13109         <para>NavMesh area index.</para>
13110       </returns>
13111     </member>
13112     <member name=
"M:UnityEditor.GameObjectUtility.GetNavMeshAreaFromName(System.String)">
13113       <summary>
13114         <para>Get the navmesh area index
from the area name.</para>
13115       </summary>
13116       <param name=
"name">NavMesh area name to query.</param>
13117       <returns>
13118         <para>The NavMesh area index. If there
is no NavMesh area with the requested name, the return value is -1.</para>
13119       </returns>
13120     </member>
13121     <member name=
"M:UnityEditor.GameObjectUtility.GetNavMeshAreaNames">
13122       <summary>
13123         <para>Get all the navmesh area names.</para>
13124       </summary>
13125       <returns>
13126         <para>Names of all the NavMesh areas.</para>
13127       </returns>
13128     </member>
13129     <member name=
"M:UnityEditor.GameObjectUtility.GetNavMeshLayer(UnityEngine.GameObject)">
13130       <summary>
13131         <para>Get the navmesh layer
for the GameObject.</para>
13132       </summary>
13133       <param name=
"go">The GameObject to check.</param>
13134       <returns>
13135         <para>The navmesh layer
for the GameObject specified.</para>
13136       </returns>
13137     </member>
13138     <member name=
"M:UnityEditor.GameObjectUtility.GetNavMeshLayerFromName(System.String)">
13139       <summary>
13140         <para>Get the navmesh layer
from the layer name.</para>
13141       </summary>
13142       <param name=
"name">The name of the navmesh layer.</param>
13143       <returns>
13144         <para>The layer number of the navmesh layer name specified.</para>
13145       </returns>
13146     </member>
13147     <member name=
"M:UnityEditor.GameObjectUtility.GetNavMeshLayerNames">
13148       <summary>
13149         <para>Get all the navmesh layer names.</para>
13150       </summary>
13151       <returns>
13152         <para>An array of the names of all navmesh layers.</para>
13153       </returns>
13154     </member>
13155     <member name=
"M:UnityEditor.GameObjectUtility.GetStaticEditorFlags(UnityEngine.GameObject)">
13156       <summary>
13157         <para>Gets the StaticEditorFlags of the GameObject specified.</para>
13158       </summary>
13159       <param name=
"go">The GameObject whose flags you are interested in.</param>
13160       <returns>
13161         <para>The
static editor flags of the GameObject specified.</para>
13162       </returns>
13163     </member>
13164     <member name=
"M:UnityEditor.GameObjectUtility.GetUniqueNameForSibling(UnityEngine.Transform,System.String)">
13165       <summary>
13166         <para>Get unique name
for a new GameObject compared to existing siblings. Useful when trying to avoid duplicate naming. When duplicate(s) are found, uses incremental a number after the base name.</para>
13167       </summary>
13168       <param name=
"parent">Target parent for a new GameObject. Null means root level.</param>
13169       <param name=
"name">Requested name for a new GameObject.</param>
13170       <returns>
13171         <para>Unique name
for a new GameObject.</para>
13172       </returns>
13173     </member>
13174     <member name=
"M:UnityEditor.GameObjectUtility.SetNavMeshArea(UnityEngine.GameObject,System.Int32)">
13175       <summary>
13176         <para>Set the navmesh area
for the gameobject.</para>
13177       </summary>
13178       <param name=
"go">GameObject to modify.</param>
13179       <param name=
"areaIndex">NavMesh area index to set.</param>
13180     </member>
13181     <member name=
"M:UnityEditor.GameObjectUtility.SetNavMeshLayer(UnityEngine.GameObject,System.Int32)">
13182       <summary>
13183         <para>Set the navmesh layer
for the GameObject.</para>
13184       </summary>
13185       <param name=
"go">The GameObject on which to set the navmesh layer.</param>
13186       <param name=
"areaIndex">The layer number you want to set.</param>
13187     </member>
13188     <member name=
"M:UnityEditor.GameObjectUtility.SetParentAndAlign(UnityEngine.GameObject,UnityEngine.GameObject)">
13189       <summary>
13190         <para>Sets the parent and gives the child the same layer and position.</para>
13191       </summary>
13192       <param name=
"child">The GameObject that should have a new parent set.</param>
13193       <param name=
"parent">The GameObject that the child should get as a parent and have position and layer copied from. If null, this function does nothing.</param>
13194     </member>
13195     <member name=
"M:UnityEditor.GameObjectUtility.SetStaticEditorFlags(UnityEngine.GameObject,UnityEditor.StaticEditorFlags)">
13196       <summary>
13197         <para>Sets the
static editor flags on the specified GameObject.</para>
13198       </summary>
13199       <param name=
"go">The GameObject whose static editor flags you want to set.</param>
13200       <param name=
"flags">The flags to set on the GameObject.</param>
13201     </member>
13202     <member name=
"T:UnityEditor.GenericMenu">
13203       <summary>
13204         <para>The GenericMenu lets you create a custom context and dropdown menus.</para>
13205       </summary>
13206     </member>
13207     <member name=
"M:UnityEditor.GenericMenu.AddDisabledItem(UnityEngine.GUIContent)">
13208       <summary>
13209         <para>Add a disabled item to the menu.</para>
13210       </summary>
13211       <param name=
"content">The GUIContent to display as a disabled menu item.</param>
13212     </member>
13213     <member name=
"M:UnityEditor.GenericMenu.AddItem(UnityEngine.GUIContent,System.Boolean,UnityEditor.GenericMenu/MenuFunction)">
13214       <summary>
13215         <para>Add an item to the menu.</para>
13216       </summary>
13217       <param name=
"content">The GUIContent to add as a menu item.</param>
13218       <param name=
"on">Whether to show the item is currently activated (i.e. a tick next to the item in the menu).</param>
13219       <param name=
"func">The function to call when the menu item is selected.</param>
13220     </member>
13221     <member name=
"M:UnityEditor.GenericMenu.AddItem(UnityEngine.GUIContent,System.Boolean,UnityEditor.GenericMenu/MenuFunction2,System.Object)">
13222       <summary>
13223         <para>Add an item to the menu.</para>
13224       </summary>
13225       <param name=
"content">The GUIContent to add as a menu item.</param>
13226       <param name=
"on">Whether to show the item is currently activated (i.e. a tick next to the item in the menu).</param>
13227       <param name=
"func">The function to call when the menu item is selected.</param>
13228       <param name=
"userData">The data to pass to the function called when the item is selected.</param>
13229     </member>
13230     <member name=
"M:UnityEditor.GenericMenu.AddSeparator(System.String)">
13231       <summary>
13232         <para>Add a seperator item to the menu.</para>
13233       </summary>
13234       <param name=
"path">The path to the submenu, if adding a separator to a submenu. When adding a separator to the top level of a menu, use an empty string as the path.</param>
13235     </member>
13236     <member name=
"M:UnityEditor.GenericMenu.DropDown(UnityEngine.Rect)">
13237       <summary>
13238         <para>Show the menu at the given screen rect.</para>
13239       </summary>
13240       <param name=
"position">The position at which to show the menu.</param>
13241     </member>
13242     <member name=
"M:UnityEditor.GenericMenu.GetItemCount">
13243       <summary>
13244         <para>Get number of items
in the menu.</para>
13245       </summary>
13246       <returns>
13247         <para>The number of items
in the menu.</para>
13248       </returns>
13249     </member>
13250     <member name=
"T:UnityEditor.GenericMenu.MenuFunction">
13251       <summary>
13252         <para>Callback function, called
when a menu item is selected.</para>
13253       </summary>
13254     </member>
13255     <member name=
"T:UnityEditor.GenericMenu.MenuFunction2">
13256       <summary>
13257         <para>Callback function with user data, called
when a menu item is selected.</para>
13258       </summary>
13259       <param name=
"userData">The data to pass through to the callback function.</param>
13260     </member>
13261     <member name=
"M:UnityEditor.GenericMenu.ShowAsContext">
13262       <summary>
13263         <para>Show the menu under the mouse
when right-clicked.</para>
13264       </summary>
13265     </member>
13266     <member name=
"T:UnityEditor.GizmoType">
13267       <summary>
13268         <para>Determines how a gizmo
is drawn or picked in the Unity editor.</para>
13269       </summary>
13270     </member>
13271     <member name=
"F:UnityEditor.GizmoType.Active">
13272       <summary>
13273         <para>Draw the gizmo
if it is active (shown in the inspector).</para>
13274       </summary>
13275     </member>
13276     <member name=
"F:UnityEditor.GizmoType.InSelectionHierarchy">
13277       <summary>
13278         <para>Draw the gizmo
if it is selected or it is a child/descendent of the selected.</para>
13279       </summary>
13280     </member>
13281     <member name=
"F:UnityEditor.GizmoType.NonSelected">
13282       <summary>
13283         <para>Draw the gizmo
if it is not selected.</para>
13284       </summary>
13285     </member>
13286     <member name=
"F:UnityEditor.GizmoType.NotInSelectionHierarchy">
13287       <summary>
13288         <para>Draw the gizmo
if it is not selected and also no parent/ancestor is selected.</para>
13289       </summary>
13290     </member>
13291     <member name=
"F:UnityEditor.GizmoType.Pickable">
13292       <summary>
13293         <para>The gizmo can be picked
in the editor.</para>
13294       </summary>
13295     </member>
13296     <member name=
"F:UnityEditor.GizmoType.Selected">
13297       <summary>
13298         <para>Draw the gizmo
if it is selected.</para>
13299       </summary>
13300     </member>
13301     <member name=
"T:UnityEditor.GraphicsJobMode">
13302       <summary>
13303         <para>Enum used to specify the graphics jobs mode to use.</para>
13304       </summary>
13305     </member>
13306     <member name=
"F:UnityEditor.GraphicsJobMode.Legacy">
13307       <summary>
13308         <para>Legacy graphics jobs.</para>
13309       </summary>
13310     </member>
13311     <member name=
"F:UnityEditor.GraphicsJobMode.Native">
13312       <summary>
13313         <para>Native graphics jobs.</para>
13314       </summary>
13315     </member>
13316     <member name=
"T:UnityEditor.GUIDrawer">
13317       <summary>
13318         <para>Base
class for PropertyDrawer and DecoratorDrawer.</para>
13319       </summary>
13320     </member>
13321     <member name=
"T:UnityEditor.Handles">
13322       <summary>
13323         <para>Custom
3D GUI controls and drawing in the scene view.</para>
13324       </summary>
13325     </member>
13326     <member name=
"P:UnityEditor.Handles.centerColor">
13327       <summary>
13328         <para>Color to use
for handles that represent the center of something.</para>
13329       </summary>
13330     </member>
13331     <member name=
"P:UnityEditor.Handles.color">
13332       <summary>
13333         <para>Colors of the handles.</para>
13334       </summary>
13335     </member>
13336     <member name=
"P:UnityEditor.Handles.currentCamera">
13337       <summary>
13338         <para>Setup viewport and stuff
for a current camera.</para>
13339       </summary>
13340     </member>
13341     <member name=
"P:UnityEditor.Handles.inverseMatrix">
13342       <summary>
13343         <para>The inverse of the matrix
for all handle operations.</para>
13344       </summary>
13345     </member>
13346     <member name=
"P:UnityEditor.Handles.lighting">
13347       <summary>
13348         <para>Are handles lit?</para>
13349       </summary>
13350     </member>
13351     <member name=
"P:UnityEditor.Handles.matrix">
13352       <summary>
13353         <para>Matrix
for all handle operations.</para>
13354       </summary>
13355     </member>
13356     <member name=
"P:UnityEditor.Handles.secondaryColor">
13357       <summary>
13358         <para>Soft color to use
for for general things.</para>
13359       </summary>
13360     </member>
13361     <member name=
"P:UnityEditor.Handles.selectedColor">
13362       <summary>
13363         <para>Color to use
for the currently active handle.</para>
13364       </summary>
13365     </member>
13366     <member name=
"P:UnityEditor.Handles.xAxisColor">
13367       <summary>
13368         <para>Color to use
for handles that manipulates the X coordinate of something.</para>
13369       </summary>
13370     </member>
13371     <member name=
"P:UnityEditor.Handles.yAxisColor">
13372       <summary>
13373         <para>Color to use
for handles that manipulates the Y coordinate of something.</para>
13374       </summary>
13375     </member>
13376     <member name=
"P:UnityEditor.Handles.zAxisColor">
13377       <summary>
13378         <para>Color to use
for handles that manipulates the Z coordinate of something.</para>
13379       </summary>
13380     </member>
13381     <member name=
"P:UnityEditor.Handles.zTest">
13382       <summary>
13383         <para>zTest of the handles.</para>
13384       </summary>
13385     </member>
13386     <member name=
"M:UnityEditor.Handles.ArrowHandleCap(System.Int32,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single,UnityEngine.EventType)">
13387       <summary>
13388         <para>Draw an arrow like those used
by the move tool.</para>
13389       </summary>
13390       <param name=
"controlID">The control ID for the handle.</param>
13391       <param name=
"position">The position of the handle in the space of Handles.matrix.</param>
13392       <param name=
"rotation">The rotation of the handle in the space of Handles.matrix.</param>
13393       <param name=
"size">The size of the handle in the space of Handles.matrix. Use HandleUtility.GetHandleSize if you want a constant screen-space size.</param>
13394       <param name=
"eventType">Event type for the handle to act upon. By design it handles EventType.Layout and EventType.Repaint events.</param>
13395     </member>
13396     <member name=
"M:UnityEditor.Handles.BeginGUI">
13397       <summary>
13398         <para>Begin a
2D GUI block inside the 3D handle GUI.</para>
13399       </summary>
13400       <param name=
"position">The position and size of the 2D GUI area.</param>
13401     </member>
13402     <member name=
"M:UnityEditor.Handles.BeginGUI(UnityEngine.Rect)">
13403       <summary>
13404         <para>Begin a
2D GUI block inside the 3D handle GUI.</para>
13405       </summary>
13406       <param name=
"position">The position and size of the 2D GUI area.</param>
13407     </member>
13408     <member name=
"M:UnityEditor.Handles.Button(UnityEngine.Vector3,UnityEngine.Quaternion,System.Single,System.Single,UnityEditor.Handles/CapFunction)">
13409       <summary>
13410         <para>Make a
3D Button.</para>
13411       </summary>
13412       <param name=
"position">The position to draw the button in the space of Handles.matrix.</param>
13413       <param name=
"direction">The rotation of the button in the space of Handles.matrix.</param>
13414       <param name=
"size">The visual size of the handle. Use HandleUtility.GetHandleSize if you want a constant screen-space size.</param>
13415       <param name=
"pickSize">The size of the button for the purpose of detecting a click. Use HandleUtility.GetHandleSize if you want a constant screen-space size.</param>
13416       <param name=
"capFunction">The draw style of the button.</param>
13417       <returns>
13418         <para>True
when the user clicks the button.</para>
13419       </returns>
13420     </member>
13421     <member name=
"T:UnityEditor.Handles.CapFunction">
13422       <summary>
13423         <para>The function to use
for drawing the handle e.g. Handles.RectangleCap.</para>
13424       </summary>
13425       <param name=
"controlID">The control ID for the handle.</param>
13426       <param name=
"position">The position of the handle in the space of Handles.matrix.</param>
13427       <param name=
"rotation">The rotation of the handle in the space of Handles.matrix.</param>
13428       <param name=
"size">The size of the handle in world-space units.</param>
13429       <param name=
"eventType">Event type for the handle to act upon. By design it handles EventType.Layout and EventType.Repaint events.</param>
13430     </member>
13431     <member name=
"M:UnityEditor.Handles.CircleHandleCap(System.Int32,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single,UnityEngine.EventType)">
13432       <summary>
13433         <para>Draw a circle handle. Pass
this into handle functions.</para>
13434       </summary>
13435       <param name=
"controlID">The control ID for the handle.</param>
13436       <param name=
"position">The position of the handle in the space of Handles.matrix.</param>
13437       <param name=
"rotation">The rotation of the handle in the space of Handles.matrix.</param>
13438       <param name=
"size">The size of the handle in the space of Handles.matrix. Use HandleUtility.GetHandleSize if you want a constant screen-space size.</param>
13439       <param name=
"eventType">Event type for the handle to act upon. By design it handles EventType.Layout and EventType.Repaint events.</param>
13440     </member>
13441     <member name=
"M:UnityEditor.Handles.ClearCamera(UnityEngine.Rect,UnityEngine.Camera)">
13442       <summary>
13443         <para>Clears the camera.</para>
13444       </summary>
13445       <param name=
"position">Where in the Scene to clear.</param>
13446       <param name=
"camera">The camera to clear.</param>
13447     </member>
13448     <member name=
"M:UnityEditor.Handles.ConeHandleCap(System.Int32,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single,UnityEngine.EventType)">
13449       <summary>
13450         <para>Draw a cone handle. Pass
this into handle functions.</para>
13451       </summary>
13452       <param name=
"controlID">The control ID for the handle.</param>
13453       <param name=
"position">The position of the handle in the space of Handles.matrix.</param>
13454       <param name=
"rotation">The rotation of the handle in the space of Handles.matrix.</param>
13455       <param name=
"size">The size of the handle in the space of Handles.matrix. Use HandleUtility.GetHandleSize if you want a constant screen-space size.</param>
13456       <param name=
"eventType">Event type for the handle to act upon. By design it handles EventType.Layout and EventType.Repaint events.</param>
13457     </member>
13458     <member name=
"M:UnityEditor.Handles.CubeHandleCap(System.Int32,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single,UnityEngine.EventType)">
13459       <summary>
13460         <para>Draw a cube handle. Pass
this into handle functions.</para>
13461       </summary>
13462       <param name=
"controlID">The control ID for the handle.</param>
13463       <param name=
"position">The position of the handle in the space of Handles.matrix.</param>
13464       <param name=
"rotation">The rotation of the handle in the space of Handles.matrix.</param>
13465       <param name=
"size">The size of the handle in the space of Handles.matrix. Use HandleUtility.GetHandleSize if you want a constant screen-space size.</param>
13466       <param name=
"eventType">Event type for the handle to act upon. By design it handles EventType.Layout and EventType.Repaint events.</param>
13467     </member>
13468     <member name=
"M:UnityEditor.Handles.CylinderHandleCap(System.Int32,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single,UnityEngine.EventType)">
13469       <summary>
13470         <para>Draw a cylinder handle. Pass
this into handle functions.</para>
13471       </summary>
13472       <param name=
"controlID">The control ID for the handle.</param>
13473       <param name=
"position">The position of the handle in the space of Handles.matrix.</param>
13474       <param name=
"rotation">The rotation of the handle in the space of Handles.matrix.</param>
13475       <param name=
"size">The size of the handle in the space of Handles.matrix. Use HandleUtility.GetHandleSize if you want a constant screen-space size.</param>
13476       <param name=
"eventType">Event type for the handle to act upon. By design it handles EventType.Layout and EventType.Repaint events.</param>
13477     </member>
13478     <member name=
"M:UnityEditor.Handles.Disc(UnityEngine.Quaternion,UnityEngine.Vector3,UnityEngine.Vector3,System.Single,System.Boolean,System.Single)">
13479       <summary>
13480         <para>Make a
3D disc that can be dragged with the mouse.
13481 Note: Use HandleUtility.GetHandleSize
where you might want to have constant screen-sized handles.</para>
13482       </summary>
13483       <param name=
"rotation">The rotation of the disc.</param>
13484       <param name=
"position">The center of the disc.</param>
13485       <param name=
"axis">The axis to rotate around.</param>
13486       <param name=
"size">The size of the disc in world space See Also:HandleUtility.GetHandleSize.</param>
13487       <param name=
"cutoffPlane">If true, only the front-facing half of the circle is draw / draggable. This is useful when you have many overlapping rotation axes (like in the default rotate tool) to avoid clutter.</param>
13488       <param name=
"snap">The grid size to snap to.</param>
13489       <returns>
13490         <para>The
new rotation value modified by the user's interaction with the handle. If the user has not moved the handle, it will return the same value as you passed into the function.</para>
13491       </returns>
13492     </member>
13493     <member name=
"M:UnityEditor.Handles.DotHandleCap(System.Int32,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single,UnityEngine.EventType)">
13494       <summary>
13495         <para>Draw a dot handle. Pass
this into handle functions.</para>
13496       </summary>
13497       <param name=
"controlID">The control ID for the handle.</param>
13498       <param name=
"position">The position of the handle in the space of Handles.matrix.</param>
13499       <param name=
"rotation">The rotation of the handle in the space of Handles.matrix.</param>
13500       <param name=
"size">The size of the handle in the space of Handles.matrix. Use HandleUtility.GetHandleSize if you want a constant screen-space size.</param>
13501       <param name=
"eventType">Event type for the handle to act upon. By design it handles EventType.Layout and EventType.Repaint events.</param>
13502     </member>
13503     <member name=
"M:UnityEditor.Handles.DrawAAConvexPolygon(UnityEngine.Vector3[])">
13504       <summary>
13505         <para>Draw anti-aliased convex polygon specified with point array.</para>
13506       </summary>
13507       <param name=
"points">List of points describing the convex polygon.</param>
13508     </member>
13509     <member name=
"M:UnityEditor.Handles.DrawAAPolyLine(UnityEngine.Vector3[])">
13510       <summary>
13511         <para>Draw anti-aliased line specified with point array and width.</para>
13512       </summary>
13513       <param name=
"lineTex">The AA texture used for rendering. To get an anti-aliased effect use a texture that is 1x2 pixels with one transparent white pixel and one opaque white pixel.</param>
13514       <param name=
"width">The width of the line. Note: Use HandleUtility.GetHandleSize where you might want to have constant screen-sized handles.</param>
13515       <param name=
"points">List of points to build the line from.</param>
13516       <param name=
"actualNumberOfPoints"></param>
13517     </member>
13518     <member name=
"M:UnityEditor.Handles.DrawAAPolyLine(System.Single,UnityEngine.Vector3[])">
13519       <summary>
13520         <para>Draw anti-aliased line specified with point array and width.</para>
13521       </summary>
13522       <param name=
"lineTex">The AA texture used for rendering. To get an anti-aliased effect use a texture that is 1x2 pixels with one transparent white pixel and one opaque white pixel.</param>
13523       <param name=
"width">The width of the line. Note: Use HandleUtility.GetHandleSize where you might want to have constant screen-sized handles.</param>
13524       <param name=
"points">List of points to build the line from.</param>
13525       <param name=
"actualNumberOfPoints"></param>
13526     </member>
13527     <member name=
"M:UnityEditor.Handles.DrawAAPolyLine(UnityEngine.Texture2D,UnityEngine.Vector3[])">
13528       <summary>
13529         <para>Draw anti-aliased line specified with point array and width.</para>
13530       </summary>
13531       <param name=
"lineTex">The AA texture used for rendering. To get an anti-aliased effect use a texture that is 1x2 pixels with one transparent white pixel and one opaque white pixel.</param>
13532       <param name=
"width">The width of the line. Note: Use HandleUtility.GetHandleSize where you might want to have constant screen-sized handles.</param>
13533       <param name=
"points">List of points to build the line from.</param>
13534       <param name=
"actualNumberOfPoints"></param>
13535     </member>
13536     <member name=
"M:UnityEditor.Handles.DrawAAPolyLine(System.Single,System.Int32,UnityEngine.Vector3[])">
13537       <summary>
13538         <para>Draw anti-aliased line specified with point array and width.</para>
13539       </summary>
13540       <param name=
"lineTex">The AA texture used for rendering. To get an anti-aliased effect use a texture that is 1x2 pixels with one transparent white pixel and one opaque white pixel.</param>
13541       <param name=
"width">The width of the line. Note: Use HandleUtility.GetHandleSize where you might want to have constant screen-sized handles.</param>
13542       <param name=
"points">List of points to build the line from.</param>
13543       <param name=
"actualNumberOfPoints"></param>
13544     </member>
13545     <member name=
"M:UnityEditor.Handles.DrawAAPolyLine(UnityEngine.Texture2D,System.Single,UnityEngine.Vector3[])">
13546       <summary>
13547         <para>Draw anti-aliased line specified with point array and width.</para>
13548       </summary>
13549       <param name=
"lineTex">The AA texture used for rendering. To get an anti-aliased effect use a texture that is 1x2 pixels with one transparent white pixel and one opaque white pixel.</param>
13550       <param name=
"width">The width of the line. Note: Use HandleUtility.GetHandleSize where you might want to have constant screen-sized handles.</param>
13551       <param name=
"points">List of points to build the line from.</param>
13552       <param name=
"actualNumberOfPoints"></param>
13553     </member>
13554     <member name=
"M:UnityEditor.Handles.DrawBezier(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Color,UnityEngine.Texture2D,System.Single)">
13555       <summary>
13556         <para>Draw textured bezier line through start and end points with the given tangents. To
get an anti-aliased effect use a texture that is 1x2 pixels with one transparent white pixel and one opaque white pixel. The bezier curve will be swept using this texture.</para>
13557       </summary>
13558       <param name=
"startPosition">The start point of the bezier line.</param>
13559       <param name=
"endPosition">The end point of the bezier line.</param>
13560       <param name=
"startTangent">The start tangent of the bezier line.</param>
13561       <param name=
"endTangent">The end tangent of the bezier line.</param>
13562       <param name=
"color">The color to use for the bezier line.</param>
13563       <param name=
"texture">The texture to use for drawing the bezier line.</param>
13564       <param name=
"width">The width of the bezier line.</param>
13565     </member>
13566     <member name=
"M:UnityEditor.Handles.DrawCamera">
13567       <summary>
13568         <para>Draws a camera inside a rectangle.</para>
13569       </summary>
13570       <param name=
"position">The area to draw the camera within in GUI coordinates.</param>
13571       <param name=
"camera">The camera to draw.</param>
13572       <param name=
"drawMode">How the camera is drawn (textured, wireframe, etc).</param>
13573       <param name=
"gridParam">Parameters of grid drawing (can be omitted).</param>
13574     </member>
13575     <member name=
"M:UnityEditor.Handles.DrawCamera(UnityEngine.Rect,UnityEngine.Camera)">
13576       <summary>
13577         <para>Draws a camera inside a rectangle.</para>
13578       </summary>
13579       <param name=
"position">The area to draw the camera within in GUI coordinates.</param>
13580       <param name=
"camera">The camera to draw.</param>
13581       <param name=
"drawMode">How the camera is drawn (textured, wireframe, etc.).</param>
13582     </member>
13583     <member name=
"M:UnityEditor.Handles.DrawCamera(UnityEngine.Rect,UnityEngine.Camera,UnityEditor.DrawCameraMode)">
13584       <summary>
13585         <para>Draws a camera inside a rectangle.</para>
13586       </summary>
13587       <param name=
"position">The area to draw the camera within in GUI coordinates.</param>
13588       <param name=
"camera">The camera to draw.</param>
13589       <param name=
"drawMode">How the camera is drawn (textured, wireframe, etc.).</param>
13590     </member>
13591     <member name=
"M:UnityEditor.Handles.DrawDottedLine(UnityEngine.Vector3,UnityEngine.Vector3,System.Single)">
13592       <summary>
13593         <para>Draw a dotted line
from p1 to p2.</para>
13594       </summary>
13595       <param name=
"p1">The start point.</param>
13596       <param name=
"p2">The end point.</param>
13597       <param name=
"screenSpaceSize">The size in pixels for the lengths of the line segments and the gaps between them.</param>
13598     </member>
13599     <member name=
"M:UnityEditor.Handles.DrawDottedLines(UnityEngine.Vector3[],System.Single)">
13600       <summary>
13601         <para>Draw a list of dotted line segments.</para>
13602       </summary>
13603       <param name=
"lineSegments">A list of pairs of points that represent the start and end of line segments.</param>
13604       <param name=
"screenSpaceSize">The size in pixels for the lengths of the line segments and the gaps between them.</param>
13605     </member>
13606     <member name=
"M:UnityEditor.Handles.DrawDottedLines(UnityEngine.Vector3[],System.Int32[],System.Single)">
13607       <summary>
13608         <para>Draw a list of indexed dotted line segments.</para>
13609       </summary>
13610       <param name=
"points">A list of points.</param>
13611       <param name=
"segmentIndices">A list of pairs of indices to the start and end points of the line segments.</param>
13612       <param name=
"screenSpaceSize">The size in pixels for the lengths of the line segments and the gaps between them.</param>
13613     </member>
13614     <member name=
"T:UnityEditor.Handles.DrawingScope">
13615       <summary>
13616         <para>Disposable helper
struct for automatically setting and reverting Handles.color and/or Handles.matrix.</para>
13617       </summary>
13618     </member>
13619     <member name=
"P:UnityEditor.Handles.DrawingScope.originalColor">
13620       <summary>
13621         <para>The
value of Handles.color at the time this DrawingScope was created.</para>
13622       </summary>
13623     </member>
13624     <member name=
"P:UnityEditor.Handles.DrawingScope.originalMatrix">
13625       <summary>
13626         <para>The
value of Handles.matrix at the time this DrawingScope was created.</para>
13627       </summary>
13628     </member>
13629     <member name=
"M:UnityEditor.Handles.DrawingScope.#ctor(UnityEngine.Color)">
13630       <summary>
13631         <para>Create a
new DrawingScope and set Handles.color and/or Handles.matrix to the specified values.</para>
13632       </summary>
13633       <param name=
"matrix">The matrix to use for displaying Handles inside the scope block.</param>
13634       <param name=
"color">The color to use for displaying Handles inside the scope block.</param>
13635     </member>
13636     <member name=
"M:UnityEditor.Handles.DrawingScope.#ctor(UnityEngine.Color,UnityEngine.Matrix4x4)">
13637       <summary>
13638         <para>Create a
new DrawingScope and set Handles.color and/or Handles.matrix to the specified values.</para>
13639       </summary>
13640       <param name=
"matrix">The matrix to use for displaying Handles inside the scope block.</param>
13641       <param name=
"color">The color to use for displaying Handles inside the scope block.</param>
13642     </member>
13643     <member name=
"M:UnityEditor.Handles.DrawingScope.#ctor(UnityEngine.Matrix4x4)">
13644       <summary>
13645         <para>Create a
new DrawingScope and set Handles.color and/or Handles.matrix to the specified values.</para>
13646       </summary>
13647       <param name=
"matrix">The matrix to use for displaying Handles inside the scope block.</param>
13648       <param name=
"color">The color to use for displaying Handles inside the scope block.</param>
13649     </member>
13650     <member name=
"M:UnityEditor.Handles.DrawingScope.Dispose">
13651       <summary>
13652         <para>Automatically reverts Handles.color and Handles.matrix to their values prior to entering the scope,
when the scope is exited. You do not need to call this method manually.</para>
13653       </summary>
13654     </member>
13655     <member name=
"M:UnityEditor.Handles.DrawLine(UnityEngine.Vector3,UnityEngine.Vector3)">
13656       <summary>
13657         <para>Draw a line
from p1 to p2.</para>
13658       </summary>
13659       <param name=
"p1"></param>
13660       <param name=
"p2"></param>
13661     </member>
13662     <member name=
"M:UnityEditor.Handles.DrawLines(UnityEngine.Vector3[])">
13663       <summary>
13664         <para>Draw a list of line segments.</para>
13665       </summary>
13666       <param name=
"lineSegments">A list of pairs of points that represent the start and end of line segments.</param>
13667     </member>
13668     <member name=
"M:UnityEditor.Handles.DrawLines(UnityEngine.Vector3[],System.Int32[])">
13669       <summary>
13670         <para>Draw a list of indexed line segments.</para>
13671       </summary>
13672       <param name=
"points">A list of points.</param>
13673       <param name=
"segmentIndices">A list of pairs of indices to the start and end points of the line segments.</param>
13674     </member>
13675     <member name=
"M:UnityEditor.Handles.DrawPolyLine(UnityEngine.Vector3[])">
13676       <summary>
13677         <para>Draw a line going through the list of all points.</para>
13678       </summary>
13679       <param name=
"points"></param>
13680     </member>
13681     <member name=
"M:UnityEditor.Handles.DrawSelectionFrame(System.Int32,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single,UnityEngine.EventType)">
13682       <summary>
13683         <para>Draw a camera facing selection frame.</para>
13684       </summary>
13685       <param name=
"controlID"></param>
13686       <param name=
"position"></param>
13687       <param name=
"rotation"></param>
13688       <param name=
"size"></param>
13689       <param name=
"eventType"></param>
13690     </member>
13691     <member name=
"M:UnityEditor.Handles.DrawSolidArc(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Single,System.Single)">
13692       <summary>
13693         <para>Draw a circular sector (pie piece)
in 3D space.</para>
13694       </summary>
13695       <param name=
"center">The center of the circle.</param>
13696       <param name=
"normal">The normal of the circle.</param>
13697       <param name=
"from">The direction of the point on the circumference, relative to the center, where the sector begins.</param>
13698       <param name=
"angle">The angle of the sector, in degrees.</param>
13699       <param name=
"radius">The radius of the circle
13700
13701 Note: Use HandleUtility.GetHandleSize
where you might want to have constant screen-sized handles.</param>
13702     </member>
13703     <member name=
"M:UnityEditor.Handles.DrawSolidDisc(UnityEngine.Vector3,UnityEngine.Vector3,System.Single)">
13704       <summary>
13705         <para>Draw a solid flat disc
in 3D space.</para>
13706       </summary>
13707       <param name=
"center">The center of the dics.</param>
13708       <param name=
"normal">The normal of the disc.</param>
13709       <param name=
"radius">The radius of the dics
13710
13711 Note: Use HandleUtility.GetHandleSize
where you might want to have constant screen-sized handles.</param>
13712     </member>
13713     <member name=
"M:UnityEditor.Handles.DrawSolidRectangleWithOutline(UnityEngine.Vector3[],UnityEngine.Color,UnityEngine.Color)">
13714       <summary>
13715         <para>Draw a solid outlined rectangle
in 3D space.</para>
13716       </summary>
13717       <param name=
"verts">The 4 vertices of the rectangle in world coordinates.</param>
13718       <param name=
"faceColor">The color of the rectangle's face.</param>
13719       <param name=
"outlineColor">The outline color of the rectangle.</param>
13720     </member>
13721     <member name=
"M:UnityEditor.Handles.DrawWireArc(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Single,System.Single)">
13722       <summary>
13723         <para>Draw a circular arc
in 3D space.</para>
13724       </summary>
13725       <param name=
"center">The center of the circle.</param>
13726       <param name=
"normal">The normal of the circle.</param>
13727       <param name=
"from">The direction of the point on the circle circumference, relative to the center, where the arc begins.</param>
13728       <param name=
"angle">The angle of the arc, in degrees.</param>
13729       <param name=
"radius">The radius of the circle
13730
13731 Note: Use HandleUtility.GetHandleSize
where you might want to have constant screen-sized handles.</param>
13732     </member>
13733     <member name=
"M:UnityEditor.Handles.DrawWireCube(UnityEngine.Vector3,UnityEngine.Vector3)">
13734       <summary>
13735         <para>Draw a wireframe box with center and size.</para>
13736       </summary>
13737       <param name=
"center"></param>
13738       <param name=
"size"></param>
13739     </member>
13740     <member name=
"M:UnityEditor.Handles.DrawWireDisc(UnityEngine.Vector3,UnityEngine.Vector3,System.Single)">
13741       <summary>
13742         <para>Draw the outline of a flat disc
in 3D space.</para>
13743       </summary>
13744       <param name=
"center">The center of the dics.</param>
13745       <param name=
"normal">The normal of the disc.</param>
13746       <param name=
"radius">The radius of the dics
13747
13748 Note: Use HandleUtility.GetHandleSize
where you might want to have constant screen-sized handles.</param>
13749     </member>
13750     <member name=
"M:UnityEditor.Handles.EndGUI">
13751       <summary>
13752         <para>End a
2D GUI block and get back to the 3D handle GUI.</para>
13753       </summary>
13754     </member>
13755     <member name=
"M:UnityEditor.Handles.FreeMoveHandle(UnityEngine.Vector3,UnityEngine.Quaternion,System.Single,UnityEngine.Vector3,UnityEditor.Handles/CapFunction)">
13756       <summary>
13757         <para>Make an unconstrained movement handle.</para>
13758       </summary>
13759       <param name=
"position">The position of the handle in the space of Handles.matrix.</param>
13760       <param name=
"rotation">The rotation of the handle in the space of Handles.matrix.</param>
13761       <param name=
"size">The size of the handle in the space of Handles.matrix. Use HandleUtility.GetHandleSize if you want a constant screen-space size.</param>
13762       <param name=
"snap">The snap increment on all axes. See Handles.SnapValue.</param>
13763       <param name=
"capFunction">The function to call for doing the actual drawing.</param>
13764       <returns>
13765         <para>The
new value modified by the user's interaction with the handle. If the user has not moved the handle, it will return the same value as you passed into the function.</para>
13766       </returns>
13767     </member>
13768     <member name=
"M:UnityEditor.Handles.FreeRotateHandle(UnityEngine.Quaternion,UnityEngine.Vector3,System.Single)">
13769       <summary>
13770         <para>Make an unconstrained rotation handle.</para>
13771       </summary>
13772       <param name=
"rotation">Orientation of the handle.</param>
13773       <param name=
"position">Center of the handle in 3D space.</param>
13774       <param name=
"size">The size of the handle.
13775
13776 Note: Use HandleUtility.GetHandleSize
where you might want to have constant screen-sized handles.</param>
13777       <returns>
13778         <para>The
new rotation value modified by the user's interaction with the handle. If the user has not moved the handle, it will return the same value as you passed into the function.</para>
13779       </returns>
13780     </member>
13781     <member name=
"M:UnityEditor.Handles.GetMainGameViewSize">
13782       <summary>
13783         <para>Get the width and height of the main game view.</para>
13784       </summary>
13785     </member>
13786     <member name=
"M:UnityEditor.Handles.Label(UnityEngine.Vector3,System.String)">
13787       <summary>
13788         <para>Make a text label positioned
in 3D space.</para>
13789       </summary>
13790       <param name=
"position">Position in 3D space as seen from the current handle camera.</param>
13791       <param name=
"text">Text to display on the label.</param>
13792       <param name=
"image">Texture to display on the label.</param>
13793       <param name=
"content">Text, image and tooltip for this label.</param>
13794       <param name=
"style">The style to use. If left out, the label style from the current GUISkin is used.
13795
13796 Note: Use HandleUtility.GetHandleSize
where you might want to have constant screen-sized handles.</param>
13797     </member>
13798     <member name=
"M:UnityEditor.Handles.Label(UnityEngine.Vector3,UnityEngine.Texture)">
13799       <summary>
13800         <para>Make a text label positioned
in 3D space.</para>
13801       </summary>
13802       <param name=
"position">Position in 3D space as seen from the current handle camera.</param>
13803       <param name=
"text">Text to display on the label.</param>
13804       <param name=
"image">Texture to display on the label.</param>
13805       <param name=
"content">Text, image and tooltip for this label.</param>
13806       <param name=
"style">The style to use. If left out, the label style from the current GUISkin is used.
13807
13808 Note: Use HandleUtility.GetHandleSize
where you might want to have constant screen-sized handles.</param>
13809     </member>
13810     <member name=
"M:UnityEditor.Handles.Label(UnityEngine.Vector3,UnityEngine.GUIContent)">
13811       <summary>
13812         <para>Make a text label positioned
in 3D space.</para>
13813       </summary>
13814       <param name=
"position">Position in 3D space as seen from the current handle camera.</param>
13815       <param name=
"text">Text to display on the label.</param>
13816       <param name=
"image">Texture to display on the label.</param>
13817       <param name=
"content">Text, image and tooltip for this label.</param>
13818       <param name=
"style">The style to use. If left out, the label style from the current GUISkin is used.
13819
13820 Note: Use HandleUtility.GetHandleSize
where you might want to have constant screen-sized handles.</param>
13821     </member>
13822     <member name=
"M:UnityEditor.Handles.Label(UnityEngine.Vector3,System.String,UnityEngine.GUIStyle)">
13823       <summary>
13824         <para>Make a text label positioned
in 3D space.</para>
13825       </summary>
13826       <param name=
"position">Position in 3D space as seen from the current handle camera.</param>
13827       <param name=
"text">Text to display on the label.</param>
13828       <param name=
"image">Texture to display on the label.</param>
13829       <param name=
"content">Text, image and tooltip for this label.</param>
13830       <param name=
"style">The style to use. If left out, the label style from the current GUISkin is used.
13831
13832 Note: Use HandleUtility.GetHandleSize
where you might want to have constant screen-sized handles.</param>
13833     </member>
13834     <member name=
"M:UnityEditor.Handles.Label(UnityEngine.Vector3,UnityEngine.GUIContent,UnityEngine.GUIStyle)">
13835       <summary>
13836         <para>Make a text label positioned
in 3D space.</para>
13837       </summary>
13838       <param name=
"position">Position in 3D space as seen from the current handle camera.</param>
13839       <param name=
"text">Text to display on the label.</param>
13840       <param name=
"image">Texture to display on the label.</param>
13841       <param name=
"content">Text, image and tooltip for this label.</param>
13842       <param name=
"style">The style to use. If left out, the label style from the current GUISkin is used.
13843
13844 Note: Use HandleUtility.GetHandleSize
where you might want to have constant screen-sized handles.</param>
13845     </member>
13846     <member name=
"M:UnityEditor.Handles.MakeBezierPoints(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Int32)">
13847       <summary>
13848         <para>Retuns an array of points to representing the bezier curve. See Handles.DrawBezier.</para>
13849       </summary>
13850       <param name=
"startPosition"></param>
13851       <param name=
"endPosition"></param>
13852       <param name=
"startTangent"></param>
13853       <param name=
"endTangent"></param>
13854       <param name=
"division"></param>
13855     </member>
13856     <member name=
"M:UnityEditor.Handles.PositionHandle(UnityEngine.Vector3,UnityEngine.Quaternion)">
13857       <summary>
13858         <para>Make a position handle.</para>
13859       </summary>
13860       <param name=
"position">Center of the handle in 3D space.</param>
13861       <param name=
"rotation">Orientation of the handle in 3D space.</param>
13862       <returns>
13863         <para>The
new value modified by the user's interaction with the handle. If the user has not moved the handle, it will return the same value as you passed into the function.</para>
13864       </returns>
13865     </member>
13866     <member name=
"M:UnityEditor.Handles.RadiusHandle(UnityEngine.Quaternion,UnityEngine.Vector3,System.Single,System.Boolean)">
13867       <summary>
13868         <para>Make a Scene view radius handle.</para>
13869       </summary>
13870       <param name=
"rotation">Orientation of the handle.</param>
13871       <param name=
"position">Center of the handle in 3D space.</param>
13872       <param name=
"radius">Radius to modify.</param>
13873       <param name=
"handlesOnly">Whether to omit the circular outline of the radius and only draw the point handles.</param>
13874       <returns>
13875         <para>The
new value modified by the user's interaction with the handle. If the user has not moved the handle, it will return the same value as you passed into the function.
13876
13877 Note: Use HandleUtility.GetHandleSize
where you might want to have constant screen-sized handles.</para>
13878       </returns>
13879     </member>
13880     <member name=
"M:UnityEditor.Handles.RadiusHandle(UnityEngine.Quaternion,UnityEngine.Vector3,System.Single)">
13881       <summary>
13882         <para>Make a Scene view radius handle.</para>
13883       </summary>
13884       <param name=
"rotation">Orientation of the handle.</param>
13885       <param name=
"position">Center of the handle in 3D space.</param>
13886       <param name=
"radius">Radius to modify.</param>
13887       <param name=
"handlesOnly">Whether to omit the circular outline of the radius and only draw the point handles.</param>
13888       <returns>
13889         <para>The
new value modified by the user's interaction with the handle. If the user has not moved the handle, it will return the same value as you passed into the function.
13890
13891 Note: Use HandleUtility.GetHandleSize
where you might want to have constant screen-sized handles.</para>
13892       </returns>
13893     </member>
13894     <member name=
"M:UnityEditor.Handles.RectangleHandleCap(System.Int32,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single,UnityEngine.EventType)">
13895       <summary>
13896         <para>Draw a rectangle handle. Pass
this into handle functions.</para>
13897       </summary>
13898       <param name=
"controlID">The control ID for the handle.</param>
13899       <param name=
"position">The position of the handle in the space of Handles.matrix.</param>
13900       <param name=
"rotation">The rotation of the handle in the space of Handles.matrix.</param>
13901       <param name=
"size">The size of the handle in the space of Handles.matrix. Use HandleUtility.GetHandleSize if you want a constant screen-space size.</param>
13902       <param name=
"eventType">Event type for the handle to act upon. By design it handles EventType.Layout and EventType.Repaint events.</param>
13903     </member>
13904     <member name=
"M:UnityEditor.Handles.RotationHandle(UnityEngine.Quaternion,UnityEngine.Vector3)">
13905       <summary>
13906         <para>Make a Scene view rotation handle.</para>
13907       </summary>
13908       <param name=
"rotation">Orientation of the handle.</param>
13909       <param name=
"position">Center of the handle in 3D space.</param>
13910       <returns>
13911         <para>The
new rotation value modified by the user's interaction with the handle. If the user has not moved the handle, it will return the same value as you passed into the function.</para>
13912       </returns>
13913     </member>
13914     <member name=
"M:UnityEditor.Handles.ScaleHandle(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single)">
13915       <summary>
13916         <para>Make a Scene view scale handle.
13917
13918 Note: Use HandleUtility.GetHandleSize
where you might want to have constant screen-sized handles.</para>
13919       </summary>
13920       <param name=
"scale">Scale to modify.</param>
13921       <param name=
"position">The position of the handle.</param>
13922       <param name=
"rotation">The rotation of the handle.</param>
13923       <param name=
"size">Allows you to scale the size of the handle on-scren.</param>
13924       <returns>
13925         <para>The
new value modified by the user's interaction with the handle. If the user has not moved the handle, it will return the same value as you passed into the function.</para>
13926       </returns>
13927     </member>
13928     <member name=
"M:UnityEditor.Handles.ScaleSlider(System.Single,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single,System.Single)">
13929       <summary>
13930         <para>Make a directional scale slider.</para>
13931       </summary>
13932       <param name=
"scale">The value the user can modify.</param>
13933       <param name=
"position">The position of the handle in the space of Handles.matrix.</param>
13934       <param name=
"direction">The direction of the handle in the space of Handles.matrix.</param>
13935       <param name=
"rotation">The rotation of the handle in the space of Handles.matrix.</param>
13936       <param name=
"size">The size of the handle in the space of Handles.matrix. Use HandleUtility.GetHandleSize if you want a constant screen-space size.</param>
13937       <param name=
"snap">The snap increment. See Handles.SnapValue.</param>
13938       <returns>
13939         <para>The
new value modified by the user's interaction with the handle. If the user has not moved the handle, it will return the same value as you passed into the function.</para>
13940       </returns>
13941     </member>
13942     <member name=
"M:UnityEditor.Handles.ScaleValueHandle(System.Single,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single,UnityEditor.Handles/CapFunction,System.Single)">
13943       <summary>
13944         <para>Make a
3D handle that scales a single float.</para>
13945       </summary>
13946       <param name=
"value">The value the user can modify.</param>
13947       <param name=
"position">The position of the handle in the space of Handles.matrix.</param>
13948       <param name=
"rotation">The rotation of the handle in the space of Handles.matrix.</param>
13949       <param name=
"size">The size of the handle in the space of Handles.matrix. Use HandleUtility.GetHandleSize if you want a constant screen-space size.</param>
13950       <param name=
"snap">The snap increment. See Handles.SnapValue.</param>
13951       <param name=
"capFunction">The function to call for doing the actual drawing.</param>
13952       <returns>
13953         <para>The
new value modified by the user's interaction with the handle. If the user has not moved the handle, it will return the same value as you passed into the function.</para>
13954       </returns>
13955     </member>
13956     <member name=
"M:UnityEditor.Handles.SetCamera(UnityEngine.Camera)">
13957       <summary>
13958         <para>Set the current camera so all Handles and Gizmos are draw with its settings.</para>
13959       </summary>
13960       <param name=
"camera"></param>
13961       <param name=
"position"></param>
13962     </member>
13963     <member name=
"M:UnityEditor.Handles.SetCamera(UnityEngine.Rect,UnityEngine.Camera)">
13964       <summary>
13965         <para>Set the current camera so all Handles and Gizmos are draw with its settings.</para>
13966       </summary>
13967       <param name=
"camera"></param>
13968       <param name=
"position"></param>
13969     </member>
13970     <member name=
"T:UnityEditor.Handles.SizeFunction">
13971       <summary>
13972         <para>A
delegate type for getting a handle's size based on its current position.</para>
13973       </summary>
13974       <param name=
"position">The current position of the handle in the space of Handles.matrix.</param>
13975     </member>
13976     <member name=
"M:UnityEditor.Handles.Slider(UnityEngine.Vector3,UnityEngine.Vector3)">
13977       <summary>
13978         <para>Make a
3D slider that moves along one axis.</para>
13979       </summary>
13980       <param name=
"position">The position of the current point in the space of Handles.matrix.</param>
13981       <param name=
"direction">The direction axis of the slider in the space of Handles.matrix.</param>
13982       <param name=
"size">The size of the handle in the space of Handles.matrix. Use HandleUtility.GetHandleSize if you want a constant screen-space size.</param>
13983       <param name=
"snap">The snap increment. See Handles.SnapValue.</param>
13984       <param name=
"capFunction">The function to call for doing the actual drawing. By default it is Handles.ArrowHandleCap, but any function that has the same signature can be used.</param>
13985       <returns>
13986         <para>The
new value modified by the user's interaction with the handle. If the user has not moved the handle, it will return the position value passed into the function.</para>
13987       </returns>
13988     </member>
13989     <member name=
"M:UnityEditor.Handles.Slider(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEditor.Handles/CapFunction,System.Single)">
13990       <summary>
13991         <para>Make a
3D slider that moves along one axis.</para>
13992       </summary>
13993       <param name=
"position">The position of the current point in the space of Handles.matrix.</param>
13994       <param name=
"direction">The direction axis of the slider in the space of Handles.matrix.</param>
13995       <param name=
"size">The size of the handle in the space of Handles.matrix. Use HandleUtility.GetHandleSize if you want a constant screen-space size.</param>
13996       <param name=
"snap">The snap increment. See Handles.SnapValue.</param>
13997       <param name=
"capFunction">The function to call for doing the actual drawing. By default it is Handles.ArrowHandleCap, but any function that has the same signature can be used.</param>
13998       <returns>
13999         <para>The
new value modified by the user's interaction with the handle. If the user has not moved the handle, it will return the position value passed into the function.</para>
14000       </returns>
14001     </member>
14002     <member name=
"M:UnityEditor.Handles.Slider2D(System.Int32,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEditor.Handles/CapFunction,UnityEngine.Vector2,System.Boolean)">
14003       <summary>
14004         <para>Make a
3D slider that moves along a plane defined by two axes.</para>
14005       </summary>
14006       <param name=
"id">(optional) override the default ControlID for this Slider2D instance.</param>
14007       <param name=
"handlePos">The position of the current point in the space of Handles.matrix.</param>
14008       <param name=
"offset">(optional) renders the Slider2D at handlePos, but treats the Slider2D's origin as handlePos + offset. Useful for Slider2D instances that are placed/rendered relative to another object or handle.</param>
14009       <param name=
"handleDir">The direction of the handle in the space of Handles.matrix, only used for rendering of the handle.</param>
14010       <param name=
"slideDir1">The first axis of the slider's plane of movement in the space of Handles.matrix.</param>
14011       <param name=
"slideDir2">The second axis of the slider's plane of movement in the space of Handles.matrix.</param>
14012       <param name=
"handleSize">The size of the handle in the space of Handles.matrix. Use HandleUtility.GetHandleSize if you want a constant screen-space size.</param>
14013       <param name=
"snap">(float or Vector2) The snap increment along both axes, either uniform or per-axis. See Handles.SnapValue.</param>
14014       <param name=
"drawHelper">(default: false) render a rectangle around the handle when dragging.</param>
14015       <param name=
"capFunction">The function to call for doing the actual drawing.</param>
14016       <returns>
14017         <para>The
new value modified by the user's interaction with the handle. If the user has not moved the handle, it will return the position value passed into the function.</para>
14018       </returns>
14019     </member>
14020     <member name=
"M:UnityEditor.Handles.Slider2D(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEditor.Handles/CapFunction,System.Single,System.Boolean)">
14021       <summary>
14022         <para>Make a
3D slider that moves along a plane defined by two axes.</para>
14023       </summary>
14024       <param name=
"id">(optional) override the default ControlID for this Slider2D instance.</param>
14025       <param name=
"handlePos">The position of the current point in the space of Handles.matrix.</param>
14026       <param name=
"offset">(optional) renders the Slider2D at handlePos, but treats the Slider2D's origin as handlePos + offset. Useful for Slider2D instances that are placed/rendered relative to another object or handle.</param>
14027       <param name=
"handleDir">The direction of the handle in the space of Handles.matrix, only used for rendering of the handle.</param>
14028       <param name=
"slideDir1">The first axis of the slider's plane of movement in the space of Handles.matrix.</param>
14029       <param name=
"slideDir2">The second axis of the slider's plane of movement in the space of Handles.matrix.</param>
14030       <param name=
"handleSize">The size of the handle in the space of Handles.matrix. Use HandleUtility.GetHandleSize if you want a constant screen-space size.</param>
14031       <param name=
"snap">(float or Vector2) The snap increment along both axes, either uniform or per-axis. See Handles.SnapValue.</param>
14032       <param name=
"drawHelper">(default: false) render a rectangle around the handle when dragging.</param>
14033       <param name=
"capFunction">The function to call for doing the actual drawing.</param>
14034       <returns>
14035         <para>The
new value modified by the user's interaction with the handle. If the user has not moved the handle, it will return the position value passed into the function.</para>
14036       </returns>
14037     </member>
14038     <member name=
"M:UnityEditor.Handles.Slider2D(System.Int32,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEditor.Handles/CapFunction,UnityEngine.Vector2,System.Boolean)">
14039       <summary>
14040         <para>Make a
3D slider that moves along a plane defined by two axes.</para>
14041       </summary>
14042       <param name=
"id">(optional) override the default ControlID for this Slider2D instance.</param>
14043       <param name=
"handlePos">The position of the current point in the space of Handles.matrix.</param>
14044       <param name=
"offset">(optional) renders the Slider2D at handlePos, but treats the Slider2D's origin as handlePos + offset. Useful for Slider2D instances that are placed/rendered relative to another object or handle.</param>
14045       <param name=
"handleDir">The direction of the handle in the space of Handles.matrix, only used for rendering of the handle.</param>
14046       <param name=
"slideDir1">The first axis of the slider's plane of movement in the space of Handles.matrix.</param>
14047       <param name=
"slideDir2">The second axis of the slider's plane of movement in the space of Handles.matrix.</param>
14048       <param name=
"handleSize">The size of the handle in the space of Handles.matrix. Use HandleUtility.GetHandleSize if you want a constant screen-space size.</param>
14049       <param name=
"snap">(float or Vector2) The snap increment along both axes, either uniform or per-axis. See Handles.SnapValue.</param>
14050       <param name=
"drawHelper">(default: false) render a rectangle around the handle when dragging.</param>
14051       <param name=
"capFunction">The function to call for doing the actual drawing.</param>
14052       <returns>
14053         <para>The
new value modified by the user's interaction with the handle. If the user has not moved the handle, it will return the position value passed into the function.</para>
14054       </returns>
14055     </member>
14056     <member name=
"M:UnityEditor.Handles.Slider2D(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEditor.Handles/CapFunction,UnityEngine.Vector2,System.Boolean)">
14057       <summary>
14058         <para>Make a
3D slider that moves along a plane defined by two axes.</para>
14059       </summary>
14060       <param name=
"id">(optional) override the default ControlID for this Slider2D instance.</param>
14061       <param name=
"handlePos">The position of the current point in the space of Handles.matrix.</param>
14062       <param name=
"offset">(optional) renders the Slider2D at handlePos, but treats the Slider2D's origin as handlePos + offset. Useful for Slider2D instances that are placed/rendered relative to another object or handle.</param>
14063       <param name=
"handleDir">The direction of the handle in the space of Handles.matrix, only used for rendering of the handle.</param>
14064       <param name=
"slideDir1">The first axis of the slider's plane of movement in the space of Handles.matrix.</param>
14065       <param name=
"slideDir2">The second axis of the slider's plane of movement in the space of Handles.matrix.</param>
14066       <param name=
"handleSize">The size of the handle in the space of Handles.matrix. Use HandleUtility.GetHandleSize if you want a constant screen-space size.</param>
14067       <param name=
"snap">(float or Vector2) The snap increment along both axes, either uniform or per-axis. See Handles.SnapValue.</param>
14068       <param name=
"drawHelper">(default: false) render a rectangle around the handle when dragging.</param>
14069       <param name=
"capFunction">The function to call for doing the actual drawing.</param>
14070       <returns>
14071         <para>The
new value modified by the user's interaction with the handle. If the user has not moved the handle, it will return the position value passed into the function.</para>
14072       </returns>
14073     </member>
14074     <member name=
"M:UnityEditor.Handles.SnapValue(System.Single,System.Single)">
14075       <summary>
14076         <para>Rounds the
value val to the closest multiple of snap (snap can only be positive).</para>
14077       </summary>
14078       <param name=
"val"></param>
14079       <param name=
"snap"></param>
14080       <returns>
14081         <para>The rounded
value, if snap is positive, and val otherwise.</para>
14082       </returns>
14083     </member>
14084     <member name=
"M:UnityEditor.Handles.SphereHandleCap(System.Int32,UnityEngine.Vector3,UnityEngine.Quaternion,System.Single,UnityEngine.EventType)">
14085       <summary>
14086         <para>Draw a sphere handle. Pass
this into handle functions.</para>
14087       </summary>
14088       <param name=
"controlID">The control ID for the handle.</param>
14089       <param name=
"position">The position of the handle in the space of Handles.matrix.</param>
14090       <param name=
"rotation">The rotation of the handle in the space of Handles.matrix.</param>
14091       <param name=
"eventType">Event type for the handle to act upon. By design it handles EventType.Layout and EventType.Repaint events.</param>
14092       <param name=
"size">The size of the handle in the space of Handles.matrix. Use HandleUtility.GetHandleSize if you want a constant screen-space size.</param>
14093     </member>
14094     <member name=
"T:UnityEditor.HandleUtility">
14095       <summary>
14096         <para>Helper functions
for Scene View style 3D GUI.</para>
14097       </summary>
14098     </member>
14099     <member name=
"P:UnityEditor.HandleUtility.acceleration">
14100       <summary>
14101         <para>Get standard acceleration
for dragging values (Read Only).</para>
14102       </summary>
14103     </member>
14104     <member name=
"P:UnityEditor.HandleUtility.niceMouseDelta">
14105       <summary>
14106         <para>Get nice mouse delta to use
for dragging a float value (Read Only).</para>
14107       </summary>
14108     </member>
14109     <member name=
"P:UnityEditor.HandleUtility.niceMouseDeltaZoom">
14110       <summary>
14111         <para>Get nice mouse delta to use
for zooming (Read Only).</para>
14112       </summary>
14113     </member>
14114     <member name=
"M:UnityEditor.HandleUtility.AddControl(System.Int32,System.Single)">
14115       <summary>
14116         <para>Record a distance measurement
from a handle.</para>
14117       </summary>
14118       <param name=
"controlId"></param>
14119       <param name=
"distance"></param>
14120     </member>
14121     <member name=
"M:UnityEditor.HandleUtility.AddDefaultControl(System.Int32)">
14122       <summary>
14123         <para>Add the ID
for a default control. This will be picked if nothing else is.</para>
14124       </summary>
14125       <param name=
"controlId"></param>
14126     </member>
14127     <member name=
"M:UnityEditor.HandleUtility.CalcLineTranslation(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.Vector3,UnityEngine.Vector3)">
14128       <summary>
14129         <para>Map a mouse drag onto a movement along a line
in 3D space.</para>
14130       </summary>
14131       <param name=
"src">The source point of the drag.</param>
14132       <param name=
"dest">The destination point of the drag.</param>
14133       <param name=
"srcPosition">The 3D position the dragged object had at src ray.</param>
14134       <param name=
"constraintDir">3D direction of constrained movement.</param>
14135       <returns>
14136         <para>The distance travelled along constraintDir.</para>
14137       </returns>
14138     </member>
14139     <member name=
"M:UnityEditor.HandleUtility.ClosestPointToArc(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Single,System.Single)">
14140       <summary>
14141         <para>Get the point
on an arc (in 3D space) which is closest to the current mouse position.</para>
14142       </summary>
14143       <param name=
"center"></param>
14144       <param name=
"normal"></param>
14145       <param name=
"from"></param>
14146       <param name=
"angle"></param>
14147       <param name=
"radius"></param>
14148     </member>
14149     <member name=
"M:UnityEditor.HandleUtility.ClosestPointToDisc(UnityEngine.Vector3,UnityEngine.Vector3,System.Single)">
14150       <summary>
14151         <para>Get the point
on an disc (in 3D space) which is closest to the current mouse position.</para>
14152       </summary>
14153       <param name=
"center"></param>
14154       <param name=
"normal"></param>
14155       <param name=
"radius"></param>
14156     </member>
14157     <member name=
"M:UnityEditor.HandleUtility.ClosestPointToPolyLine(UnityEngine.Vector3[])">
14158       <summary>
14159         <para>Get the point
on a polyline (in 3D space) which is closest to the current mouse position.</para>
14160       </summary>
14161       <param name=
"vertices"></param>
14162     </member>
14163     <member name=
"M:UnityEditor.HandleUtility.DistancePointBezier(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3)">
14164       <summary>
14165         <para>Calculate distance between a point and a Bezier curve.</para>
14166       </summary>
14167       <param name=
"point"></param>
14168       <param name=
"startPosition"></param>
14169       <param name=
"endPosition"></param>
14170       <param name=
"startTangent"></param>
14171       <param name=
"endTangent"></param>
14172     </member>
14173     <member name=
"M:UnityEditor.HandleUtility.DistancePointLine(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3)">
14174       <summary>
14175         <para>Calculate distance between a point and a line.</para>
14176       </summary>
14177       <param name=
"point"></param>
14178       <param name=
"lineStart"></param>
14179       <param name=
"lineEnd"></param>
14180     </member>
14181     <member name=
"M:UnityEditor.HandleUtility.DistancePointToLine(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.Vector2)">
14182       <summary>
14183         <para>Distance
from a point p in 2d to a line defined by two points a and b.</para>
14184       </summary>
14185       <param name=
"p"></param>
14186       <param name=
"a"></param>
14187       <param name=
"b"></param>
14188     </member>
14189     <member name=
"M:UnityEditor.HandleUtility.DistancePointToLineSegment(UnityEngine.Vector2,UnityEngine.Vector2,UnityEngine.Vector2)">
14190       <summary>
14191         <para>Distance
from a point p in 2d to a line segment defined by two points a and b.</para>
14192       </summary>
14193       <param name=
"p"></param>
14194       <param name=
"a"></param>
14195       <param name=
"b"></param>
14196     </member>
14197     <member name=
"M:UnityEditor.HandleUtility.DistanceToArc(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3,System.Single,System.Single)">
14198       <summary>
14199         <para>Pixel distance
from mouse pointer to a 3D section of a disc.</para>
14200       </summary>
14201       <param name=
"center"></param>
14202       <param name=
"normal"></param>
14203       <param name=
"from"></param>
14204       <param name=
"angle"></param>
14205       <param name=
"radius"></param>
14206     </member>
14207     <member name=
"M:UnityEditor.HandleUtility.DistanceToCircle(UnityEngine.Vector3,System.Single)">
14208       <summary>
14209         <para>Pixel distance
from mouse pointer to camera facing circle.</para>
14210       </summary>
14211       <param name=
"position"></param>
14212       <param name=
"radius"></param>
14213     </member>
14214     <member name=
"M:UnityEditor.HandleUtility.DistanceToDisc(UnityEngine.Vector3,UnityEngine.Vector3,System.Single)">
14215       <summary>
14216         <para>Pixel distance
from mouse pointer to a 3D disc.</para>
14217       </summary>
14218       <param name=
"center"></param>
14219       <param name=
"normal"></param>
14220       <param name=
"radius"></param>
14221     </member>
14222     <member name=
"M:UnityEditor.HandleUtility.DistanceToLine(UnityEngine.Vector3,UnityEngine.Vector3)">
14223       <summary>
14224         <para>Pixel distance
from mouse pointer to line.</para>
14225       </summary>
14226       <param name=
"p1"></param>
14227       <param name=
"p2"></param>
14228     </member>
14229     <member name=
"M:UnityEditor.HandleUtility.DistanceToPolyLine(UnityEngine.Vector3[])">
14230       <summary>
14231         <para>Pixel distance
from mouse pointer to a polyline.</para>
14232       </summary>
14233       <param name=
"points"></param>
14234     </member>
14235     <member name=
"M:UnityEditor.HandleUtility.DistanceToRectangle(UnityEngine.Vector3,UnityEngine.Quaternion,System.Single)">
14236       <summary>
14237         <para>Pixel distance
from mouse pointer to a rectangle on screen.</para>
14238       </summary>
14239       <param name=
"position"></param>
14240       <param name=
"rotation"></param>
14241       <param name=
"size"></param>
14242     </member>
14243     <member name=
"M:UnityEditor.HandleUtility.GetHandleSize(UnityEngine.Vector3)">
14244       <summary>
14245         <para>Get world space size of a manipulator handle at given position.</para>
14246       </summary>
14247       <param name=
"position">The position of the handle in 3d space.</param>
14248       <returns>
14249         <para>A constant screen-size
for the handle, based on the distance between from the supplied handle's position to the camera.</para>
14250       </returns>
14251     </member>
14252     <member name=
"M:UnityEditor.HandleUtility.GUIPointToScreenPixelCoordinate(UnityEngine.Vector2)">
14253       <summary>
14254         <para>Converts a
2D GUI position to screen pixel coordinates.</para>
14255       </summary>
14256       <param name=
"guiPoint"></param>
14257     </member>
14258     <member name=
"M:UnityEditor.HandleUtility.GUIPointToWorldRay(UnityEngine.Vector2)">
14259       <summary>
14260         <para>Convert
2D GUI position to a world space ray.</para>
14261       </summary>
14262       <param name=
"position"></param>
14263     </member>
14264     <member name=
"M:UnityEditor.HandleUtility.PickGameObject(UnityEngine.Vector2,System.Boolean)">
14265       <summary>
14266         <para>Pick game
object closest to specified position.</para>
14267       </summary>
14268       <param name=
"selectPrefabRoot">Select prefab.</param>
14269       <param name=
"materialIndex">Returns index into material array of the Renderer component that is closest to specified position.</param>
14270       <param name=
"position"></param>
14271     </member>
14272     <member name=
"M:UnityEditor.HandleUtility.PickGameObject(UnityEngine.Vector2,System.Int32&amp;)">
14273       <summary>
14274         <para>Pick game
object closest to specified position.</para>
14275       </summary>
14276       <param name=
"selectPrefabRoot">Select prefab.</param>
14277       <param name=
"materialIndex">Returns index into material array of the Renderer component that is closest to specified position.</param>
14278       <param name=
"position"></param>
14279     </member>
14280     <member name=
"M:UnityEditor.HandleUtility.PickRectObjects(UnityEngine.Rect)">
14281       <summary>
14282         <para>Pick GameObjects that lie within a specified screen rectangle.</para>
14283       </summary>
14284       <param name=
"rect">An screen rectangle specified with pixel coordinates.</param>
14285     </member>
14286     <member name=
"M:UnityEditor.HandleUtility.PickRectObjects(UnityEngine.Rect,System.Boolean)">
14287       <summary>
14288         <para></para>
14289       </summary>
14290       <param name=
"rect"></param>
14291       <param name=
"selectPrefabRootsOnly"></param>
14292     </member>
14293     <member name=
"M:UnityEditor.HandleUtility.PointOnLineParameter(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3)">
14294       <summary>
14295         <para>Returns the parameter
for the projection of the point on the given line.</para>
14296       </summary>
14297       <param name=
"point"></param>
14298       <param name=
"linePoint"></param>
14299       <param name=
"lineDirection"></param>
14300     </member>
14301     <member name=
"M:UnityEditor.HandleUtility.PopCamera(UnityEngine.Camera)">
14302       <summary>
14303         <para>Retrieve all camera settings.</para>
14304       </summary>
14305       <param name=
"camera"></param>
14306     </member>
14307     <member name=
"M:UnityEditor.HandleUtility.ProjectPointLine(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3)">
14308       <summary>
14309         <para>Project point onto a line.</para>
14310       </summary>
14311       <param name=
"point"></param>
14312       <param name=
"lineStart"></param>
14313       <param name=
"lineEnd"></param>
14314     </member>
14315     <member name=
"M:UnityEditor.HandleUtility.PushCamera(UnityEngine.Camera)">
14316       <summary>
14317         <para>Store all camera settings.</para>
14318       </summary>
14319       <param name=
"camera"></param>
14320     </member>
14321     <member name=
"M:UnityEditor.HandleUtility.RaySnap(UnityEngine.Ray)">
14322       <summary>
14323         <para>Casts ray against the scene and report
if an object lies in its path.</para>
14324       </summary>
14325       <param name=
"ray"></param>
14326       <returns>
14327         <para>A boxed RaycastHit,
null if nothing hit it.</para>
14328       </returns>
14329     </member>
14330     <member name=
"M:UnityEditor.HandleUtility.Repaint">
14331       <summary>
14332         <para>Repaint the current view.</para>
14333       </summary>
14334     </member>
14335     <member name=
"M:UnityEditor.HandleUtility.WorldPointToSizedRect(UnityEngine.Vector3,UnityEngine.GUIContent,UnityEngine.GUIStyle)">
14336       <summary>
14337         <para>Calculate a rectangle to display a
2D GUI element near a projected point in 3D space.</para>
14338       </summary>
14339       <param name=
"position">The world-space position to use.</param>
14340       <param name=
"content">The content to make room for.</param>
14341       <param name=
"style">The style to use. The style's alignment.</param>
14342     </member>
14343     <member name=
"M:UnityEditor.HandleUtility.WorldToGUIPoint(UnityEngine.Vector3)">
14344       <summary>
14345         <para>Convert world space point to a
2D GUI position.</para>
14346       </summary>
14347       <param name=
"world">Point in world space.</param>
14348     </member>
14349     <member name=
"T:UnityEditor.Help">
14350       <summary>
14351         <para>Helper
class to access Unity documentation.</para>
14352       </summary>
14353     </member>
14354     <member name=
"M:UnityEditor.Help.BrowseURL(System.String)">
14355       <summary>
14356         <para>Open url
in the default web browser.</para>
14357       </summary>
14358       <param name=
"url"></param>
14359     </member>
14360     <member name=
"M:UnityEditor.Help.GetHelpURLForObject(UnityEngine.Object)">
14361       <summary>
14362         <para>Get the URL
for this object's documentation.</para>
14363       </summary>
14364       <param name=
"obj">The object to retrieve documentation for.</param>
14365       <returns>
14366         <para>The documentation URL
for the object. Note that this could use the http: or file: schemas.</para>
14367       </returns>
14368     </member>
14369     <member name=
"M:UnityEditor.Help.HasHelpForObject(UnityEngine.Object)">
14370       <summary>
14371         <para>Is there a help page
for this object?</para>
14372       </summary>
14373       <param name=
"obj"></param>
14374     </member>
14375     <member name=
"M:UnityEditor.Help.ShowHelpForObject(UnityEngine.Object)">
14376       <summary>
14377         <para>Show help page
for this object.</para>
14378       </summary>
14379       <param name=
"obj"></param>
14380     </member>
14381     <member name=
"M:UnityEditor.Help.ShowHelpPage(System.String)">
14382       <summary>
14383         <para>Show a help page.</para>
14384       </summary>
14385       <param name=
"page"></param>
14386     </member>
14387     <member name=
"T:UnityEditor.Highlighter">
14388       <summary>
14389         <para>Use
this class to highlight elements in the editor for use in in-editor tutorials and similar.</para>
14390       </summary>
14391     </member>
14392     <member name=
"P:UnityEditor.Highlighter.active">
14393       <summary>
14394         <para>Is there currently an active highlight?</para>
14395       </summary>
14396     </member>
14397     <member name=
"P:UnityEditor.Highlighter.activeRect">
14398       <summary>
14399         <para>The rect
in screenspace of the current active highlight.</para>
14400       </summary>
14401     </member>
14402     <member name=
"P:UnityEditor.Highlighter.activeText">
14403       <summary>
14404         <para>The text of the current active highlight.</para>
14405       </summary>
14406     </member>
14407     <member name=
"P:UnityEditor.Highlighter.activeVisible">
14408       <summary>
14409         <para>Is the current active highlight visible yet?</para>
14410       </summary>
14411     </member>
14412     <member name=
"M:UnityEditor.Highlighter.Highlight(System.String,System.String)">
14413       <summary>
14414         <para>Highlights an element
in the editor.</para>
14415       </summary>
14416       <param name=
"windowTitle">The title of the window the element is inside.</param>
14417       <param name=
"text">The text to identify the element with.</param>
14418       <param name=
"mode">Optional mode to specify how to search for the element.</param>
14419       <returns>
14420         <para>
true if the requested element was found; otherwise false.</para>
14421       </returns>
14422     </member>
14423     <member name=
"M:UnityEditor.Highlighter.Highlight(System.String,System.String,UnityEditor.HighlightSearchMode)">
14424       <summary>
14425         <para>Highlights an element
in the editor.</para>
14426       </summary>
14427       <param name=
"windowTitle">The title of the window the element is inside.</param>
14428       <param name=
"text">The text to identify the element with.</param>
14429       <param name=
"mode">Optional mode to specify how to search for the element.</param>
14430       <returns>
14431         <para>
true if the requested element was found; otherwise false.</para>
14432       </returns>
14433     </member>
14434     <member name=
"M:UnityEditor.Highlighter.HighlightIdentifier(UnityEngine.Rect,System.String)">
14435       <summary>
14436         <para>Call
this method to create an identifiable rect that the Highlighter can find.</para>
14437       </summary>
14438       <param name=
"position">The position to make highlightable.</param>
14439       <param name=
"identifier">The identifier text of the rect.</param>
14440     </member>
14441     <member name=
"M:UnityEditor.Highlighter.Stop">
14442       <summary>
14443         <para>Stops the active highlight.</para>
14444       </summary>
14445     </member>
14446     <member name=
"T:UnityEditor.HighlightSearchMode">
14447       <summary>
14448         <para>Used to specify how to find a given element
in the editor to highlight.</para>
14449       </summary>
14450     </member>
14451     <member name=
"F:UnityEditor.HighlightSearchMode.Auto">
14452       <summary>
14453         <para>Highlights the first element found
using any of the search modes.</para>
14454       </summary>
14455     </member>
14456     <member name=
"F:UnityEditor.HighlightSearchMode.Content">
14457       <summary>
14458         <para>Highlights an element containing text
using the text as identifier.</para>
14459       </summary>
14460     </member>
14461     <member name=
"F:UnityEditor.HighlightSearchMode.Identifier">
14462       <summary>
14463         <para>Highlights an element with a given identifier text.</para>
14464       </summary>
14465     </member>
14466     <member name=
"F:UnityEditor.HighlightSearchMode.None">
14467       <summary>
14468         <para>Highlights nothing.</para>
14469       </summary>
14470     </member>
14471     <member name=
"F:UnityEditor.HighlightSearchMode.PrefixLabel">
14472       <summary>
14473         <para>Highlights an entire editor control
using its label text as identifier.</para>
14474       </summary>
14475     </member>
14476     <member name=
"T:UnityEditor.IHVImageFormatImporter">
14477       <summary>
14478         <para>Use IHVImageFormatImporter to modify Texture2D import settings
for Textures in IHV (Independent Hardware Vendor) formats such as .DDS and .PVR from Editor scripts.</para>
14479       </summary>
14480     </member>
14481     <member name=
"P:UnityEditor.IHVImageFormatImporter.filterMode">
14482       <summary>
14483         <para>Filtering mode of the texture.</para>
14484       </summary>
14485     </member>
14486     <member name=
"P:UnityEditor.IHVImageFormatImporter.isReadable">
14487       <summary>
14488         <para>Is texture data readable
from scripts.</para>
14489       </summary>
14490     </member>
14491     <member name=
"P:UnityEditor.IHVImageFormatImporter.wrapMode">
14492       <summary>
14493         <para>Wrap mode of the texture.</para>
14494       </summary>
14495     </member>
14496     <member name=
"T:UnityEditor.IMGUI.Controls.BoxBoundsHandle">
14497       <summary>
14498         <para>A compound handle to edit a box-shaped bounding volume
in the Scene view.</para>
14499       </summary>
14500     </member>
14501     <member name=
"P:UnityEditor.IMGUI.Controls.BoxBoundsHandle.size">
14502       <summary>
14503         <para>Gets or sets the size of the bounding box.</para>
14504       </summary>
14505     </member>
14506     <member name=
"M:UnityEditor.IMGUI.Controls.BoxBoundsHandle.#ctor(System.Int32)">
14507       <summary>
14508         <para>Create a
new instance of the BoxBoundsHandle class.</para>
14509       </summary>
14510       <param name=
"controlIDHint">An integer value used to generate consistent control IDs for each control handle on this instance. You may use any value you like, but should avoid using the same value for all of your PrimitiveBoundsHandle instances.</param>
14511     </member>
14512     <member name=
"M:UnityEditor.IMGUI.Controls.BoxBoundsHandle.DrawWireframe">
14513       <summary>
14514         <para>Draw a wireframe box
for this instance.</para>
14515       </summary>
14516     </member>
14517     <member name=
"T:UnityEditor.IMGUI.Controls.CapsuleBoundsHandle">
14518       <summary>
14519         <para>A compound handle to edit a capsule-shaped bounding volume
in the Scene view.</para>
14520       </summary>
14521     </member>
14522     <member name=
"P:UnityEditor.IMGUI.Controls.CapsuleBoundsHandle.height">
14523       <summary>
14524         <para>Gets or sets the height of the capsule bounding volume.</para>
14525       </summary>
14526     </member>
14527     <member name=
"P:UnityEditor.IMGUI.Controls.CapsuleBoundsHandle.heightAxis">
14528       <summary>
14529         <para>Gets or sets the axis
in the handle's space to which height maps. The radius maps to the remaining axes.</para>
14530       </summary>
14531     </member>
14532     <member name=
"P:UnityEditor.IMGUI.Controls.CapsuleBoundsHandle.radius">
14533       <summary>
14534         <para>Gets or sets the radius of the capsule bounding volume.</para>
14535       </summary>
14536     </member>
14537     <member name=
"M:UnityEditor.IMGUI.Controls.CapsuleBoundsHandle.#ctor(System.Int32)">
14538       <summary>
14539         <para>Create a
new instance of the CapsuleBoundsHandle class.</para>
14540       </summary>
14541       <param name=
"controlIDHint">An integer value used to generate consistent control IDs for each control handle on this instance. You may use any value you like, but should avoid using the same value for all of your PrimitiveBoundsHandle instances.</param>
14542     </member>
14543     <member name=
"M:UnityEditor.IMGUI.Controls.CapsuleBoundsHandle.DrawWireframe">
14544       <summary>
14545         <para>Draw a wireframe capsule
for this instance.</para>
14546       </summary>
14547     </member>
14548     <member name=
"T:UnityEditor.IMGUI.Controls.CapsuleBoundsHandle.HeightAxis">
14549       <summary>
14550         <para>An enumeration
for specifying which axis on a CapsuleBoundsHandle object maps to the CapsuleBoundsHandle.height parameter.</para>
14551       </summary>
14552     </member>
14553     <member name=
"F:UnityEditor.IMGUI.Controls.CapsuleBoundsHandle.HeightAxis.X">
14554       <summary>
14555         <para>X-axis.</para>
14556       </summary>
14557     </member>
14558     <member name=
"F:UnityEditor.IMGUI.Controls.CapsuleBoundsHandle.HeightAxis.Y">
14559       <summary>
14560         <para>Y-axis.</para>
14561       </summary>
14562     </member>
14563     <member name=
"F:UnityEditor.IMGUI.Controls.CapsuleBoundsHandle.HeightAxis.Z">
14564       <summary>
14565         <para>Z-axis.</para>
14566       </summary>
14567     </member>
14568     <member name=
"M:UnityEditor.IMGUI.Controls.CapsuleBoundsHandle.OnHandleChanged(UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle/HandleDirection,UnityEngine.Bounds,UnityEngine.Bounds)">
14569       <summary>
14570         <para>A callback
for when a control handle was dragged in the scene.</para>
14571       </summary>
14572       <param name=
"handle">The handle that was dragged.</param>
14573       <param name=
"boundsOnClick">The raw Bounds for this instance's volume at the time the control handle was clicked.</param>
14574       <param name=
"newBounds">The raw Bounds for this instance's volume based on the updated handle position.</param>
14575       <returns>
14576         <para>The bounds that should be applied to
this instance, with any necessary modifications applied.</para>
14577       </returns>
14578     </member>
14579     <member name=
"T:UnityEditor.IMGUI.Controls.MultiColumnHeader">
14580       <summary>
14581         <para>The MultiColumnHeader
is a general purpose class that e.g can be used with the TreeView to create multi-column tree views and list views.</para>
14582       </summary>
14583     </member>
14584     <member name=
"P:UnityEditor.IMGUI.Controls.MultiColumnHeader.canSort">
14585       <summary>
14586         <para>Use
this property to control whether sorting is enabled for all the columns.</para>
14587       </summary>
14588     </member>
14589     <member name=
"P:UnityEditor.IMGUI.Controls.MultiColumnHeader.height">
14590       <summary>
14591         <para>Customizable height of the multi column header.</para>
14592       </summary>
14593     </member>
14594     <member name=
"P:UnityEditor.IMGUI.Controls.MultiColumnHeader.sortedColumnIndex">
14595       <summary>
14596         <para>The index of the column that
is set to be the primary sorting column. This is the column that shows the sorting arrow above the header text.</para>
14597       </summary>
14598     </member>
14599     <member name=
"?:UnityEditor.IMGUI.Controls.MultiColumnHeader.sortingChanged(UnityEditor.IMGUI.Controls.MultiColumnHeader/HeaderCallback)">
14600       <summary>
14601         <para>Subscribe to
this event to get notified when sorting has changed.</para>
14602       </summary>
14603       <param name=
"value"></param>
14604     </member>
14605     <member name=
"P:UnityEditor.IMGUI.Controls.MultiColumnHeader.state">
14606       <summary>
14607         <para>This
is the state of the MultiColumnHeader.</para>
14608       </summary>
14609     </member>
14610     <member name=
"?:UnityEditor.IMGUI.Controls.MultiColumnHeader.visibleColumnsChanged(UnityEditor.IMGUI.Controls.MultiColumnHeader/HeaderCallback)">
14611       <summary>
14612         <para>Subscribe to
this event to get notified when the number of visible columns has changed.</para>
14613       </summary>
14614       <param name=
"value"></param>
14615     </member>
14616     <member name=
"M:UnityEditor.IMGUI.Controls.MultiColumnHeader.AddColumnHeaderContextMenuItems(UnityEditor.GenericMenu)">
14617       <summary>
14618         <para>Override
this method to extend the default context menu items shown when context clicking the header area.</para>
14619       </summary>
14620       <param name=
"menu">Context menu shown.</param>
14621     </member>
14622     <member name=
"M:UnityEditor.IMGUI.Controls.MultiColumnHeader.ColumnHeaderClicked(UnityEditor.IMGUI.Controls.MultiColumnHeaderState/Column,System.Int32)">
14623       <summary>
14624         <para>Override to customize the behavior
when clicking a column header.</para>
14625       </summary>
14626       <param name=
"column">Column clicked.</param>
14627       <param name=
"columnIndex">Column index clicked.</param>
14628     </member>
14629     <member name=
"M:UnityEditor.IMGUI.Controls.MultiColumnHeader.ColumnHeaderGUI(UnityEditor.IMGUI.Controls.MultiColumnHeaderState/Column,UnityEngine.Rect,System.Int32)">
14630       <summary>
14631         <para>Override to customize the GUI of a single column header.</para>
14632       </summary>
14633       <param name=
"column">Column header data.</param>
14634       <param name=
"headerRect">Rect for column header.</param>
14635       <param name=
"columnIndex">Column index.</param>
14636     </member>
14637     <member name=
"M:UnityEditor.IMGUI.Controls.MultiColumnHeader.#ctor(UnityEditor.IMGUI.Controls.MultiColumnHeaderState)">
14638       <summary>
14639         <para>Constructor.</para>
14640       </summary>
14641       <param name=
"state">Column header state and Column state.</param>
14642     </member>
14643     <member name=
"T:UnityEditor.IMGUI.Controls.MultiColumnHeader.DefaultGUI">
14644       <summary>
14645         <para>Default GUI methods and properties
for the MultiColumnHeader class.</para>
14646       </summary>
14647     </member>
14648     <member name=
"P:UnityEditor.IMGUI.Controls.MultiColumnHeader.DefaultGUI.columnContentMargin">
14649       <summary>
14650         <para>Margin that can be used
by clients of the MultiColumnHeader to control spacing between content in multiple columns.</para>
14651       </summary>
14652     </member>
14653     <member name=
"P:UnityEditor.IMGUI.Controls.MultiColumnHeader.DefaultGUI.defaultHeight">
14654       <summary>
14655         <para>Default height of the header.</para>
14656       </summary>
14657     </member>
14658     <member name=
"P:UnityEditor.IMGUI.Controls.MultiColumnHeader.DefaultGUI.minimumHeight">
14659       <summary>
14660         <para>This height
is the minium height the header can have and can only be used if sorting is disabled.</para>
14661       </summary>
14662     </member>
14663     <member name=
"T:UnityEditor.IMGUI.Controls.MultiColumnHeader.DefaultStyles">
14664       <summary>
14665         <para>Default styles used
by the MultiColumnHeader class.</para>
14666       </summary>
14667     </member>
14668     <member name=
"F:UnityEditor.IMGUI.Controls.MultiColumnHeader.DefaultStyles.background">
14669       <summary>
14670         <para>Style used
for rendering the background of the header.</para>
14671       </summary>
14672     </member>
14673     <member name=
"F:UnityEditor.IMGUI.Controls.MultiColumnHeader.DefaultStyles.columnHeader">
14674       <summary>
14675         <para>Style used
for left aligned header text.</para>
14676       </summary>
14677     </member>
14678     <member name=
"F:UnityEditor.IMGUI.Controls.MultiColumnHeader.DefaultStyles.columnHeaderCenterAligned">
14679       <summary>
14680         <para>Style used
for centered header text.</para>
14681       </summary>
14682     </member>
14683     <member name=
"F:UnityEditor.IMGUI.Controls.MultiColumnHeader.DefaultStyles.columnHeaderRightAligned">
14684       <summary>
14685         <para>Style used
for right aligned header text.</para>
14686       </summary>
14687     </member>
14688     <member name=
"M:UnityEditor.IMGUI.Controls.MultiColumnHeader.GetCellRect(System.Int32,UnityEngine.Rect)">
14689       <summary>
14690         <para>Calculates a cell rect
for a column and row using the visibleColumnIndex and rowRect parameters.</para>
14691       </summary>
14692       <param name=
"visibleColumnIndex"></param>
14693       <param name=
"rowRect"></param>
14694     </member>
14695     <member name=
"M:UnityEditor.IMGUI.Controls.MultiColumnHeader.GetColumn(System.Int32)">
14696       <summary>
14697         <para>Returns the column data
for a given column index.</para>
14698       </summary>
14699       <param name=
"columnIndex">Column index.</param>
14700       <returns>
14701         <para>Column data.</para>
14702       </returns>
14703     </member>
14704     <member name=
"M:UnityEditor.IMGUI.Controls.MultiColumnHeader.GetColumnRect(System.Int32)">
14705       <summary>
14706         <para>Returns the header column Rect
for a given visible column index.</para>
14707       </summary>
14708       <param name=
"visibleColumnIndex">Index of a visible column.</param>
14709     </member>
14710     <member name=
"M:UnityEditor.IMGUI.Controls.MultiColumnHeader.GetVisibleColumnIndex(System.Int32)">
14711       <summary>
14712         <para>Convert
from column index to visible column index.</para>
14713       </summary>
14714       <param name=
"columnIndex">Column index.</param>
14715       <returns>
14716         <para>Visible column index.</para>
14717       </returns>
14718     </member>
14719     <member name=
"T:UnityEditor.IMGUI.Controls.MultiColumnHeader.HeaderCallback">
14720       <summary>
14721         <para>Delegate used
for events from the MultiColumnHeader.</para>
14722       </summary>
14723       <param name=
"multiColumnHeader">The MultiColumnHeader that dispatched this event.</param>
14724     </member>
14725     <member name=
"M:UnityEditor.IMGUI.Controls.MultiColumnHeader.IsColumnVisible(System.Int32)">
14726       <summary>
14727         <para>Check
if a column is currently visible in the MultiColumnHeader.</para>
14728       </summary>
14729       <param name=
"columnIndex">Column index.</param>
14730     </member>
14731     <member name=
"M:UnityEditor.IMGUI.Controls.MultiColumnHeader.IsSortedAscending(System.Int32)">
14732       <summary>
14733         <para>Check the sorting order state
for a column.</para>
14734       </summary>
14735       <param name=
"columnIndex">Column index.</param>
14736       <returns>
14737         <para>True
if sorted ascending.</para>
14738       </returns>
14739     </member>
14740     <member name=
"M:UnityEditor.IMGUI.Controls.MultiColumnHeader.OnGUI(UnityEngine.Rect,System.Single)">
14741       <summary>
14742         <para>Render and handle input
for the MultiColumnHeader at the given rect.</para>
14743       </summary>
14744       <param name=
"xScroll">Horizontal scroll offset.</param>
14745       <param name=
"rect">Rect where the MultiColumnHeader is drawn in.</param>
14746     </member>
14747     <member name=
"M:UnityEditor.IMGUI.Controls.MultiColumnHeader.OnSortingChanged">
14748       <summary>
14749         <para>Called
when sorting changes and dispatches the sortingChanged event.</para>
14750       </summary>
14751     </member>
14752     <member name=
"M:UnityEditor.IMGUI.Controls.MultiColumnHeader.OnVisibleColumnsChanged">
14753       <summary>
14754         <para>Called
when the number of visible column changes and dispatches the visibleColumnsChanged event.</para>
14755       </summary>
14756     </member>
14757     <member name=
"M:UnityEditor.IMGUI.Controls.MultiColumnHeader.Repaint">
14758       <summary>
14759         <para>Requests the window which contains the MultiColumnHeader to repaint.</para>
14760       </summary>
14761     </member>
14762     <member name=
"M:UnityEditor.IMGUI.Controls.MultiColumnHeader.ResizeToFit">
14763       <summary>
14764         <para>Resizes the column widths of the columns that have auto-resize enabled to make all the columns fit to the width of the MultiColumnHeader render rect.</para>
14765       </summary>
14766     </member>
14767     <member name=
"M:UnityEditor.IMGUI.Controls.MultiColumnHeader.SetSortDirection(System.Int32,System.Boolean)">
14768       <summary>
14769         <para>Change sort direction
for a given column.</para>
14770       </summary>
14771       <param name=
"columnIndex">Column index.</param>
14772       <param name=
"sortAscending">Direction of the sorting.</param>
14773     </member>
14774     <member name=
"M:UnityEditor.IMGUI.Controls.MultiColumnHeader.SetSorting(System.Int32,System.Boolean)">
14775       <summary>
14776         <para>Sets the primary sorting column and its sorting order.</para>
14777       </summary>
14778       <param name=
"columnIndex">Column to sort.</param>
14779       <param name=
"sortAscending">Sorting order for the column specified.</param>
14780     </member>
14781     <member name=
"M:UnityEditor.IMGUI.Controls.MultiColumnHeader.SetSortingColumns(System.Int32[],System.Boolean[])">
14782       <summary>
14783         <para>Sets multiple sorting columns and the associated sorting orders.</para>
14784       </summary>
14785       <param name=
"columnIndices">Column indices of the sorted columns.</param>
14786       <param name=
"sortAscending">Sorting order for the column indices specified.</param>
14787     </member>
14788     <member name=
"M:UnityEditor.IMGUI.Controls.MultiColumnHeader.SortingButton(UnityEditor.IMGUI.Controls.MultiColumnHeaderState/Column,UnityEngine.Rect,System.Int32)">
14789       <summary>
14790         <para>Provides the button logic
for a column header and the rendering of the sorting arrow (if visible).</para>
14791       </summary>
14792       <param name=
"column">Column data.</param>
14793       <param name=
"headerRect">Column header rect.</param>
14794       <param name=
"columnIndex">Column index.</param>
14795     </member>
14796     <member name=
"M:UnityEditor.IMGUI.Controls.MultiColumnHeader.ToggleVisibility(System.Int32)">
14797       <summary>
14798         <para>Method
for toggling the visibility of a column.</para>
14799       </summary>
14800       <param name=
"columnIndex">Toggle visibility for this column.</param>
14801     </member>
14802     <member name=
"T:UnityEditor.IMGUI.Controls.MultiColumnHeaderState">
14803       <summary>
14804         <para>State used
by the MultiColumnHeader.</para>
14805       </summary>
14806     </member>
14807     <member name=
"P:UnityEditor.IMGUI.Controls.MultiColumnHeaderState.columns">
14808       <summary>
14809         <para>The array of column states used
by the MultiColumnHeader class.</para>
14810       </summary>
14811     </member>
14812     <member name=
"P:UnityEditor.IMGUI.Controls.MultiColumnHeaderState.maximumNumberOfSortedColumns">
14813       <summary>
14814         <para>This property controls the maximum number of columns returned
by the sortedColumns property.</para>
14815       </summary>
14816     </member>
14817     <member name=
"P:UnityEditor.IMGUI.Controls.MultiColumnHeaderState.sortedColumnIndex">
14818       <summary>
14819         <para>This property holds the index to the primary sorted column.</para>
14820       </summary>
14821     </member>
14822     <member name=
"P:UnityEditor.IMGUI.Controls.MultiColumnHeaderState.sortedColumns">
14823       <summary>
14824         <para>The array of column indices
for multiple column sorting.</para>
14825       </summary>
14826     </member>
14827     <member name=
"P:UnityEditor.IMGUI.Controls.MultiColumnHeaderState.visibleColumns">
14828       <summary>
14829         <para>This
is the array of currently visible column indices.</para>
14830       </summary>
14831     </member>
14832     <member name=
"P:UnityEditor.IMGUI.Controls.MultiColumnHeaderState.widthOfAllVisibleColumns">
14833       <summary>
14834         <para>Returns the sum of all the widths of the visible columns
in the visibleColumns array.</para>
14835       </summary>
14836     </member>
14837     <member name=
"M:UnityEditor.IMGUI.Controls.MultiColumnHeaderState.CanOverwriteSerializedFields(UnityEditor.IMGUI.Controls.MultiColumnHeaderState,UnityEditor.IMGUI.Controls.MultiColumnHeaderState)">
14838       <summary>
14839         <para>Checks
if the source state can transfer its serialized data to the destination state.</para>
14840       </summary>
14841       <param name=
"source">State that have serialized data to be transfered to the destination state.</param>
14842       <param name=
"destination">Destination state.</param>
14843       <returns>
14844         <para>Returns
true if the source state have the same number of columns as the destination state.</para>
14845       </returns>
14846     </member>
14847     <member name=
"T:UnityEditor.IMGUI.Controls.MultiColumnHeaderState.Column">
14848       <summary>
14849         <para>Column state.</para>
14850       </summary>
14851     </member>
14852     <member name=
"F:UnityEditor.IMGUI.Controls.MultiColumnHeaderState.Column.allowToggleVisibility">
14853       <summary>
14854         <para>Option to allow/disallow hiding the column
from the context menu.</para>
14855       </summary>
14856     </member>
14857     <member name=
"F:UnityEditor.IMGUI.Controls.MultiColumnHeaderState.Column.autoResize">
14858       <summary>
14859         <para>Option to allow the column to resize automatically
when resizing the entire MultiColumnHeader.</para>
14860       </summary>
14861     </member>
14862     <member name=
"F:UnityEditor.IMGUI.Controls.MultiColumnHeaderState.Column.canSort">
14863       <summary>
14864         <para>Is sorting enabled
for this column. If false, left-clicking this column header has no effect.</para>
14865       </summary>
14866     </member>
14867     <member name=
"F:UnityEditor.IMGUI.Controls.MultiColumnHeaderState.Column.contextMenuText">
14868       <summary>
14869         <para>If
this is set then it is used for the context menu for toggling visibility, if not set then the ::headerContent is used.</para>
14870       </summary>
14871     </member>
14872     <member name=
"F:UnityEditor.IMGUI.Controls.MultiColumnHeaderState.Column.headerContent">
14873       <summary>
14874         <para>This
is the GUIContent that will be rendered in the column header.</para>
14875       </summary>
14876     </member>
14877     <member name=
"F:UnityEditor.IMGUI.Controls.MultiColumnHeaderState.Column.headerTextAlignment">
14878       <summary>
14879         <para>Alignment of the header content.</para>
14880       </summary>
14881     </member>
14882     <member name=
"F:UnityEditor.IMGUI.Controls.MultiColumnHeaderState.Column.maxWidth">
14883       <summary>
14884         <para>Maximum width of the column.</para>
14885       </summary>
14886     </member>
14887     <member name=
"F:UnityEditor.IMGUI.Controls.MultiColumnHeaderState.Column.minWidth">
14888       <summary>
14889         <para>Minimum width of the column.</para>
14890       </summary>
14891     </member>
14892     <member name=
"F:UnityEditor.IMGUI.Controls.MultiColumnHeaderState.Column.sortedAscending">
14893       <summary>
14894         <para>Value that controls
if this column is sorted ascending or descending.</para>
14895       </summary>
14896     </member>
14897     <member name=
"F:UnityEditor.IMGUI.Controls.MultiColumnHeaderState.Column.sortingArrowAlignment">
14898       <summary>
14899         <para>Alignment of the sorting arrow.</para>
14900       </summary>
14901     </member>
14902     <member name=
"F:UnityEditor.IMGUI.Controls.MultiColumnHeaderState.Column.width">
14903       <summary>
14904         <para>The width of the column.</para>
14905       </summary>
14906     </member>
14907     <member name=
"M:UnityEditor.IMGUI.Controls.MultiColumnHeaderState.#ctor(UnityEditor.IMGUI.Controls.MultiColumnHeaderState/Column[])">
14908       <summary>
14909         <para>Constructor.</para>
14910       </summary>
14911       <param name=
"columns">Column data.</param>
14912     </member>
14913     <member name=
"M:UnityEditor.IMGUI.Controls.MultiColumnHeaderState.OverwriteSerializedFields(UnityEditor.IMGUI.Controls.MultiColumnHeaderState,UnityEditor.IMGUI.Controls.MultiColumnHeaderState)">
14914       <summary>
14915         <para>Overwrites the seralized fields
from the source state to the destination state.</para>
14916       </summary>
14917       <param name=
"source">State that have serialized data to be transfered to the destination state.</param>
14918       <param name=
"destination">Destination state.</param>
14919     </member>
14920     <member name=
"T:UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle">
14921       <summary>
14922         <para>Base
class for a compound handle to edit a bounding volume in the Scene view.</para>
14923       </summary>
14924     </member>
14925     <member name=
"P:UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.axes">
14926       <summary>
14927         <para>Flags specifying which axes should display control handles.</para>
14928       </summary>
14929     </member>
14930     <member name=
"P:UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.center">
14931       <summary>
14932         <para>Gets or sets the center of the bounding volume
for the handle.</para>
14933       </summary>
14934     </member>
14935     <member name=
"P:UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.handleColor">
14936       <summary>
14937         <para>Specifies the color of the control handles.</para>
14938       </summary>
14939     </member>
14940     <member name=
"P:UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.midpointHandleDrawFunction">
14941       <summary>
14942         <para>An optional Handles.CapFunction to use
when displaying the control handles. Defaults to Handles.DotHandleCap if no value is specified.</para>
14943       </summary>
14944     </member>
14945     <member name=
"P:UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.midpointHandleSizeFunction">
14946       <summary>
14947         <para>An optional Handles.HandleSizeFunction to specify how large the control handles should be
in the space of Handles.matrix. Defaults to a fixed screen-space size.</para>
14948       </summary>
14949     </member>
14950     <member name=
"P:UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.wireframeColor">
14951       <summary>
14952         <para>Specifies the color of the wireframe shape.</para>
14953       </summary>
14954     </member>
14955     <member name=
"T:UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.Axes">
14956       <summary>
14957         <para>A flag enumeration
for specifying which axes on a PrimitiveBoundsHandle object should be enabled.</para>
14958       </summary>
14959     </member>
14960     <member name=
"F:UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.Axes.All">
14961       <summary>
14962         <para>All axes.</para>
14963       </summary>
14964     </member>
14965     <member name=
"F:UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.Axes.None">
14966       <summary>
14967         <para>No axes.</para>
14968       </summary>
14969     </member>
14970     <member name=
"F:UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.Axes.X">
14971       <summary>
14972         <para>X-axis (bit
0).</para>
14973       </summary>
14974     </member>
14975     <member name=
"F:UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.Axes.Y">
14976       <summary>
14977         <para>Y-axis (bit
1).</para>
14978       </summary>
14979     </member>
14980     <member name=
"F:UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.Axes.Z">
14981       <summary>
14982         <para>Z-axis (bit
2).</para>
14983       </summary>
14984     </member>
14985     <member name=
"M:UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.#ctor(System.Int32)">
14986       <summary>
14987         <para>Create a
new instance of the PrimitiveBoundsHandle class.</para>
14988       </summary>
14989       <param name=
"controlIDHint">An integer value used to generate consistent control IDs for each control handle on this instance. You may use any value you like, but should avoid using the same value for all of your PrimitiveBoundsHandle instances.</param>
14990     </member>
14991     <member name=
"M:UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.DrawHandle">
14992       <summary>
14993         <para>A function to display
this instance in the current handle camera using its current configuration.</para>
14994       </summary>
14995     </member>
14996     <member name=
"M:UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.DrawWireframe">
14997       <summary>
14998         <para>Draw a wireframe shape
for this instance. Subclasses must implement this method.</para>
14999       </summary>
15000     </member>
15001     <member name=
"M:UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.GetSize">
15002       <summary>
15003         <para>Gets the current size of the bounding volume
for this instance.</para>
15004       </summary>
15005       <returns>
15006         <para>The current size of the bounding volume
for this instance.</para>
15007       </returns>
15008     </member>
15009     <member name=
"T:UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.HandleDirection">
15010       <summary>
15011         <para>An enumeration of directions the handle moves
in.</para>
15012       </summary>
15013     </member>
15014     <member name=
"F:UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.HandleDirection.NegativeX">
15015       <summary>
15016         <para>This
value corresponds to the handle moving in a negative direction away from PrimitiveBoundsHandle.center along the x-axis.</para>
15017       </summary>
15018     </member>
15019     <member name=
"F:UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.HandleDirection.NegativeY">
15020       <summary>
15021         <para>This
value corresponds to the handle moving in a negative direction away from PrimitiveBoundsHandle.center along the y-axis.</para>
15022       </summary>
15023     </member>
15024     <member name=
"F:UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.HandleDirection.NegativeZ">
15025       <summary>
15026         <para>This
value corresponds to the handle moving in a negative direction away from PrimitiveBoundsHandle.center along the z-axis.</para>
15027       </summary>
15028     </member>
15029     <member name=
"F:UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.HandleDirection.PositiveX">
15030       <summary>
15031         <para>This
value corresponds to the handle moving in a positive direction away from PrimitiveBoundsHandle.center along the x-axis.</para>
15032       </summary>
15033     </member>
15034     <member name=
"F:UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.HandleDirection.PositiveY">
15035       <summary>
15036         <para>This
value corresponds to the handle moving in a positive direction away from PrimitiveBoundsHandle.center along the y-axis.</para>
15037       </summary>
15038     </member>
15039     <member name=
"F:UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.HandleDirection.PositiveZ">
15040       <summary>
15041         <para>This
value corresponds to the handle moving in a positive direction away from PrimitiveBoundsHandle.center along the z-axis.</para>
15042       </summary>
15043     </member>
15044     <member name=
"M:UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.IsAxisEnabled(UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle/Axes)">
15045       <summary>
15046         <para>Gets a
value indicating whether the specified axis is enabled for the current instance.</para>
15047       </summary>
15048       <param name=
"axis">An Axes.</param>
15049       <param name=
"vector3Axis">An integer corresponding to an axis on a Vector3. For example, 0 is x, 1 is y, and 2 is z.</param>
15050       <returns>
15051         <para>
true if the specified axis is enabled; otherwise, false.</para>
15052       </returns>
15053     </member>
15054     <member name=
"M:UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.IsAxisEnabled(System.Int32)">
15055       <summary>
15056         <para>Gets a
value indicating whether the specified axis is enabled for the current instance.</para>
15057       </summary>
15058       <param name=
"axis">An Axes.</param>
15059       <param name=
"vector3Axis">An integer corresponding to an axis on a Vector3. For example, 0 is x, 1 is y, and 2 is z.</param>
15060       <returns>
15061         <para>
true if the specified axis is enabled; otherwise, false.</para>
15062       </returns>
15063     </member>
15064     <member name=
"M:UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.OnHandleChanged(UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle/HandleDirection,UnityEngine.Bounds,UnityEngine.Bounds)">
15065       <summary>
15066         <para>A callback
for when a control handle was dragged in the scene.</para>
15067       </summary>
15068       <param name=
"handle">The handle that was dragged.</param>
15069       <param name=
"boundsOnClick">The raw Bounds for this instance's volume at the time the control handle was clicked.</param>
15070       <param name=
"newBounds">The raw Bounds for this instance's volume based on the updated handle position.</param>
15071       <returns>
15072         <para>The bounds that should be applied to
this instance, with any necessary modifications applied.</para>
15073       </returns>
15074     </member>
15075     <member name=
"M:UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.SetColor(UnityEngine.Color)">
15076       <summary>
15077         <para>Set handleColor and wireframeColor to the same
value.</para>
15078       </summary>
15079       <param name=
"color">The color to use for the control handles and the wireframe shape.</param>
15080     </member>
15081     <member name=
"M:UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle.SetSize(UnityEngine.Vector3)">
15082       <summary>
15083         <para>Sets the current size of the bounding volume
for this instance.</para>
15084       </summary>
15085       <param name=
"size">A Vector3 specifying how large the bounding volume is along all of its axes.</param>
15086     </member>
15087     <member name=
"T:UnityEditor.IMGUI.Controls.SearchField">
15088       <summary>
15089         <para>The SearchField control creates a text field
for a user to input text that can be used for searching.</para>
15090       </summary>
15091     </member>
15092     <member name=
"P:UnityEditor.IMGUI.Controls.SearchField.autoSetFocusOnFindCommand">
15093       <summary>
15094         <para>Changes the keyboard focus to the search field
when the user presses ‘Ctrl/Cmd + F’ when set to true. It is true by default.</para>
15095       </summary>
15096     </member>
15097     <member name=
"?:UnityEditor.IMGUI.Controls.SearchField.downOrUpArrowKeyPressed(UnityEditor.IMGUI.Controls.SearchField/SearchFieldCallback)">
15098       <summary>
15099         <para>This
event is dispatched when the focused search field detects that the down or up key is pressed and can be used to change keyboard focus to another control, such as the TreeView.</para>
15100       </summary>
15101       <param name=
"value"></param>
15102     </member>
15103     <member name=
"P:UnityEditor.IMGUI.Controls.SearchField.searchFieldControlID">
15104       <summary>
15105         <para>This
is the controlID used for the text field to obtain keyboard focus.</para>
15106       </summary>
15107     </member>
15108     <member name=
"M:UnityEditor.IMGUI.Controls.SearchField.HasFocus">
15109       <summary>
15110         <para>This function returns
true if the search field has keyboard focus.</para>
15111       </summary>
15112     </member>
15113     <member name=
"M:UnityEditor.IMGUI.Controls.SearchField.OnGUI(System.String,UnityEngine.GUILayoutOption[])">
15114       <summary>
15115         <para>This function displays the search field with the
default UI style and uses the GUILayout class to automatically calculate the position and size of the Rect it is rendered to. Pass an optional list to specify extra layout properties.</para>
15116       </summary>
15117       <param name=
"text">Text string to display in the search field.</param>
15118       <param name=
"options">An optional list of layout options that specify extra layout properties. &lt;br&gt;
15119 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
15120 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
15121       <returns>
15122         <para>The text entered
in the search field. The original input string is returned instead if the search field text was not changed.</para>
15123       </returns>
15124     </member>
15125     <member name=
"M:UnityEditor.IMGUI.Controls.SearchField.OnGUI(UnityEngine.Rect,System.String)">
15126       <summary>
15127         <para>This function displays the search field with the
default UI style in the given Rect.</para>
15128       </summary>
15129       <param name=
"rect">Rectangle to use for the search field.</param>
15130       <param name=
"text">Text string to display in the search field.</param>
15131       <returns>
15132         <para>The text entered
in the search field. The original input string is returned instead if the search field text was not changed.</para>
15133       </returns>
15134     </member>
15135     <member name=
"M:UnityEditor.IMGUI.Controls.SearchField.OnGUI(UnityEngine.Rect,System.String,UnityEngine.GUIStyle,UnityEngine.GUIStyle,UnityEngine.GUIStyle)">
15136       <summary>
15137         <para>This function displays a search text field with the given Rect and UI style parameters.</para>
15138       </summary>
15139       <param name=
"rect">Rectangle to use for the search field.</param>
15140       <param name=
"text">Text string to display in the search field.</param>
15141       <param name=
"style">The text field style.</param>
15142       <param name=
"cancelButtonStyle">The cancel button style used when there is text in the search field.</param>
15143       <param name=
"emptyCancelButtonStyle">The cancel button style used when there is no text in the search field.</param>
15144       <returns>
15145         <para>The text entered
in the SearchField. The original input string is returned instead if the search field text was not changed.</para>
15146       </returns>
15147     </member>
15148     <member name=
"M:UnityEditor.IMGUI.Controls.SearchField.OnToolbarGUI(System.String,UnityEngine.GUILayoutOption[])">
15149       <summary>
15150         <para>This function displays the search field with the toolbar UI style and uses the GUILayout
class to automatically calculate the position and size of the Rect it is rendered to. Pass an optional list to specify extra layout properties.</para>
15151       </summary>
15152       <param name=
"text">Text string to display in the search field.</param>
15153       <param name=
"options">An optional list of layout options that specify extra layout properties. &lt;br&gt;
15154 See Also: GUILayout.Width, GUILayout.Height, GUILayout.MinWidth, GUILayout.MaxWidth, GUILayout.MinHeight,
15155 GUILayout.MaxHeight, GUILayout.ExpandWidth, GUILayout.ExpandHeight.</param>
15156       <returns>
15157         <para>The text entered
in the search field. The original input string is returned instead if the search field text was not changed.</para>
15158       </returns>
15159     </member>
15160     <member name=
"M:UnityEditor.IMGUI.Controls.SearchField.OnToolbarGUI(UnityEngine.Rect,System.String)">
15161       <summary>
15162         <para>This function displays the search field with a toolbar style
in the given Rect.</para>
15163       </summary>
15164       <param name=
"rect">Rectangle to use for the search field.</param>
15165       <param name=
"text">Text string to display in the search field.</param>
15166       <returns>
15167         <para>The text entered
in the search field. The original input string is returned instead if the search field text was not changed.</para>
15168       </returns>
15169     </member>
15170     <member name=
"T:UnityEditor.IMGUI.Controls.SearchField.SearchFieldCallback">
15171       <summary>
15172         <para>This
is a generic callback delegate for SearchField events and does not take any parameters.</para>
15173       </summary>
15174     </member>
15175     <member name=
"M:UnityEditor.IMGUI.Controls.SearchField.SetFocus">
15176       <summary>
15177         <para>This function changes keyboard focus to the search field so a user can start typing.</para>
15178       </summary>
15179     </member>
15180     <member name=
"T:UnityEditor.IMGUI.Controls.SphereBoundsHandle">
15181       <summary>
15182         <para>A compound handle to edit a sphere-shaped bounding volume
in the Scene view.</para>
15183       </summary>
15184     </member>
15185     <member name=
"P:UnityEditor.IMGUI.Controls.SphereBoundsHandle.radius">
15186       <summary>
15187         <para>Gets or sets the radius of the capsule bounding volume.</para>
15188       </summary>
15189     </member>
15190     <member name=
"M:UnityEditor.IMGUI.Controls.SphereBoundsHandle.#ctor(System.Int32)">
15191       <summary>
15192         <para>Create a
new instance of the SphereBoundsHandle class.</para>
15193       </summary>
15194       <param name=
"controlIDHint">An integer value used to generate consistent control IDs for each control handle on this instance. You may use any value you like, but should avoid using the same value for all of your PrimitiveBoundsHandle instances.</param>
15195     </member>
15196     <member name=
"M:UnityEditor.IMGUI.Controls.SphereBoundsHandle.DrawWireframe">
15197       <summary>
15198         <para>Draw a wireframe sphere
for this instance.</para>
15199       </summary>
15200     </member>
15201     <member name=
"M:UnityEditor.IMGUI.Controls.SphereBoundsHandle.OnHandleChanged(UnityEditor.IMGUI.Controls.PrimitiveBoundsHandle/HandleDirection,UnityEngine.Bounds,UnityEngine.Bounds)">
15202       <summary>
15203         <para>A callback
for when a control handle was dragged in the scene.</para>
15204       </summary>
15205       <param name=
"handle">The handle that was dragged.</param>
15206       <param name=
"boundsOnClick">The raw Bounds for this instance's volume at the time the control handle was clicked.</param>
15207       <param name=
"newBounds">The raw Bounds for this instance's volume based on the updated handle position.</param>
15208       <returns>
15209         <para>The bounds that should be applied to
this instance, with any necessary modifications applied.</para>
15210       </returns>
15211     </member>
15212     <member name=
"T:UnityEditor.IMGUI.Controls.TreeView">
15213       <summary>
15214         <para>The TreeView
is an IMGUI control that lets you create tree views, list views and multi-column tables for Editor tools.</para>
15215       </summary>
15216     </member>
15217     <member name=
"P:UnityEditor.IMGUI.Controls.TreeView.baseIndent">
15218       <summary>
15219         <para>Indent used
for all rows before the tree foldout arrows and content.</para>
15220       </summary>
15221     </member>
15222     <member name=
"P:UnityEditor.IMGUI.Controls.TreeView.cellMargin">
15223       <summary>
15224         <para>When
using a MultiColumnHeader this value adjusts the cell rects provided for all columns except the tree foldout column.</para>
15225       </summary>
15226     </member>
15227     <member name=
"P:UnityEditor.IMGUI.Controls.TreeView.columnIndexForTreeFoldouts">
15228       <summary>
15229         <para>When
using a MultiColumnHeader this value should be set to the column index in which the foldout arrows should appear.</para>
15230       </summary>
15231     </member>
15232     <member name=
"P:UnityEditor.IMGUI.Controls.TreeView.customFoldoutYOffset">
15233       <summary>
15234         <para>Custom vertical offset of the foldout arrow.</para>
15235       </summary>
15236     </member>
15237     <member name=
"P:UnityEditor.IMGUI.Controls.TreeView.depthIndentWidth">
15238       <summary>
15239         <para>Value that returns how far the foldouts are indented
for each increasing depth value.</para>
15240       </summary>
15241     </member>
15242     <member name=
"P:UnityEditor.IMGUI.Controls.TreeView.extraSpaceBeforeIconAndLabel">
15243       <summary>
15244         <para>Value to control the spacing before the
default icon and label. Can be used e.g for placing a toggle button to the left of the content.</para>
15245       </summary>
15246     </member>
15247     <member name=
"P:UnityEditor.IMGUI.Controls.TreeView.foldoutWidth">
15248       <summary>
15249         <para>Width of the built-
in foldout arrow.</para>
15250       </summary>
15251     </member>
15252     <member name=
"P:UnityEditor.IMGUI.Controls.TreeView.hasSearch">
15253       <summary>
15254         <para>The current search state of the TreeView.</para>
15255       </summary>
15256     </member>
15257     <member name=
"P:UnityEditor.IMGUI.Controls.TreeView.isDragging">
15258       <summary>
15259         <para>True
if the user is currently dragging one or more items in the TreeView, and false otherwise.</para>
15260       </summary>
15261     </member>
15262     <member name=
"P:UnityEditor.IMGUI.Controls.TreeView.isInitialized">
15263       <summary>
15264         <para>The TreeView
is initialized by calling Reload(). Therefore returns false until Reload() is called the first time.</para>
15265       </summary>
15266     </member>
15267     <member name=
"P:UnityEditor.IMGUI.Controls.TreeView.multiColumnHeader">
15268       <summary>
15269         <para>Get the MultiColumnHeader of the TreeView. Can be
null if the TreeView was created without a MultiColumnHeader.</para>
15270       </summary>
15271     </member>
15272     <member name=
"P:UnityEditor.IMGUI.Controls.TreeView.rootItem">
15273       <summary>
15274         <para>The hidden root item of the TreeView (it
is never rendered).</para>
15275       </summary>
15276     </member>
15277     <member name=
"P:UnityEditor.IMGUI.Controls.TreeView.rowHeight">
15278       <summary>
15279         <para>The
fixed height used for each row in the TreeView if GetCustomRowHeight have not been overridden.</para>
15280       </summary>
15281     </member>
15282     <member name=
"P:UnityEditor.IMGUI.Controls.TreeView.searchString">
15283       <summary>
15284         <para>Current search
string of the TreeView.</para>
15285       </summary>
15286     </member>
15287     <member name=
"P:UnityEditor.IMGUI.Controls.TreeView.showAlternatingRowBackgrounds">
15288       <summary>
15289         <para>Enable
this to show alternating row background colors.</para>
15290       </summary>
15291     </member>
15292     <member name=
"P:UnityEditor.IMGUI.Controls.TreeView.showBorder">
15293       <summary>
15294         <para>Enable
this to show a border around the TreeView.</para>
15295       </summary>
15296     </member>
15297     <member name=
"P:UnityEditor.IMGUI.Controls.TreeView.showingHorizontalScrollBar">
15298       <summary>
15299         <para>Returns
true if the horizontal scroll bar is showing, otherwise false.</para>
15300       </summary>
15301     </member>
15302     <member name=
"P:UnityEditor.IMGUI.Controls.TreeView.showingVerticalScrollBar">
15303       <summary>
15304         <para>Returns
true if the vertical scroll bar is showing, otherwise false.</para>
15305       </summary>
15306     </member>
15307     <member name=
"P:UnityEditor.IMGUI.Controls.TreeView.state">
15308       <summary>
15309         <para>The state of the TreeView (expanded state, selection, scroll etc.)</para>
15310       </summary>
15311     </member>
15312     <member name=
"P:UnityEditor.IMGUI.Controls.TreeView.totalHeight">
15313       <summary>
15314         <para>Returns the sum of the TreeView row heights, the MultiColumnHeader height (
if used) and the border (if used).</para>
15315       </summary>
15316     </member>
15317     <member name=
"P:UnityEditor.IMGUI.Controls.TreeView.treeViewControlID">
15318       <summary>
15319         <para>The controlID used
by the TreeView to obtain keyboard control focus.</para>
15320       </summary>
15321     </member>
15322     <member name=
"P:UnityEditor.IMGUI.Controls.TreeView.treeViewRect">
15323       <summary>
15324         <para>The Rect the TreeView
is being rendered to.</para>
15325       </summary>
15326     </member>
15327     <member name=
"M:UnityEditor.IMGUI.Controls.TreeView.AddExpandedRows(UnityEditor.IMGUI.Controls.TreeViewItem,System.Collections.Generic.IList`1&lt;UnityEditor.IMGUI.Controls.TreeViewItem&gt;)">
15328       <summary>
15329         <para>Adds the expanded rows of the full tree to the input list. Only use
this method if a full tree was built in BuildRoot.</para>
15330       </summary>
15331       <param name=
"root">Root of the TreeView.</param>
15332       <param name=
"rows">Rows that will be refilled using the expanded state of TreeView.</param>
15333     </member>
15334     <member name=
"M:UnityEditor.IMGUI.Controls.TreeView.AfterRowsGUI">
15335       <summary>
15336         <para>This
is called after all rows have their RowGUI called.</para>
15337       </summary>
15338     </member>
15339     <member name=
"M:UnityEditor.IMGUI.Controls.TreeView.BeforeRowsGUI">
15340       <summary>
15341         <para>This
is called before any rows have their RowGUI called.</para>
15342       </summary>
15343     </member>
15344     <member name=
"M:UnityEditor.IMGUI.Controls.TreeView.BeginRename(UnityEditor.IMGUI.Controls.TreeViewItem)">
15345       <summary>
15346         <para>Shows the rename overlay
for a TreeViewItem.</para>
15347       </summary>
15348       <param name=
"item">Item to rename.</param>
15349       <param name=
"delay">Delay in seconds until the rename overlay shows.</param>
15350       <returns>
15351         <para>Returns
true if renaming was started. Returns false if renaming was already active.</para>
15352       </returns>
15353     </member>
15354     <member name=
"M:UnityEditor.IMGUI.Controls.TreeView.BeginRename(UnityEditor.IMGUI.Controls.TreeViewItem,System.Single)">
15355       <summary>
15356         <para>Shows the rename overlay
for a TreeViewItem.</para>
15357       </summary>
15358       <param name=
"item">Item to rename.</param>
15359       <param name=
"delay">Delay in seconds until the rename overlay shows.</param>
15360       <returns>
15361         <para>Returns
true if renaming was started. Returns false if renaming was already active.</para>
15362       </returns>
15363     </member>
15364     <member name=
"M:UnityEditor.IMGUI.Controls.TreeView.BuildRoot">
15365       <summary>
15366         <para>Abstract method that
is required to be implemented. By default this method should create the full tree of TreeViewItems and return the root.</para>
15367       </summary>
15368       <returns>
15369         <para>The root of the tree. This item can later be accessed
by 'rootItem'.</para>
15370       </returns>
15371     </member>
15372     <member name=
"M:UnityEditor.IMGUI.Controls.TreeView.BuildRows(UnityEditor.IMGUI.Controls.TreeViewItem)">
15373       <summary>
15374         <para>Override
this method to take control of how the rows are generated.</para>
15375       </summary>
15376       <param name=
"root">Root item that was created in the BuildRoot method.</param>
15377       <returns>
15378         <para>The rows list shown
in the TreeView. Can later be accessed using GetRows().</para>
15379       </returns>
15380     </member>
15381     <member name=
"M:UnityEditor.IMGUI.Controls.TreeView.CanBeParent(UnityEditor.IMGUI.Controls.TreeViewItem)">
15382       <summary>
15383         <para>Override
this method to control which items are allowed to be parents.</para>
15384       </summary>
15385       <param name=
"item">Can this item be a parent?</param>
15386     </member>
15387     <member name=
"M:UnityEditor.IMGUI.Controls.TreeView.CanChangeExpandedState(UnityEditor.IMGUI.Controls.TreeViewItem)">
15388       <summary>
15389         <para>Override
this method to control whether an item can be expanded or collapsed by key or mouse.</para>
15390       </summary>
15391       <param name=
"item">Can this item be expanded/collapsed.</param>
15392     </member>
15393     <member name=
"M:UnityEditor.IMGUI.Controls.TreeView.CanMultiSelect(UnityEditor.IMGUI.Controls.TreeViewItem)">
15394       <summary>
15395         <para>Override
this method to control whether the item can be part of a multiselection.</para>
15396       </summary>
15397       <param name=
"item">Can this item be part of a multiselection.</param>
15398     </member>
15399     <member name=
"M:UnityEditor.IMGUI.Controls.TreeView.CanRename(UnityEditor.IMGUI.Controls.TreeViewItem)">
15400       <summary>
15401         <para>Override
this method to control whether the item can be renamed using a keyboard shortcut or when clicking an already selected item.</para>
15402       </summary>
15403       <param name=
"item">Can this item be renamed?</param>
15404     </member>
15405     <member name=
"M:UnityEditor.IMGUI.Controls.TreeView.CanStartDrag(UnityEditor.IMGUI.Controls.TreeView/CanStartDragArgs)">
15406       <summary>
15407         <para>This function
is called whenever a TreeViewItem is clicked and dragged. It returns false by default.</para>
15408       </summary>
15409       <param name=
"args"></param>
15410     </member>
15411     <member name=
"T:UnityEditor.IMGUI.Controls.TreeView.CanStartDragArgs">
15412       <summary>
15413         <para>Method arguments
for the CanStartDrag virtual method.</para>
15414       </summary>
15415     </member>
15416     <member name=
"F:UnityEditor.IMGUI.Controls.TreeView.CanStartDragArgs.draggedItem">
15417       <summary>
15418         <para>Item about to be dragged.</para>
15419       </summary>
15420     </member>
15421     <member name=
"F:UnityEditor.IMGUI.Controls.TreeView.CanStartDragArgs.draggedItemIDs">
15422       <summary>
15423         <para>The multi-selection about to be dragged.</para>
15424       </summary>
15425     </member>
15426     <member name=
"M:UnityEditor.IMGUI.Controls.TreeView.CenterRectUsingSingleLineHeight(UnityEngine.Rect&amp;)">
15427       <summary>
15428         <para>Modifies the input rect so it
is centered and have a height equal to EditorGUIUtility.singleLineHeight.</para>
15429       </summary>
15430       <param name=
"rect">Rect to be modified and centered.</param>
15431     </member>
15432     <member name=
"M:UnityEditor.IMGUI.Controls.TreeView.CollapseAll">
15433       <summary>
15434         <para>Collapse all expanded items
in the TreeView.</para>
15435       </summary>
15436     </member>
15437     <member name=
"M:UnityEditor.IMGUI.Controls.TreeView.CommandEventHandling">
15438       <summary>
15439         <para>This function
is called automatically and handles the ExecuteCommand events for “SelectAll” and “FrameSelection”. Override this function to extend or avoid Command events.</para>
15440       </summary>
15441     </member>
15442     <member name=
"M:UnityEditor.IMGUI.Controls.TreeView.ContextClicked">
15443       <summary>
15444         <para>Override
this method to handle context clicks outside any items (but still in the TreeView rect).</para>
15445       </summary>
15446     </member>
15447     <member name=
"M:UnityEditor.IMGUI.Controls.TreeView.ContextClickedItem(System.Int32)">
15448       <summary>
15449         <para>Override
this method to handle a context click on an item with ID TreeViewItem.id.</para>
15450       </summary>
15451       <param name=
"id">TreeViewItem id.</param>
15452     </member>
15453     <member name=
"M:UnityEditor.IMGUI.Controls.TreeView.CreateChildListForCollapsedParent">
15454       <summary>
15455         <para>Creates a dummy TreeViewItem list. Useful
when overriding BuildRows to prevent building a full tree of items.</para>
15456       </summary>
15457     </member>
15458     <member name=
"M:UnityEditor.IMGUI.Controls.TreeView.#ctor(UnityEditor.IMGUI.Controls.TreeViewState)">
15459       <summary>
15460         <para>The TreeView
is always constructed with a state object and optionally a multi-column header object if a header is needed.</para>
15461       </summary>
15462       <param name=
"state">TreeView state (expanded items, selection etc.)</param>
15463       <param name=
"multiColumnHeader">Multi-column header for the TreeView.</param>
15464     </member>
15465     <member name=
"M:UnityEditor.IMGUI.Controls.TreeView.#ctor(UnityEditor.IMGUI.Controls.TreeViewState,UnityEditor.IMGUI.Controls.MultiColumnHeader)">
15466       <summary>
15467         <para>The TreeView
is always constructed with a state object and optionally a multi-column header object if a header is needed.</para>
15468       </summary>
15469       <param name=
"state">TreeView state (expanded items, selection etc.)</param>
15470       <param name=
"multiColumnHeader">Multi-column header for the TreeView.</param>
15471     </member>
15472     <member name=
"T:UnityEditor.IMGUI.Controls.TreeView.DefaultGUI">
15473       <summary>
15474         <para>Default GUI methods and properties
for the TreeView class.</para>
15475       </summary>
15476     </member>
15477     <member name=
"M:UnityEditor.IMGUI.Controls.TreeView.DefaultGUI.BoldLabel(UnityEngine.Rect,System.String,System.Boolean,System.Boolean)">
15478       <summary>
15479         <para>Draws a bold label that have correct text color
when selected and/or focused.</para>
15480       </summary>
15481       <param name=
"rect">Rect to render the text in.</param>
15482       <param name=
"label">Label to render.</param>
15483       <param name=
"selected">Selected state used for determining text color.</param>
15484       <param name=
"focused">Focused state used for determining text color.</param>
15485     </member>
15486     <member name=
"M:UnityEditor.IMGUI.Controls.TreeView.DefaultGUI.BoldLabelRightAligned(UnityEngine.Rect,System.String,System.Boolean,System.Boolean)">
15487       <summary>
15488         <para>Draws a bold right aligned label that have correct text color
when selected and/or focused.</para>
15489       </summary>
15490       <param name=
"rect">Rect to render the text in.</param>
15491       <param name=
"label">Label to render.</param>
15492       <param name=
"selected">Selected state used for determining text color.</param>
15493       <param name=
"focused">Focused state used for determining text color.</param>
15494     </member>
15495     <member name=
"M:UnityEditor.IMGUI.Controls.TreeView.DefaultGUI.FoldoutLabel(UnityEngine.Rect,System.String,System.Boolean,System.Boolean)">
15496       <summary>
15497         <para>Draws a foldout label that have correct text color
when selected and/or focused.</para>
15498       </summary>
15499       <param name=
"rect">Rect to render the text in.</param>
15500       <param name=
"label">Label to render.</param>
15501       <param name=
"selected">Selected state used for determining text color.</param>
15502       <param name=
"focused">Focused state used for determining text color.</param>
15503     </member>
15504     <member name=
"M:UnityEditor.IMGUI.Controls.TreeView.DefaultGUI.Label(UnityEngine.Rect,System.String,System.Boolean,System.Boolean)">
15505       <summary>
15506         <para>Draws a label that have correct text color
when selected and/or focused.</para>
15507       </summary>
15508       <param name=
"rect">Rect to render the text in.</param>
15509       <param name=
"label">Label to render.</param>
15510       <param name=
"selected">Selected state used for determining text color.</param>
15511       <param name=
"focused">Focused state used for determining text color.</param>
15512     </member>
15513     <member name=
"M:UnityEditor.IMGUI.Controls.TreeView.DefaultGUI.LabelRightAligned(UnityEngine.Rect,System.String,System.Boolean,System.Boolean)">
15514       <summary>
15515         <para>Draws a right aligned label that have correct text color
when selected and/or focused.</para>
15516       </summary>
15517       <param name=
"rect">Rect to render the text in.</param>
15518       <param name=
"label">Label to render.</param>
15519       <param name=
"selected">Selected state used for determining text color.</param>
15520       <param name=
"focused">Focused state used for determining text color.</param>
15521     </member>
15522     <member name=
"T:UnityEditor.IMGUI.Controls.TreeView.DefaultStyles">
15523       <summary>
15524         <para>Default styles used
by the TreeView class.</para>
15525       </summary>
15526     </member>
15527     <member name=
"F:UnityEditor.IMGUI.Controls.TreeView.DefaultStyles.backgroundEven">
15528       <summary>
15529         <para>Background style used
for alternating row background colors when enabling TreeView.showAlternatingRowBackgrounds.</para>
15530       </summary>
15531     </member>
15532     <member name=
"F:UnityEditor.IMGUI.Controls.TreeView.DefaultStyles.backgroundOdd">
15533       <summary>
15534         <para>Background style used
for alternating row background colors when enabling TreeView.showAlternatingRowBackgrounds.</para>
15535       </summary>
15536     </member>
15537     <member name=
"F:UnityEditor.IMGUI.Controls.TreeView.DefaultStyles.boldLabel">
15538       <summary>
15539         <para>Bold label with alternative text color
when selected and/or focused.</para>
15540       </summary>
15541     </member>
15542     <member name=
"F:UnityEditor.IMGUI.Controls.TreeView.DefaultStyles.boldLabelRightAligned">
15543       <summary>
15544         <para>Right aligned bold label with alternative text color
when selected and/or focused.</para>
15545       </summary>
15546     </member>
15547     <member name=
"F:UnityEditor.IMGUI.Controls.TreeView.DefaultStyles.foldoutLabel">
15548       <summary>
15549         <para>The label that
is used for foldout label with alternative text color when selected and/or focused.</para>
15550       </summary>
15551     </member>
15552     <member name=
"F:UnityEditor.IMGUI.Controls.TreeView.DefaultStyles.label">
15553       <summary>
15554         <para>Left aligned label with alternative text color
when selected and/or focused.</para>
15555       </summary>
15556     </member>
15557     <member name=
"F:UnityEditor.IMGUI.Controls.TreeView.DefaultStyles.labelRightAligned">
15558       <summary>
15559         <para>Right aligend label with alternative text color
when selected and/or focused.</para>
15560       </summary>
15561     </member>
15562     <member name=
"M:UnityEditor.IMGUI.Controls.TreeView.DoesItemMatchSearch(UnityEditor.IMGUI.Controls.TreeViewItem,System.String)">
15563       <summary>
15564         <para>Override
this function to extend or change the search behavior.</para>
15565       </summary>
15566       <param name=
"item">Item used for matching against the search string.</param>
15567       <param name=
"search">The search string of the TreeView.</param>
15568       <returns>
15569         <para>True
if item matches search string, otherwise false.</para>
15570       </returns>
15571     </member>
15572     <member name=
"M:UnityEditor.IMGUI.Controls.TreeView.DoubleClickedItem(System.Int32)">
15573       <summary>
15574         <para>Override
this method to handle double click events on an item.</para>
15575       </summary>
15576       <param name=
"id">ID of TreeViewItem that was double clicked.</param>
15577     </member>
15578     <member name=
"T:UnityEditor.IMGUI.Controls.TreeView.DragAndDropArgs">
15579       <summary>
15580         <para>Method arguments
for the HandleDragAndDrop virtual method.</para>
15581       </summary>
15582     </member>
15583     <member name=
"F:UnityEditor.IMGUI.Controls.TreeView.DragAndDropArgs.dragAndDropPosition">
15584       <summary>
15585         <para>When dragging items the current drag can have the following
3 positions relative to the items: Upon an item, Between two items or Outside items.</para>
15586       </summary>
15587     </member>
15588     <member name=
"F:UnityEditor.IMGUI.Controls.TreeView.DragAndDropArgs.insertAtIndex">
15589       <summary>
15590         <para>This index refers to the index
in the children list of the parentItem where the current drag is positioned.</para>
15591       </summary>
15592     </member>
15593     <member name=
"F:UnityEditor.IMGUI.Controls.TreeView.DragAndDropArgs.parentItem">
15594       <summary>
15595         <para>The parent item
is set if the drag is either upon this item or between two of its children.</para>
15596       </summary>
15597     </member>
15598     <member name=
"F:UnityEditor.IMGUI.Controls.TreeView.DragAndDropArgs.performDrop">
15599       <summary>
15600         <para>This
value is false as long as the mouse button is down, when the mouse button is released it is true.</para>
15601       </summary>
15602     </member>
15603     <member name=
"T:UnityEditor.IMGUI.Controls.TreeView.DragAndDropPosition">
15604       <summary>
15605         <para>Enum describing the possible positions a drag can have relative to the items: upon a item, between two items or outside items.</para>
15606       </summary>
15607     </member>
15608     <member name=
"F:UnityEditor.IMGUI.Controls.TreeView.DragAndDropPosition.BetweenItems">
15609       <summary>
15610         <para>This
value is used when dragging between two items.</para>
15611       </summary>
15612     </member>
15613     <member name=
"F:UnityEditor.IMGUI.Controls.TreeView.DragAndDropPosition.OutsideItems">
15614       <summary>
15615         <para>This
value is used when dragging outside all items.</para>
15616       </summary>
15617     </member>
15618     <member name=
"F:UnityEditor.IMGUI.Controls.TreeView.DragAndDropPosition.UponItem">
15619       <summary>
15620         <para>This
value is used when the drag is upon a item.</para>
15621       </summary>
15622     </member>
15623     <member name=
"M:UnityEditor.IMGUI.Controls.TreeView.EndRename">
15624       <summary>
15625         <para>Ends renaming
if the rename overlay is shown. If called while the rename overlay is not being shown, this method does nothing.</para>
15626       </summary>
15627     </member>
15628     <member name=
"M:UnityEditor.IMGUI.Controls.TreeView.ExpandAll">
15629       <summary>
15630         <para>Expand all collapsed items
in the TreeView.</para>
15631       </summary>
15632     </member>
15633     <member name=
"M:UnityEditor.IMGUI.Controls.TreeView.ExpandedStateChanged">
15634       <summary>
15635         <para>Override to
get notified when items are expanded or collapsed. This is a general notification that the expanded state has changed.</para>
15636       </summary>
15637     </member>
15638     <member name=
"M:UnityEditor.IMGUI.Controls.TreeView.FindItem(System.Int32,UnityEditor.IMGUI.Controls.TreeViewItem)">
15639       <summary>
15640         <para>Finds a TreeViewItem
by an ID.</para>
15641       </summary>
15642       <param name=
"id">Find the TreeViewItem with this ID.</param>
15643       <param name=
"searchFromThisItem">Sets the search to start from an item. Use 'rootItem' to search the entire tree.</param>
15644       <returns>
15645         <para>This search method returns the TreeViewItem found and returns
null if not found.</para>
15646       </returns>
15647     </member>
15648     <member name=
"M:UnityEditor.IMGUI.Controls.TreeView.FindRows(System.Collections.Generic.IList`1&lt;System.Int32&gt;)">
15649       <summary>
15650         <para>Useful
for converting from TreeViewItem IDs to TreeViewItems using the current rows.</para>
15651       </summary>
15652       <param name=
"ids">TreeViewItem IDs.</param>
15653       <returns>
15654         <para>TreeViewItems.</para>
15655       </returns>
15656     </member>
15657     <member name=
"M:UnityEditor.IMGUI.Controls.TreeView.FrameItem(System.Int32)">
15658       <summary>
15659         <para>This will reveal the item with ID id (
by expanding the ancestors of that item) and will make sure it is visible in the ScrollView.</para>
15660       </summary>
15661       <param name=
"id">TreeViewItem ID.</param>
15662     </member>
15663     <member name=
"M:UnityEditor.IMGUI.Controls.TreeView.GetAncestors(System.Int32)">
15664       <summary>
15665         <para>This method
is e.g. used for revealing items that are currently under a collapsed item.</para>
15666       </summary>
15667       <param name=
"id">TreeViewItem ID.</param>
15668       <returns>
15669         <para>List of all the ancestors of a given item with ID id.</para>
15670       </returns>
15671     </member>
15672     <member name=
"M:UnityEditor.IMGUI.Controls.TreeView.GetCellRectForTreeFoldouts(UnityEngine.Rect)">
15673       <summary>
15674         <para>Utility
for multi column setups. This method will clip the input rowRect against the column rect defined by columnIndexForTreeFoldouts to get the cell rect where the the foldout arrows appear.</para>
15675       </summary>
15676       <param name=
"rowRect">Rect for a row.</param>
15677       <returns>
15678         <para>Cell rect
in a multi column setup.</para>
15679       </returns>
15680     </member>
15681     <member name=
"M:UnityEditor.IMGUI.Controls.TreeView.GetContentIndent(UnityEditor.IMGUI.Controls.TreeViewItem)">
15682       <summary>
15683         <para>Returns the horizontal content offset
for an item. This is where the content should begin (after the foldout arrow).</para>
15684       </summary>
15685       <param name=
"item">Item used to determine the indent.</param>
15686       <returns>
15687         <para>Indent.</para>
15688       </returns>
15689     </member>
15690     <member name=
"M:UnityEditor.IMGUI.Controls.TreeView.GetCustomRowHeight(System.Int32,UnityEditor.IMGUI.Controls.TreeViewItem)">
15691       <summary>
15692         <para>Override to control individual row heights.</para>
15693       </summary>
15694       <param name=
"row">Row index.</param>
15695       <param name=
"item">Item for given row.</param>
15696       <returns>
15697         <para>Height of row.</para>
15698       </returns>
15699     </member>
15700     <member name=
"M:UnityEditor.IMGUI.Controls.TreeView.GetDescendantsThatHaveChildren(System.Int32)">
15701       <summary>
15702         <para>Returns all descendants
for the item with ID id that have children.</para>
15703       </summary>
15704       <param name=
"id">TreeViewItem ID.</param>
15705       <returns>
15706         <para>Descendants that have children.</para>
15707       </returns>
15708     </member>
15709     <member name=
"M:UnityEditor.IMGUI.Controls.TreeView.GetExpanded">
15710       <summary>
15711         <para>Returns a list of TreeViewItem IDs that are currently expanded
in the TreeView.</para>
15712       </summary>
15713       <returns>
15714         <para>TreeViewItem IDs.</para>
15715       </returns>
15716     </member>
15717     <member name=
"M:UnityEditor.IMGUI.Controls.TreeView.GetFirstAndLastVisibleRows(System.Int32&amp;,System.Int32&amp;)">
15718       <summary>
15719         <para>Returns the first and the last indices of the rows that are visible
in the scroll view of the TreeView.</para>
15720       </summary>
15721       <param name=
"firstRowVisible">First row visible.</param>
15722       <param name=
"lastRowVisible">Last row visible.</param>
15723     </member>
15724     <member name=
"M:UnityEditor.IMGUI.Controls.TreeView.GetFoldoutIndent(UnityEditor.IMGUI.Controls.TreeViewItem)">
15725       <summary>
15726         <para>Returns the horizontal foldout offset
for an item. This is where the foldout arrow is rendered.</para>
15727       </summary>
15728       <param name=
"item">Item used to determine the indent.</param>
15729       <returns>
15730         <para>Indent
for the foldout arrow.</para>
15731       </returns>
15732     </member>
15733     <member name=
"M:UnityEditor.IMGUI.Controls.TreeView.GetRenameRect(UnityEngine.Rect,System.Int32,UnityEditor.IMGUI.Controls.TreeViewItem)">
15734       <summary>
15735         <para>Override
this method if custom GUI handling are used in RowGUI. This method for controls where the rename overlay appears.</para>
15736       </summary>
15737       <param name=
"rowRect">Row rect for the item currently being renamed.</param>
15738       <param name=
"row">Row index for the item currently being renamed.</param>
15739       <param name=
"item">TreeViewItem that are currently being renamed.</param>
15740       <returns>
15741         <para>The rect
where the rename overlay should appear.</para>
15742       </returns>
15743     </member>
15744     <member name=
"M:UnityEditor.IMGUI.Controls.TreeView.GetRowRect(System.Int32)">
15745       <summary>
15746         <para>Get the rect
for a row.</para>
15747       </summary>
15748       <param name=
"row">Row index.</param>
15749       <returns>
15750         <para>Row rect.</para>
15751       </returns>
15752     </member>
15753     <member name=
"M:UnityEditor.IMGUI.Controls.TreeView.GetRows">
15754       <summary>
15755         <para>This
is the list of TreeViewItems that have been built in BuildRows.</para>
15756       </summary>
15757       <returns>
15758         <para>Rows.</para>
15759       </returns>
15760     </member>
15761     <member name=
"M:UnityEditor.IMGUI.Controls.TreeView.GetSelection">
15762       <summary>
15763         <para>Returns the list of TreeViewItem IDs that are currently selected.</para>
15764       </summary>
15765     </member>
15766     <member name=
"M:UnityEditor.IMGUI.Controls.TreeView.HandleDragAndDrop(UnityEditor.IMGUI.Controls.TreeView/DragAndDropArgs)">
15767       <summary>
15768         <para>Override
this function to control the drag and drop behavior of the TreeView.</para>
15769       </summary>
15770       <param name=
"args">Drag and drop arguments.</param>
15771     </member>
15772     <member name=
"M:UnityEditor.IMGUI.Controls.TreeView.HasFocus">
15773       <summary>
15774         <para>Returns
true if the TreeView and its EditorWindow have keyboard focus.</para>
15775       </summary>
15776     </member>
15777     <member name=
"M:UnityEditor.IMGUI.Controls.TreeView.HasSelection">
15778       <summary>
15779         <para>Returns
true if the TreeView has a selection.</para>
15780       </summary>
15781     </member>
15782     <member name=
"M:UnityEditor.IMGUI.Controls.TreeView.IsChildListForACollapsedParent(System.Collections.Generic.IList`1&lt;UnityEditor.IMGUI.Controls.TreeViewItem&gt;)">
15783       <summary>
15784         <para>Utility method
for checking if the childList is identical to the one returned by the CreateChildListForCollapsedParent method.</para>
15785       </summary>
15786       <param name=
"childList">Children list of a TreeViewItem.</param>
15787     </member>
15788     <member name=
"M:UnityEditor.IMGUI.Controls.TreeView.IsExpanded(System.Int32)">
15789       <summary>
15790         <para>Returns
true if the TreeViewItem with ID id is currently expanded.</para>
15791       </summary>
15792       <param name=
"id">TreeViewItem ID.</param>
15793     </member>
15794     <member name=
"M:UnityEditor.IMGUI.Controls.TreeView.IsSelected(System.Int32)">
15795       <summary>
15796         <para>Returns
true if the TreeViewItem with ID id is currently selected.</para>
15797       </summary>
15798       <param name=
"id">TreeViewItem ID.</param>
15799     </member>
15800     <member name=
"M:UnityEditor.IMGUI.Controls.TreeView.KeyEvent">
15801       <summary>
15802         <para>Override
this method to handle events when the TreeView has keyboard focus.</para>
15803       </summary>
15804     </member>
15805     <member name=
"M:UnityEditor.IMGUI.Controls.TreeView.OnGUI(UnityEngine.Rect)">
15806       <summary>
15807         <para>This
is the main GUI method of the TreeView, where the TreeViewItems are processed and drawn.</para>
15808       </summary>
15809       <param name=
"rect">Rect where the TreeView is rendered.</param>
15810     </member>
15811     <member name=
"M:UnityEditor.IMGUI.Controls.TreeView.RefreshCustomRowHeights">
15812       <summary>
15813         <para>Refreshes the cache of custom row rects based
on the heights returned by GetCustomRowHeight.</para>
15814       </summary>
15815     </member>
15816     <member name=
"M:UnityEditor.IMGUI.Controls.TreeView.Reload">
15817       <summary>
15818         <para>Call
this to force the TreeView to reload its data. This in turn causes BuildRoot and BuildRows to be called.</para>
15819       </summary>
15820     </member>
15821     <member name=
"M:UnityEditor.IMGUI.Controls.TreeView.RenameEnded(UnityEditor.IMGUI.Controls.TreeView/RenameEndedArgs)">
15822       <summary>
15823         <para>Called
when rename ends either by the user completing the renaming process, when the rename overlay loses focus or is closed using EndRename.</para>
15824       </summary>
15825       <param name=
"args"></param>
15826     </member>
15827     <member name=
"T:UnityEditor.IMGUI.Controls.TreeView.RenameEndedArgs">
15828       <summary>
15829         <para>Method arguments
for the virtual method RenameEnded.</para>
15830       </summary>
15831     </member>
15832     <member name=
"F:UnityEditor.IMGUI.Controls.TreeView.RenameEndedArgs.acceptedRename">
15833       <summary>
15834         <para>Is
true if the rename is accepted.</para>
15835       </summary>
15836     </member>
15837     <member name=
"F:UnityEditor.IMGUI.Controls.TreeView.RenameEndedArgs.itemID">
15838       <summary>
15839         <para>Item with ID that are being renamed.</para>
15840       </summary>
15841     </member>
15842     <member name=
"F:UnityEditor.IMGUI.Controls.TreeView.RenameEndedArgs.newName">
15843       <summary>
15844         <para>Name entered
in the rename overlay.</para>
15845       </summary>
15846     </member>
15847     <member name=
"F:UnityEditor.IMGUI.Controls.TreeView.RenameEndedArgs.originalName">
15848       <summary>
15849         <para>The original name
when starting the rename.</para>
15850       </summary>
15851     </member>
15852     <member name=
"M:UnityEditor.IMGUI.Controls.TreeView.Repaint">
15853       <summary>
15854         <para>Request a repaint of the window that the TreeView
is rendered in.</para>
15855       </summary>
15856     </member>
15857     <member name=
"M:UnityEditor.IMGUI.Controls.TreeView.RowGUI(UnityEditor.IMGUI.Controls.TreeView/RowGUIArgs)">
15858       <summary>
15859         <para>Override
this method to add custom GUI content for the rows in the TreeView.</para>
15860       </summary>
15861       <param name=
"args">Row data.</param>
15862     </member>
15863     <member name=
"T:UnityEditor.IMGUI.Controls.TreeView.RowGUIArgs">
15864       <summary>
15865         <para>Method arguments
for the virtual method RowGUI.</para>
15866       </summary>
15867     </member>
15868     <member name=
"F:UnityEditor.IMGUI.Controls.TreeView.RowGUIArgs.focused">
15869       <summary>
15870         <para>This
value is true only when the TreeView has keyboard focus and the TreeView's window has focus.</para>
15871       </summary>
15872     </member>
15873     <member name=
"F:UnityEditor.IMGUI.Controls.TreeView.RowGUIArgs.isRenaming">
15874       <summary>
15875         <para>This
value is true when the ::item is currently being renamed.</para>
15876       </summary>
15877     </member>
15878     <member name=
"F:UnityEditor.IMGUI.Controls.TreeView.RowGUIArgs.item">
15879       <summary>
15880         <para>Item
for the current row being handled in TreeView.RowGUI.</para>
15881       </summary>
15882     </member>
15883     <member name=
"F:UnityEditor.IMGUI.Controls.TreeView.RowGUIArgs.label">
15884       <summary>
15885         <para>Label used
for text rendering of the item displayName. Note this is an empty string when isRenaming == true.</para>
15886       </summary>
15887     </member>
15888     <member name=
"F:UnityEditor.IMGUI.Controls.TreeView.RowGUIArgs.row">
15889       <summary>
15890         <para>Row index
into the list of current rows.</para>
15891       </summary>
15892     </member>
15893     <member name=
"F:UnityEditor.IMGUI.Controls.TreeView.RowGUIArgs.rowRect">
15894       <summary>
15895         <para>Row rect
for the current row being handled.</para>
15896       </summary>
15897     </member>
15898     <member name=
"F:UnityEditor.IMGUI.Controls.TreeView.RowGUIArgs.selected">
15899       <summary>
15900         <para>This
value is true when the current row's item is part of the current selection.</para>
15901       </summary>
15902     </member>
15903     <member name=
"M:UnityEditor.IMGUI.Controls.TreeView.RowGUIArgs.GetCellRect(System.Int32)">
15904       <summary>
15905         <para>If
using a MultiColumnHeader for the TreeView this method can be used to get the cell rects of a row using the visible columns of the MultiColumnHeader.</para>
15906       </summary>
15907       <param name=
"visibleColumnIndex">Index into the list of visible columns of the multi column header.</param>
15908       <returns>
15909         <para>Cell rect defined
by the intersection between the row rect and the rect of the visible column.</para>
15910       </returns>
15911     </member>
15912     <member name=
"M:UnityEditor.IMGUI.Controls.TreeView.RowGUIArgs.GetColumn(System.Int32)">
15913       <summary>
15914         <para>If
using a MultiColumnHeader for the TreeView this method can be used to convert an index from the visible columns list to a index into the actual columns in the MultiColumnHeaderState.</para>
15915       </summary>
15916       <param name=
"visibleColumnIndex">This index is the index into the current visible columns.</param>
15917       <returns>
15918         <para>Column index
into the columns array in MultiColumnHeaderState.</para>
15919       </returns>
15920     </member>
15921     <member name=
"M:UnityEditor.IMGUI.Controls.TreeView.RowGUIArgs.GetNumVisibleColumns">
15922       <summary>
15923         <para>If
using a MultiColumnHeader for the TreeView use this method to get the number of visible columns currently being shown in the MultiColumnHeader.</para>
15924       </summary>
15925     </member>
15926     <member name=
"M:UnityEditor.IMGUI.Controls.TreeView.SearchChanged(System.String)">
15927       <summary>
15928         <para>Override the method to
get notified of search string changes.</para>
15929       </summary>
15930       <param name=
"newSearch"></param>
15931     </member>
15932     <member name=
"M:UnityEditor.IMGUI.Controls.TreeView.SelectAllRows">
15933       <summary>
15934         <para>Selects all rows
in the TreeView.</para>
15935       </summary>
15936     </member>
15937     <member name=
"M:UnityEditor.IMGUI.Controls.TreeView.SelectionChanged(System.Collections.Generic.IList`1&lt;System.Int32&gt;)">
15938       <summary>
15939         <para>Override the method to
get notified of selection changes.</para>
15940       </summary>
15941       <param name=
"selectedIds">TreeViewItem IDs.</param>
15942     </member>
15943     <member name=
"M:UnityEditor.IMGUI.Controls.TreeView.SelectionClick(UnityEditor.IMGUI.Controls.TreeViewItem,System.Boolean)">
15944       <summary>
15945         <para>Use
this method in RowGUI to peform the logic of a mouse click.</para>
15946       </summary>
15947       <param name=
"item">TreeViewItem clicked.</param>
15948       <param name=
"keepMultiSelection">If true then keeps the multiselection when clicking on a item already part of the selection. If false then clears the selection before selecting the item clicked. For left button clicks this is usually false. For context clicks it is usually true so a context opereration can operate on the multiselection.</param>
15949     </member>
15950     <member name=
"M:UnityEditor.IMGUI.Controls.TreeView.SetExpanded(System.Int32,System.Boolean)">
15951       <summary>
15952         <para>Set a single TreeViewItem to be expanded or collapsed.</para>
15953       </summary>
15954       <param name=
"id">TreeViewItem ID.</param>
15955       <param name=
"expanded">True expands item. False collapses item.</param>
15956       <returns>
15957         <para>True
if item changed expanded state, false if item already had the expanded state.</para>
15958       </returns>
15959     </member>
15960     <member name=
"M:UnityEditor.IMGUI.Controls.TreeView.SetExpanded(System.Collections.Generic.IList`1&lt;System.Int32&gt;)">
15961       <summary>
15962         <para>Set the current expanded TreeViewItems of the TreeView. This will overwrite the previous expanded state.</para>
15963       </summary>
15964       <param name=
"ids">List of item IDs that should be expanded.</param>
15965     </member>
15966     <member name=
"M:UnityEditor.IMGUI.Controls.TreeView.SetExpandedRecursive(System.Int32,System.Boolean)">
15967       <summary>
15968         <para>Expand or collapse all items under item with id.</para>
15969       </summary>
15970       <param name=
"id">TreeViewItem ID.</param>
15971       <param name=
"expanded">Expanded state: true expands, false collapses.</param>
15972     </member>
15973     <member name=
"M:UnityEditor.IMGUI.Controls.TreeView.SetFocus">
15974       <summary>
15975         <para>Calling
this function changes the keyboard focus to the TreeView.</para>
15976       </summary>
15977     </member>
15978     <member name=
"M:UnityEditor.IMGUI.Controls.TreeView.SetFocusAndEnsureSelectedItem">
15979       <summary>
15980         <para>Calling
this function changes the keyboard focus to the TreeView and ensures an item is selected. Use this function to enable key navigation of the TreeView.</para>
15981       </summary>
15982     </member>
15983     <member name=
"M:UnityEditor.IMGUI.Controls.TreeView.SetSelection(System.Collections.Generic.IList`1&lt;System.Int32&gt;)">
15984       <summary>
15985         <para>Set the selected items of the TreeView.</para>
15986       </summary>
15987       <param name=
"selectedIDs">TreeViewItem IDs.</param>
15988       <param name=
"options">Options for extra logic performed after the selection. See TreeViewSelectionOptions.</param>
15989     </member>
15990     <member name=
"M:UnityEditor.IMGUI.Controls.TreeView.SetSelection(System.Collections.Generic.IList`1&lt;System.Int32&gt;,UnityEditor.IMGUI.Controls.TreeViewSelectionOptions)">
15991       <summary>
15992         <para>Set the selected items of the TreeView.</para>
15993       </summary>
15994       <param name=
"selectedIDs">TreeViewItem IDs.</param>
15995       <param name=
"options">Options for extra logic performed after the selection. See TreeViewSelectionOptions.</param>
15996     </member>
15997     <member name=
"M:UnityEditor.IMGUI.Controls.TreeView.SetupDepthsFromParentsAndChildren(UnityEditor.IMGUI.Controls.TreeViewItem)">
15998       <summary>
15999         <para>Utility method
using the depth of the input TreeViewItem to set the correct depths for all its descendant TreeViewItems.</para>
16000       </summary>
16001       <param name=
"root">TreeViewItem from which the descendentans should have their depth updated.</param>
16002     </member>
16003     <member name=
"M:UnityEditor.IMGUI.Controls.TreeView.SetupDragAndDrop(UnityEditor.IMGUI.Controls.TreeView/SetupDragAndDropArgs)">
16004       <summary>
16005         <para>This function
is called when CanStartDrag returns true.</para>
16006       </summary>
16007       <param name=
"args"></param>
16008     </member>
16009     <member name=
"T:UnityEditor.IMGUI.Controls.TreeView.SetupDragAndDropArgs">
16010       <summary>
16011         <para>Method arguments to the
virtual method SetupDragAndDrop.</para>
16012       </summary>
16013     </member>
16014     <member name=
"F:UnityEditor.IMGUI.Controls.TreeView.SetupDragAndDropArgs.draggedItemIDs">
16015       <summary>
16016         <para>TreeViewItem IDs being dragged.</para>
16017       </summary>
16018     </member>
16019     <member name=
"M:UnityEditor.IMGUI.Controls.TreeView.SetupParentsAndChildrenFromDepths(UnityEditor.IMGUI.Controls.TreeViewItem,System.Collections.Generic.IList`1&lt;UnityEditor.IMGUI.Controls.TreeViewItem&gt;)">
16020       <summary>
16021         <para>Utility method
for initializing all the parent and children properties of the rows using the order and the depths values that have been set.</para>
16022       </summary>
16023       <param name=
"root">The hidden root item.</param>
16024       <param name=
"rows">TreeViewItems where only the depth property have been set.</param>
16025     </member>
16026     <member name=
"M:UnityEditor.IMGUI.Controls.TreeView.SortItemIDsInRowOrder(System.Collections.Generic.IList`1&lt;System.Int32&gt;)">
16027       <summary>
16028         <para>Returns a list sorted
in the order in which they are shown in the TreeView.</para>
16029       </summary>
16030       <param name=
"ids">TreeViewItem IDs.</param>
16031     </member>
16032     <member name=
"T:UnityEditor.IMGUI.Controls.TreeViewItem">
16033       <summary>
16034         <para>The TreeViewItem
is used to build the tree representation of a tree data structure.</para>
16035       </summary>
16036     </member>
16037     <member name=
"P:UnityEditor.IMGUI.Controls.TreeViewItem.children">
16038       <summary>
16039         <para>The list of child items of
this TreeViewItem.</para>
16040       </summary>
16041     </member>
16042     <member name=
"P:UnityEditor.IMGUI.Controls.TreeViewItem.depth">
16043       <summary>
16044         <para>The depth refers to how many ancestors
this item has, and corresponds to the number of horizontal ‘indents’ this item has.</para>
16045       </summary>
16046     </member>
16047     <member name=
"P:UnityEditor.IMGUI.Controls.TreeViewItem.displayName">
16048       <summary>
16049         <para>Name shown
for this item when rendered.</para>
16050       </summary>
16051     </member>
16052     <member name=
"P:UnityEditor.IMGUI.Controls.TreeViewItem.hasChildren">
16053       <summary>
16054         <para>Returns
true if children has any items.</para>
16055       </summary>
16056     </member>
16057     <member name=
"P:UnityEditor.IMGUI.Controls.TreeViewItem.icon">
16058       <summary>
16059         <para>If
set, this icon will be rendered to the left of the displayName. The icon is rendered at 16x16 points by default.</para>
16060       </summary>
16061     </member>
16062     <member name=
"P:UnityEditor.IMGUI.Controls.TreeViewItem.id">
16063       <summary>
16064         <para>Unique ID
for an item.</para>
16065       </summary>
16066     </member>
16067     <member name=
"P:UnityEditor.IMGUI.Controls.TreeViewItem.parent">
16068       <summary>
16069         <para>The parent of
this TreeViewItem. If it is null then it is considered the root of the TreeViewItem tree.</para>
16070       </summary>
16071     </member>
16072     <member name=
"M:UnityEditor.IMGUI.Controls.TreeViewItem.AddChild(UnityEditor.IMGUI.Controls.TreeViewItem)">
16073       <summary>
16074         <para>Helper method that adds the child TreeViewItem to the children list and sets the parent property
on the child.</para>
16075       </summary>
16076       <param name=
"child">TreeViewItem to be added to the children list.</param>
16077     </member>
16078     <member name=
"M:UnityEditor.IMGUI.Controls.TreeViewItem.#ctor(System.Int32)">
16079       <summary>
16080         <para>TreeViewItem constructor.</para>
16081       </summary>
16082       <param name=
"id">Unique ID to identify this TreeViewItem with among all TreeViewItems of the TreeView. See Also id.</param>
16083       <param name=
"depth">Depth of this TreeViewItem. See Also depth.</param>
16084       <param name=
"displayName">Rendered name of this TreeViewItem. See Also displayName.</param>
16085     </member>
16086     <member name=
"M:UnityEditor.IMGUI.Controls.TreeViewItem.#ctor(System.Int32,System.Int32)">
16087       <summary>
16088         <para>TreeViewItem constructor.</para>
16089       </summary>
16090       <param name=
"id">Unique ID to identify this TreeViewItem with among all TreeViewItems of the TreeView. See Also id.</param>
16091       <param name=
"depth">Depth of this TreeViewItem. See Also depth.</param>
16092       <param name=
"displayName">Rendered name of this TreeViewItem. See Also displayName.</param>
16093     </member>
16094     <member name=
"M:UnityEditor.IMGUI.Controls.TreeViewItem.#ctor(System.Int32,System.Int32,System.String)">
16095       <summary>
16096         <para>TreeViewItem constructor.</para>
16097       </summary>
16098       <param name=
"id">Unique ID to identify this TreeViewItem with among all TreeViewItems of the TreeView. See Also id.</param>
16099       <param name=
"depth">Depth of this TreeViewItem. See Also depth.</param>
16100       <param name=
"displayName">Rendered name of this TreeViewItem. See Also displayName.</param>
16101     </member>
16102     <member name=
"T:UnityEditor.IMGUI.Controls.TreeViewSelectionOptions">
16103       <summary>
16104         <para>Enum used
by the TreeView.SetSelection method.</para>
16105       </summary>
16106     </member>
16107     <member name=
"F:UnityEditor.IMGUI.Controls.TreeViewSelectionOptions.FireSelectionChanged">
16108       <summary>
16109         <para>If
this flag is passed to TreeView.SetSelection then the TreeView will call the its TreeView.SelectionChanged method.</para>
16110       </summary>
16111     </member>
16112     <member name=
"F:UnityEditor.IMGUI.Controls.TreeViewSelectionOptions.None">
16113       <summary>
16114         <para>If
this flag is passed to TreeView.SetSelection no extra logic is be performed after setting selection.</para>
16115       </summary>
16116     </member>
16117     <member name=
"F:UnityEditor.IMGUI.Controls.TreeViewSelectionOptions.RevealAndFrame">
16118       <summary>
16119         <para>If
this flag is passed to TreeView.SetSelection then the TreeView will make sure the last item in the input selection list is visible on screen.</para>
16120       </summary>
16121     </member>
16122     <member name=
"T:UnityEditor.IMGUI.Controls.TreeViewState">
16123       <summary>
16124         <para>The TreeViewState contains serializable state information
for the TreeView.</para>
16125       </summary>
16126     </member>
16127     <member name=
"P:UnityEditor.IMGUI.Controls.TreeViewState.expandedIDs">
16128       <summary>
16129         <para>This
is the list of currently expanded TreeViewItem IDs.</para>
16130       </summary>
16131     </member>
16132     <member name=
"P:UnityEditor.IMGUI.Controls.TreeViewState.lastClickedID">
16133       <summary>
16134         <para>The ID
for the TreeViewItem that currently is being used for multi selection and key navigation.</para>
16135       </summary>
16136     </member>
16137     <member name=
"F:UnityEditor.IMGUI.Controls.TreeViewState.scrollPos">
16138       <summary>
16139         <para>The current scroll values of the TreeView
's scroll view.</para>
16140       </summary>
16141     </member>
16142     <member name=
"P:UnityEditor.IMGUI.Controls.TreeViewState.searchString">
16143       <summary>
16144         <para>Search
string state that can be used in the TreeView to filter the tree data when creating the TreeViewItems.</para>
16145       </summary>
16146     </member>
16147     <member name=
"P:UnityEditor.IMGUI.Controls.TreeViewState.selectedIDs">
16148       <summary>
16149         <para>Selected TreeViewItem IDs. Use of the SetSelection and IsSelected API will access
this state.</para>
16150       </summary>
16151     </member>
16152     <member name=
"T:UnityEditor.ImportAssetOptions">
16153       <summary>
16154         <para>Asset importing options.</para>
16155       </summary>
16156     </member>
16157     <member name=
"F:UnityEditor.ImportAssetOptions.Default">
16158       <summary>
16159         <para>Default import options.</para>
16160       </summary>
16161     </member>
16162     <member name=
"F:UnityEditor.ImportAssetOptions.DontDownloadFromCacheServer">
16163       <summary>
16164         <para>Force a full reimport but don
't download the assets from the cache server.</para>
16165       </summary>
16166     </member>
16167     <member name=
"F:UnityEditor.ImportAssetOptions.ForceSynchronousImport">
16168       <summary>
16169         <para>Import all assets synchronously.</para>
16170       </summary>
16171     </member>
16172     <member name=
"F:UnityEditor.ImportAssetOptions.ForceUncompressedImport">
16173       <summary>
16174         <para>Forces asset import
as uncompressed for edition facilities.</para>
16175       </summary>
16176     </member>
16177     <member name=
"F:UnityEditor.ImportAssetOptions.ForceUpdate">
16178       <summary>
16179         <para>User initiated asset import.</para>
16180       </summary>
16181     </member>
16182     <member name=
"F:UnityEditor.ImportAssetOptions.ImportRecursive">
16183       <summary>
16184         <para>When a folder
is imported, import all its contents as well.</para>
16185       </summary>
16186     </member>
16187     <member name=
"T:UnityEditor.InitializeOnLoadAttribute">
16188       <summary>
16189         <para>Allow an editor
class to be initialized when Unity loads without action from the user.</para>
16190       </summary>
16191     </member>
16192     <member name=
"T:UnityEditor.InitializeOnLoadMethodAttribute">
16193       <summary>
16194         <para>Allow an editor
class method to be initialized when Unity loads without action from the user.</para>
16195       </summary>
16196     </member>
16197     <member name=
"T:UnityEditor.iOSAppInBackgroundBehavior">
16198       <summary>
16199         <para>Application behavior
when entering background.</para>
16200       </summary>
16201     </member>
16202     <member name=
"F:UnityEditor.iOSAppInBackgroundBehavior.Custom">
16203       <summary>
16204         <para>Custom background behavior, see iOSBackgroundMode
for specific background modes.</para>
16205       </summary>
16206     </member>
16207     <member name=
"F:UnityEditor.iOSAppInBackgroundBehavior.Exit">
16208       <summary>
16209         <para>Application should exit
when entering background.</para>
16210       </summary>
16211     </member>
16212     <member name=
"F:UnityEditor.iOSAppInBackgroundBehavior.Suspend">
16213       <summary>
16214         <para>Application should suspend execution
when entering background.</para>
16215       </summary>
16216     </member>
16217     <member name=
"T:UnityEditor.iOSBackgroundMode">
16218       <summary>
16219         <para>Background modes supported
by the application corresponding to project settings in Xcode.</para>
16220       </summary>
16221     </member>
16222     <member name=
"F:UnityEditor.iOSBackgroundMode.Audio">
16223       <summary>
16224         <para>Audio, AirPlay and Picture
in Picture.</para>
16225       </summary>
16226     </member>
16227     <member name=
"F:UnityEditor.iOSBackgroundMode.BluetoothCentral">
16228       <summary>
16229         <para>Uses Bluetooth LE accessories.</para>
16230       </summary>
16231     </member>
16232     <member name=
"F:UnityEditor.iOSBackgroundMode.BluetoothPeripheral">
16233       <summary>
16234         <para>Acts
as a Bluetooth LE accessory.</para>
16235       </summary>
16236     </member>
16237     <member name=
"F:UnityEditor.iOSBackgroundMode.ExternalAccessory">
16238       <summary>
16239         <para>External accessory communication.</para>
16240       </summary>
16241     </member>
16242     <member name=
"F:UnityEditor.iOSBackgroundMode.Fetch">
16243       <summary>
16244         <para>Background fetch.</para>
16245       </summary>
16246     </member>
16247     <member name=
"F:UnityEditor.iOSBackgroundMode.Location">
16248       <summary>
16249         <para>Location updates.</para>
16250       </summary>
16251     </member>
16252     <member name=
"F:UnityEditor.iOSBackgroundMode.NewsstandContent">
16253       <summary>
16254         <para>Newsstand downloads.</para>
16255       </summary>
16256     </member>
16257     <member name=
"F:UnityEditor.iOSBackgroundMode.None">
16258       <summary>
16259         <para>No background modes supported.</para>
16260       </summary>
16261     </member>
16262     <member name=
"F:UnityEditor.iOSBackgroundMode.RemoteNotification">
16263       <summary>
16264         <para>Remote notifications.</para>
16265       </summary>
16266     </member>
16267     <member name=
"F:UnityEditor.iOSBackgroundMode.VOIP">
16268       <summary>
16269         <para>Voice over IP.</para>
16270       </summary>
16271     </member>
16272     <member name=
"T:UnityEditor.iOSBuildType">
16273       <summary>
16274         <para>Build configurations
for the generated Xcode project.</para>
16275       </summary>
16276     </member>
16277     <member name=
"F:UnityEditor.iOSBuildType.Debug">
16278       <summary>
16279         <para>Build configuration
set to Debug for the generated Xcode project.</para>
16280       </summary>
16281     </member>
16282     <member name=
"F:UnityEditor.iOSBuildType.Release">
16283       <summary>
16284         <para>Build configuration
set to Release for the generated Xcode project with optimization enabled.</para>
16285       </summary>
16286     </member>
16287     <member name=
"T:UnityEditor.iOSDeviceRequirement">
16288       <summary>
16289         <para>A device requirement description used
for configuration of App Slicing.</para>
16290       </summary>
16291     </member>
16292     <member name=
"P:UnityEditor.iOSDeviceRequirement.values">
16293       <summary>
16294         <para>The values of the device requirement description.</para>
16295       </summary>
16296     </member>
16297     <member name=
"M:UnityEditor.iOSDeviceRequirement.#ctor">
16298       <summary>
16299         <para>Constructs
new device requirement description.</para>
16300       </summary>
16301     </member>
16302     <member name=
"T:UnityEditor.iOSSdkVersion">
16303       <summary>
16304         <para>Supported iOS SDK versions.</para>
16305       </summary>
16306     </member>
16307     <member name=
"F:UnityEditor.iOSSdkVersion.DeviceSDK">
16308       <summary>
16309         <para>Device SDK.</para>
16310       </summary>
16311     </member>
16312     <member name=
"F:UnityEditor.iOSSdkVersion.SimulatorSDK">
16313       <summary>
16314         <para>Simulator SDK.</para>
16315       </summary>
16316     </member>
16317     <member name=
"T:UnityEditor.iOSShowActivityIndicatorOnLoading">
16318       <summary>
16319         <para>Activity Indicator
on loading.</para>
16320       </summary>
16321     </member>
16322     <member name=
"F:UnityEditor.iOSShowActivityIndicatorOnLoading.DontShow">
16323       <summary>
16324         <para>Don
't Show.</para>
16325       </summary>
16326     </member>
16327     <member name=
"F:UnityEditor.iOSShowActivityIndicatorOnLoading.Gray">
16328       <summary>
16329         <para>Gray.</para>
16330       </summary>
16331     </member>
16332     <member name=
"F:UnityEditor.iOSShowActivityIndicatorOnLoading.White">
16333       <summary>
16334         <para>White.</para>
16335       </summary>
16336     </member>
16337     <member name=
"F:UnityEditor.iOSShowActivityIndicatorOnLoading.WhiteLarge">
16338       <summary>
16339         <para>White Large.</para>
16340       </summary>
16341     </member>
16342     <member name=
"T:UnityEditor.iOSStatusBarStyle">
16343       <summary>
16344         <para>iOS status bar style.</para>
16345       </summary>
16346     </member>
16347     <member name=
"F:UnityEditor.iOSStatusBarStyle.BlackOpaque">
16348       <summary>
16349         <para>Black opaque.</para>
16350       </summary>
16351     </member>
16352     <member name=
"F:UnityEditor.iOSStatusBarStyle.BlackTranslucent">
16353       <summary>
16354         <para>Black translucent.</para>
16355       </summary>
16356     </member>
16357     <member name=
"F:UnityEditor.iOSStatusBarStyle.Default">
16358       <summary>
16359         <para>Default.</para>
16360       </summary>
16361     </member>
16362     <member name=
"T:UnityEditor.iOSTargetDevice">
16363       <summary>
16364         <para>Target iOS device.</para>
16365       </summary>
16366     </member>
16367     <member name=
"F:UnityEditor.iOSTargetDevice.iPadOnly">
16368       <summary>
16369         <para>iPad Only.</para>
16370       </summary>
16371     </member>
16372     <member name=
"F:UnityEditor.iOSTargetDevice.iPhoneAndiPad">
16373       <summary>
16374         <para>Universal : iPhone/iPod + iPad.</para>
16375       </summary>
16376     </member>
16377     <member name=
"F:UnityEditor.iOSTargetDevice.iPhoneOnly">
16378       <summary>
16379         <para>iPhone/iPod Only.</para>
16380       </summary>
16381     </member>
16382     <member name=
"T:UnityEditor.iOSTargetOSVersion">
16383       <summary>
16384         <para>Supported iOS deployment versions.</para>
16385       </summary>
16386     </member>
16387     <member name=
"F:UnityEditor.iOSTargetOSVersion.iOS_4_0">
16388       <summary>
16389         <para>iOS
4.0.</para>
16390       </summary>
16391     </member>
16392     <member name=
"F:UnityEditor.iOSTargetOSVersion.iOS_4_1">
16393       <summary>
16394         <para>iOS
4.1.</para>
16395       </summary>
16396     </member>
16397     <member name=
"F:UnityEditor.iOSTargetOSVersion.iOS_4_2">
16398       <summary>
16399         <para>iOS
4.2.</para>
16400       </summary>
16401     </member>
16402     <member name=
"F:UnityEditor.iOSTargetOSVersion.iOS_4_3">
16403       <summary>
16404         <para>iOS
4.3.</para>
16405       </summary>
16406     </member>
16407     <member name=
"F:UnityEditor.iOSTargetOSVersion.iOS_5_0">
16408       <summary>
16409         <para>iOS
5.0.</para>
16410       </summary>
16411     </member>
16412     <member name=
"F:UnityEditor.iOSTargetOSVersion.iOS_5_1">
16413       <summary>
16414         <para>iOS
5.1.</para>
16415       </summary>
16416     </member>
16417     <member name=
"F:UnityEditor.iOSTargetOSVersion.iOS_6_0">
16418       <summary>
16419         <para>iOS
6.0.</para>
16420       </summary>
16421     </member>
16422     <member name=
"F:UnityEditor.iOSTargetOSVersion.iOS_7_0">
16423       <summary>
16424         <para>iOS
7.0.</para>
16425       </summary>
16426     </member>
16427     <member name=
"F:UnityEditor.iOSTargetOSVersion.iOS_7_1">
16428       <summary>
16429         <para>iOS
7.1.</para>
16430       </summary>
16431     </member>
16432     <member name=
"F:UnityEditor.iOSTargetOSVersion.iOS_8_0">
16433       <summary>
16434         <para>iOS
8.0.</para>
16435       </summary>
16436     </member>
16437     <member name=
"F:UnityEditor.iOSTargetOSVersion.iOS_8_1">
16438       <summary>
16439         <para>iOS
8.1.</para>
16440       </summary>
16441     </member>
16442     <member name=
"F:UnityEditor.iOSTargetOSVersion.Unknown">
16443       <summary>
16444         <para>Unknown iOS version, managed
by user.</para>
16445       </summary>
16446     </member>
16447     <member name=
"T:UnityEditor.LightingDataAsset">
16448       <summary>
16449         <para>The lighting data asset used
by the active scene.</para>
16450       </summary>
16451     </member>
16452     <member name=
"T:UnityEditor.LightmapBakeQuality">
16453       <summary>
16454         <para>Bake quality setting
for LightmapEditorSettings.</para>
16455       </summary>
16456     </member>
16457     <member name=
"F:UnityEditor.LightmapBakeQuality.High">
16458       <summary>
16459         <para>High quality bake
for final renderings.</para>
16460       </summary>
16461     </member>
16462     <member name=
"F:UnityEditor.LightmapBakeQuality.Low">
16463       <summary>
16464         <para>Low quality bake
for preview renderings.</para>
16465       </summary>
16466     </member>
16467     <member name=
"T:UnityEditor.LightmapEditorSettings">
16468       <summary>
16469         <para>Various settings
for the bake.</para>
16470       </summary>
16471     </member>
16472     <member name=
"P:UnityEditor.LightmapEditorSettings.aoExponentDirect">
16473       <summary>
16474         <para>Ambient occlusion (AO)
for direct lighting.</para>
16475       </summary>
16476     </member>
16477     <member name=
"P:UnityEditor.LightmapEditorSettings.aoExponentIndirect">
16478       <summary>
16479         <para>Ambient occlusion (AO)
for indirect lighting.</para>
16480       </summary>
16481     </member>
16482     <member name=
"P:UnityEditor.LightmapEditorSettings.aoMaxDistance">
16483       <summary>
16484         <para>Beyond
this distance a ray is considered to be unoccluded.</para>
16485       </summary>
16486     </member>
16487     <member name=
"P:UnityEditor.LightmapEditorSettings.enableAmbientOcclusion">
16488       <summary>
16489         <para>Enable baked ambient occlusion (AO).</para>
16490       </summary>
16491     </member>
16492     <member name=
"P:UnityEditor.LightmapEditorSettings.giBakeBackend">
16493       <summary>
16494         <para>Determines which backend to use
for baking lightmaps.</para>
16495       </summary>
16496     </member>
16497     <member name=
"P:UnityEditor.LightmapEditorSettings.giPathTracerFilter">
16498       <summary>
16499         <para>Determines the filtering kernel
for the Progressive Path Tracer backend.</para>
16500       </summary>
16501     </member>
16502     <member name=
"P:UnityEditor.LightmapEditorSettings.giPathTracerSampling">
16503       <summary>
16504         <para>Determines which sampling strategy to use
for baking lightmaps with the path tracing backend.</para>
16505       </summary>
16506     </member>
16507     <member name=
"P:UnityEditor.LightmapEditorSettings.maxAtlasHeight">
16508       <summary>
16509         <para>The maximum height of an individual lightmap texture.</para>
16510       </summary>
16511     </member>
16512     <member name=
"P:UnityEditor.LightmapEditorSettings.maxAtlasWidth">
16513       <summary>
16514         <para>The maximum width of an individual lightmap texture.</para>
16515       </summary>
16516     </member>
16517     <member name=
"P:UnityEditor.LightmapEditorSettings.padding">
16518       <summary>
16519         <para>Texel separation between shapes.</para>
16520       </summary>
16521     </member>
16522     <member name=
"P:UnityEditor.LightmapEditorSettings.realtimeResolution">
16523       <summary>
16524         <para>Lightmap resolution
in texels per world unit. Defines the resolution of Realtime GI if enabled. If Baked GI is enabled, this defines the resolution used for indirect lighting. Higher resolution may take a long time to bake.</para>
16525       </summary>
16526     </member>
16527     <member name=
"P:UnityEditor.LightmapEditorSettings.reflectionCubemapCompression">
16528       <summary>
16529         <para>Determines how Unity will compress baked reflection cubemap.</para>
16530       </summary>
16531     </member>
16532     <member name=
"P:UnityEditor.LightmapEditorSettings.textureCompression">
16533       <summary>
16534         <para>Whether to use texture compression
on the generated lightmaps.</para>
16535       </summary>
16536     </member>
16537     <member name=
"T:UnityEditor.LightmapEditorSettings.GIBakeBackend">
16538       <summary>
16539         <para>Backends available
for baking lightmaps.</para>
16540       </summary>
16541     </member>
16542     <member name=
"F:UnityEditor.LightmapEditorSettings.GIBakeBackend.PathTracer">
16543       <summary>
16544         <para>Backend
for baking lightmaps with path tracing.</para>
16545       </summary>
16546     </member>
16547     <member name=
"F:UnityEditor.LightmapEditorSettings.GIBakeBackend.Radiosity">
16548       <summary>
16549         <para>Backend
for baking lightmaps with the Enlighten radiosity middleware.</para>
16550       </summary>
16551     </member>
16552     <member name=
"T:UnityEditor.LightmapEditorSettings.PathTracerFilter">
16553       <summary>
16554         <para>The available filter kernels
for the Progressive Path Tracer GI backend.</para>
16555       </summary>
16556     </member>
16557     <member name=
"F:UnityEditor.LightmapEditorSettings.PathTracerFilter.ATrous">
16558       <summary>
16559         <para>Filter baked results of the Progressive Path Tracer with an A-Trous kernel.</para>
16560       </summary>
16561     </member>
16562     <member name=
"F:UnityEditor.LightmapEditorSettings.PathTracerFilter.Gaussian">
16563       <summary>
16564         <para>Filter baked results of the Progressive Path Tracer with an Gauss kernel.</para>
16565       </summary>
16566     </member>
16567     <member name=
"T:UnityEditor.LightmapEditorSettings.PathTracerFilterMode">
16568       <summary>
16569         <para>The available filtering modes
for the Progressive Path Tracer GI backend.</para>
16570       </summary>
16571     </member>
16572     <member name=
"F:UnityEditor.LightmapEditorSettings.PathTracerFilterMode.Advanced">
16573       <summary>
16574         <para>Enables the advanced filtering mode
for the Progressive Path Tracer GI backend.</para>
16575       </summary>
16576     </member>
16577     <member name=
"F:UnityEditor.LightmapEditorSettings.PathTracerFilterMode.Auto">
16578       <summary>
16579         <para>The filtering
is configured automatically.</para>
16580       </summary>
16581     </member>
16582     <member name=
"F:UnityEditor.LightmapEditorSettings.PathTracerFilterMode.None">
16583       <summary>
16584         <para>Turn filtering off.</para>
16585       </summary>
16586     </member>
16587     <member name=
"T:UnityEditor.LightmapEditorSettings.PathTracerSampling">
16588       <summary>
16589         <para>Available sampling strategies
for baking lightmaps with the path tracing backend.</para>
16590       </summary>
16591     </member>
16592     <member name=
"F:UnityEditor.LightmapEditorSettings.PathTracerSampling.Auto">
16593       <summary>
16594         <para>Auto will automatically
select the sampling settings.</para>
16595       </summary>
16596     </member>
16597     <member name=
"F:UnityEditor.LightmapEditorSettings.PathTracerSampling.Fixed">
16598       <summary>
16599         <para>Fixed sampling uses a
fixed number of samples per texel. This can be used when the other strategies fail to use enough samples in some areas. It will typically be slow.</para>
16600       </summary>
16601     </member>
16602     <member name=
"T:UnityEditor.LightmapParameters">
16603       <summary>
16604         <para>A collection of parameters that impact lightmap and realtime GI computations.</para>
16605       </summary>
16606     </member>
16607     <member name=
"P:UnityEditor.LightmapParameters.antiAliasingSamples">
16608       <summary>
16609         <para>The maximum number of times to supersample a texel to reduce aliasing.</para>
16610       </summary>
16611     </member>
16612     <member name=
"P:UnityEditor.LightmapParameters.backFaceTolerance">
16613       <summary>
16614         <para>The percentage of rays shot
from a ray origin that must hit front faces to be considered usable.</para>
16615       </summary>
16616     </member>
16617     <member name=
"P:UnityEditor.LightmapParameters.bakedLightmapTag">
16618       <summary>
16619         <para>BakedLightmapTag
is an integer that affects the assignment to baked lightmaps. Objects with different values for bakedLightmapTag are guaranteed to not be assigned to the same lightmap even if the other baking parameters are the same.</para>
16620       </summary>
16621     </member>
16622     <member name=
"P:UnityEditor.LightmapParameters.blurRadius">
16623       <summary>
16624         <para>The radius (
in texels) of the post-processing filter that blurs baked direct lighting.</para>
16625       </summary>
16626     </member>
16627     <member name=
"P:UnityEditor.LightmapParameters.clusterResolution">
16628       <summary>
16629         <para>Controls the resolution at which Enlighten stores and can transfer input light.</para>
16630       </summary>
16631     </member>
16632     <member name=
"P:UnityEditor.LightmapParameters.directLightQuality">
16633       <summary>
16634         <para>The number of rays used
for lights with an area. Allows for accurate soft shadowing.</para>
16635       </summary>
16636     </member>
16637     <member name=
"P:UnityEditor.LightmapParameters.irradianceBudget">
16638       <summary>
16639         <para>The amount of data used
for realtime GI texels. Specifies how detailed view of the scene a texel has. Small values mean more averaged out lighting.</para>
16640       </summary>
16641     </member>
16642     <member name=
"P:UnityEditor.LightmapParameters.irradianceQuality">
16643       <summary>
16644         <para>The number of rays to cast
for computing irradiance form factors.</para>
16645       </summary>
16646     </member>
16647     <member name=
"P:UnityEditor.LightmapParameters.isTransparent">
16648       <summary>
16649         <para>If enabled, the
object appears transparent during GlobalIllumination lighting calculations.</para>
16650       </summary>
16651     </member>
16652     <member name=
"P:UnityEditor.LightmapParameters.modellingTolerance">
16653       <summary>
16654         <para>Maximum size of gaps that can be ignored
for GI (multiplier on pixel size).</para>
16655       </summary>
16656     </member>
16657     <member name=
"P:UnityEditor.LightmapParameters.resolution">
16658       <summary>
16659         <para>The texel resolution per meter used
for realtime lightmaps. This value is multiplied by LightmapEditorSettings.resolution.</para>
16660       </summary>
16661     </member>
16662     <member name=
"P:UnityEditor.LightmapParameters.stitchEdges">
16663       <summary>
16664         <para>Whether pairs of edges should be stitched together.</para>
16665       </summary>
16666     </member>
16667     <member name=
"P:UnityEditor.LightmapParameters.systemTag">
16668       <summary>
16669         <para>System tag
is an integer identifier. It lets you force an object into a different Enlighten system even though all the other parameters are the same.</para>
16670       </summary>
16671     </member>
16672     <member name=
"P:UnityEditor.LightmapParameters.AOAntiAliasingSamples">
16673       <summary>
16674         <para>The maximum number of times to supersample a texel to reduce aliasing
in AO.</para>
16675       </summary>
16676     </member>
16677     <member name=
"P:UnityEditor.LightmapParameters.AOQuality">
16678       <summary>
16679         <para>The number of rays to cast
for computing ambient occlusion.</para>
16680       </summary>
16681     </member>
16682     <member name=
"T:UnityEditor.Lightmapping">
16683       <summary>
16684         <para>Allows to control the lightmapping job.</para>
16685       </summary>
16686     </member>
16687     <member name=
"P:UnityEditor.Lightmapping.bakedGI">
16688       <summary>
16689         <para>Is baked GI enabled?</para>
16690       </summary>
16691     </member>
16692     <member name=
"P:UnityEditor.Lightmapping.bounceBoost">
16693       <summary>
16694         <para>Boost the albedo.</para>
16695       </summary>
16696     </member>
16697     <member name=
"P:UnityEditor.Lightmapping.buildProgress">
16698       <summary>
16699         <para>Returns the current lightmapping build progress or
0 if Lightmapping.isRunning is false.</para>
16700       </summary>
16701     </member>
16702     <member name=
"F:UnityEditor.Lightmapping.completed">
16703       <summary>
16704         <para>Delegate which
is called when bake job is completed.</para>
16705       </summary>
16706     </member>
16707     <member name=
"P:UnityEditor.Lightmapping.giWorkflowMode">
16708       <summary>
16709         <para>The lightmap baking workflow mode used. Iterative mode
is default, but you can switch to on demand mode which bakes only when the user presses the bake button.</para>
16710       </summary>
16711     </member>
16712     <member name=
"P:UnityEditor.Lightmapping.indirectOutputScale">
16713       <summary>
16714         <para>Scale
for indirect lighting.</para>
16715       </summary>
16716     </member>
16717     <member name=
"P:UnityEditor.Lightmapping.isRunning">
16718       <summary>
16719         <para>Returns
true when the bake job is running, false otherwise (Read Only).</para>
16720       </summary>
16721     </member>
16722     <member name=
"P:UnityEditor.Lightmapping.lightingDataAsset">
16723       <summary>
16724         <para>The lighting data asset used
by the active scene.</para>
16725       </summary>
16726     </member>
16727     <member name=
"P:UnityEditor.Lightmapping.realtimeGI">
16728       <summary>
16729         <para>Is realtime GI enabled?</para>
16730       </summary>
16731     </member>
16732     <member name=
"M:UnityEditor.Lightmapping.Bake">
16733       <summary>
16734         <para>Stars a synchronous bake job.</para>
16735       </summary>
16736     </member>
16737     <member name=
"M:UnityEditor.Lightmapping.BakeAsync">
16738       <summary>
16739         <para>Starts an asynchronous bake job.</para>
16740       </summary>
16741     </member>
16742     <member name=
"M:UnityEditor.Lightmapping.BakeLightProbesOnly">
16743       <summary>
16744         <para>Starts a synchronous bake job, but only bakes light probes.</para>
16745       </summary>
16746     </member>
16747     <member name=
"M:UnityEditor.Lightmapping.BakeLightProbesOnlyAsync">
16748       <summary>
16749         <para>Starts an asynchronous bake job, but only bakes light probes.</para>
16750       </summary>
16751     </member>
16752     <member name=
"M:UnityEditor.Lightmapping.BakeMultipleScenes(System.String[])">
16753       <summary>
16754         <para>Bakes an array of scenes.</para>
16755       </summary>
16756       <param name=
"paths">The path of the scenes that should be baked.</param>
16757     </member>
16758     <member name=
"M:UnityEditor.Lightmapping.BakeReflectionProbe(UnityEngine.ReflectionProbe,System.String)">
16759       <summary>
16760         <para>Starts a synchronous bake job
for the probe.</para>
16761       </summary>
16762       <param name=
"probe">Target probe.</param>
16763       <param name=
"path">The location where cubemap will be saved.</param>
16764       <returns>
16765         <para>Returns
true if baking was succesful.</para>
16766       </returns>
16767     </member>
16768     <member name=
"M:UnityEditor.Lightmapping.BakeSelected">
16769       <summary>
16770         <para>Starts a synchronous bake job
for the selected objects.</para>
16771       </summary>
16772     </member>
16773     <member name=
"M:UnityEditor.Lightmapping.BakeSelectedAsync">
16774       <summary>
16775         <para>Starts an asynchronous bake job
for the selected objects.</para>
16776       </summary>
16777     </member>
16778     <member name=
"M:UnityEditor.Lightmapping.Cancel">
16779       <summary>
16780         <para>Cancels the currently running asynchronous bake job.</para>
16781       </summary>
16782     </member>
16783     <member name=
"M:UnityEditor.Lightmapping.Clear">
16784       <summary>
16785         <para>Deletes all lightmap assets and makes all lights behave
as if they weren't baked yet.</para>
16786       </summary>
16787     </member>
16788     <member name=
"M:UnityEditor.Lightmapping.ClearDiskCache">
16789       <summary>
16790         <para>Clears the cache used
by lightmaps, reflection probes and default reflection.</para>
16791       </summary>
16792     </member>
16793     <member name=
"M:UnityEditor.Lightmapping.ClearLightingDataAsset">
16794       <summary>
16795         <para>Remove the lighting data asset used
by the current scene.</para>
16796       </summary>
16797     </member>
16798     <member name=
"M:UnityEditor.Lightmapping.ForceStop">
16799       <summary>
16800         <para>Force the Progressive Path Tracer to stop baking and use the computed results
as they are.</para>
16801       </summary>
16802     </member>
16803     <member name=
"M:UnityEditor.Lightmapping.GetTerrainGIChunks(UnityEngine.Terrain,System.Int32&amp;,System.Int32&amp;)">
16804       <summary>
16805         <para>Get how many chunks the terrain
is divided into for GI baking.</para>
16806       </summary>
16807       <param name=
"terrain">The terrain.</param>
16808       <param name=
"numChunksX">Number of chunks in terrain width.</param>
16809       <param name=
"numChunksY">Number of chunks in terrain length.</param>
16810     </member>
16811     <member name=
"T:UnityEditor.Lightmapping.GIWorkflowMode">
16812       <summary>
16813         <para>Workflow mode
for lightmap baking. Default is Iterative.</para>
16814       </summary>
16815     </member>
16816     <member name=
"F:UnityEditor.Lightmapping.GIWorkflowMode.Iterative">
16817       <summary>
16818         <para>Always run lightmapping, changes to the scene are detected automatically.</para>
16819       </summary>
16820     </member>
16821     <member name=
"F:UnityEditor.Lightmapping.GIWorkflowMode.Legacy">
16822       <summary>
16823         <para>Deprecated
4.x lightmapping support.</para>
16824       </summary>
16825     </member>
16826     <member name=
"F:UnityEditor.Lightmapping.GIWorkflowMode.OnDemand">
16827       <summary>
16828         <para>Run lightmapping only
when the user presses the bake button.</para>
16829       </summary>
16830     </member>
16831     <member name=
"T:UnityEditor.Lightmapping.OnCompletedFunction">
16832       <summary>
16833         <para>Delegate used
by Lightmapping.completed callback.</para>
16834       </summary>
16835     </member>
16836     <member name=
"M:UnityEditor.Lightmapping.Tetrahedralize(UnityEngine.Vector3[],System.Int32[]&amp;,UnityEngine.Vector3[]&amp;)">
16837       <summary>
16838         <para>Calculates a Delaunay Tetrahedralization of the
'positions' point set - the same way the lightmapper.</para>
16839       </summary>
16840       <param name=
"positions"></param>
16841       <param name=
"outIndices"></param>
16842       <param name=
"outPositions"></param>
16843     </member>
16844     <member name=
"T:UnityEditor.LODUtility">
16845       <summary>
16846         <para>LOD Utility Helpers.</para>
16847       </summary>
16848     </member>
16849     <member name=
"M:UnityEditor.LODUtility.CalculateLODGroupBoundingBox(UnityEngine.LODGroup)">
16850       <summary>
16851         <para>Recalculate the bounding region
for the given LODGroup.</para>
16852       </summary>
16853       <param name=
"group"></param>
16854     </member>
16855     <member name=
"T:UnityEditor.MacFullscreenMode">
16856       <summary>
16857         <para>Mac fullscreen mode.</para>
16858       </summary>
16859     </member>
16860     <member name=
"F:UnityEditor.MacFullscreenMode.FullscreenWindow">
16861       <summary>
16862         <para>Fullscreen window.</para>
16863       </summary>
16864     </member>
16865     <member name=
"F:UnityEditor.MacFullscreenMode.FullscreenWindowWithDockAndMenuBar">
16866       <summary>
16867         <para>Fullscreen window with Dock and Menu bar.</para>
16868       </summary>
16869     </member>
16870     <member name=
"T:UnityEditor.MaterialEditor">
16871       <summary>
16872         <para>The Unity Material Editor.</para>
16873       </summary>
16874     </member>
16875     <member name=
"P:UnityEditor.MaterialEditor.isVisible">
16876       <summary>
16877         <para>Is the current material expanded.</para>
16878       </summary>
16879     </member>
16880     <member name=
"F:UnityEditor.MaterialEditor.kMiniTextureFieldLabelIndentLevel">
16881       <summary>
16882         <para>Useful
for indenting shader properties that need the same indent as mini texture field.</para>
16883       </summary>
16884     </member>
16885     <member name=
"M:UnityEditor.MaterialEditor.ApplyMaterialPropertyDrawers(UnityEngine.Material)">
16886       <summary>
16887         <para>Apply initial MaterialPropertyDrawer values.</para>
16888       </summary>
16889       <param name=
"material"></param>
16890       <param name=
"targets"></param>
16891     </member>
16892     <member name=
"M:UnityEditor.MaterialEditor.ApplyMaterialPropertyDrawers(UnityEngine.Object[])">
16893       <summary>
16894         <para>Apply initial MaterialPropertyDrawer values.</para>
16895       </summary>
16896       <param name=
"material"></param>
16897       <param name=
"targets"></param>
16898     </member>
16899     <member name=
"M:UnityEditor.MaterialEditor.Awake">
16900       <summary>
16901         <para>Called
when the Editor is woken up.</para>
16902       </summary>
16903     </member>
16904     <member name=
"M:UnityEditor.MaterialEditor.ColorProperty(UnityEngine.Rect,UnityEditor.MaterialProperty,System.String)">
16905       <summary>
16906         <para>Draw a property field
for a color shader property.</para>
16907       </summary>
16908       <param name=
"label">Label for the property.</param>
16909       <param name=
"position"></param>
16910       <param name=
"prop"></param>
16911     </member>
16912     <member name=
"M:UnityEditor.MaterialEditor.ColorProperty(UnityEditor.MaterialProperty,System.String)">
16913       <summary>
16914         <para>Draw a property field
for a color shader property.</para>
16915       </summary>
16916       <param name=
"label">Label for the property.</param>
16917       <param name=
"position"></param>
16918       <param name=
"prop"></param>
16919     </member>
16920     <member name=
"M:UnityEditor.MaterialEditor.DefaultPreviewGUI(UnityEngine.Rect,UnityEngine.GUIStyle)">
16921       <summary>
16922         <para>Default handling of preview area
for materials.</para>
16923       </summary>
16924       <param name=
"r"></param>
16925       <param name=
"background"></param>
16926     </member>
16927     <member name=
"M:UnityEditor.MaterialEditor.DefaultPreviewSettingsGUI">
16928       <summary>
16929         <para>Default toolbar
for material preview area.</para>
16930       </summary>
16931     </member>
16932     <member name=
"M:UnityEditor.MaterialEditor.DefaultShaderProperty(UnityEditor.MaterialProperty,System.String)">
16933       <summary>
16934         <para>Handles UI
for one shader property ignoring any custom drawers.</para>
16935       </summary>
16936       <param name=
"prop"></param>
16937       <param name=
"label"></param>
16938       <param name=
"position"></param>
16939     </member>
16940     <member name=
"M:UnityEditor.MaterialEditor.DefaultShaderProperty(UnityEngine.Rect,UnityEditor.MaterialProperty,System.String)">
16941       <summary>
16942         <para>Handles UI
for one shader property ignoring any custom drawers.</para>
16943       </summary>
16944       <param name=
"prop"></param>
16945       <param name=
"label"></param>
16946       <param name=
"position"></param>
16947     </member>
16948     <member name=
"M:UnityEditor.MaterialEditor.EmissionEnabledProperty">
16949       <summary>
16950         <para>This function will draw the UI
for controlling whether emission is enabled or not on a material.</para>
16951       </summary>
16952       <returns>
16953         <para>Returns
true if enabled, or false if disabled or mixed due to multi-editing.</para>
16954       </returns>
16955     </member>
16956     <member name=
"M:UnityEditor.MaterialEditor.EnableInstancingField">
16957       <summary>
16958         <para>Display UI
for editing material's render queue setting.</para>
16959       </summary>
16960     </member>
16961     <member name=
"M:UnityEditor.MaterialEditor.EnableInstancingField(UnityEngine.Rect)">
16962       <summary>
16963         <para>Display UI
for editing material's render queue setting within the specified rect.</para>
16964       </summary>
16965       <param name=
"r"></param>
16966     </member>
16967     <member name=
"M:UnityEditor.MaterialEditor.FixupEmissiveFlag(UnityEngine.Color,UnityEngine.MaterialGlobalIlluminationFlags)">
16968       <summary>
16969         <para>Returns a properly
set global illlumination flag based on the passed in flag and the given color.</para>
16970       </summary>
16971       <param name=
"col">Emission color.</param>
16972       <param name=
"flags">Current global illumination flag.</param>
16973       <returns>
16974         <para>The
fixed up flag.</para>
16975       </returns>
16976     </member>
16977     <member name=
"M:UnityEditor.MaterialEditor.FixupEmissiveFlag(UnityEngine.Material)">
16978       <summary>
16979         <para>Properly sets up the globalIllumination flag
on the given Material depending on the current flag's state and the material's emission property.</para>
16980       </summary>
16981       <param name=
"mat">The material to be fixed up.</param>
16982     </member>
16983     <member name=
"M:UnityEditor.MaterialEditor.FloatProperty(UnityEditor.MaterialProperty,System.String)">
16984       <summary>
16985         <para>Draw a property field
for a float shader property.</para>
16986       </summary>
16987       <param name=
"label">Label for the property.</param>
16988       <param name=
"prop"></param>
16989       <param name=
"position"></param>
16990     </member>
16991     <member name=
"M:UnityEditor.MaterialEditor.FloatProperty(UnityEngine.Rect,UnityEditor.MaterialProperty,System.String)">
16992       <summary>
16993         <para>Draw a property field
for a float shader property.</para>
16994       </summary>
16995       <param name=
"label">Label for the property.</param>
16996       <param name=
"prop"></param>
16997       <param name=
"position"></param>
16998     </member>
16999     <member name=
"M:UnityEditor.MaterialEditor.GetDefaultPropertyHeight(UnityEditor.MaterialProperty)">
17000       <summary>
17001         <para>Calculate height needed
for the property, ignoring custom drawers.</para>
17002       </summary>
17003       <param name=
"prop"></param>
17004     </member>
17005     <member name=
"M:UnityEditor.MaterialEditor.GetFlexibleRectBetweenFieldAndRightEdge(UnityEngine.Rect)">
17006       <summary>
17007         <para>Utility method
for GUI layouting ShaderGUI. Used e.g for the rect after a left aligned Color field.</para>
17008       </summary>
17009       <param name=
"r">Field Rect.</param>
17010       <returns>
17011         <para>A sub rect of the input Rect.</para>
17012       </returns>
17013     </member>
17014     <member name=
"M:UnityEditor.MaterialEditor.GetFlexibleRectBetweenLabelAndField(UnityEngine.Rect)">
17015       <summary>
17016         <para>Utility method
for GUI layouting ShaderGUI.</para>
17017       </summary>
17018       <param name=
"r">Field Rect.</param>
17019       <returns>
17020         <para>A sub rect of the input Rect.</para>
17021       </returns>
17022     </member>
17023     <member name=
"M:UnityEditor.MaterialEditor.GetLeftAlignedFieldRect(UnityEngine.Rect)">
17024       <summary>
17025         <para>Utility method
for GUI layouting ShaderGUI.</para>
17026       </summary>
17027       <param name=
"r">Field Rect.</param>
17028       <returns>
17029         <para>A sub rect of the input Rect.</para>
17030       </returns>
17031     </member>
17032     <member name=
"M:UnityEditor.MaterialEditor.GetMaterialProperties(UnityEngine.Object[])">
17033       <summary>
17034         <para>Get shader property information of the passed materials.</para>
17035       </summary>
17036       <param name=
"mats"></param>
17037     </member>
17038     <member name=
"M:UnityEditor.MaterialEditor.GetMaterialProperty(UnityEngine.Object[],System.String)">
17039       <summary>
17040         <para>Get information about a single shader property.</para>
17041       </summary>
17042       <param name=
"mats">Selected materials.</param>
17043       <param name=
"name">Property name.</param>
17044       <param name=
"propertyIndex">Property index.</param>
17045     </member>
17046     <member name=
"M:UnityEditor.MaterialEditor.GetMaterialProperty(UnityEngine.Object[],System.Int32)">
17047       <summary>
17048         <para>Get information about a single shader property.</para>
17049       </summary>
17050       <param name=
"mats">Selected materials.</param>
17051       <param name=
"name">Property name.</param>
17052       <param name=
"propertyIndex">Property index.</param>
17053     </member>
17054     <member name=
"M:UnityEditor.MaterialEditor.GetPropertyHeight(UnityEditor.MaterialProperty)">
17055       <summary>
17056         <para>Calculate height needed
for the property.</para>
17057       </summary>
17058       <param name=
"prop"></param>
17059       <param name=
"label"></param>
17060     </member>
17061     <member name=
"M:UnityEditor.MaterialEditor.GetPropertyHeight(UnityEditor.MaterialProperty,System.String)">
17062       <summary>
17063         <para>Calculate height needed
for the property.</para>
17064       </summary>
17065       <param name=
"prop"></param>
17066       <param name=
"label"></param>
17067     </member>
17068     <member name=
"M:UnityEditor.MaterialEditor.GetRectAfterLabelWidth(UnityEngine.Rect)">
17069       <summary>
17070         <para>Utility method
for GUI layouting ShaderGUI. This is the rect after the label which can be used for multiple properties. The input rect can be fetched by calling: EditorGUILayout.GetControlRect.</para>
17071       </summary>
17072       <param name=
"r">Line Rect.</param>
17073       <returns>
17074         <para>A sub rect of the input Rect.</para>
17075       </returns>
17076     </member>
17077     <member name=
"M:UnityEditor.MaterialEditor.GetRightAlignedFieldRect(UnityEngine.Rect)">
17078       <summary>
17079         <para>Utility method
for GUI layouting ShaderGUI.</para>
17080       </summary>
17081       <param name=
"r">Field Rect.</param>
17082       <returns>
17083         <para>A sub rect of the input Rect.</para>
17084       </returns>
17085     </member>
17086     <member name=
"M:UnityEditor.MaterialEditor.GetTextureOffset(System.String,System.Boolean&amp;,System.Boolean&amp;)">
17087       <summary>
17088         <para>Get the
value of a given texture offset for a given texture property.</para>
17089       </summary>
17090       <param name=
"propertyName">Name of the texture property that you wish to examine the offset of.</param>
17091       <param name=
"hasMixedValueX">Does the x offset have multiple values?</param>
17092       <param name=
"hasMixedValueY">Does the y offset have multiple values?</param>
17093     </member>
17094     <member name=
"M:UnityEditor.MaterialEditor.GetTexturePropertyCustomArea(UnityEngine.Rect)">
17095       <summary>
17096         <para>Returns the free rect below the label and before the large thumb
object field. Is used for e.g. tiling and offset properties.</para>
17097       </summary>
17098       <param name=
"position">The total rect of the texture property.</param>
17099     </member>
17100     <member name=
"M:UnityEditor.MaterialEditor.GetTextureScale(System.String,System.Boolean&amp;,System.Boolean&amp;)">
17101       <summary>
17102         <para>Get the
value of a given texture scale for a given texture property.</para>
17103       </summary>
17104       <param name=
"propertyName">Name of the texture property that you wish to examine the scale of.</param>
17105       <param name=
"hasMixedValueX">Does the x scale have multiple values?</param>
17106       <param name=
"hasMixedValueY">Does the y scale have multiple values?</param>
17107     </member>
17108     <member name=
"M:UnityEditor.MaterialEditor.HasPreviewGUI">
17109       <summary>
17110         <para>Can
this component be Previewed in its current state?</para>
17111       </summary>
17112       <returns>
17113         <para>True
if this component can be Previewed in its current state.</para>
17114       </returns>
17115     </member>
17116     <member name=
"M:UnityEditor.MaterialEditor.HelpBoxWithButton(UnityEngine.GUIContent,UnityEngine.GUIContent)">
17117       <summary>
17118         <para>Make a help box with a message and button. Returns
true, if button was pressed.</para>
17119       </summary>
17120       <param name=
"messageContent">The message text.</param>
17121       <param name=
"buttonContent">The button text.</param>
17122       <returns>
17123         <para>Returns
true, if button was pressed.</para>
17124       </returns>
17125     </member>
17126     <member name=
"M:UnityEditor.MaterialEditor.LightmapEmissionFlagsProperty(System.Int32,System.Boolean)">
17127       <summary>
17128         <para>Draws the UI
for setting the global illumination flag of a material.</para>
17129       </summary>
17130       <param name=
"indent">Level of indentation for the property.</param>
17131       <param name=
"enabled">True if emission is enabled for the material, false otherwise.</param>
17132     </member>
17133     <member name=
"M:UnityEditor.MaterialEditor.LightmapEmissionProperty">
17134       <summary>
17135         <para>This function will draw the UI
for the lightmap emission property. (None, Realtime, baked)
17136
17137 See Also: MaterialLightmapFlags.</para>
17138       </summary>
17139     </member>
17140     <member name=
"M:UnityEditor.MaterialEditor.LightmapEmissionProperty">
17141       <summary>
17142         <para>This function will draw the UI
for the lightmap emission property. (None, Realtime, baked)
17143
17144 See Also: MaterialLightmapFlags.</para>
17145       </summary>
17146     </member>
17147     <member name=
"M:UnityEditor.MaterialEditor.LightmapEmissionProperty">
17148       <summary>
17149         <para>This function will draw the UI
for the lightmap emission property. (None, Realtime, baked)
17150
17151 See Also: MaterialLightmapFlags.</para>
17152       </summary>
17153     </member>
17154     <member name=
"M:UnityEditor.MaterialEditor.OnDisable">
17155       <summary>
17156         <para>Called
when the editor is disabled, if overridden please call the base OnDisable() to ensure that the material inspector is set up properly.</para>
17157       </summary>
17158     </member>
17159     <member name=
"M:UnityEditor.MaterialEditor.OnEnable">
17160       <summary>
17161         <para>Called
when the editor is enabled, if overridden please call the base OnEnable() to ensure that the material inspector is set up properly.</para>
17162       </summary>
17163     </member>
17164     <member name=
"M:UnityEditor.MaterialEditor.OnInspectorGUI">
17165       <summary>
17166         <para>Implement specific MaterialEditor GUI code here. If you want to simply extend the existing editor call the
base OnInspectorGUI () before doing any custom GUI code.</para>
17167       </summary>
17168     </member>
17169     <member name=
"M:UnityEditor.MaterialEditor.OnPreviewGUI(UnityEngine.Rect,UnityEngine.GUIStyle)">
17170       <summary>
17171         <para>Custom preview
for Image component.</para>
17172       </summary>
17173       <param name=
"r">Rectangle in which to draw the preview.</param>
17174       <param name=
"background">Background image.</param>
17175     </member>
17176     <member name=
"M:UnityEditor.MaterialEditor.OnShaderChanged">
17177       <summary>
17178         <para>A callback that
is invoked when a Material's Shader is changed in the Inspector.</para>
17179       </summary>
17180     </member>
17181     <member name=
"M:UnityEditor.MaterialEditor.PropertiesChanged">
17182       <summary>
17183         <para>Whenever a material property
is changed call this function. This will rebuild the inspector and validate the properties.</para>
17184       </summary>
17185     </member>
17186     <member name=
"M:UnityEditor.MaterialEditor.PropertiesDefaultGUI(UnityEditor.MaterialProperty[])">
17187       <summary>
17188         <para>Default rendering of shader properties.</para>
17189       </summary>
17190       <param name=
"props">Array of material properties.</param>
17191     </member>
17192     <member name=
"M:UnityEditor.MaterialEditor.PropertiesGUI">
17193       <summary>
17194         <para>Render the standard material properties. This method will either render properties
using a IShaderGUI instance if found otherwise it uses PropertiesDefaultGUI.</para>
17195       </summary>
17196       <returns>
17197         <para>Returns
true if any value was changed.</para>
17198       </returns>
17199     </member>
17200     <member name=
"M:UnityEditor.MaterialEditor.RangeProperty(UnityEditor.MaterialProperty,System.String)">
17201       <summary>
17202         <para>Draw a range slider
for a range shader property.</para>
17203       </summary>
17204       <param name=
"label">Label for the property.</param>
17205       <param name=
"prop">The property to edit.</param>
17206       <param name=
"position">Position and size of the range slider control.</param>
17207     </member>
17208     <member name=
"M:UnityEditor.MaterialEditor.RangeProperty(UnityEngine.Rect,UnityEditor.MaterialProperty,System.String)">
17209       <summary>
17210         <para>Draw a range slider
for a range shader property.</para>
17211       </summary>
17212       <param name=
"label">Label for the property.</param>
17213       <param name=
"prop">The property to edit.</param>
17214       <param name=
"position">Position and size of the range slider control.</param>
17215     </member>
17216     <member name=
"M:UnityEditor.MaterialEditor.RegisterPropertyChangeUndo(System.String)">
17217       <summary>
17218         <para>Call
this when you change a material property. It will add an undo for the action.</para>
17219       </summary>
17220       <param name=
"label">Undo Label.</param>
17221     </member>
17222     <member name=
"M:UnityEditor.MaterialEditor.RenderQueueField">
17223       <summary>
17224         <para>Display UI
for editing material's render queue setting.</para>
17225       </summary>
17226       <param name=
"r"></param>
17227     </member>
17228     <member name=
"M:UnityEditor.MaterialEditor.RenderQueueField(UnityEngine.Rect)">
17229       <summary>
17230         <para>Display UI
for editing material's render queue setting.</para>
17231       </summary>
17232       <param name=
"r"></param>
17233     </member>
17234     <member name=
"M:UnityEditor.MaterialEditor.RequiresConstantRepaint">
17235       <summary>
17236         <para>Does
this edit require to be repainted constantly in its current state?</para>
17237       </summary>
17238     </member>
17239     <member name=
"M:UnityEditor.MaterialEditor.SetDefaultGUIWidths">
17240       <summary>
17241         <para>Set EditorGUIUtility.fieldWidth and labelWidth to the
default values that PropertiesGUI uses.</para>
17242       </summary>
17243     </member>
17244     <member name=
"M:UnityEditor.MaterialEditor.SetShader(UnityEngine.Shader)">
17245       <summary>
17246         <para>Set the shader of the material.</para>
17247       </summary>
17248       <param name=
"shader">Shader to set.</param>
17249       <param name=
"registerUndo">Should undo be registered.</param>
17250       <param name=
"newShader"></param>
17251     </member>
17252     <member name=
"M:UnityEditor.MaterialEditor.SetShader(UnityEngine.Shader,System.Boolean)">
17253       <summary>
17254         <para>Set the shader of the material.</para>
17255       </summary>
17256       <param name=
"shader">Shader to set.</param>
17257       <param name=
"registerUndo">Should undo be registered.</param>
17258       <param name=
"newShader"></param>
17259     </member>
17260     <member name=
"M:UnityEditor.MaterialEditor.SetTextureOffset(System.String,UnityEngine.Vector2,System.Int32)">
17261       <summary>
17262         <para>Set the offset of a given texture property.</para>
17263       </summary>
17264       <param name=
"propertyName">Name of the texture property that you wish to modify the offset of.</param>
17265       <param name=
"value">Scale to set.</param>
17266       <param name=
"coord">Set the x or y component of the offset (0 for x, 1 for y).</param>
17267     </member>
17268     <member name=
"M:UnityEditor.MaterialEditor.SetTextureScale(System.String,UnityEngine.Vector2,System.Int32)">
17269       <summary>
17270         <para>Set the scale of a given texture property.</para>
17271       </summary>
17272       <param name=
"propertyName">Name of the texture property that you wish to modify the scale of.</param>
17273       <param name=
"value">Scale to set.</param>
17274       <param name=
"coord">Set the x or y component of the scale (0 for x, 1 for y).</param>
17275     </member>
17276     <member name=
"M:UnityEditor.MaterialEditor.ShaderProperty(UnityEditor.MaterialProperty,System.String)">
17277       <summary>
17278         <para>Handes UI
for one shader property.</para>
17279       </summary>
17280       <param name=
"prop"></param>
17281       <param name=
"label"></param>
17282       <param name=
"position"></param>
17283     </member>
17284     <member name=
"M:UnityEditor.MaterialEditor.ShaderProperty(UnityEngine.Rect,UnityEditor.MaterialProperty,System.String)">
17285       <summary>
17286         <para>Handes UI
for one shader property.</para>
17287       </summary>
17288       <param name=
"prop"></param>
17289       <param name=
"label"></param>
17290       <param name=
"position"></param>
17291     </member>
17292     <member name=
"M:UnityEditor.MaterialEditor.TextureCompatibilityWarning(UnityEditor.MaterialProperty)">
17293       <summary>
17294         <para>Checks
if particular property has incorrect type of texture specified by the material, displays appropriate warning and suggests the user to automatically fix the problem.</para>
17295       </summary>
17296       <param name=
"prop">The texture property to check and display warning for, if necessary.</param>
17297     </member>
17298     <member name=
"M:UnityEditor.MaterialEditor.TextureProperty(UnityEditor.MaterialProperty,System.String)">
17299       <summary>
17300         <para>Draw a property field
for a texture shader property.</para>
17301       </summary>
17302       <param name=
"label">Label for the field.</param>
17303       <param name=
"scaleOffset">Draw scale / offset.</param>
17304       <param name=
"prop"></param>
17305       <param name=
"position"></param>
17306       <param name=
"tooltip"></param>
17307     </member>
17308     <member name=
"M:UnityEditor.MaterialEditor.TextureProperty(UnityEditor.MaterialProperty,System.String,System.Boolean)">
17309       <summary>
17310         <para>Draw a property field
for a texture shader property.</para>
17311       </summary>
17312       <param name=
"label">Label for the field.</param>
17313       <param name=
"scaleOffset">Draw scale / offset.</param>
17314       <param name=
"prop"></param>
17315       <param name=
"position"></param>
17316       <param name=
"tooltip"></param>
17317     </member>
17318     <member name=
"M:UnityEditor.MaterialEditor.TextureProperty(UnityEngine.Rect,UnityEditor.MaterialProperty,System.String)">
17319       <summary>
17320         <para>Draw a property field
for a texture shader property.</para>
17321       </summary>
17322       <param name=
"label">Label for the field.</param>
17323       <param name=
"scaleOffset">Draw scale / offset.</param>
17324       <param name=
"prop"></param>
17325       <param name=
"position"></param>
17326       <param name=
"tooltip"></param>
17327     </member>
17328     <member name=
"M:UnityEditor.MaterialEditor.TextureProperty(UnityEngine.Rect,UnityEditor.MaterialProperty,System.String,System.Boolean)">
17329       <summary>
17330         <para>Draw a property field
for a texture shader property.</para>
17331       </summary>
17332       <param name=
"label">Label for the field.</param>
17333       <param name=
"scaleOffset">Draw scale / offset.</param>
17334       <param name=
"prop"></param>
17335       <param name=
"position"></param>
17336       <param name=
"tooltip"></param>
17337     </member>
17338     <member name=
"M:UnityEditor.MaterialEditor.TextureProperty(UnityEngine.Rect,UnityEditor.MaterialProperty,System.String,System.String,System.Boolean)">
17339       <summary>
17340         <para>Draw a property field
for a texture shader property.</para>
17341       </summary>
17342       <param name=
"label">Label for the field.</param>
17343       <param name=
"scaleOffset">Draw scale / offset.</param>
17344       <param name=
"prop"></param>
17345       <param name=
"position"></param>
17346       <param name=
"tooltip"></param>
17347     </member>
17348     <member name=
"M:UnityEditor.MaterialEditor.TexturePropertyMiniThumbnail(UnityEngine.Rect,UnityEditor.MaterialProperty,System.String,System.String)">
17349       <summary>
17350         <para>Draw a property field
for a texture shader property that only takes up a single line height.</para>
17351       </summary>
17352       <param name=
"position">Rect that this control should be rendered in.</param>
17353       <param name=
"label">Label for the field.</param>
17354       <param name=
"prop"></param>
17355       <param name=
"tooltip"></param>
17356       <returns>
17357         <para>Returns total height used
by this control.</para>
17358       </returns>
17359     </member>
17360     <member name=
"M:UnityEditor.MaterialEditor.TexturePropertySingleLine(UnityEngine.GUIContent,UnityEditor.MaterialProperty)">
17361       <summary>
17362         <para>Method
for showing a texture property control with additional inlined properites.</para>
17363       </summary>
17364       <param name=
"label">The label used for the texture property.</param>
17365       <param name=
"textureProp">The texture property.</param>
17366       <param name=
"extraProperty1">First optional property inlined after the texture property.</param>
17367       <param name=
"extraProperty2">Second optional property inlined after the extraProperty1.</param>
17368       <returns>
17369         <para>Returns the Rect used.</para>
17370       </returns>
17371     </member>
17372     <member name=
"M:UnityEditor.MaterialEditor.TexturePropertySingleLine(UnityEngine.GUIContent,UnityEditor.MaterialProperty,UnityEditor.MaterialProperty)">
17373       <summary>
17374         <para>Method
for showing a texture property control with additional inlined properites.</para>
17375       </summary>
17376       <param name=
"label">The label used for the texture property.</param>
17377       <param name=
"textureProp">The texture property.</param>
17378       <param name=
"extraProperty1">First optional property inlined after the texture property.</param>
17379       <param name=
"extraProperty2">Second optional property inlined after the extraProperty1.</param>
17380       <returns>
17381         <para>Returns the Rect used.</para>
17382       </returns>
17383     </member>
17384     <member name=
"M:UnityEditor.MaterialEditor.TexturePropertySingleLine(UnityEngine.GUIContent,UnityEditor.MaterialProperty,UnityEditor.MaterialProperty,UnityEditor.MaterialProperty)">
17385       <summary>
17386         <para>Method
for showing a texture property control with additional inlined properites.</para>
17387       </summary>
17388       <param name=
"label">The label used for the texture property.</param>
17389       <param name=
"textureProp">The texture property.</param>
17390       <param name=
"extraProperty1">First optional property inlined after the texture property.</param>
17391       <param name=
"extraProperty2">Second optional property inlined after the extraProperty1.</param>
17392       <returns>
17393         <para>Returns the Rect used.</para>
17394       </returns>
17395     </member>
17396     <member name=
"M:UnityEditor.MaterialEditor.TexturePropertyTwoLines(UnityEngine.GUIContent,UnityEditor.MaterialProperty,UnityEditor.MaterialProperty,UnityEngine.GUIContent,UnityEditor.MaterialProperty)">
17397       <summary>
17398         <para>Method
for showing a compact layout of properties.</para>
17399       </summary>
17400       <param name=
"label">The label used for the texture property.</param>
17401       <param name=
"textureProp">The texture property.</param>
17402       <param name=
"extraProperty1">First extra property inlined after the texture property.</param>
17403       <param name=
"label2">Label for the second extra property (on a new line and indented).</param>
17404       <param name=
"extraProperty2">Second property on a new line below the texture.</param>
17405       <returns>
17406         <para>Returns the Rect used.</para>
17407       </returns>
17408     </member>
17409     <member name=
"M:UnityEditor.MaterialEditor.TexturePropertyWithHDRColor(UnityEngine.GUIContent,UnityEditor.MaterialProperty,UnityEditor.MaterialProperty,UnityEditor.ColorPickerHDRConfig,System.Boolean)">
17410       <summary>
17411         <para>Method
for showing a texture property control with a HDR color field and its color brightness float field.</para>
17412       </summary>
17413       <param name=
"label">The label used for the texture property.</param>
17414       <param name=
"textureProp">The texture property.</param>
17415       <param name=
"colorProperty">The color property (will be treated as a HDR color).</param>
17416       <param name=
"hdrConfig">The HDR color configuration used by the HDR Color Picker.</param>
17417       <param name=
"showAlpha">If false then the alpha channel information will be hidden in the GUI.</param>
17418       <returns>
17419         <para>Return the Rect used.</para>
17420       </returns>
17421     </member>
17422     <member name=
"M:UnityEditor.MaterialEditor.TextureScaleOffsetProperty(UnityEngine.Rect,UnityEditor.MaterialProperty)">
17423       <summary>
17424         <para>Draws tiling and offset properties
for a texture.</para>
17425       </summary>
17426       <param name=
"position">Rect to draw this control in.</param>
17427       <param name=
"property">Property to draw.</param>
17428       <param name=
"partOfTexturePropertyControl">If this control should be rendered under large texture property control use 'true'. If this control should be shown seperately use 'false'.</param>
17429     </member>
17430     <member name=
"M:UnityEditor.MaterialEditor.TextureScaleOffsetProperty(UnityEngine.Rect,UnityEditor.MaterialProperty,System.Boolean)">
17431       <summary>
17432         <para>Draws tiling and offset properties
for a texture.</para>
17433       </summary>
17434       <param name=
"position">Rect to draw this control in.</param>
17435       <param name=
"property">Property to draw.</param>
17436       <param name=
"partOfTexturePropertyControl">If this control should be rendered under large texture property control use 'true'. If this control should be shown seperately use 'false'.</param>
17437     </member>
17438     <member name=
"M:UnityEditor.MaterialEditor.TextureScaleOffsetProperty(UnityEngine.Rect,UnityEngine.Vector4)">
17439       <summary>
17440         <para>TODO.</para>
17441       </summary>
17442       <param name=
"position"></param>
17443       <param name=
"scaleOffset"></param>
17444       <param name=
"partOfTexturePropertyControl"></param>
17445     </member>
17446     <member name=
"M:UnityEditor.MaterialEditor.TextureScaleOffsetProperty(UnityEngine.Rect,UnityEngine.Vector4,System.Boolean)">
17447       <summary>
17448         <para>TODO.</para>
17449       </summary>
17450       <param name=
"position"></param>
17451       <param name=
"scaleOffset"></param>
17452       <param name=
"partOfTexturePropertyControl"></param>
17453     </member>
17454     <member name=
"M:UnityEditor.MaterialEditor.VectorProperty(UnityEditor.MaterialProperty,System.String)">
17455       <summary>
17456         <para>Draw a property field
for a vector shader property.</para>
17457       </summary>
17458       <param name=
"label">Label for the field.</param>
17459       <param name=
"prop"></param>
17460       <param name=
"position"></param>
17461     </member>
17462     <member name=
"M:UnityEditor.MaterialEditor.VectorProperty(UnityEngine.Rect,UnityEditor.MaterialProperty,System.String)">
17463       <summary>
17464         <para>Draw a property field
for a vector shader property.</para>
17465       </summary>
17466       <param name=
"label">Label for the field.</param>
17467       <param name=
"prop"></param>
17468       <param name=
"position"></param>
17469     </member>
17470     <member name=
"T:UnityEditor.MaterialProperty">
17471       <summary>
17472         <para>Describes information and
value of a single shader property.</para>
17473       </summary>
17474     </member>
17475     <member name=
"P:UnityEditor.MaterialProperty.colorValue">
17476       <summary>
17477         <para>Color
value of the property.</para>
17478       </summary>
17479     </member>
17480     <member name=
"P:UnityEditor.MaterialProperty.displayName">
17481       <summary>
17482         <para>Display name of the property (Read Only).</para>
17483       </summary>
17484     </member>
17485     <member name=
"P:UnityEditor.MaterialProperty.flags">
17486       <summary>
17487         <para>Flags that control how property
is displayed (Read Only).</para>
17488       </summary>
17489     </member>
17490     <member name=
"P:UnityEditor.MaterialProperty.floatValue">
17491       <summary>
17492         <para>Float vaue of the property.</para>
17493       </summary>
17494     </member>
17495     <member name=
"P:UnityEditor.MaterialProperty.hasMixedValue">
17496       <summary>
17497         <para>Does
this property have multiple different values? (Read Only)</para>
17498       </summary>
17499     </member>
17500     <member name=
"P:UnityEditor.MaterialProperty.name">
17501       <summary>
17502         <para>Name of the property (Read Only).</para>
17503       </summary>
17504     </member>
17505     <member name=
"P:UnityEditor.MaterialProperty.rangeLimits">
17506       <summary>
17507         <para>Min/max limits of a ranged
float property (Read Only).</para>
17508       </summary>
17509     </member>
17510     <member name=
"P:UnityEditor.MaterialProperty.targets">
17511       <summary>
17512         <para>Material objects being edited
by this property (Read Only).</para>
17513       </summary>
17514     </member>
17515     <member name=
"P:UnityEditor.MaterialProperty.textureDimension">
17516       <summary>
17517         <para>Texture dimension (
2D, Cubemap etc.) of the property (Read Only).</para>
17518       </summary>
17519     </member>
17520     <member name=
"P:UnityEditor.MaterialProperty.textureValue">
17521       <summary>
17522         <para>Texture
value of the property.</para>
17523       </summary>
17524     </member>
17525     <member name=
"P:UnityEditor.MaterialProperty.type">
17526       <summary>
17527         <para>Type of the property (Read Only).</para>
17528       </summary>
17529     </member>
17530     <member name=
"P:UnityEditor.MaterialProperty.vectorValue">
17531       <summary>
17532         <para>Vector
value of the property.</para>
17533       </summary>
17534     </member>
17535     <member name=
"T:UnityEditor.MaterialProperty.PropFlags">
17536       <summary>
17537         <para>Flags that control how a MaterialProperty
is displayed.</para>
17538       </summary>
17539     </member>
17540     <member name=
"F:UnityEditor.MaterialProperty.PropFlags.HDR">
17541       <summary>
17542         <para>Signifies that values of
this property contain High Dynamic Range (HDR) data.</para>
17543       </summary>
17544     </member>
17545     <member name=
"F:UnityEditor.MaterialProperty.PropFlags.HideInInspector">
17546       <summary>
17547         <para>Do not show the property
in the inspector.</para>
17548       </summary>
17549     </member>
17550     <member name=
"F:UnityEditor.MaterialProperty.PropFlags.None">
17551       <summary>
17552         <para>No flags are
set.</para>
17553       </summary>
17554     </member>
17555     <member name=
"F:UnityEditor.MaterialProperty.PropFlags.Normal">
17556       <summary>
17557         <para>Signifies that values of
this property contain Normal (normalized vector) data.</para>
17558       </summary>
17559     </member>
17560     <member name=
"F:UnityEditor.MaterialProperty.PropFlags.NoScaleOffset">
17561       <summary>
17562         <para>Do not show UV scale/offset fields next to a texture.</para>
17563       </summary>
17564     </member>
17565     <member name=
"F:UnityEditor.MaterialProperty.PropFlags.PerRendererData">
17566       <summary>
17567         <para>Texture
value for this property will be queried from renderer's MaterialPropertyBlock, instead of from the material. This corresponds to the "[PerRendererData]" attribute in front of a property in the shader code.</para>
17568       </summary>
17569     </member>
17570     <member name=
"T:UnityEditor.MaterialProperty.PropType">
17571       <summary>
17572         <para>Material property type.</para>
17573       </summary>
17574     </member>
17575     <member name=
"F:UnityEditor.MaterialProperty.PropType.Color">
17576       <summary>
17577         <para>Color property.</para>
17578       </summary>
17579     </member>
17580     <member name=
"F:UnityEditor.MaterialProperty.PropType.Float">
17581       <summary>
17582         <para>Float property.</para>
17583       </summary>
17584     </member>
17585     <member name=
"F:UnityEditor.MaterialProperty.PropType.Range">
17586       <summary>
17587         <para>Ranged
float (with min/max values) property.</para>
17588       </summary>
17589     </member>
17590     <member name=
"F:UnityEditor.MaterialProperty.PropType.Texture">
17591       <summary>
17592         <para>Texture property.</para>
17593       </summary>
17594     </member>
17595     <member name=
"F:UnityEditor.MaterialProperty.PropType.Vector">
17596       <summary>
17597         <para>Vector property.</para>
17598       </summary>
17599     </member>
17600     <member name=
"T:UnityEditor.MaterialPropertyDrawer">
17601       <summary>
17602         <para>Base
class to derive custom material property drawers from.</para>
17603       </summary>
17604     </member>
17605     <member name=
"M:UnityEditor.MaterialPropertyDrawer.Apply(UnityEditor.MaterialProperty)">
17606       <summary>
17607         <para>Apply extra initial values to the material.</para>
17608       </summary>
17609       <param name=
"prop">The MaterialProperty to apply values for.</param>
17610     </member>
17611     <member name=
"M:UnityEditor.MaterialPropertyDrawer.GetPropertyHeight(UnityEditor.MaterialProperty,System.String,UnityEditor.MaterialEditor)">
17612       <summary>
17613         <para>Override
this method to specify how tall the GUI for this property is in pixels.</para>
17614       </summary>
17615       <param name=
"prop">The MaterialProperty to make the custom GUI for.</param>
17616       <param name=
"label">The label of this property.</param>
17617       <param name=
"editor">Current material editor.</param>
17618     </member>
17619     <member name=
"M:UnityEditor.MaterialPropertyDrawer.OnGUI(UnityEngine.Rect,UnityEditor.MaterialProperty,System.String,UnityEditor.MaterialEditor)">
17620       <summary>
17621         <para>Override
this method to make your own GUI for the property.</para>
17622       </summary>
17623       <param name=
"position">Rectangle on the screen to use for the property GUI.</param>
17624       <param name=
"prop">The MaterialProperty to make the custom GUI for.</param>
17625       <param name=
"label">The label of this property.</param>
17626       <param name=
"editor">Current material editor.</param>
17627     </member>
17628     <member name=
"T:UnityEditor.MemoryProfiler.Connection">
17629       <summary>
17630         <para>A pair of
from and to indices describing what thing keeps what other thing alive.</para>
17631       </summary>
17632     </member>
17633     <member name=
"P:UnityEditor.MemoryProfiler.Connection.from">
17634       <summary>
17635         <para>Index
into a virtual list of all GC handles, followed by all native objects.</para>
17636       </summary>
17637     </member>
17638     <member name=
"P:UnityEditor.MemoryProfiler.Connection.to">
17639       <summary>
17640         <para>Index
into a virtual list of all GC handles, followed by all native objects.</para>
17641       </summary>
17642     </member>
17643     <member name=
"T:UnityEditor.MemoryProfiler.FieldDescription">
17644       <summary>
17645         <para>Description of a field of a managed type.</para>
17646       </summary>
17647     </member>
17648     <member name=
"P:UnityEditor.MemoryProfiler.FieldDescription.isStatic">
17649       <summary>
17650         <para>Is
this field static?</para>
17651       </summary>
17652     </member>
17653     <member name=
"P:UnityEditor.MemoryProfiler.FieldDescription.name">
17654       <summary>
17655         <para>Name of
this field.</para>
17656       </summary>
17657     </member>
17658     <member name=
"P:UnityEditor.MemoryProfiler.FieldDescription.offset">
17659       <summary>
17660         <para>Offset of
this field.</para>
17661       </summary>
17662     </member>
17663     <member name=
"P:UnityEditor.MemoryProfiler.FieldDescription.typeIndex">
17664       <summary>
17665         <para>The typeindex
into PackedMemorySnapshot.typeDescriptions of the type this field belongs to.</para>
17666       </summary>
17667     </member>
17668     <member name=
"T:UnityEditor.MemoryProfiler.MemorySection">
17669       <summary>
17670         <para>A dump of a piece of memory
from the player that's being profiled.</para>
17671       </summary>
17672     </member>
17673     <member name=
"P:UnityEditor.MemoryProfiler.MemorySection.bytes">
17674       <summary>
17675         <para>The actual bytes of the memory dump.</para>
17676       </summary>
17677     </member>
17678     <member name=
"P:UnityEditor.MemoryProfiler.MemorySection.startAddress">
17679       <summary>
17680         <para>The start address of
this piece of memory.</para>
17681       </summary>
17682     </member>
17683     <member name=
"T:UnityEditor.MemoryProfiler.MemorySnapshot">
17684       <summary>
17685         <para>MemorySnapshot
is a profiling tool to help diagnose memory usage.</para>
17686       </summary>
17687     </member>
17688     <member name=
"?:UnityEditor.MemoryProfiler.MemorySnapshot.OnSnapshotReceived(System.Action`1&lt;UnityEditor.MemoryProfiler.PackedMemorySnapshot&gt;)">
17689       <summary>
17690         <para>Event that will be fired
when a new memory snapshot comes in through the profiler connection. Its argument will be a PackedMemorySnapshot.</para>
17691       </summary>
17692       <param name=
"value"></param>
17693     </member>
17694     <member name=
"M:UnityEditor.MemoryProfiler.MemorySnapshot.RequestNewSnapshot">
17695       <summary>
17696         <para>Requests a
new snapshot from the currently connected target of the profiler. Currently only il2cpp-based players are able to provide memory snapshots.</para>
17697       </summary>
17698     </member>
17699     <member name=
"T:UnityEditor.MemoryProfiler.PackedGCHandle">
17700       <summary>
17701         <para>A description of a GC handle used
by the virtual machine.</para>
17702       </summary>
17703     </member>
17704     <member name=
"P:UnityEditor.MemoryProfiler.PackedGCHandle.target">
17705       <summary>
17706         <para>The address of the managed
object that the GC handle is referencing.</para>
17707       </summary>
17708     </member>
17709     <member name=
"T:UnityEditor.MemoryProfiler.PackedMemorySnapshot">
17710       <summary>
17711         <para>PackedMemorySnapshot
is a compact representation of a memory snapshot that a player has sent through the profiler connection.</para>
17712       </summary>
17713     </member>
17714     <member name=
"P:UnityEditor.MemoryProfiler.PackedMemorySnapshot.connections">
17715       <summary>
17716         <para>Connections
is an array of from,to pairs that describe which things are keeping which other things alive.</para>
17717       </summary>
17718     </member>
17719     <member name=
"P:UnityEditor.MemoryProfiler.PackedMemorySnapshot.gcHandles">
17720       <summary>
17721         <para>All GC handles
in use in the memorysnapshot.</para>
17722       </summary>
17723     </member>
17724     <member name=
"P:UnityEditor.MemoryProfiler.PackedMemorySnapshot.managedHeapSections">
17725       <summary>
17726         <para>Array of actual managed heap memory sections.</para>
17727       </summary>
17728     </member>
17729     <member name=
"P:UnityEditor.MemoryProfiler.PackedMemorySnapshot.nativeObjects">
17730       <summary>
17731         <para>All native C++ objects that were loaded at time of the snapshot.</para>
17732       </summary>
17733     </member>
17734     <member name=
"P:UnityEditor.MemoryProfiler.PackedMemorySnapshot.nativeTypes">
17735       <summary>
17736         <para>Descriptions of all the C++ unity types the profiled player knows about.</para>
17737       </summary>
17738     </member>
17739     <member name=
"P:UnityEditor.MemoryProfiler.PackedMemorySnapshot.typeDescriptions">
17740       <summary>
17741         <para>Descriptions of all the managed types that were known to the
virtual machine when the snapshot was taken.</para>
17742       </summary>
17743     </member>
17744     <member name=
"P:UnityEditor.MemoryProfiler.PackedMemorySnapshot.virtualMachineInformation">
17745       <summary>
17746         <para>Information about the
virtual machine running executing the managade code inside the player.</para>
17747       </summary>
17748     </member>
17749     <member name=
"T:UnityEditor.MemoryProfiler.PackedNativeType">
17750       <summary>
17751         <para>A description of a C++ unity type.</para>
17752       </summary>
17753     </member>
17754     <member name=
"P:UnityEditor.MemoryProfiler.PackedNativeType.name">
17755       <summary>
17756         <para>Name of
this C++ unity type.</para>
17757       </summary>
17758     </member>
17759     <member name=
"P:UnityEditor.MemoryProfiler.PackedNativeType.nativeBaseTypeArrayIndex">
17760       <summary>
17761         <para>The index used to obtain the native C++
base class description from the PackedMemorySnapshot.nativeTypes array.</para>
17762       </summary>
17763     </member>
17764     <member name=
"T:UnityEditor.MemoryProfiler.PackedNativeUnityEngineObject">
17765       <summary>
17766         <para>Description of a C++ unity
object in memory.</para>
17767       </summary>
17768     </member>
17769     <member name=
"P:UnityEditor.MemoryProfiler.PackedNativeUnityEngineObject.hideFlags">
17770       <summary>
17771         <para>The hideFlags
this native object has.</para>
17772       </summary>
17773     </member>
17774     <member name=
"P:UnityEditor.MemoryProfiler.PackedNativeUnityEngineObject.instanceId">
17775       <summary>
17776         <para>InstanceId of
this object.</para>
17777       </summary>
17778     </member>
17779     <member name=
"P:UnityEditor.MemoryProfiler.PackedNativeUnityEngineObject.isDontDestroyOnLoad">
17780       <summary>
17781         <para>Has
this object has been marked as DontDestroyOnLoad?</para>
17782       </summary>
17783     </member>
17784     <member name=
"P:UnityEditor.MemoryProfiler.PackedNativeUnityEngineObject.isManager">
17785       <summary>
17786         <para>Is
this native object an internal Unity manager object?</para>
17787       </summary>
17788     </member>
17789     <member name=
"P:UnityEditor.MemoryProfiler.PackedNativeUnityEngineObject.isPersistent">
17790       <summary>
17791         <para>Is
this object persistent? (Assets are persistent, objects stored in scenes are persistent, dynamically created objects are not)</para>
17792       </summary>
17793     </member>
17794     <member name=
"P:UnityEditor.MemoryProfiler.PackedNativeUnityEngineObject.name">
17795       <summary>
17796         <para>Name of
this object.</para>
17797       </summary>
17798     </member>
17799     <member name=
"P:UnityEditor.MemoryProfiler.PackedNativeUnityEngineObject.nativeObjectAddress">
17800       <summary>
17801         <para>The memory address of the native C++
object. This matches the "m_CachedPtr" field of UnityEngine.Object.</para>
17802       </summary>
17803     </member>
17804     <member name=
"P:UnityEditor.MemoryProfiler.PackedNativeUnityEngineObject.nativeTypeArrayIndex">
17805       <summary>
17806         <para>The index used to obtain the native C++ type description
from the PackedMemorySnapshot.nativeTypes array.</para>
17807       </summary>
17808     </member>
17809     <member name=
"P:UnityEditor.MemoryProfiler.PackedNativeUnityEngineObject.size">
17810       <summary>
17811         <para>Size
in bytes of this object.</para>
17812       </summary>
17813     </member>
17814     <member name=
"T:UnityEditor.MemoryProfiler.TypeDescription">
17815       <summary>
17816         <para>Description of a managed type.</para>
17817       </summary>
17818     </member>
17819     <member name=
"P:UnityEditor.MemoryProfiler.TypeDescription.arrayRank">
17820       <summary>
17821         <para>If
this is an arrayType, this will return the rank of the array. (1 for a 1-dimensional array, 2 for a 2-dimensional array, etc)</para>
17822       </summary>
17823     </member>
17824     <member name=
"P:UnityEditor.MemoryProfiler.TypeDescription.assembly">
17825       <summary>
17826         <para>Name of the assembly
this type was loaded from.</para>
17827       </summary>
17828     </member>
17829     <member name=
"P:UnityEditor.MemoryProfiler.TypeDescription.baseOrElementTypeIndex">
17830       <summary>
17831         <para>The
base type for this type, pointed to by an index into PackedMemorySnapshot.typeDescriptions.</para>
17832       </summary>
17833     </member>
17834     <member name=
"P:UnityEditor.MemoryProfiler.TypeDescription.fields">
17835       <summary>
17836         <para>An array containing descriptions of all fields of
this type.</para>
17837       </summary>
17838     </member>
17839     <member name=
"P:UnityEditor.MemoryProfiler.TypeDescription.isArray">
17840       <summary>
17841         <para>Is
this type an array?</para>
17842       </summary>
17843     </member>
17844     <member name=
"P:UnityEditor.MemoryProfiler.TypeDescription.isValueType">
17845       <summary>
17846         <para>Is
this type a value type? (if it's not a value type, it's a reference type)</para>
17847       </summary>
17848     </member>
17849     <member name=
"P:UnityEditor.MemoryProfiler.TypeDescription.name">
17850       <summary>
17851         <para>Name of
this type.</para>
17852       </summary>
17853     </member>
17854     <member name=
"P:UnityEditor.MemoryProfiler.TypeDescription.size">
17855       <summary>
17856         <para>Size
in bytes of an instance of this type. If this type is an arraytype, this describes the amount of bytes a single element in the array will take up.</para>
17857       </summary>
17858     </member>
17859     <member name=
"P:UnityEditor.MemoryProfiler.TypeDescription.staticFieldBytes">
17860       <summary>
17861         <para>The actual contents of the bytes that store
this types static fields, at the point of time when the snapshot was taken.</para>
17862       </summary>
17863     </member>
17864     <member name=
"P:UnityEditor.MemoryProfiler.TypeDescription.typeIndex">
17865       <summary>
17866         <para>The typeIndex of
this type. This index is an index into the PackedMemorySnapshot.typeDescriptions array.</para>
17867       </summary>
17868     </member>
17869     <member name=
"P:UnityEditor.MemoryProfiler.TypeDescription.typeInfoAddress">
17870       <summary>
17871         <para>The address
in memory that contains the description of this type inside the virtual machine. This can be used to match managed objects in the heap to their corresponding TypeDescription, as the first pointer of a managed object points to its type description.</para>
17872       </summary>
17873     </member>
17874     <member name=
"T:UnityEditor.MemoryProfiler.VirtualMachineInformation">
17875       <summary>
17876         <para>Information about a
virtual machine that provided a memory snapshot.</para>
17877       </summary>
17878     </member>
17879     <member name=
"P:UnityEditor.MemoryProfiler.VirtualMachineInformation.allocationGranularity">
17880       <summary>
17881         <para>Allocation granularity
in bytes used by the virtual machine allocator.</para>
17882       </summary>
17883     </member>
17884     <member name=
"P:UnityEditor.MemoryProfiler.VirtualMachineInformation.arrayBoundsOffsetInHeader">
17885       <summary>
17886         <para>Offset
in bytes inside the object header of an array object where the bounds of the array is stored.</para>
17887       </summary>
17888     </member>
17889     <member name=
"P:UnityEditor.MemoryProfiler.VirtualMachineInformation.arrayHeaderSize">
17890       <summary>
17891         <para>Size
in bytes of the header of an array object.</para>
17892       </summary>
17893     </member>
17894     <member name=
"P:UnityEditor.MemoryProfiler.VirtualMachineInformation.arraySizeOffsetInHeader">
17895       <summary>
17896         <para>Offset
in bytes inside the object header of an array object where the size of the array is stored.</para>
17897       </summary>
17898     </member>
17899     <member name=
"P:UnityEditor.MemoryProfiler.VirtualMachineInformation.heapFormatVersion">
17900       <summary>
17901         <para>A version number that will change
when the object layout inside the managed heap will change.</para>
17902       </summary>
17903     </member>
17904     <member name=
"P:UnityEditor.MemoryProfiler.VirtualMachineInformation.objectHeaderSize">
17905       <summary>
17906         <para>Size
in bytes of the header of each managed object.</para>
17907       </summary>
17908     </member>
17909     <member name=
"P:UnityEditor.MemoryProfiler.VirtualMachineInformation.pointerSize">
17910       <summary>
17911         <para>Size
in bytes of a pointer.</para>
17912       </summary>
17913     </member>
17914     <member name=
"T:UnityEditor.Menu">
17915       <summary>
17916         <para>Menu
class to manipulate the menu item.</para>
17917       </summary>
17918     </member>
17919     <member name=
"M:UnityEditor.Menu.#ctor">
17920       <summary>
17921         <para>Default constructor.</para>
17922       </summary>
17923     </member>
17924     <member name=
"M:UnityEditor.Menu.GetChecked(System.String)">
17925       <summary>
17926         <para>Get the check status of the given menu.</para>
17927       </summary>
17928       <param name=
"menuPath"></param>
17929     </member>
17930     <member name=
"M:UnityEditor.Menu.SetChecked(System.String,System.Boolean)">
17931       <summary>
17932         <para>Set the check status of the given menu.</para>
17933       </summary>
17934       <param name=
"menuPath"></param>
17935       <param name=
"isChecked"></param>
17936     </member>
17937     <member name=
"T:UnityEditor.MenuCommand">
17938       <summary>
17939         <para>Used to extract the context
for a MenuItem. MenuCommand objects are passed to custom menu item functions defined using the MenuItem attribute.</para>
17940       </summary>
17941     </member>
17942     <member name=
"F:UnityEditor.MenuCommand.context">
17943       <summary>
17944         <para>Context
is the object that is the target of a menu command.</para>
17945       </summary>
17946     </member>
17947     <member name=
"F:UnityEditor.MenuCommand.userData">
17948       <summary>
17949         <para>An integer
for passing custom information to a menu item.</para>
17950       </summary>
17951     </member>
17952     <member name=
"M:UnityEditor.MenuCommand.#ctor(UnityEngine.Object,System.Int32)">
17953       <summary>
17954         <para>Creates a
new MenuCommand object.</para>
17955       </summary>
17956       <param name=
"inContext"></param>
17957       <param name=
"inUserData"></param>
17958     </member>
17959     <member name=
"M:UnityEditor.MenuCommand.#ctor(UnityEngine.Object)">
17960       <summary>
17961         <para>Creates a
new MenuCommand object.</para>
17962       </summary>
17963       <param name=
"inContext"></param>
17964     </member>
17965     <member name=
"T:UnityEditor.MenuItem">
17966       <summary>
17967         <para>The MenuItem attribute allows you to
add menu items to the main menu and inspector context menus.</para>
17968       </summary>
17969     </member>
17970     <member name=
"M:UnityEditor.MenuItem.#ctor(System.String)">
17971       <summary>
17972         <para>Creates a menu item and invokes the
static function following it, when the menu item is selected.</para>
17973       </summary>
17974       <param name=
"itemName">The itemName is the menu item represented like a pathname.
17975         For example the menu item could be
"GameObject/Do Something".</param>
17976       <param name=
"isValidateFunction">If isValidateFunction is true, this is a validation
17977         function and will be called before invoking the menu function with the same itemName.</param>
17978       <param name=
"priority">The order by which the menu items are displayed.</param>
17979     </member>
17980     <member name=
"M:UnityEditor.MenuItem.#ctor(System.String,System.Boolean)">
17981       <summary>
17982         <para>Creates a menu item and invokes the
static function following it, when the menu item is selected.</para>
17983       </summary>
17984       <param name=
"itemName">The itemName is the menu item represented like a pathname.
17985         For example the menu item could be
"GameObject/Do Something".</param>
17986       <param name=
"isValidateFunction">If isValidateFunction is true, this is a validation
17987         function and will be called before invoking the menu function with the same itemName.</param>
17988       <param name=
"priority">The order by which the menu items are displayed.</param>
17989     </member>
17990     <member name=
"M:UnityEditor.MenuItem.#ctor(System.String,System.Boolean,System.Int32)">
17991       <summary>
17992         <para>Creates a menu item and invokes the
static function following it, when the menu item is selected.</para>
17993       </summary>
17994       <param name=
"itemName">The itemName is the menu item represented like a pathname.
17995         For example the menu item could be
"GameObject/Do Something".</param>
17996       <param name=
"isValidateFunction">If isValidateFunction is true, this is a validation
17997         function and will be called before invoking the menu function with the same itemName.</param>
17998       <param name=
"priority">The order by which the menu items are displayed.</param>
17999     </member>
18000     <member name=
"T:UnityEditor.MeshUtility">
18001       <summary>
18002         <para>Various utilities
for mesh manipulation.</para>
18003       </summary>
18004     </member>
18005     <member name=
"M:UnityEditor.MeshUtility.GetMeshCompression(UnityEngine.Mesh)">
18006       <summary>
18007         <para>Returns the mesh compression setting
for a Mesh.</para>
18008       </summary>
18009       <param name=
"mesh">The mesh to get information on.</param>
18010     </member>
18011     <member name=
"M:UnityEditor.MeshUtility.Optimize(UnityEngine.Mesh)">
18012       <summary>
18013         <para>Optimizes the mesh
for GPU access.</para>
18014       </summary>
18015       <param name=
"mesh"></param>
18016     </member>
18017     <member name=
"M:UnityEditor.MeshUtility.SetMeshCompression(UnityEngine.Mesh,UnityEditor.ModelImporterMeshCompression)">
18018       <summary>
18019         <para>Change the mesh compression setting
for a mesh.</para>
18020       </summary>
18021       <param name=
"mesh">The mesh to set the compression mode for.</param>
18022       <param name=
"compression">The compression mode to set.</param>
18023     </member>
18024     <member name=
"M:UnityEditor.MeshUtility.SetPerTriangleUV2(UnityEngine.Mesh,UnityEngine.Vector2[])">
18025       <summary>
18026         <para>Will insert per-triangle uv2
in mesh and handle vertex splitting etc.</para>
18027       </summary>
18028       <param name=
"src"></param>
18029       <param name=
"triUV"></param>
18030     </member>
18031     <member name=
"T:UnityEditor.MessageType">
18032       <summary>
18033         <para>User message types.</para>
18034       </summary>
18035     </member>
18036     <member name=
"F:UnityEditor.MessageType.Error">
18037       <summary>
18038         <para>Error message.</para>
18039       </summary>
18040     </member>
18041     <member name=
"F:UnityEditor.MessageType.Info">
18042       <summary>
18043         <para>Info message.</para>
18044       </summary>
18045     </member>
18046     <member name=
"F:UnityEditor.MessageType.None">
18047       <summary>
18048         <para>Neutral message.</para>
18049       </summary>
18050     </member>
18051     <member name=
"F:UnityEditor.MessageType.Warning">
18052       <summary>
18053         <para>Warning message.</para>
18054       </summary>
18055     </member>
18056     <member name=
"T:UnityEditor.MobileTextureSubtarget">
18057       <summary>
18058         <para>Compressed texture format
for target build platform.</para>
18059       </summary>
18060     </member>
18061     <member name=
"F:UnityEditor.MobileTextureSubtarget.ASTC">
18062       <summary>
18063         <para>ASTC texture compression.</para>
18064       </summary>
18065     </member>
18066     <member name=
"F:UnityEditor.MobileTextureSubtarget.ATC">
18067       <summary>
18068         <para>ATI texture compression. Available
on devices running Adreno GPU, including HTC Nexus One, Droid Incredible, EVO, and others.</para>
18069       </summary>
18070     </member>
18071     <member name=
"F:UnityEditor.MobileTextureSubtarget.DXT">
18072       <summary>
18073         <para>S3 texture compression, nonspecific to DXT variant. Supported
on devices running Nvidia Tegra2 platform, including Motorala Xoom, Motorola Atrix, Droid Bionic, and others.</para>
18074       </summary>
18075     </member>
18076     <member name=
"F:UnityEditor.MobileTextureSubtarget.ETC">
18077       <summary>
18078         <para>ETC1 texture compression (or RGBA16
for textures with alpha), supported by all devices.</para>
18079       </summary>
18080     </member>
18081     <member name=
"F:UnityEditor.MobileTextureSubtarget.ETC2">
18082       <summary>
18083         <para>ETC2 texture compression.</para>
18084       </summary>
18085     </member>
18086     <member name=
"F:UnityEditor.MobileTextureSubtarget.Generic">
18087       <summary>
18088         <para>Don
't override texture compression.</para>
18089       </summary>
18090     </member>
18091     <member name=
"F:UnityEditor.MobileTextureSubtarget.PVRTC">
18092       <summary>
18093         <para>PowerVR texture compression. Available
in devices running PowerVR SGX530/540 GPU, such as Motorola DROID series; Samsung Galaxy S, Nexus S, and Galaxy Tab; and others.</para>
18094       </summary>
18095     </member>
18096     <member name=
"T:UnityEditor.ModelImporter">
18097       <summary>
18098         <para>Model importer lets you modify import settings
from editor scripts.</para>
18099       </summary>
18100     </member>
18101     <member name=
"P:UnityEditor.ModelImporter.addCollider">
18102       <summary>
18103         <para>Add to imported meshes.</para>
18104       </summary>
18105     </member>
18106     <member name=
"P:UnityEditor.ModelImporter.animationCompression">
18107       <summary>
18108         <para>Animation compression setting.</para>
18109       </summary>
18110     </member>
18111     <member name=
"P:UnityEditor.ModelImporter.animationPositionError">
18112       <summary>
18113         <para>Allowed error of animation position compression.</para>
18114       </summary>
18115     </member>
18116     <member name=
"P:UnityEditor.ModelImporter.animationRotationError">
18117       <summary>
18118         <para>Allowed error of animation rotation compression.</para>
18119       </summary>
18120     </member>
18121     <member name=
"P:UnityEditor.ModelImporter.animationScaleError">
18122       <summary>
18123         <para>Allowed error of animation scale compression.</para>
18124       </summary>
18125     </member>
18126     <member name=
"P:UnityEditor.ModelImporter.animationType">
18127       <summary>
18128         <para>Animator generation mode.</para>
18129       </summary>
18130     </member>
18131     <member name=
"P:UnityEditor.ModelImporter.animationWrapMode">
18132       <summary>
18133         <para>The
default wrap mode for the generated animation clips.</para>
18134       </summary>
18135     </member>
18136     <member name=
"P:UnityEditor.ModelImporter.bakeIK">
18137       <summary>
18138         <para>Bake Inverse Kinematics (IK)
when importing.</para>
18139       </summary>
18140     </member>
18141     <member name=
"P:UnityEditor.ModelImporter.clipAnimations">
18142       <summary>
18143         <para>Animation clips to split animation
into. See Also: ModelImporterClipAnimation.</para>
18144       </summary>
18145     </member>
18146     <member name=
"P:UnityEditor.ModelImporter.defaultClipAnimations">
18147       <summary>
18148         <para>Generate a list of all
default animation clip based on TakeInfo.</para>
18149       </summary>
18150     </member>
18151     <member name=
"P:UnityEditor.ModelImporter.extraExposedTransformPaths">
18152       <summary>
18153         <para>Animation optimization setting.</para>
18154       </summary>
18155     </member>
18156     <member name=
"P:UnityEditor.ModelImporter.fileScale">
18157       <summary>
18158         <para>File scale factor (
if available) or default one. (Read-only).</para>
18159       </summary>
18160     </member>
18161     <member name=
"P:UnityEditor.ModelImporter.generateAnimations">
18162       <summary>
18163         <para>Animation generation options.</para>
18164       </summary>
18165     </member>
18166     <member name=
"P:UnityEditor.ModelImporter.generateMaterials">
18167       <summary>
18168         <para>Material generation options.</para>
18169       </summary>
18170     </member>
18171     <member name=
"P:UnityEditor.ModelImporter.generateSecondaryUV">
18172       <summary>
18173         <para>Generate secondary UV
set for lightmapping.</para>
18174       </summary>
18175     </member>
18176     <member name=
"P:UnityEditor.ModelImporter.globalScale">
18177       <summary>
18178         <para>Global scale factor
for importing.</para>
18179       </summary>
18180     </member>
18181     <member name=
"P:UnityEditor.ModelImporter.humanDescription">
18182       <summary>
18183         <para>The human description that
is used to generate an Avatar during the import process.</para>
18184       </summary>
18185     </member>
18186     <member name=
"P:UnityEditor.ModelImporter.humanoidOversampling">
18187       <summary>
18188         <para>Controls how much oversampling
is used when importing humanoid animations for retargeting.</para>
18189       </summary>
18190     </member>
18191     <member name=
"P:UnityEditor.ModelImporter.importAnimation">
18192       <summary>
18193         <para>Import animation
from file.</para>
18194       </summary>
18195     </member>
18196     <member name=
"P:UnityEditor.ModelImporter.importBlendShapes">
18197       <summary>
18198         <para>Controls import of BlendShapes.</para>
18199       </summary>
18200     </member>
18201     <member name=
"P:UnityEditor.ModelImporter.importedTakeInfos">
18202       <summary>
18203         <para>Generates the list of all imported take.</para>
18204       </summary>
18205     </member>
18206     <member name=
"P:UnityEditor.ModelImporter.importMaterials">
18207       <summary>
18208         <para>Import materials
from file.</para>
18209       </summary>
18210     </member>
18211     <member name=
"P:UnityEditor.ModelImporter.importNormals">
18212       <summary>
18213         <para>Vertex normal import options.</para>
18214       </summary>
18215     </member>
18216     <member name=
"P:UnityEditor.ModelImporter.importTangents">
18217       <summary>
18218         <para>Vertex tangent import options.</para>
18219       </summary>
18220     </member>
18221     <member name=
"P:UnityEditor.ModelImporter.isBakeIKSupported">
18222       <summary>
18223         <para>Is Bake Inverse Kinematics (IK) supported
by this importer.</para>
18224       </summary>
18225     </member>
18226     <member name=
"P:UnityEditor.ModelImporter.isFileScaleUsed">
18227       <summary>
18228         <para>Is FileScale was used
when importing.</para>
18229       </summary>
18230     </member>
18231     <member name=
"P:UnityEditor.ModelImporter.isReadable">
18232       <summary>
18233         <para>Are mesh vertices and indices accessible
from script?</para>
18234       </summary>
18235     </member>
18236     <member name=
"P:UnityEditor.ModelImporter.isTangentImportSupported">
18237       <summary>
18238         <para>Is import of tangents supported
by this importer.</para>
18239       </summary>
18240     </member>
18241     <member name=
"P:UnityEditor.ModelImporter.isUseFileUnitsSupported">
18242       <summary>
18243         <para>Is useFileUnits supported
for this asset.</para>
18244       </summary>
18245     </member>
18246     <member name=
"P:UnityEditor.ModelImporter.keepQuads">
18247       <summary>
18248         <para>If
this is true, any quad faces that exist in the mesh data before it is imported are kept as quads instead of being split into two triangles, for the purposes of tessellation. Set this to false to disable this behavior.</para>
18249       </summary>
18250     </member>
18251     <member name=
"P:UnityEditor.ModelImporter.materialName">
18252       <summary>
18253         <para>Material naming setting.</para>
18254       </summary>
18255     </member>
18256     <member name=
"P:UnityEditor.ModelImporter.materialSearch">
18257       <summary>
18258         <para>Existing material search setting.</para>
18259       </summary>
18260     </member>
18261     <member name=
"P:UnityEditor.ModelImporter.meshCompression">
18262       <summary>
18263         <para>Mesh compression setting.</para>
18264       </summary>
18265     </member>
18266     <member name=
"P:UnityEditor.ModelImporter.motionNodeName">
18267       <summary>
18268         <para>The path of the transform used to generation the motion of the animation.</para>
18269       </summary>
18270     </member>
18271     <member name=
"P:UnityEditor.ModelImporter.normalImportMode">
18272       <summary>
18273         <para>Normals import mode.</para>
18274       </summary>
18275     </member>
18276     <member name=
"P:UnityEditor.ModelImporter.normalSmoothingAngle">
18277       <summary>
18278         <para>Smoothing angle (
in degrees) for calculating normals.</para>
18279       </summary>
18280     </member>
18281     <member name=
"P:UnityEditor.ModelImporter.optimizeGameObjects">
18282       <summary>
18283         <para>Animation optimization setting.</para>
18284       </summary>
18285     </member>
18286     <member name=
"P:UnityEditor.ModelImporter.optimizeMesh">
18287       <summary>
18288         <para>Vertex optimization setting.</para>
18289       </summary>
18290     </member>
18291     <member name=
"P:UnityEditor.ModelImporter.referencedClips">
18292       <summary>
18293         <para>Generates the list of all imported Animations.</para>
18294       </summary>
18295     </member>
18296     <member name=
"P:UnityEditor.ModelImporter.resampleCurves">
18297       <summary>
18298         <para>If
set to false, the importer will not resample curves when possible.
18299 Read more about.
18300
18301 Notes:
18302
18303 - Some unsupported FBX features (such
as PreRotation or PostRotation on transforms) will override this setting. In these situations, animation curves will still be resampled even if the setting is disabled. For best results, avoid using PreRotation, PostRotation and GetRotationPivot.
18304
18305 - This option was introduced
in Version 5.3. Prior to this version, Unity's import behaviour was as if this option was always enabled. Therefore enabling the option gives the same behaviour as pre-5.3 animation import.
18306 </para>
18307       </summary>
18308     </member>
18309     <member name=
"P:UnityEditor.ModelImporter.secondaryUVAngleDistortion">
18310       <summary>
18311         <para>Threshold
for angle distortion (in degrees) when generating secondary UV.</para>
18312       </summary>
18313     </member>
18314     <member name=
"P:UnityEditor.ModelImporter.secondaryUVAreaDistortion">
18315       <summary>
18316         <para>Threshold
for area distortion when generating secondary UV.</para>
18317       </summary>
18318     </member>
18319     <member name=
"P:UnityEditor.ModelImporter.secondaryUVHardAngle">
18320       <summary>
18321         <para>Hard angle (
in degrees) for generating secondary UV.</para>
18322       </summary>
18323     </member>
18324     <member name=
"P:UnityEditor.ModelImporter.secondaryUVPackMargin">
18325       <summary>
18326         <para>Margin to be left between charts
when packing secondary UV.</para>
18327       </summary>
18328     </member>
18329     <member name=
"P:UnityEditor.ModelImporter.sourceAvatar">
18330       <summary>
18331         <para>Imports the HumanDescription
from the given Avatar.</para>
18332       </summary>
18333     </member>
18334     <member name=
"P:UnityEditor.ModelImporter.splitTangentsAcrossSeams">
18335       <summary>
18336         <para>Should tangents be split across UV seams.</para>
18337       </summary>
18338     </member>
18339     <member name=
"P:UnityEditor.ModelImporter.swapUVChannels">
18340       <summary>
18341         <para>Swap primary and secondary UV channels
when importing.</para>
18342       </summary>
18343     </member>
18344     <member name=
"P:UnityEditor.ModelImporter.tangentImportMode">
18345       <summary>
18346         <para>Tangents import mode.</para>
18347       </summary>
18348     </member>
18349     <member name=
"P:UnityEditor.ModelImporter.transformPaths">
18350       <summary>
18351         <para>Generates the list of all imported Transforms.</para>
18352       </summary>
18353     </member>
18354     <member name=
"P:UnityEditor.ModelImporter.useFileUnits">
18355       <summary>
18356         <para>Detect file units and import
as 1FileUnit=1UnityUnit, otherwise it will import as 1cm=1UnityUnit.</para>
18357       </summary>
18358     </member>
18359     <member name=
"P:UnityEditor.ModelImporter.weldVertices">
18360       <summary>
18361         <para>Combine vertices that share the same position
in space.</para>
18362       </summary>
18363     </member>
18364     <member name=
"M:UnityEditor.ModelImporter.CreateDefaultMaskForClip(UnityEditor.ModelImporterClipAnimation)">
18365       <summary>
18366         <para>Creates a mask that matches the model hierarchy, and applies it to the provided ModelImporterClipAnimation.</para>
18367       </summary>
18368       <param name=
"clip">Clip to which the mask will be applied.</param>
18369     </member>
18370     <member name=
"T:UnityEditor.ModelImporterAnimationCompression">
18371       <summary>
18372         <para>Animation compression options
for ModelImporter.</para>
18373       </summary>
18374     </member>
18375     <member name=
"F:UnityEditor.ModelImporterAnimationCompression.KeyframeReduction">
18376       <summary>
18377         <para>Perform keyframe reduction.</para>
18378       </summary>
18379     </member>
18380     <member name=
"F:UnityEditor.ModelImporterAnimationCompression.KeyframeReductionAndCompression">
18381       <summary>
18382         <para>Perform keyframe reduction and compression.</para>
18383       </summary>
18384     </member>
18385     <member name=
"F:UnityEditor.ModelImporterAnimationCompression.Off">
18386       <summary>
18387         <para>No animation compression.</para>
18388       </summary>
18389     </member>
18390     <member name=
"F:UnityEditor.ModelImporterAnimationCompression.Optimal">
18391       <summary>
18392         <para>Perform keyframe reduction and choose the best animation curve representation at runtime to reduce memory footprint (
default).</para>
18393       </summary>
18394     </member>
18395     <member name=
"T:UnityEditor.ModelImporterAnimationType">
18396       <summary>
18397         <para>Animation mode
for ModelImporter.</para>
18398       </summary>
18399     </member>
18400     <member name=
"F:UnityEditor.ModelImporterAnimationType.Generic">
18401       <summary>
18402         <para>Generate a generic animator.</para>
18403       </summary>
18404     </member>
18405     <member name=
"F:UnityEditor.ModelImporterAnimationType.Human">
18406       <summary>
18407         <para>Generate a human animator.</para>
18408       </summary>
18409     </member>
18410     <member name=
"F:UnityEditor.ModelImporterAnimationType.Legacy">
18411       <summary>
18412         <para>Generate a legacy animation type.</para>
18413       </summary>
18414     </member>
18415     <member name=
"F:UnityEditor.ModelImporterAnimationType.None">
18416       <summary>
18417         <para>Generate no animation data.</para>
18418       </summary>
18419     </member>
18420     <member name=
"T:UnityEditor.ModelImporterClipAnimation">
18421       <summary>
18422         <para>Animation clips to split animation
into.</para>
18423       </summary>
18424     </member>
18425     <member name=
"P:UnityEditor.ModelImporterClipAnimation.additiveReferencePoseFrame">
18426       <summary>
18427         <para>The additive reference pose frame.</para>
18428       </summary>
18429     </member>
18430     <member name=
"P:UnityEditor.ModelImporterClipAnimation.curves">
18431       <summary>
18432         <para>Additionnal curves that will be that will be added during the import process.</para>
18433       </summary>
18434     </member>
18435     <member name=
"P:UnityEditor.ModelImporterClipAnimation.cycleOffset">
18436       <summary>
18437         <para>Offset to the cycle of a looping animation,
if a different time in it is desired to be the start.</para>
18438       </summary>
18439     </member>
18440     <member name=
"P:UnityEditor.ModelImporterClipAnimation.events">
18441       <summary>
18442         <para>AnimationEvents that will be added during the import process.</para>
18443       </summary>
18444     </member>
18445     <member name=
"P:UnityEditor.ModelImporterClipAnimation.firstFrame">
18446       <summary>
18447         <para>First frame of the clip.</para>
18448       </summary>
18449     </member>
18450     <member name=
"P:UnityEditor.ModelImporterClipAnimation.hasAdditiveReferencePose">
18451       <summary>
18452         <para>Enable to defines an additive reference pose.</para>
18453       </summary>
18454     </member>
18455     <member name=
"P:UnityEditor.ModelImporterClipAnimation.heightFromFeet">
18456       <summary>
18457         <para>Keeps the feet aligned with the root transform position.</para>
18458       </summary>
18459     </member>
18460     <member name=
"P:UnityEditor.ModelImporterClipAnimation.heightOffset">
18461       <summary>
18462         <para>Offset to the vertical root position.</para>
18463       </summary>
18464     </member>
18465     <member name=
"P:UnityEditor.ModelImporterClipAnimation.keepOriginalOrientation">
18466       <summary>
18467         <para>Keeps the vertical position
as it is authored in the source file.</para>
18468       </summary>
18469     </member>
18470     <member name=
"P:UnityEditor.ModelImporterClipAnimation.keepOriginalPositionXZ">
18471       <summary>
18472         <para>Keeps the vertical position
as it is authored in the source file.</para>
18473       </summary>
18474     </member>
18475     <member name=
"P:UnityEditor.ModelImporterClipAnimation.keepOriginalPositionY">
18476       <summary>
18477         <para>Keeps the vertical position
as it is authored in the source file.</para>
18478       </summary>
18479     </member>
18480     <member name=
"P:UnityEditor.ModelImporterClipAnimation.lastFrame">
18481       <summary>
18482         <para>Last frame of the clip.</para>
18483       </summary>
18484     </member>
18485     <member name=
"P:UnityEditor.ModelImporterClipAnimation.lockRootHeightY">
18486       <summary>
18487         <para>Enable to make vertical root motion be baked
into the movement of the bones. Disable to make vertical root motion be stored as root motion.</para>
18488       </summary>
18489     </member>
18490     <member name=
"P:UnityEditor.ModelImporterClipAnimation.lockRootPositionXZ">
18491       <summary>
18492         <para>Enable to make horizontal root motion be baked
into the movement of the bones. Disable to make horizontal root motion be stored as root motion.</para>
18493       </summary>
18494     </member>
18495     <member name=
"P:UnityEditor.ModelImporterClipAnimation.lockRootRotation">
18496       <summary>
18497         <para>Enable to make root rotation be baked
into the movement of the bones. Disable to make root rotation be stored as root motion.</para>
18498       </summary>
18499     </member>
18500     <member name=
"P:UnityEditor.ModelImporterClipAnimation.loop">
18501       <summary>
18502         <para>Is the clip a looping animation?</para>
18503       </summary>
18504     </member>
18505     <member name=
"P:UnityEditor.ModelImporterClipAnimation.loopPose">
18506       <summary>
18507         <para>Enable to make the motion loop seamlessly.</para>
18508       </summary>
18509     </member>
18510     <member name=
"P:UnityEditor.ModelImporterClipAnimation.loopTime">
18511       <summary>
18512         <para>Enable to make the clip loop.</para>
18513       </summary>
18514     </member>
18515     <member name=
"P:UnityEditor.ModelImporterClipAnimation.maskNeedsUpdating">
18516       <summary>
18517         <para>Returns
true when the source AvatarMask has changed. This only happens when ModelImporterClipAnimation.maskType is set to ClipAnimationMaskType.CopyFromOther
18518 To force a reload of the mask, simply
set ModelImporterClipAnimation.maskSource to the desired AvatarMask.</para>
18519       </summary>
18520     </member>
18521     <member name=
"P:UnityEditor.ModelImporterClipAnimation.maskSource">
18522       <summary>
18523         <para>The AvatarMask used to mask transforms during the import process.</para>
18524       </summary>
18525     </member>
18526     <member name=
"P:UnityEditor.ModelImporterClipAnimation.maskType">
18527       <summary>
18528         <para>Define mask type.</para>
18529       </summary>
18530     </member>
18531     <member name=
"P:UnityEditor.ModelImporterClipAnimation.mirror">
18532       <summary>
18533         <para>Mirror left and right
in this clip.</para>
18534       </summary>
18535     </member>
18536     <member name=
"P:UnityEditor.ModelImporterClipAnimation.name">
18537       <summary>
18538         <para>Clip name.</para>
18539       </summary>
18540     </member>
18541     <member name=
"P:UnityEditor.ModelImporterClipAnimation.rotationOffset">
18542       <summary>
18543         <para>Offset
in degrees to the root rotation.</para>
18544       </summary>
18545     </member>
18546     <member name=
"P:UnityEditor.ModelImporterClipAnimation.takeName">
18547       <summary>
18548         <para>Take name.</para>
18549       </summary>
18550     </member>
18551     <member name=
"P:UnityEditor.ModelImporterClipAnimation.wrapMode">
18552       <summary>
18553         <para>The wrap mode of the animation.</para>
18554       </summary>
18555     </member>
18556     <member name=
"M:UnityEditor.ModelImporterClipAnimation.ConfigureClipFromMask(UnityEngine.AvatarMask)">
18557       <summary>
18558         <para>Copy the mask settings
from an AvatarMask to the clip configuration.</para>
18559       </summary>
18560       <param name=
"mask">AvatarMask from which the mask settings will be imported.</param>
18561     </member>
18562     <member name=
"M:UnityEditor.ModelImporterClipAnimation.ConfigureMaskFromClip(UnityEngine.AvatarMask&amp;)">
18563       <summary>
18564         <para>Copy the current masking settings
from the clip to an AvatarMask.</para>
18565       </summary>
18566       <param name=
"mask">AvatarMask to which the masking values will be saved.</param>
18567     </member>
18568     <member name=
"T:UnityEditor.ModelImporterGenerateAnimations">
18569       <summary>
18570         <para>Animation generation options
for ModelImporter. These options relate to the legacy Animation system, they should only be used when ModelImporter.animationType==ModelImporterAnimationType.Legacy.</para>
18571       </summary>
18572     </member>
18573     <member name=
"F:UnityEditor.ModelImporterGenerateAnimations.GenerateAnimations">
18574       <summary>
18575         <para>Default animation import mode (All animations are stored
in the root object).</para>
18576       </summary>
18577     </member>
18578     <member name=
"F:UnityEditor.ModelImporterGenerateAnimations.InNodes">
18579       <summary>
18580         <para>Generate animations
in the objects that animate.</para>
18581       </summary>
18582     </member>
18583     <member name=
"F:UnityEditor.ModelImporterGenerateAnimations.InOriginalRoots">
18584       <summary>
18585         <para>Generate animations
in the root objects of the animation package.</para>
18586       </summary>
18587     </member>
18588     <member name=
"F:UnityEditor.ModelImporterGenerateAnimations.InRoot">
18589       <summary>
18590         <para>Generate animations
in the transform root objects.</para>
18591       </summary>
18592     </member>
18593     <member name=
"F:UnityEditor.ModelImporterGenerateAnimations.None">
18594       <summary>
18595         <para>Do not generate animations.</para>
18596       </summary>
18597     </member>
18598     <member name=
"T:UnityEditor.ModelImporterGenerateMaterials">
18599       <summary>
18600         <para>Material generation options
for ModelImporter.</para>
18601       </summary>
18602     </member>
18603     <member name=
"F:UnityEditor.ModelImporterGenerateMaterials.None">
18604       <summary>
18605         <para>Do not generate materials.</para>
18606       </summary>
18607     </member>
18608     <member name=
"F:UnityEditor.ModelImporterGenerateMaterials.PerSourceMaterial">
18609       <summary>
18610         <para>Generate a material
for each material in the source asset.</para>
18611       </summary>
18612     </member>
18613     <member name=
"F:UnityEditor.ModelImporterGenerateMaterials.PerTexture">
18614       <summary>
18615         <para>Generate a material
for each texture used.</para>
18616       </summary>
18617     </member>
18618     <member name=
"T:UnityEditor.ModelImporterHumanoidOversampling">
18619       <summary>
18620         <para>Humanoid Oversampling available multipliers.</para>
18621       </summary>
18622     </member>
18623     <member name=
"F:UnityEditor.ModelImporterHumanoidOversampling.X1">
18624       <summary>
18625         <para>Default Humanoid Oversampling multiplier =
1 which is equivalent to no oversampling.</para>
18626       </summary>
18627     </member>
18628     <member name=
"F:UnityEditor.ModelImporterHumanoidOversampling.X2">
18629       <summary>
18630         <para>Humanoid Oversampling samples at
2 times the sampling rate found in the imported file.</para>
18631       </summary>
18632     </member>
18633     <member name=
"F:UnityEditor.ModelImporterHumanoidOversampling.X4">
18634       <summary>
18635         <para>Humanoid Oversampling samples at
4 times the sampling rate found in the imported file.</para>
18636       </summary>
18637     </member>
18638     <member name=
"F:UnityEditor.ModelImporterHumanoidOversampling.X8">
18639       <summary>
18640         <para>Humanoid Oversampling samples at
8 times the sampling rate found in the imported file.</para>
18641       </summary>
18642     </member>
18643     <member name=
"T:UnityEditor.ModelImporterMaterialName">
18644       <summary>
18645         <para>Material naming options
for ModelImporter.</para>
18646       </summary>
18647     </member>
18648     <member name=
"F:UnityEditor.ModelImporterMaterialName.BasedOnMaterialName">
18649       <summary>
18650         <para>Use a material name of the form &lt;materialName&gt;.mat.</para>
18651       </summary>
18652     </member>
18653     <member name=
"F:UnityEditor.ModelImporterMaterialName.BasedOnModelNameAndMaterialName">
18654       <summary>
18655         <para>Use material names
in the form &lt;modelFileName&gt;-&lt;materialName&gt;.mat.</para>
18656       </summary>
18657     </member>
18658     <member name=
"F:UnityEditor.ModelImporterMaterialName.BasedOnTextureName">
18659       <summary>
18660         <para>Use material names
in the form &lt;textureName&gt;.mat.</para>
18661       </summary>
18662     </member>
18663     <member name=
"F:UnityEditor.ModelImporterMaterialName.BasedOnTextureName_Or_ModelNameAndMaterialName">
18664       <summary>
18665         <para>&lt;textureName&gt;.mat or &lt;modelFileName&gt;-&lt;materialName&gt;.mat material name.</para>
18666       </summary>
18667     </member>
18668     <member name=
"T:UnityEditor.ModelImporterMaterialSearch">
18669       <summary>
18670         <para>Material search options
for ModelImporter.</para>
18671       </summary>
18672     </member>
18673     <member name=
"F:UnityEditor.ModelImporterMaterialSearch.Everywhere">
18674       <summary>
18675         <para>Search
in all project.</para>
18676       </summary>
18677     </member>
18678     <member name=
"F:UnityEditor.ModelImporterMaterialSearch.Local">
18679       <summary>
18680         <para>Search
in local Materials folder.</para>
18681       </summary>
18682     </member>
18683     <member name=
"F:UnityEditor.ModelImporterMaterialSearch.RecursiveUp">
18684       <summary>
18685         <para>Recursive-up search
in Materials folders.</para>
18686       </summary>
18687     </member>
18688     <member name=
"T:UnityEditor.ModelImporterMeshCompression">
18689       <summary>
18690         <para>Mesh compression options
for ModelImporter.</para>
18691       </summary>
18692     </member>
18693     <member name=
"F:UnityEditor.ModelImporterMeshCompression.High">
18694       <summary>
18695         <para>High amount of mesh compression.</para>
18696       </summary>
18697     </member>
18698     <member name=
"F:UnityEditor.ModelImporterMeshCompression.Low">
18699       <summary>
18700         <para>Low amount of mesh compression.</para>
18701       </summary>
18702     </member>
18703     <member name=
"F:UnityEditor.ModelImporterMeshCompression.Medium">
18704       <summary>
18705         <para>Medium amount of mesh compression.</para>
18706       </summary>
18707     </member>
18708     <member name=
"F:UnityEditor.ModelImporterMeshCompression.Off">
18709       <summary>
18710         <para>No mesh compression (
default).</para>
18711       </summary>
18712     </member>
18713     <member name=
"T:UnityEditor.ModelImporterNormals">
18714       <summary>
18715         <para>Vertex normal generation options
for ModelImporter.</para>
18716       </summary>
18717     </member>
18718     <member name=
"F:UnityEditor.ModelImporterNormals.Calculate">
18719       <summary>
18720         <para>Calculate vertex normals.</para>
18721       </summary>
18722     </member>
18723     <member name=
"F:UnityEditor.ModelImporterNormals.Import">
18724       <summary>
18725         <para>Import vertex normals
from model file (default).</para>
18726       </summary>
18727     </member>
18728     <member name=
"F:UnityEditor.ModelImporterNormals.None">
18729       <summary>
18730         <para>Do not import vertex normals.</para>
18731       </summary>
18732     </member>
18733     <member name=
"T:UnityEditor.ModelImporterTangents">
18734       <summary>
18735         <para>Vertex tangent generation options
for ModelImporter.</para>
18736       </summary>
18737     </member>
18738     <member name=
"F:UnityEditor.ModelImporterTangents.CalculateLegacy">
18739       <summary>
18740         <para>Calculate tangents with legacy algorithm.</para>
18741       </summary>
18742     </member>
18743     <member name=
"F:UnityEditor.ModelImporterTangents.CalculateLegacyWithSplitTangents">
18744       <summary>
18745         <para>Calculate tangents with legacy algorithm, with splits across UV charts.</para>
18746       </summary>
18747     </member>
18748     <member name=
"F:UnityEditor.ModelImporterTangents.CalculateMikk">
18749       <summary>
18750         <para>Calculate tangents
using MikkTSpace (default).</para>
18751       </summary>
18752     </member>
18753     <member name=
"F:UnityEditor.ModelImporterTangents.Import">
18754       <summary>
18755         <para>Import vertex tangents
from model file.</para>
18756       </summary>
18757     </member>
18758     <member name=
"F:UnityEditor.ModelImporterTangents.None">
18759       <summary>
18760         <para>Do not import vertex tangents.</para>
18761       </summary>
18762     </member>
18763     <member name=
"T:UnityEditor.ModelImporterTangentSpaceMode">
18764       <summary>
18765         <para>Tangent space generation options
for ModelImporter.</para>
18766       </summary>
18767     </member>
18768     <member name=
"F:UnityEditor.ModelImporterTangentSpaceMode.Calculate">
18769       <summary>
18770         <para>Calculate tangents.</para>
18771       </summary>
18772     </member>
18773     <member name=
"F:UnityEditor.ModelImporterTangentSpaceMode.Import">
18774       <summary>
18775         <para>Import normals/tangents
from file.</para>
18776       </summary>
18777     </member>
18778     <member name=
"F:UnityEditor.ModelImporterTangentSpaceMode.None">
18779       <summary>
18780         <para>Strip normals/tangents.</para>
18781       </summary>
18782     </member>
18783     <member name=
"T:UnityEditor.MonoScript">
18784       <summary>
18785         <para>Representation of Script assets.</para>
18786       </summary>
18787     </member>
18788     <member name=
"M:UnityEditor.MonoScript.FromMonoBehaviour(UnityEngine.MonoBehaviour)">
18789       <summary>
18790         <para>Returns the MonoScript
object containing specified MonoBehaviour.</para>
18791       </summary>
18792       <param name=
"behaviour">The MonoBehaviour whose MonoScript should be returned.</param>
18793     </member>
18794     <member name=
"M:UnityEditor.MonoScript.FromScriptableObject(UnityEngine.ScriptableObject)">
18795       <summary>
18796         <para>Returns the MonoScript
object containing specified ScriptableObject.</para>
18797       </summary>
18798       <param name=
"scriptableObject">The ScriptableObject whose MonoScript should be returned.</param>
18799     </member>
18800     <member name=
"M:UnityEditor.MonoScript.GetClass">
18801       <summary>
18802         <para>Returns the System.Type
object of the class implemented by this script.</para>
18803       </summary>
18804     </member>
18805     <member name=
"T:UnityEditor.MouseCursor">
18806       <summary>
18807         <para>Custom mouse cursor shapes used with EditorGUIUtility.AddCursorRect.</para>
18808       </summary>
18809     </member>
18810     <member name=
"F:UnityEditor.MouseCursor.Arrow">
18811       <summary>
18812         <para>Normal pointer arrow.</para>
18813       </summary>
18814     </member>
18815     <member name=
"F:UnityEditor.MouseCursor.ArrowMinus">
18816       <summary>
18817         <para>Arrow with the minus symbol next to it.</para>
18818       </summary>
18819     </member>
18820     <member name=
"F:UnityEditor.MouseCursor.ArrowPlus">
18821       <summary>
18822         <para>Arrow with the plus symbol next to it.</para>
18823       </summary>
18824     </member>
18825     <member name=
"F:UnityEditor.MouseCursor.CustomCursor">
18826       <summary>
18827         <para>The current user defined cursor.</para>
18828       </summary>
18829     </member>
18830     <member name=
"F:UnityEditor.MouseCursor.FPS">
18831       <summary>
18832         <para>Cursor with an eye and stylized arrow keys
for FPS navigation.</para>
18833       </summary>
18834     </member>
18835     <member name=
"F:UnityEditor.MouseCursor.Link">
18836       <summary>
18837         <para>Arrow with a Link badge (
for assigning pointers).</para>
18838       </summary>
18839     </member>
18840     <member name=
"F:UnityEditor.MouseCursor.MoveArrow">
18841       <summary>
18842         <para>Arrow with the move symbol next to it
for the sceneview.</para>
18843       </summary>
18844     </member>
18845     <member name=
"F:UnityEditor.MouseCursor.Orbit">
18846       <summary>
18847         <para>Cursor with an eye
for orbit.</para>
18848       </summary>
18849     </member>
18850     <member name=
"F:UnityEditor.MouseCursor.Pan">
18851       <summary>
18852         <para>Cursor with a dragging hand
for pan.</para>
18853       </summary>
18854     </member>
18855     <member name=
"F:UnityEditor.MouseCursor.ResizeHorizontal">
18856       <summary>
18857         <para>Horizontal resize arrows.</para>
18858       </summary>
18859     </member>
18860     <member name=
"F:UnityEditor.MouseCursor.ResizeUpLeft">
18861       <summary>
18862         <para>Resize up-Left
for window edges.</para>
18863       </summary>
18864     </member>
18865     <member name=
"F:UnityEditor.MouseCursor.ResizeUpRight">
18866       <summary>
18867         <para>Resize up-right
for window edges.</para>
18868       </summary>
18869     </member>
18870     <member name=
"F:UnityEditor.MouseCursor.ResizeVertical">
18871       <summary>
18872         <para>Vertical resize arrows.</para>
18873       </summary>
18874     </member>
18875     <member name=
"F:UnityEditor.MouseCursor.RotateArrow">
18876       <summary>
18877         <para>Arrow with the rotate symbol next to it
for the sceneview.</para>
18878       </summary>
18879     </member>
18880     <member name=
"F:UnityEditor.MouseCursor.ScaleArrow">
18881       <summary>
18882         <para>Arrow with the scale symbol next to it
for the sceneview.</para>
18883       </summary>
18884     </member>
18885     <member name=
"F:UnityEditor.MouseCursor.SlideArrow">
18886       <summary>
18887         <para>Arrow with small arrows
for indicating sliding at number fields.</para>
18888       </summary>
18889     </member>
18890     <member name=
"F:UnityEditor.MouseCursor.SplitResizeLeftRight">
18891       <summary>
18892         <para>Left-Right resize arrows
for window splitters.</para>
18893       </summary>
18894     </member>
18895     <member name=
"F:UnityEditor.MouseCursor.SplitResizeUpDown">
18896       <summary>
18897         <para>Up-Down resize arrows
for window splitters.</para>
18898       </summary>
18899     </member>
18900     <member name=
"F:UnityEditor.MouseCursor.Text">
18901       <summary>
18902         <para>Text cursor.</para>
18903       </summary>
18904     </member>
18905     <member name=
"F:UnityEditor.MouseCursor.Zoom">
18906       <summary>
18907         <para>Cursor with a magnifying glass
for zoom.</para>
18908       </summary>
18909     </member>
18910     <member name=
"T:UnityEditor.MovieImporter">
18911       <summary>
18912         <para>AssetImporter
for importing MovieTextures.</para>
18913       </summary>
18914     </member>
18915     <member name=
"P:UnityEditor.MovieImporter.duration">
18916       <summary>
18917         <para>Duration of the Movie to be imported
in seconds.</para>
18918       </summary>
18919     </member>
18920     <member name=
"P:UnityEditor.MovieImporter.linearTexture">
18921       <summary>
18922         <para>Is the movie texture storing non-color data?</para>
18923       </summary>
18924     </member>
18925     <member name=
"P:UnityEditor.MovieImporter.quality">
18926       <summary>
18927         <para>Quality setting to use
when importing the movie. This is a float value from 0 to 1.</para>
18928       </summary>
18929     </member>
18930     <member name=
"T:UnityEditor.Networking.PlayerConnection.ConnectedPlayer">
18931       <summary>
18932         <para>Information of the connected player.</para>
18933       </summary>
18934     </member>
18935     <member name=
"P:UnityEditor.Networking.PlayerConnection.ConnectedPlayer.PlayerId">
18936       <summary>
18937         <para>The Id of the player connected.</para>
18938       </summary>
18939     </member>
18940     <member name=
"T:UnityEditor.Networking.PlayerConnection.EditorConnection">
18941       <summary>
18942         <para>Handles the connection
from the Editor to the Player.</para>
18943       </summary>
18944     </member>
18945     <member name=
"P:UnityEditor.Networking.PlayerConnection.EditorConnection.ConnectedPlayers">
18946       <summary>
18947         <para>A list of the connected players.</para>
18948       </summary>
18949     </member>
18950     <member name=
"M:UnityEditor.Networking.PlayerConnection.EditorConnection.Initialize">
18951       <summary>
18952         <para>Initializes the EditorConnection.</para>
18953       </summary>
18954     </member>
18955     <member name=
"M:UnityEditor.Networking.PlayerConnection.EditorConnection.Register(System.Guid,UnityEngine.Events.UnityAction`1&lt;UnityEngine.Networking.PlayerConnection.MessageEventArgs&gt;)">
18956       <summary>
18957         <para>Registers a callback
on a certain message ID.</para>
18958       </summary>
18959       <param name=
"messageId">The message ID that invokes the callback when received by the Editor.</param>
18960       <param name=
"callback">Action that is executed when a message with ID messageId is received by the Editor.
18961 The callback includes the data that
is sent from the Player, and the Player's ID.
18962 The Player ID
is used to distinguish between multiple Players connected to the same Editor.</param>
18963     </member>
18964     <member name=
"M:UnityEditor.Networking.PlayerConnection.EditorConnection.RegisterConnection(UnityEngine.Events.UnityAction`1&lt;System.Int32&gt;)">
18965       <summary>
18966         <para>Registers a callback, executed
when a new Player connects to the Editor.</para>
18967       </summary>
18968       <param name=
"callback">Action called when a new Player connects, with the Player ID of the Player.</param>
18969     </member>
18970     <member name=
"M:UnityEditor.Networking.PlayerConnection.EditorConnection.RegisterDisconnection(UnityEngine.Events.UnityAction`1&lt;System.Int32&gt;)">
18971       <summary>
18972         <para>Registers a callback
on a Player when that Player disconnects.</para>
18973       </summary>
18974       <param name=
"callback">The Action that is called when the Player with the given Player ID disconnects.</param>
18975     </member>
18976     <member name=
"M:UnityEditor.Networking.PlayerConnection.EditorConnection.Send(System.Guid,System.Byte[],System.Int32)">
18977       <summary>
18978         <para>Sends data to multiple or single Player(s).</para>
18979       </summary>
18980       <param name=
"messageId">Type ID of the message to send to the Player(s).</param>
18981       <param name=
"playerId">If set, the message will only send to the Player with this ID.</param>
18982       <param name=
"data"></param>
18983     </member>
18984     <member name=
"M:UnityEditor.Networking.PlayerConnection.EditorConnection.Send(System.Guid,System.Byte[])">
18985       <summary>
18986         <para>Sends data to multiple or single Player(s).</para>
18987       </summary>
18988       <param name=
"messageId">Type ID of the message to send to the Player(s).</param>
18989       <param name=
"playerId">If set, the message will only send to the Player with this ID.</param>
18990       <param name=
"data"></param>
18991     </member>
18992     <member name=
"M:UnityEditor.Networking.PlayerConnection.EditorConnection.Unregister(System.Guid,UnityEngine.Events.UnityAction`1&lt;UnityEngine.Networking.PlayerConnection.MessageEventArgs&gt;)">
18993       <summary>
18994         <para>Deregisters a registered callback.</para>
18995       </summary>
18996       <param name=
"messageId">Message ID associated with the callback that you wish to deregister.</param>
18997       <param name=
"callback">The Action callback you wish to deregister.</param>
18998     </member>
18999     <member name=
"T:UnityEditor.ObjectNames">
19000       <summary>
19001         <para>Helper
class for constructing displayable names for objects.</para>
19002       </summary>
19003     </member>
19004     <member name=
"M:UnityEditor.ObjectNames.GetClassName(UnityEngine.Object)">
19005       <summary>
19006         <para>Class name of an
object.</para>
19007       </summary>
19008       <param name=
"obj"></param>
19009     </member>
19010     <member name=
"M:UnityEditor.ObjectNames.GetDragAndDropTitle(UnityEngine.Object)">
19011       <summary>
19012         <para>Drag and drop title
for an object.</para>
19013       </summary>
19014       <param name=
"obj"></param>
19015     </member>
19016     <member name=
"M:UnityEditor.ObjectNames.GetInspectorTitle(UnityEngine.Object)">
19017       <summary>
19018         <para>Inspector title
for an object.</para>
19019       </summary>
19020       <param name=
"obj"></param>
19021     </member>
19022     <member name=
"M:UnityEditor.ObjectNames.GetUniqueName(System.String[],System.String)">
19023       <summary>
19024         <para>Make a unique name
using the provided name as a base.
19025
19026 If the target name
is in the provided list of existing names, a unique name is generated by appending the next available numerical increment.</para>
19027       </summary>
19028       <param name=
"existingNames">A list of pre-existing names.</param>
19029       <param name=
"name">Desired name to be used as is, or as a base.</param>
19030       <returns>
19031         <para>A name not found
in the list of pre-existing names.</para>
19032       </returns>
19033     </member>
19034     <member name=
"M:UnityEditor.ObjectNames.NicifyVariableName(System.String)">
19035       <summary>
19036         <para>Make a displayable name
for a variable.</para>
19037       </summary>
19038       <param name=
"name"></param>
19039     </member>
19040     <member name=
"M:UnityEditor.ObjectNames.SetNameSmart(UnityEngine.Object,System.String)">
19041       <summary>
19042         <para>Sets the name of an Object.</para>
19043       </summary>
19044       <param name=
"obj"></param>
19045       <param name=
"name"></param>
19046     </member>
19047     <member name=
"T:UnityEditor.ObjectPreview">
19048       <summary>
19049         <para>Base Class to derive
from when creating Custom Previews.</para>
19050       </summary>
19051     </member>
19052     <member name=
"P:UnityEditor.ObjectPreview.target">
19053       <summary>
19054         <para>The
object currently being previewed.</para>
19055       </summary>
19056     </member>
19057     <member name=
"M:UnityEditor.ObjectPreview.DrawPreview(UnityEngine.Rect)">
19058       <summary>
19059         <para>This
is the first entry point for Preview Drawing.</para>
19060       </summary>
19061       <param name=
"previewArea">The available area to draw the preview.</param>
19062     </member>
19063     <member name=
"M:UnityEditor.ObjectPreview.GetInfoString">
19064       <summary>
19065         <para>Implement
this method to show object information on top of the object preview.</para>
19066       </summary>
19067     </member>
19068     <member name=
"M:UnityEditor.ObjectPreview.GetPreviewTitle">
19069       <summary>
19070         <para>Override
this method if you want to change the label of the Preview area.</para>
19071       </summary>
19072     </member>
19073     <member name=
"M:UnityEditor.ObjectPreview.HasPreviewGUI">
19074       <summary>
19075         <para>Can
this component be Previewed in its current state?</para>
19076       </summary>
19077       <returns>
19078         <para>True
if this component can be Previewed in its current state.</para>
19079       </returns>
19080     </member>
19081     <member name=
"M:UnityEditor.ObjectPreview.Initialize(UnityEngine.Object[])">
19082       <summary>
19083         <para>Called
when the Preview gets created with the objects being previewed.</para>
19084       </summary>
19085       <param name=
"targets">The objects being previewed.</param>
19086     </member>
19087     <member name=
"M:UnityEditor.ObjectPreview.MoveNextTarget">
19088       <summary>
19089         <para>Called to iterate through the targets,
this will be used when previewing more than one target.</para>
19090       </summary>
19091       <returns>
19092         <para>True
if there is another target available.</para>
19093       </returns>
19094     </member>
19095     <member name=
"M:UnityEditor.ObjectPreview.OnInteractivePreviewGUI(UnityEngine.Rect,UnityEngine.GUIStyle)">
19096       <summary>
19097         <para>Implement to create your own interactive custom preview. Interactive custom previews are used
in the preview area of the inspector and the object selector.</para>
19098       </summary>
19099       <param name=
"r">Rectangle in which to draw the preview.</param>
19100       <param name=
"background">Background image.</param>
19101     </member>
19102     <member name=
"M:UnityEditor.ObjectPreview.OnPreviewGUI(UnityEngine.Rect,UnityEngine.GUIStyle)">
19103       <summary>
19104         <para>Implement to create your own custom preview
for the preview area of the inspector, primary editor headers and the object selector.</para>
19105       </summary>
19106       <param name=
"r">Rectangle in which to draw the preview.</param>
19107       <param name=
"background">Background image.</param>
19108     </member>
19109     <member name=
"M:UnityEditor.ObjectPreview.OnPreviewSettings">
19110       <summary>
19111         <para>Override
this method if you want to show custom controls in the preview header.</para>
19112       </summary>
19113     </member>
19114     <member name=
"M:UnityEditor.ObjectPreview.ResetTarget">
19115       <summary>
19116         <para>Called to Reset the target before iterating through them.</para>
19117       </summary>
19118     </member>
19119     <member name=
"T:UnityEditor.PhysicsDebugWindow">
19120       <summary>
19121         <para>Displays the Physics Debug Visualization options.
19122
19123 The Physics Debug Visualization
is only displayed if this window is visible.
19124
19125 See Also: PhysicsVisualizationSettings.</para>
19126       </summary>
19127     </member>
19128     <member name=
"T:UnityEditor.PhysicsVisualizationSettings">
19129       <summary>
19130         <para>This
class contains the settings controlling the Physics Debug Visualization.</para>
19131       </summary>
19132     </member>
19133     <member name=
"P:UnityEditor.PhysicsVisualizationSettings.baseAlpha">
19134       <summary>
19135         <para>Alpha amount used
for transparency blending.</para>
19136       </summary>
19137     </member>
19138     <member name=
"P:UnityEditor.PhysicsVisualizationSettings.colorVariance">
19139       <summary>
19140         <para>Used to disinguish neighboring Colliders.</para>
19141       </summary>
19142     </member>
19143     <member name=
"P:UnityEditor.PhysicsVisualizationSettings.devOptions">
19144       <summary>
19145         <para>Shows extra options used to develop and debug the physics visualization.</para>
19146       </summary>
19147     </member>
19148     <member name=
"P:UnityEditor.PhysicsVisualizationSettings.dirtyCount">
19149       <summary>
19150         <para>Dirty marker used
for refreshing the GUI.</para>
19151       </summary>
19152     </member>
19153     <member name=
"P:UnityEditor.PhysicsVisualizationSettings.enableMouseSelect">
19154       <summary>
19155         <para>Enables the mouse-over highlighting and mouse selection modes.</para>
19156       </summary>
19157     </member>
19158     <member name=
"P:UnityEditor.PhysicsVisualizationSettings.filterWorkflow">
19159       <summary>
19160         <para>See PhysicsVisualizationSettings.FilterWorkflow.</para>
19161       </summary>
19162     </member>
19163     <member name=
"P:UnityEditor.PhysicsVisualizationSettings.forceOverdraw">
19164       <summary>
19165         <para>Forcing the drawing of Colliders
on top of any other geometry, regardless of depth.</para>
19166       </summary>
19167     </member>
19168     <member name=
"P:UnityEditor.PhysicsVisualizationSettings.kinematicColor">
19169       <summary>
19170         <para>Color
for kinematic Rigidbodies.</para>
19171       </summary>
19172     </member>
19173     <member name=
"P:UnityEditor.PhysicsVisualizationSettings.rigidbodyColor">
19174       <summary>
19175         <para>Color
for Rigidbodies, primarily active ones.</para>
19176       </summary>
19177     </member>
19178     <member name=
"P:UnityEditor.PhysicsVisualizationSettings.showCollisionGeometry">
19179       <summary>
19180         <para>Should the PhysicsDebugWindow display the collision geometry.</para>
19181       </summary>
19182     </member>
19183     <member name=
"P:UnityEditor.PhysicsVisualizationSettings.sleepingBodyColor">
19184       <summary>
19185         <para>Color
for Rigidbodies that are controlled by the physics simulator, but are not currently being simulated.</para>
19186       </summary>
19187     </member>
19188     <member name=
"P:UnityEditor.PhysicsVisualizationSettings.staticColor">
19189       <summary>
19190         <para>Color
for Colliders that do not have a Rigidbody component.</para>
19191       </summary>
19192     </member>
19193     <member name=
"P:UnityEditor.PhysicsVisualizationSettings.terrainTilesMax">
19194       <summary>
19195         <para>Maximum number of mesh tiles available to draw all Terrain Colliders.</para>
19196       </summary>
19197     </member>
19198     <member name=
"P:UnityEditor.PhysicsVisualizationSettings.triggerColor">
19199       <summary>
19200         <para>Color
for Colliders that are Triggers.</para>
19201       </summary>
19202     </member>
19203     <member name=
"P:UnityEditor.PhysicsVisualizationSettings.useSceneCam">
19204       <summary>
19205         <para>Controls whether the SceneView or the GameView camera
is used. Not shown in the UI.</para>
19206       </summary>
19207     </member>
19208     <member name=
"P:UnityEditor.PhysicsVisualizationSettings.viewDistance">
19209       <summary>
19210         <para>Colliders within
this distance will be displayed.</para>
19211       </summary>
19212     </member>
19213     <member name=
"M:UnityEditor.PhysicsVisualizationSettings.ClearMouseHighlight">
19214       <summary>
19215         <para>Clears the highlighted Collider.</para>
19216       </summary>
19217     </member>
19218     <member name=
"M:UnityEditor.PhysicsVisualizationSettings.DeinitDebugDraw">
19219       <summary>
19220         <para>Deinitializes the physics debug visualization system and tracking of changes Colliders.</para>
19221       </summary>
19222     </member>
19223     <member name=
"T:UnityEditor.PhysicsVisualizationSettings.FilterWorkflow">
19224       <summary>
19225         <para>Decides whether the Workflow
in the Physics Debug window should be inclusive
19226  (&lt;a href=
"PhysicsVisualizationSettings.FilterWorkflow.ShowSelectedItems.html"&gt;ShowSelectedItems&lt;a&gt;) or exclusive (&lt;a href="PhysicsVisualizationSettings.FilterWorkflow.HideSelectedItems.html"&gt;HideSelectedItems&lt;a&gt;).</para>
19227       </summary>
19228     </member>
19229     <member name=
"F:UnityEditor.PhysicsVisualizationSettings.FilterWorkflow.HideSelectedItems">
19230       <summary>
19231         <para>With HideSelectedItems you can hide selected filter items
in order to easily discard uninteresting Collider properties thereby making overview and navigation easier.</para>
19232       </summary>
19233     </member>
19234     <member name=
"F:UnityEditor.PhysicsVisualizationSettings.FilterWorkflow.ShowSelectedItems">
19235       <summary>
19236         <para>With ShowSelectedItems and the Select None button
is it easy to monitor very specific Colliders.</para>
19237       </summary>
19238     </member>
19239     <member name=
"M:UnityEditor.PhysicsVisualizationSettings.GetShowBoxColliders(UnityEditor.PhysicsVisualizationSettings/FilterWorkflow)">
19240       <summary>
19241         <para>Should BoxColliders be shown.</para>
19242       </summary>
19243       <param name=
"filterWorkflow"></param>
19244     </member>
19245     <member name=
"M:UnityEditor.PhysicsVisualizationSettings.GetShowCapsuleColliders(UnityEditor.PhysicsVisualizationSettings/FilterWorkflow)">
19246       <summary>
19247         <para>Should CapsuleColliders be shown.</para>
19248       </summary>
19249       <param name=
"filterWorkflow"></param>
19250     </member>
19251     <member name=
"M:UnityEditor.PhysicsVisualizationSettings.GetShowCollisionLayer(UnityEditor.PhysicsVisualizationSettings/FilterWorkflow,System.Int32)">
19252       <summary>
19253         <para>Should the given layer
for the given filterWorkflow be considered by the display filter.</para>
19254       </summary>
19255       <param name=
"filterWorkflow"></param>
19256       <param name=
"layer"></param>
19257     </member>
19258     <member name=
"M:UnityEditor.PhysicsVisualizationSettings.GetShowCollisionLayerMask(UnityEditor.PhysicsVisualizationSettings/FilterWorkflow)">
19259       <summary>
19260         <para>Should the mask representing the layers
for the given filterWorkflow be considered by the display filter.</para>
19261       </summary>
19262       <param name=
"filterWorkflow"></param>
19263     </member>
19264     <member name=
"M:UnityEditor.PhysicsVisualizationSettings.GetShowKinematicBodies(UnityEditor.PhysicsVisualizationSettings/FilterWorkflow)">
19265       <summary>
19266         <para>Should the kinematic Rigidbodies
for the given filterWorkflow be considered by the display filter.</para>
19267       </summary>
19268       <param name=
"filterWorkflow"></param>
19269     </member>
19270     <member name=
"M:UnityEditor.PhysicsVisualizationSettings.GetShowMeshColliders(UnityEditor.PhysicsVisualizationSettings/FilterWorkflow,UnityEditor.PhysicsVisualizationSettings/MeshColliderType)">
19271       <summary>
19272         <para>Should MeshColliders be shown.</para>
19273       </summary>
19274       <param name=
"filterWorkflow"></param>
19275       <param name=
"colliderType"></param>
19276     </member>
19277     <member name=
"M:UnityEditor.PhysicsVisualizationSettings.GetShowRigidbodies(UnityEditor.PhysicsVisualizationSettings/FilterWorkflow)">
19278       <summary>
19279         <para>Should any Rigidbodies
for the given filterWorkflow be considered by the display filter.</para>
19280       </summary>
19281       <param name=
"filterWorkflow"></param>
19282     </member>
19283     <member name=
"M:UnityEditor.PhysicsVisualizationSettings.GetShowSleepingBodies(UnityEditor.PhysicsVisualizationSettings/FilterWorkflow)">
19284       <summary>
19285         <para>Should the sleeping Rigidbodies
for the given filterWorkflow be considered by the display filter.</para>
19286       </summary>
19287       <param name=
"filterWorkflow"></param>
19288     </member>
19289     <member name=
"M:UnityEditor.PhysicsVisualizationSettings.GetShowSphereColliders(UnityEditor.PhysicsVisualizationSettings/FilterWorkflow)">
19290       <summary>
19291         <para>Should SphereColliders be shown.</para>
19292       </summary>
19293       <param name=
"filterWorkflow"></param>
19294     </member>
19295     <member name=
"M:UnityEditor.PhysicsVisualizationSettings.GetShowStaticColliders(UnityEditor.PhysicsVisualizationSettings/FilterWorkflow)">
19296       <summary>
19297         <para>Should the Colliders without a Rigidbody component be considered
by the display filter for the given filterWorkflow.</para>
19298       </summary>
19299       <param name=
"filterWorkflow"></param>
19300     </member>
19301     <member name=
"M:UnityEditor.PhysicsVisualizationSettings.GetShowTerrainColliders(UnityEditor.PhysicsVisualizationSettings/FilterWorkflow)">
19302       <summary>
19303         <para>Should TerrainColliders be shown.</para>
19304       </summary>
19305       <param name=
"filterWorkflow"></param>
19306     </member>
19307     <member name=
"M:UnityEditor.PhysicsVisualizationSettings.GetShowTriggers(UnityEditor.PhysicsVisualizationSettings/FilterWorkflow)">
19308       <summary>
19309         <para>Should the triggers
for the given filterWorkflow be considered by the display filter.</para>
19310       </summary>
19311       <param name=
"filterWorkflow"></param>
19312     </member>
19313     <member name=
"M:UnityEditor.PhysicsVisualizationSettings.HasMouseHighlight">
19314       <summary>
19315         <para>Returns
true if there currently is any kind of physics object highlighted.</para>
19316       </summary>
19317     </member>
19318     <member name=
"M:UnityEditor.PhysicsVisualizationSettings.InitDebugDraw">
19319       <summary>
19320         <para>Initializes the physics debug visualization system. The system must be initialized
for any physics objects to be visualized. It is normally initialized by the PhysicsDebugWindow.</para>
19321       </summary>
19322     </member>
19323     <member name=
"T:UnityEditor.PhysicsVisualizationSettings.MeshColliderType">
19324       <summary>
19325         <para>Is a MeshCollider convex.</para>
19326       </summary>
19327     </member>
19328     <member name=
"F:UnityEditor.PhysicsVisualizationSettings.MeshColliderType.Convex">
19329       <summary>
19330         <para>Corresponds to MeshCollider.convex
is true.</para>
19331       </summary>
19332     </member>
19333     <member name=
"F:UnityEditor.PhysicsVisualizationSettings.MeshColliderType.NonConvex">
19334       <summary>
19335         <para>Corresponds to MeshCollider.convex
is false.</para>
19336       </summary>
19337     </member>
19338     <member name=
"M:UnityEditor.PhysicsVisualizationSettings.Reset">
19339       <summary>
19340         <para>Resets the visualization options to their
default state.</para>
19341       </summary>
19342     </member>
19343     <member name=
"M:UnityEditor.PhysicsVisualizationSettings.SetShowBoxColliders(UnityEditor.PhysicsVisualizationSettings/FilterWorkflow,System.Boolean)">
19344       <summary>
19345         <para>Should BoxColliders be shown.</para>
19346       </summary>
19347       <param name=
"filterWorkflow"></param>
19348       <param name=
"show"></param>
19349     </member>
19350     <member name=
"M:UnityEditor.PhysicsVisualizationSettings.SetShowCapsuleColliders(UnityEditor.PhysicsVisualizationSettings/FilterWorkflow,System.Boolean)">
19351       <summary>
19352         <para>Should CapsuleColliders be shown.</para>
19353       </summary>
19354       <param name=
"filterWorkflow"></param>
19355       <param name=
"show"></param>
19356     </member>
19357     <member name=
"M:UnityEditor.PhysicsVisualizationSettings.SetShowCollisionLayer(UnityEditor.PhysicsVisualizationSettings/FilterWorkflow,System.Int32,System.Boolean)">
19358       <summary>
19359         <para>Should the given layer
for the given filterWorkflow be considered by the display filter.</para>
19360       </summary>
19361       <param name=
"filterWorkflow"></param>
19362       <param name=
"layer"></param>
19363       <param name=
"show"></param>
19364     </member>
19365     <member name=
"M:UnityEditor.PhysicsVisualizationSettings.SetShowCollisionLayerMask(UnityEditor.PhysicsVisualizationSettings/FilterWorkflow,System.Int32)">
19366       <summary>
19367         <para>Should the mask representing the layers
for the given filterWorkflow be considered by the display filter.</para>
19368       </summary>
19369       <param name=
"filterWorkflow"></param>
19370       <param name=
"mask"></param>
19371     </member>
19372     <member name=
"M:UnityEditor.PhysicsVisualizationSettings.SetShowForAllFilters(UnityEditor.PhysicsVisualizationSettings/FilterWorkflow,System.Boolean)">
19373       <summary>
19374         <para>Enables or disables all filtering items
for the current filterWorkflow.</para>
19375       </summary>
19376       <param name=
"filterWorkflow"></param>
19377       <param name=
"selected"></param>
19378     </member>
19379     <member name=
"M:UnityEditor.PhysicsVisualizationSettings.SetShowKinematicBodies(UnityEditor.PhysicsVisualizationSettings/FilterWorkflow,System.Boolean)">
19380       <summary>
19381         <para>Should the kinematic Rigidbodies
for the given filterWorkflow be considered by the display filter.</para>
19382       </summary>
19383       <param name=
"filterWorkflow"></param>
19384       <param name=
"show"></param>
19385     </member>
19386     <member name=
"M:UnityEditor.PhysicsVisualizationSettings.SetShowMeshColliders(UnityEditor.PhysicsVisualizationSettings/FilterWorkflow,UnityEditor.PhysicsVisualizationSettings/MeshColliderType,System.Boolean)">
19387       <summary>
19388         <para>Should MeshColliders be shown.</para>
19389       </summary>
19390       <param name=
"filterWorkflow"></param>
19391       <param name=
"colliderType"></param>
19392       <param name=
"show"></param>
19393     </member>
19394     <member name=
"M:UnityEditor.PhysicsVisualizationSettings.SetShowRigidbodies(UnityEditor.PhysicsVisualizationSettings/FilterWorkflow,System.Boolean)">
19395       <summary>
19396         <para>Should any Rigidbodies
for the given filterWorkflow be considered by the display filter.</para>
19397       </summary>
19398       <param name=
"filterWorkflow"></param>
19399       <param name=
"show"></param>
19400     </member>
19401     <member name=
"M:UnityEditor.PhysicsVisualizationSettings.SetShowSleepingBodies(UnityEditor.PhysicsVisualizationSettings/FilterWorkflow,System.Boolean)">
19402       <summary>
19403         <para>Should the sleeping Rigidbodies
for the given filterWorkflow be considered by the display filter.</para>
19404       </summary>
19405       <param name=
"filterWorkflow"></param>
19406       <param name=
"show"></param>
19407     </member>
19408     <member name=
"M:UnityEditor.PhysicsVisualizationSettings.SetShowSphereColliders(UnityEditor.PhysicsVisualizationSettings/FilterWorkflow,System.Boolean)">
19409       <summary>
19410         <para>Should SphereColliders be shown.</para>
19411       </summary>
19412       <param name=
"filterWorkflow"></param>
19413       <param name=
"show"></param>
19414     </member>
19415     <member name=
"M:UnityEditor.PhysicsVisualizationSettings.SetShowStaticColliders(UnityEditor.PhysicsVisualizationSettings/FilterWorkflow,System.Boolean)">
19416       <summary>
19417         <para>Should the Colliders without a Rigidbody component be considered
by the display filter for the given filterWorkflow.</para>
19418       </summary>
19419       <param name=
"filterWorkflow"></param>
19420       <param name=
"show"></param>
19421     </member>
19422     <member name=
"M:UnityEditor.PhysicsVisualizationSettings.SetShowTerrainColliders(UnityEditor.PhysicsVisualizationSettings/FilterWorkflow,System.Boolean)">
19423       <summary>
19424         <para>Should TerrainColliders be shown.</para>
19425       </summary>
19426       <param name=
"filterWorkflow"></param>
19427       <param name=
"show"></param>
19428     </member>
19429     <member name=
"M:UnityEditor.PhysicsVisualizationSettings.SetShowTriggers(UnityEditor.PhysicsVisualizationSettings/FilterWorkflow,System.Boolean)">
19430       <summary>
19431         <para>Should the triggers
for the given filterWorkflow be considered by the display filter.</para>
19432       </summary>
19433       <param name=
"filterWorkflow"></param>
19434       <param name=
"show"></param>
19435     </member>
19436     <member name=
"M:UnityEditor.PhysicsVisualizationSettings.UpdateMouseHighlight(UnityEngine.Vector2)">
19437       <summary>
19438         <para>Updates the mouse-over highlight at the given mouse position
in screen space.</para>
19439       </summary>
19440       <param name=
"pos"></param>
19441     </member>
19442     <member name=
"T:UnityEditor.PivotMode">
19443       <summary>
19444         <para>Where
is the tool handle placed.</para>
19445       </summary>
19446     </member>
19447     <member name=
"F:UnityEditor.PivotMode.Center">
19448       <summary>
19449         <para>The tool handle
is at the graphical center of the selection.</para>
19450       </summary>
19451     </member>
19452     <member name=
"F:UnityEditor.PivotMode.Pivot">
19453       <summary>
19454         <para>The tool handle
is on the pivot point of the active object.</para>
19455       </summary>
19456     </member>
19457     <member name=
"T:UnityEditor.PivotRotation">
19458       <summary>
19459         <para>How
is the tool handle oriented.</para>
19460       </summary>
19461     </member>
19462     <member name=
"F:UnityEditor.PivotRotation.Global">
19463       <summary>
19464         <para>The tool handle
is aligned along the global axes.</para>
19465       </summary>
19466     </member>
19467     <member name=
"F:UnityEditor.PivotRotation.Local">
19468       <summary>
19469         <para>The tool handle
is oriented from the active object.</para>
19470       </summary>
19471     </member>
19472     <member name=
"T:UnityEditor.PlayerSettings">
19473       <summary>
19474         <para>Player Settings
is where you define various parameters for the final game that you will build in Unity. Some of these values are used in the Resolution Dialog that launches when you open a standalone game.</para>
19475       </summary>
19476     </member>
19477     <member name=
"P:UnityEditor.PlayerSettings.accelerometerFrequency">
19478       <summary>
19479         <para>Accelerometer update frequency.</para>
19480       </summary>
19481     </member>
19482     <member name=
"P:UnityEditor.PlayerSettings.actionOnDotNetUnhandledException">
19483       <summary>
19484         <para>Sets the crash behavior
on .NET unhandled exception.</para>
19485       </summary>
19486     </member>
19487     <member name=
"P:UnityEditor.PlayerSettings.advancedLicense">
19488       <summary>
19489         <para>Is the advanced version being used?</para>
19490       </summary>
19491     </member>
19492     <member name=
"P:UnityEditor.PlayerSettings.allowedAutorotateToLandscapeLeft">
19493       <summary>
19494         <para>Is auto-rotation to landscape left supported?</para>
19495       </summary>
19496     </member>
19497     <member name=
"P:UnityEditor.PlayerSettings.allowedAutorotateToLandscapeRight">
19498       <summary>
19499         <para>Is auto-rotation to landscape right supported?</para>
19500       </summary>
19501     </member>
19502     <member name=
"P:UnityEditor.PlayerSettings.allowedAutorotateToPortrait">
19503       <summary>
19504         <para>Is auto-rotation to portrait supported?</para>
19505       </summary>
19506     </member>
19507     <member name=
"P:UnityEditor.PlayerSettings.allowedAutorotateToPortraitUpsideDown">
19508       <summary>
19509         <para>Is auto-rotation to portrait upside-down supported?</para>
19510       </summary>
19511     </member>
19512     <member name=
"P:UnityEditor.PlayerSettings.allowFullscreenSwitch">
19513       <summary>
19514         <para>If enabled, allows the user to
switch between full screen and windowed mode using OS specific keyboard short cuts.</para>
19515       </summary>
19516     </member>
19517     <member name=
"P:UnityEditor.PlayerSettings.aotOptions">
19518       <summary>
19519         <para>Additional AOT compilation options. Shared
by AOT platforms.</para>
19520       </summary>
19521     </member>
19522     <member name=
"P:UnityEditor.PlayerSettings.apiCompatibilityLevel">
19523       <summary>
19524         <para>Deprecated. Use PlayerSettings.GetApiCompatibilityLevel and PlayerSettings.SetApiCompatibilityLevel instead.</para>
19525       </summary>
19526     </member>
19527     <member name=
"P:UnityEditor.PlayerSettings.applicationIdentifier">
19528       <summary>
19529         <para>The application identifier
for the currently selected build target.</para>
19530       </summary>
19531     </member>
19532     <member name=
"P:UnityEditor.PlayerSettings.bakeCollisionMeshes">
19533       <summary>
19534         <para>Pre bake collision meshes
on player build.</para>
19535       </summary>
19536     </member>
19537     <member name=
"P:UnityEditor.PlayerSettings.bundleVersion">
19538       <summary>
19539         <para>Application bundle version shared between iOS &amp; Android platforms.</para>
19540       </summary>
19541     </member>
19542     <member name=
"P:UnityEditor.PlayerSettings.captureSingleScreen">
19543       <summary>
19544         <para>Defines
if fullscreen games should darken secondary displays.</para>
19545       </summary>
19546     </member>
19547     <member name=
"P:UnityEditor.PlayerSettings.cloudProjectId">
19548       <summary>
19549         <para>A unique cloud project identifier. It
is unique for every project (Read Only).</para>
19550       </summary>
19551     </member>
19552     <member name=
"P:UnityEditor.PlayerSettings.colorSpace">
19553       <summary>
19554         <para>Set the rendering color space
for the current project.</para>
19555       </summary>
19556     </member>
19557     <member name=
"P:UnityEditor.PlayerSettings.companyName">
19558       <summary>
19559         <para>The name of your company.</para>
19560       </summary>
19561     </member>
19562     <member name=
"P:UnityEditor.PlayerSettings.cursorHotspot">
19563       <summary>
19564         <para>Default cursor
's click position in pixels from the top left corner of the cursor image.</para>
19565       </summary>
19566     </member>
19567     <member name=
"P:UnityEditor.PlayerSettings.d3d11FullscreenMode">
19568       <summary>
19569         <para>Define how to handle fullscreen mode
in Windows standalones (Direct3D 11 mode).</para>
19570       </summary>
19571     </member>
19572     <member name=
"P:UnityEditor.PlayerSettings.d3d9FullscreenMode">
19573       <summary>
19574         <para>Define how to handle fullscreen mode
in Windows standalones (Direct3D 9 mode).</para>
19575       </summary>
19576     </member>
19577     <member name=
"P:UnityEditor.PlayerSettings.defaultCursor">
19578       <summary>
19579         <para>The
default cursor for your application.</para>
19580       </summary>
19581     </member>
19582     <member name=
"P:UnityEditor.PlayerSettings.defaultInterfaceOrientation">
19583       <summary>
19584         <para>Default screen orientation
for mobiles.</para>
19585       </summary>
19586     </member>
19587     <member name=
"P:UnityEditor.PlayerSettings.defaultIsFullScreen">
19588       <summary>
19589         <para>If enabled, the game will
default to fullscreen mode.</para>
19590       </summary>
19591     </member>
19592     <member name=
"P:UnityEditor.PlayerSettings.defaultScreenHeight">
19593       <summary>
19594         <para>Default vertical dimension of stand-alone player window.</para>
19595       </summary>
19596     </member>
19597     <member name=
"P:UnityEditor.PlayerSettings.defaultScreenWidth">
19598       <summary>
19599         <para>Default horizontal dimension of stand-alone player window.</para>
19600       </summary>
19601     </member>
19602     <member name=
"P:UnityEditor.PlayerSettings.defaultWebScreenHeight">
19603       <summary>
19604         <para>Default vertical dimension of web player window.</para>
19605       </summary>
19606     </member>
19607     <member name=
"P:UnityEditor.PlayerSettings.defaultWebScreenWidth">
19608       <summary>
19609         <para>Default horizontal dimension of web player window.</para>
19610       </summary>
19611     </member>
19612     <member name=
"P:UnityEditor.PlayerSettings.displayResolutionDialog">
19613       <summary>
19614         <para>Defines the behaviour of the Resolution Dialog
on product launch.</para>
19615       </summary>
19616     </member>
19617     <member name=
"P:UnityEditor.PlayerSettings.enableCrashReportAPI">
19618       <summary>
19619         <para>Enables CrashReport API.</para>
19620       </summary>
19621     </member>
19622     <member name=
"P:UnityEditor.PlayerSettings.enableInternalProfiler">
19623       <summary>
19624         <para>Enables
internal profiler.</para>
19625       </summary>
19626     </member>
19627     <member name=
"P:UnityEditor.PlayerSettings.firstStreamedLevelWithResources">
19628       <summary>
19629         <para>First level to have access to all Resources.Load assets
in Streamed Web Players.</para>
19630       </summary>
19631     </member>
19632     <member name=
"P:UnityEditor.PlayerSettings.forceSingleInstance">
19633       <summary>
19634         <para>Restrict standalone players to a single concurrent running instance.</para>
19635       </summary>
19636     </member>
19637     <member name=
"P:UnityEditor.PlayerSettings.gpuSkinning">
19638       <summary>
19639         <para>Enable GPU skinning
on capable platforms.</para>
19640       </summary>
19641     </member>
19642     <member name=
"P:UnityEditor.PlayerSettings.graphicsJobMode">
19643       <summary>
19644         <para>Selects the graphics job mode to use
on platforms that support both Native and Legacy graphics jobs.</para>
19645       </summary>
19646     </member>
19647     <member name=
"P:UnityEditor.PlayerSettings.graphicsJobs">
19648       <summary>
19649         <para>Enable graphics jobs (multi threaded rendering).</para>
19650       </summary>
19651     </member>
19652     <member name=
"P:UnityEditor.PlayerSettings.iPhoneBundleIdentifier">
19653       <summary>
19654         <para>The bundle identifier of the iPhone application.</para>
19655       </summary>
19656     </member>
19657     <member name=
"P:UnityEditor.PlayerSettings.keyaliasPass">
19658       <summary>
19659         <para>Password
for the key used for signing an Android application.</para>
19660       </summary>
19661     </member>
19662     <member name=
"P:UnityEditor.PlayerSettings.keystorePass">
19663       <summary>
19664         <para>Password used
for interacting with the Android Keystore.</para>
19665       </summary>
19666     </member>
19667     <member name=
"P:UnityEditor.PlayerSettings.locationUsageDescription">
19668       <summary>
19669         <para>Describes the reason
for access to the user's location data.</para>
19670       </summary>
19671     </member>
19672     <member name=
"P:UnityEditor.PlayerSettings.logObjCUncaughtExceptions">
19673       <summary>
19674         <para>Are ObjC uncaught exceptions logged?</para>
19675       </summary>
19676     </member>
19677     <member name=
"P:UnityEditor.PlayerSettings.macFullscreenMode">
19678       <summary>
19679         <para>Define how to handle fullscreen mode
in macOS standalones.</para>
19680       </summary>
19681     </member>
19682     <member name=
"P:UnityEditor.PlayerSettings.muteOtherAudioSources">
19683       <summary>
19684         <para>Stops or allows audio
from other applications to play in the background while your Unity application is running.</para>
19685       </summary>
19686     </member>
19687     <member name=
"P:UnityEditor.PlayerSettings.productName">
19688       <summary>
19689         <para>The name of your product.</para>
19690       </summary>
19691     </member>
19692     <member name=
"P:UnityEditor.PlayerSettings.protectGraphicsMemory">
19693       <summary>
19694         <para>Protect graphics memory.</para>
19695       </summary>
19696     </member>
19697     <member name=
"P:UnityEditor.PlayerSettings.renderingPath">
19698       <summary>
19699         <para>Which rendering path
is enabled?</para>
19700       </summary>
19701     </member>
19702     <member name=
"P:UnityEditor.PlayerSettings.resizableWindow">
19703       <summary>
19704         <para>Use resizable window
in standalone player builds.</para>
19705       </summary>
19706     </member>
19707     <member name=
"P:UnityEditor.PlayerSettings.resolutionDialogBanner">
19708       <summary>
19709         <para>The image to display
in the Resolution Dialog window.</para>
19710       </summary>
19711     </member>
19712     <member name=
"P:UnityEditor.PlayerSettings.runInBackground">
19713       <summary>
19714         <para>If enabled, your game will
continue to run after lost focus.</para>
19715       </summary>
19716     </member>
19717     <member name=
"P:UnityEditor.PlayerSettings.showUnitySplashScreen">
19718       <summary>
19719         <para>Should the builtin Unity splash screen be shown?</para>
19720       </summary>
19721     </member>
19722     <member name=
"P:UnityEditor.PlayerSettings.singlePassStereoRendering">
19723       <summary>
19724         <para>Should Unity support single-pass stereo rendering?</para>
19725       </summary>
19726     </member>
19727     <member name=
"P:UnityEditor.PlayerSettings.splashScreenStyle">
19728       <summary>
19729         <para>The style to use
for the builtin Unity splash screen.</para>
19730       </summary>
19731     </member>
19732     <member name=
"P:UnityEditor.PlayerSettings.statusBarHidden">
19733       <summary>
19734         <para>Should status bar be hidden. Shared between iOS &amp; Android platforms.</para>
19735       </summary>
19736     </member>
19737     <member name=
"P:UnityEditor.PlayerSettings.stereoRenderingPath">
19738       <summary>
19739         <para>Active stereo rendering path</para>
19740       </summary>
19741     </member>
19742     <member name=
"P:UnityEditor.PlayerSettings.stereoscopic3D">
19743       <summary>
19744         <para>Should player render
in stereoscopic 3d on supported hardware?</para>
19745       </summary>
19746     </member>
19747     <member name=
"P:UnityEditor.PlayerSettings.stripEngineCode">
19748       <summary>
19749         <para>Remove unused Engine code
from your build (IL2CPP-only).</para>
19750       </summary>
19751     </member>
19752     <member name=
"P:UnityEditor.PlayerSettings.strippingLevel">
19753       <summary>
19754         <para>Managed code stripping level.</para>
19755       </summary>
19756     </member>
19757     <member name=
"P:UnityEditor.PlayerSettings.stripUnusedMeshComponents">
19758       <summary>
19759         <para>Should unused Mesh components be excluded
from game build?</para>
19760       </summary>
19761     </member>
19762     <member name=
"P:UnityEditor.PlayerSettings.use32BitDisplayBuffer">
19763       <summary>
19764         <para>
32-bit Display Buffer is used.</para>
19765       </summary>
19766     </member>
19767     <member name=
"P:UnityEditor.PlayerSettings.useAnimatedAutorotation">
19768       <summary>
19769         <para>Let the OS autorotate the screen
as the device orientation changes.</para>
19770       </summary>
19771     </member>
19772     <member name=
"P:UnityEditor.PlayerSettings.useDirect3D11">
19773       <summary>
19774         <para>Should Direct3D
11 be used when available?</para>
19775       </summary>
19776     </member>
19777     <member name=
"P:UnityEditor.PlayerSettings.useHDRDisplay">
19778       <summary>
19779         <para>Switch display to HDR mode (
if available).</para>
19780       </summary>
19781     </member>
19782     <member name=
"P:UnityEditor.PlayerSettings.useMacAppStoreValidation">
19783       <summary>
19784         <para>Enable receipt validation
for the Mac App Store.</para>
19785       </summary>
19786     </member>
19787     <member name=
"P:UnityEditor.PlayerSettings.usePlayerLog">
19788       <summary>
19789         <para>Write a log file with debugging information.</para>
19790       </summary>
19791     </member>
19792     <member name=
"P:UnityEditor.PlayerSettings.virtualRealitySplashScreen">
19793       <summary>
19794         <para>Virtual Reality specific splash screen.</para>
19795       </summary>
19796     </member>
19797     <member name=
"P:UnityEditor.PlayerSettings.virtualRealitySupported">
19798       <summary>
19799         <para>Enable
virtual reality support.</para>
19800       </summary>
19801     </member>
19802     <member name=
"P:UnityEditor.PlayerSettings.visibleInBackground">
19803       <summary>
19804         <para>On Windows, show the application
in the background if Fullscreen Windowed mode is used.</para>
19805       </summary>
19806     </member>
19807     <member name=
"P:UnityEditor.PlayerSettings.xboxEnableAvatar">
19808       <summary>
19809         <para>Xbox
360 Avatars.</para>
19810       </summary>
19811     </member>
19812     <member name=
"T:UnityEditor.PlayerSettings.Android">
19813       <summary>
19814         <para>Android specific player settings.</para>
19815       </summary>
19816     </member>
19817     <member name=
"P:UnityEditor.PlayerSettings.Android.androidIsGame">
19818       <summary>
19819         <para>Publish the build
as a game rather than a regular application. This option affects devices running Android 5.0 Lollipop and later</para>
19820       </summary>
19821     </member>
19822     <member name=
"P:UnityEditor.PlayerSettings.Android.androidTVCompatibility">
19823       <summary>
19824         <para>Provide a build that
is Android TV compatible.</para>
19825       </summary>
19826     </member>
19827     <member name=
"P:UnityEditor.PlayerSettings.Android.bundleVersionCode">
19828       <summary>
19829         <para>Android bundle version code.</para>
19830       </summary>
19831     </member>
19832     <member name=
"P:UnityEditor.PlayerSettings.Android.disableDepthAndStencilBuffers">
19833       <summary>
19834         <para>Disable Depth and Stencil Buffers.</para>
19835       </summary>
19836     </member>
19837     <member name=
"P:UnityEditor.PlayerSettings.Android.forceInternetPermission">
19838       <summary>
19839         <para>Force internet permission flag.</para>
19840       </summary>
19841     </member>
19842     <member name=
"P:UnityEditor.PlayerSettings.Android.forceSDCardPermission">
19843       <summary>
19844         <para>Force SD card permission.</para>
19845       </summary>
19846     </member>
19847     <member name=
"P:UnityEditor.PlayerSettings.Android.keyaliasName">
19848       <summary>
19849         <para>Android key
alias name.</para>
19850       </summary>
19851     </member>
19852     <member name=
"P:UnityEditor.PlayerSettings.Android.keyaliasPass">
19853       <summary>
19854         <para>Android key
alias password.</para>
19855       </summary>
19856     </member>
19857     <member name=
"P:UnityEditor.PlayerSettings.Android.keystoreName">
19858       <summary>
19859         <para>Android keystore name.</para>
19860       </summary>
19861     </member>
19862     <member name=
"P:UnityEditor.PlayerSettings.Android.keystorePass">
19863       <summary>
19864         <para>Android keystore password.</para>
19865       </summary>
19866     </member>
19867     <member name=
"P:UnityEditor.PlayerSettings.Android.licenseVerification">
19868       <summary>
19869         <para>License verification flag.</para>
19870       </summary>
19871     </member>
19872     <member name=
"P:UnityEditor.PlayerSettings.Android.minSdkVersion">
19873       <summary>
19874         <para>The minimum API level required
for your application to run.</para>
19875       </summary>
19876     </member>
19877     <member name=
"P:UnityEditor.PlayerSettings.Android.preferredInstallLocation">
19878       <summary>
19879         <para>Preferred application install location.</para>
19880       </summary>
19881     </member>
19882     <member name=
"P:UnityEditor.PlayerSettings.Android.showActivityIndicatorOnLoading">
19883       <summary>
19884         <para>Application should show ActivityIndicator
when loading.</para>
19885       </summary>
19886     </member>
19887     <member name=
"P:UnityEditor.PlayerSettings.Android.splashScreenScale">
19888       <summary>
19889         <para>Android splash screen scale mode.</para>
19890       </summary>
19891     </member>
19892     <member name=
"P:UnityEditor.PlayerSettings.Android.targetDevice">
19893       <summary>
19894         <para>Android target device.</para>
19895       </summary>
19896     </member>
19897     <member name=
"P:UnityEditor.PlayerSettings.Android.targetSdkVersion">
19898       <summary>
19899         <para>The target API level of your application.</para>
19900       </summary>
19901     </member>
19902     <member name=
"P:UnityEditor.PlayerSettings.Android.use24BitDepthBuffer">
19903       <summary>
19904         <para>
24-bit Depth Buffer is used.</para>
19905       </summary>
19906     </member>
19907     <member name=
"P:UnityEditor.PlayerSettings.Android.useAPKExpansionFiles">
19908       <summary>
19909         <para>Use APK Expansion Files.</para>
19910       </summary>
19911     </member>
19912     <member name=
"T:UnityEditor.PlayerSettings.Facebook">
19913       <summary>
19914         <para>Facebook specific Player settings.</para>
19915       </summary>
19916     </member>
19917     <member name=
"P:UnityEditor.PlayerSettings.Facebook.sdkVersion">
19918       <summary>
19919         <para>Version of Facebook SDK to use
for this project.</para>
19920       </summary>
19921     </member>
19922     <member name=
"M:UnityEditor.PlayerSettings.GetApiCompatibilityLevel(UnityEditor.BuildTargetGroup)">
19923       <summary>
19924         <para>Gets .NET API compatibility level
for specified BuildTargetGroup.</para>
19925       </summary>
19926       <param name=
"buildTargetGroup"></param>
19927     </member>
19928     <member name=
"M:UnityEditor.PlayerSettings.GetApplicationIdentifier(UnityEditor.BuildTargetGroup)">
19929       <summary>
19930         <para>Get the application identifier
for the specified platform.</para>
19931       </summary>
19932       <param name=
"targetGroup"></param>
19933     </member>
19934     <member name=
"M:UnityEditor.PlayerSettings.GetGraphicsAPIs(UnityEditor.BuildTarget)">
19935       <summary>
19936         <para>Get graphics APIs to be used
on a build platform.</para>
19937       </summary>
19938       <param name=
"platform">Platform to get APIs for.</param>
19939       <returns>
19940         <para>Array of graphics APIs.</para>
19941       </returns>
19942     </member>
19943     <member name=
"M:UnityEditor.PlayerSettings.GetIconsForTargetGroup(UnityEditor.BuildTargetGroup)">
19944       <summary>
19945         <para>Returns the list of assigned icons
for the specified platform.</para>
19946       </summary>
19947       <param name=
"platform"></param>
19948     </member>
19949     <member name=
"M:UnityEditor.PlayerSettings.GetIconSizesForTargetGroup(UnityEditor.BuildTargetGroup)">
19950       <summary>
19951         <para>Returns a list of icon sizes
for the specified platform.</para>
19952       </summary>
19953       <param name=
"platform"></param>
19954     </member>
19955     <member name=
"M:UnityEditor.PlayerSettings.GetPropertyBool(System.String,UnityEditor.BuildTargetGroup)">
19956       <summary>
19957         <para>Returns a PlayerSettings named
bool property (with an optional build target it should apply to).</para>
19958       </summary>
19959       <param name=
"name">Name of the property.</param>
19960       <param name=
"target">BuildTarget for which the property should apply (use default value BuildTargetGroup.Unknown to apply to all targets).</param>
19961       <returns>
19962         <para>The current
value of the property.</para>
19963       </returns>
19964     </member>
19965     <member name=
"M:UnityEditor.PlayerSettings.GetPropertyInt(System.String,UnityEditor.BuildTargetGroup)">
19966       <summary>
19967         <para>Returns a PlayerSettings named
int property (with an optional build target it should apply to).</para>
19968       </summary>
19969       <param name=
"name">Name of the property.</param>
19970       <param name=
"target">BuildTarget for which the property should apply (use default value BuildTargetGroup.Unknown to apply to all targets).</param>
19971       <returns>
19972         <para>The current
value of the property.</para>
19973       </returns>
19974     </member>
19975     <member name=
"M:UnityEditor.PlayerSettings.GetPropertyOptionalBool(System.String,System.Boolean&amp;,UnityEditor.BuildTargetGroup)">
19976       <summary>
19977         <para>Searches
for property and assigns it's value to given variable.</para>
19978       </summary>
19979       <param name=
"name">Name of the property.</param>
19980       <param name=
"value">Variable, to which to store the value of the property, if set.</param>
19981       <param name=
"target">An optional build target group, to which the property applies.</param>
19982       <returns>
19983         <para>True
if property was set and it's value assigned to given variable.</para>
19984       </returns>
19985     </member>
19986     <member name=
"M:UnityEditor.PlayerSettings.GetPropertyOptionalInt(System.String,System.Int32&amp;,UnityEditor.BuildTargetGroup)">
19987       <summary>
19988         <para>Searches
for property and assigns it's value to given variable.</para>
19989       </summary>
19990       <param name=
"name">Name of the property.</param>
19991       <param name=
"value">Variable, to which to store the value of the property, if set.</param>
19992       <param name=
"target">An optional build target group, to which the property applies.</param>
19993       <returns>
19994         <para>True
if property was set and it's value assigned to given variable.</para>
19995       </returns>
19996     </member>
19997     <member name=
"M:UnityEditor.PlayerSettings.GetPropertyOptionalString(System.String,System.String&amp;,UnityEditor.BuildTargetGroup)">
19998       <summary>
19999         <para>Searches
for property and assigns it's value to given variable.</para>
20000       </summary>
20001       <param name=
"name">Name of the property.</param>
20002       <param name=
"value">Variable, to which to store the value of the property, if set.</param>
20003       <param name=
"target">An optional build target group, to which the property applies.</param>
20004       <returns>
20005         <para>True
if property was set and it's value assigned to given variable.</para>
20006       </returns>
20007     </member>
20008     <member name=
"M:UnityEditor.PlayerSettings.GetPropertyString(System.String,UnityEditor.BuildTargetGroup)">
20009       <summary>
20010         <para>Returns a PlayerSettings named
string property (with an optional build target it should apply to).</para>
20011       </summary>
20012       <param name=
"name">Name of the property.</param>
20013       <param name=
"target">BuildTarget for which the property should apply (use default value BuildTargetGroup.Unknown to apply to all targets).</param>
20014       <returns>
20015         <para>The current
value of the property.</para>
20016       </returns>
20017     </member>
20018     <member name=
"M:UnityEditor.PlayerSettings.GetScriptingDefineSymbolsForGroup(UnityEditor.BuildTargetGroup)">
20019       <summary>
20020         <para>Get user-specified symbols
for script compilation for the given build target group.</para>
20021       </summary>
20022       <param name=
"targetGroup"></param>
20023     </member>
20024     <member name=
"M:UnityEditor.PlayerSettings.GetStackTraceLogType(UnityEngine.LogType)">
20025       <summary>
20026         <para>Get stack trace logging options.</para>
20027       </summary>
20028       <param name=
"logType"></param>
20029     </member>
20030     <member name=
"M:UnityEditor.PlayerSettings.GetUseDefaultGraphicsAPIs(UnityEditor.BuildTarget)">
20031       <summary>
20032         <para>Is a build platform
using automatic graphics API choice?</para>
20033       </summary>
20034       <param name=
"platform">Platform to get the flag for.</param>
20035       <returns>
20036         <para>Should best available graphics API be used.</para>
20037       </returns>
20038     </member>
20039     <member name=
"M:UnityEditor.PlayerSettings.HasAspectRatio(UnityEditor.AspectRatio)">
20040       <summary>
20041         <para>Returns whether or not the specified aspect ratio
is enabled.</para>
20042       </summary>
20043       <param name=
"aspectRatio"></param>
20044     </member>
20045     <member name=
"T:UnityEditor.PlayerSettings.iOS">
20046       <summary>
20047         <para>iOS specific player settings.</para>
20048       </summary>
20049     </member>
20050     <member name=
"P:UnityEditor.PlayerSettings.iOS.allowHTTPDownload">
20051       <summary>
20052         <para>Should insecure HTTP downloads be allowed?</para>
20053       </summary>
20054     </member>
20055     <member name=
"P:UnityEditor.PlayerSettings.iOS.appInBackgroundBehavior">
20056       <summary>
20057         <para>Application behavior
when entering background.</para>
20058       </summary>
20059     </member>
20060     <member name=
"P:UnityEditor.PlayerSettings.iOS.appleDeveloperTeamID">
20061       <summary>
20062         <para>Set
this property with your Apple Developer Team ID. You can find this on the Apple Developer website under &lt;a href="https:developer.apple.comaccount#membership"&gt; Account &gt; Membership &lt;/a&gt; . This sets the Team ID for the generated Xcode project, allowing developers to use the Build and Run functionality. An Apple Developer Team ID must be set here for automatic signing of your app.</para>
20063       </summary>
20064     </member>
20065     <member name=
"P:UnityEditor.PlayerSettings.iOS.appleEnableAutomaticSigning">
20066       <summary>
20067         <para>Set
this property to true for Xcode to attempt to automatically sign your app based on your appleDeveloperTeamID.</para>
20068       </summary>
20069     </member>
20070     <member name=
"P:UnityEditor.PlayerSettings.iOS.applicationDisplayName">
20071       <summary>
20072         <para>iOS application display name.</para>
20073       </summary>
20074     </member>
20075     <member name=
"P:UnityEditor.PlayerSettings.iOS.backgroundModes">
20076       <summary>
20077         <para>Supported background execution modes (
when appInBackgroundBehavior is set to iOSAppInBackgroundBehavior.Custom).</para>
20078       </summary>
20079     </member>
20080     <member name=
"P:UnityEditor.PlayerSettings.iOS.buildNumber">
20081       <summary>
20082         <para>The build number of the bundle</para>
20083       </summary>
20084     </member>
20085     <member name=
"P:UnityEditor.PlayerSettings.iOS.cameraUsageDescription">
20086       <summary>
20087         <para>Describes the reason
for access to the user's camera.</para>
20088       </summary>
20089     </member>
20090     <member name=
"P:UnityEditor.PlayerSettings.iOS.exitOnSuspend">
20091       <summary>
20092         <para>Application should exit
when suspended to background.</para>
20093       </summary>
20094     </member>
20095     <member name=
"P:UnityEditor.PlayerSettings.iOS.forceHardShadowsOnMetal">
20096       <summary>
20097         <para>Should hard shadows be enforced
when running on (mobile) Metal.</para>
20098       </summary>
20099     </member>
20100     <member name=
"P:UnityEditor.PlayerSettings.iOS.iOSManualProvisioningProfileID">
20101       <summary>
20102         <para>A provisioning profile Universally Unique Identifier (UUID) that Xcode will use to build your iOS app
in Manual Signing mode.</para>
20103       </summary>
20104     </member>
20105     <member name=
"P:UnityEditor.PlayerSettings.iOS.locationUsageDescription">
20106       <summary>
20107         <para>Describes the reason
for access to the user's location data.</para>
20108       </summary>
20109     </member>
20110     <member name=
"P:UnityEditor.PlayerSettings.iOS.microphoneUsageDescription">
20111       <summary>
20112         <para>Describes the reason
for access to the user's microphone.</para>
20113       </summary>
20114     </member>
20115     <member name=
"P:UnityEditor.PlayerSettings.iOS.overrideIPodMusic">
20116       <summary>
20117         <para>Determines iPod playing behavior.</para>
20118       </summary>
20119     </member>
20120     <member name=
"P:UnityEditor.PlayerSettings.iOS.prerenderedIcon">
20121       <summary>
20122         <para>Icon
is prerendered.</para>
20123       </summary>
20124     </member>
20125     <member name=
"P:UnityEditor.PlayerSettings.iOS.requiresFullScreen">
20126       <summary>
20127         <para>RequiresFullScreen maps to Apple
's plist build setting UIRequiresFullScreen, which is used to opt out of being eligible to participate in Slide Over and Split View for iOS 9.0 multitasking.</para>
20128       </summary>
20129     </member>
20130     <member name=
"P:UnityEditor.PlayerSettings.iOS.requiresPersistentWiFi">
20131       <summary>
20132         <para>Application requires persistent WiFi.</para>
20133       </summary>
20134     </member>
20135     <member name=
"P:UnityEditor.PlayerSettings.iOS.scriptCallOptimization">
20136       <summary>
20137         <para>Script calling optimization.</para>
20138       </summary>
20139     </member>
20140     <member name=
"P:UnityEditor.PlayerSettings.iOS.sdkVersion">
20141       <summary>
20142         <para>Active iOS SDK version used
for build.</para>
20143       </summary>
20144     </member>
20145     <member name=
"P:UnityEditor.PlayerSettings.iOS.showActivityIndicatorOnLoading">
20146       <summary>
20147         <para>Application should show ActivityIndicator
when loading.</para>
20148       </summary>
20149     </member>
20150     <member name=
"P:UnityEditor.PlayerSettings.iOS.statusBarStyle">
20151       <summary>
20152         <para>Status bar style.</para>
20153       </summary>
20154     </member>
20155     <member name=
"P:UnityEditor.PlayerSettings.iOS.targetDevice">
20156       <summary>
20157         <para>Targeted device.</para>
20158       </summary>
20159     </member>
20160     <member name=
"P:UnityEditor.PlayerSettings.iOS.targetOSVersion">
20161       <summary>
20162         <para>Deployment minimal version of iOS.</para>
20163       </summary>
20164     </member>
20165     <member name=
"P:UnityEditor.PlayerSettings.iOS.targetOSVersionString">
20166       <summary>
20167         <para>Deployment minimal version of iOS.</para>
20168       </summary>
20169     </member>
20170     <member name=
"P:UnityEditor.PlayerSettings.iOS.tvOSManualProvisioningProfileID">
20171       <summary>
20172         <para>A provisioning profile Universally Unique Identifier (UUID) that Xcode will use to build your tvOS app
in Manual Signing mode.</para>
20173       </summary>
20174     </member>
20175     <member name=
"P:UnityEditor.PlayerSettings.iOS.useOnDemandResources">
20176       <summary>
20177         <para>Indicates whether application will use On Demand Resources (ODR) API.</para>
20178       </summary>
20179     </member>
20180     <member name=
"P:UnityEditor.PlayerSettings.MTRendering">
20181       <summary>
20182         <para>Is multi-threaded rendering enabled?</para>
20183       </summary>
20184     </member>
20185     <member name=
"T:UnityEditor.PlayerSettings.N3DS">
20186       <summary>
20187         <para>Nintendo 3DS player settings.</para>
20188       </summary>
20189     </member>
20190     <member name=
"P:UnityEditor.PlayerSettings.N3DS.applicationId">
20191       <summary>
20192         <para>The unique ID of the application, issued
by Nintendo. (0x00300 -&gt; 0xf7fff)</para>
20193       </summary>
20194     </member>
20195     <member name=
"P:UnityEditor.PlayerSettings.N3DS.compressStaticMem">
20196       <summary>
20197         <para>Specify
true to enable static memory compression or false to disable it.</para>
20198       </summary>
20199     </member>
20200     <member name=
"P:UnityEditor.PlayerSettings.N3DS.disableDepthAndStencilBuffers">
20201       <summary>
20202         <para>Disable depth/stencil buffers, to free up memory.</para>
20203       </summary>
20204     </member>
20205     <member name=
"P:UnityEditor.PlayerSettings.N3DS.disableStereoscopicView">
20206       <summary>
20207         <para>Disable sterescopic (
3D) view on the upper screen.</para>
20208       </summary>
20209     </member>
20210     <member name=
"P:UnityEditor.PlayerSettings.N3DS.enableSharedListOpt">
20211       <summary>
20212         <para>Enable shared L/R command list,
for increased performance with stereoscopic rendering.</para>
20213       </summary>
20214     </member>
20215     <member name=
"P:UnityEditor.PlayerSettings.N3DS.enableVSync">
20216       <summary>
20217         <para>Enable vsync.</para>
20218       </summary>
20219     </member>
20220     <member name=
"P:UnityEditor.PlayerSettings.N3DS.extSaveDataNumber">
20221       <summary>
20222         <para>Specify the expanded save data number
using 20 bits.</para>
20223       </summary>
20224     </member>
20225     <member name=
"P:UnityEditor.PlayerSettings.N3DS.logoStyle">
20226       <summary>
20227         <para>Application Logo Style.</para>
20228       </summary>
20229     </member>
20230     <member name=
"P:UnityEditor.PlayerSettings.N3DS.mediaSize">
20231       <summary>
20232         <para>Distribution media size.</para>
20233       </summary>
20234     </member>
20235     <member name=
"P:UnityEditor.PlayerSettings.N3DS.productCode">
20236       <summary>
20237         <para>Specifies the product code, or the
add-on content code.</para>
20238       </summary>
20239     </member>
20240     <member name=
"P:UnityEditor.PlayerSettings.N3DS.region">
20241       <summary>
20242         <para>Specifies the title region settings.</para>
20243       </summary>
20244     </member>
20245     <member name=
"P:UnityEditor.PlayerSettings.N3DS.stackSize">
20246       <summary>
20247         <para>Specify the stack size of the main thread,
in bytes.</para>
20248       </summary>
20249     </member>
20250     <member name=
"P:UnityEditor.PlayerSettings.N3DS.targetPlatform">
20251       <summary>
20252         <para>The 3DS target platform.</para>
20253       </summary>
20254     </member>
20255     <member name=
"P:UnityEditor.PlayerSettings.N3DS.title">
20256       <summary>
20257         <para>The title of the application.</para>
20258       </summary>
20259     </member>
20260     <member name=
"P:UnityEditor.PlayerSettings.N3DS.useExtSaveData">
20261       <summary>
20262         <para>Specify
true when using expanded save data.</para>
20263       </summary>
20264     </member>
20265     <member name=
"T:UnityEditor.PlayerSettings.N3DS.LogoStyle">
20266       <summary>
20267         <para>Nintendo 3DS logo style specification.</para>
20268       </summary>
20269     </member>
20270     <member name=
"F:UnityEditor.PlayerSettings.N3DS.LogoStyle.iQue">
20271       <summary>
20272         <para>For Chinese region titles.</para>
20273       </summary>
20274     </member>
20275     <member name=
"F:UnityEditor.PlayerSettings.N3DS.LogoStyle.Distributed">
20276       <summary>
20277         <para>For titles
for which Nintendo purchased the publishing license from the software manufacturer, etc.</para>
20278       </summary>
20279     </member>
20280     <member name=
"F:UnityEditor.PlayerSettings.N3DS.LogoStyle.Licensed">
20281       <summary>
20282         <para>For all other titles.</para>
20283       </summary>
20284     </member>
20285     <member name=
"F:UnityEditor.PlayerSettings.N3DS.LogoStyle.Nintendo">
20286       <summary>
20287         <para>For Nintendo first-party titles.</para>
20288       </summary>
20289     </member>
20290     <member name=
"T:UnityEditor.PlayerSettings.N3DS.MediaSize">
20291       <summary>
20292         <para>Nintendo 3DS distribution media size.</para>
20293       </summary>
20294     </member>
20295     <member name=
"F:UnityEditor.PlayerSettings.N3DS.MediaSize.128MB">
20296       <summary>
20297         <para>128MB</para>
20298       </summary>
20299     </member>
20300     <member name=
"F:UnityEditor.PlayerSettings.N3DS.MediaSize.1GB">
20301       <summary>
20302         <para>1GB</para>
20303       </summary>
20304     </member>
20305     <member name=
"F:UnityEditor.PlayerSettings.N3DS.MediaSize.256MB">
20306       <summary>
20307         <para>256MB</para>
20308       </summary>
20309     </member>
20310     <member name=
"F:UnityEditor.PlayerSettings.N3DS.MediaSize.2GB">
20311       <summary>
20312         <para>2GB</para>
20313       </summary>
20314     </member>
20315     <member name=
"F:UnityEditor.PlayerSettings.N3DS.MediaSize.512MB">
20316       <summary>
20317         <para>512MB</para>
20318       </summary>
20319     </member>
20320     <member name=
"T:UnityEditor.PlayerSettings.N3DS.Region">
20321       <summary>
20322         <para>Nintendo 3DS Title region.</para>
20323       </summary>
20324     </member>
20325     <member name=
"F:UnityEditor.PlayerSettings.N3DS.Region.All">
20326       <summary>
20327         <para>For all regions.</para>
20328       </summary>
20329     </member>
20330     <member name=
"F:UnityEditor.PlayerSettings.N3DS.Region.America">
20331       <summary>
20332         <para>For the American region.</para>
20333       </summary>
20334     </member>
20335     <member name=
"F:UnityEditor.PlayerSettings.N3DS.Region.China">
20336       <summary>
20337         <para>For the Chinese region.</para>
20338       </summary>
20339     </member>
20340     <member name=
"F:UnityEditor.PlayerSettings.N3DS.Region.Europe">
20341       <summary>
20342         <para>For the European region.</para>
20343       </summary>
20344     </member>
20345     <member name=
"F:UnityEditor.PlayerSettings.N3DS.Region.Japan">
20346       <summary>
20347         <para>For the Japanese region.</para>
20348       </summary>
20349     </member>
20350     <member name=
"F:UnityEditor.PlayerSettings.N3DS.Region.Korea">
20351       <summary>
20352         <para>For the Korean region.</para>
20353       </summary>
20354     </member>
20355     <member name=
"F:UnityEditor.PlayerSettings.N3DS.Region.Taiwan">
20356       <summary>
20357         <para>For the Taiwanese region.</para>
20358       </summary>
20359     </member>
20360     <member name=
"T:UnityEditor.PlayerSettings.N3DS.TargetPlatform">
20361       <summary>
20362         <para>Nintendo 3DS target platform.</para>
20363       </summary>
20364     </member>
20365     <member name=
"F:UnityEditor.PlayerSettings.N3DS.TargetPlatform.NewNintendo3DS">
20366       <summary>
20367         <para>Target the New Nintendo 3DS platform.</para>
20368       </summary>
20369     </member>
20370     <member name=
"F:UnityEditor.PlayerSettings.N3DS.TargetPlatform.Nintendo3DS">
20371       <summary>
20372         <para>Target the Nintendo 3DS platform.</para>
20373       </summary>
20374     </member>
20375     <member name=
"T:UnityEditor.PlayerSettings.PS4.PS4AppCategory">
20376       <summary>
20377         <para>PS4 application category.</para>
20378       </summary>
20379     </member>
20380     <member name=
"F:UnityEditor.PlayerSettings.PS4.PS4AppCategory.Application">
20381       <summary>
20382         <para>Application.</para>
20383       </summary>
20384     </member>
20385     <member name=
"T:UnityEditor.PlayerSettings.PS4.PS4EnterButtonAssignment">
20386       <summary>
20387         <para>PS4 enter button assignment.</para>
20388       </summary>
20389     </member>
20390     <member name=
"F:UnityEditor.PlayerSettings.PS4.PS4EnterButtonAssignment.CircleButton">
20391       <summary>
20392         <para>Circle button.</para>
20393       </summary>
20394     </member>
20395     <member name=
"F:UnityEditor.PlayerSettings.PS4.PS4EnterButtonAssignment.CrossButton">
20396       <summary>
20397         <para>Cross button.</para>
20398       </summary>
20399     </member>
20400     <member name=
"T:UnityEditor.PlayerSettings.PS4.PS4RemotePlayKeyAssignment">
20401       <summary>
20402         <para>Remote Play key assignment.</para>
20403       </summary>
20404     </member>
20405     <member name=
"F:UnityEditor.PlayerSettings.PS4.PS4RemotePlayKeyAssignment.None">
20406       <summary>
20407         <para>No Remote play key assignment.</para>
20408       </summary>
20409     </member>
20410     <member name=
"F:UnityEditor.PlayerSettings.PS4.PS4RemotePlayKeyAssignment.PatternA">
20411       <summary>
20412         <para>Remote Play key layout configuration A.</para>
20413       </summary>
20414     </member>
20415     <member name=
"F:UnityEditor.PlayerSettings.PS4.PS4RemotePlayKeyAssignment.PatternB">
20416       <summary>
20417         <para>Remote Play key layout configuration B.</para>
20418       </summary>
20419     </member>
20420     <member name=
"F:UnityEditor.PlayerSettings.PS4.PS4RemotePlayKeyAssignment.PatternC">
20421       <summary>
20422         <para>Remote Play key layout configuration C.</para>
20423       </summary>
20424     </member>
20425     <member name=
"F:UnityEditor.PlayerSettings.PS4.PS4RemotePlayKeyAssignment.PatternD">
20426       <summary>
20427         <para>Remote Play key layout configuration D.</para>
20428       </summary>
20429     </member>
20430     <member name=
"F:UnityEditor.PlayerSettings.PS4.PS4RemotePlayKeyAssignment.PatternE">
20431       <summary>
20432         <para>Remote Play key layout configuration E.</para>
20433       </summary>
20434     </member>
20435     <member name=
"F:UnityEditor.PlayerSettings.PS4.PS4RemotePlayKeyAssignment.PatternF">
20436       <summary>
20437         <para>Remote Play key layout configuration F.</para>
20438       </summary>
20439     </member>
20440     <member name=
"F:UnityEditor.PlayerSettings.PS4.PS4RemotePlayKeyAssignment.PatternG">
20441       <summary>
20442         <para>Remote Play key layout configuration G.</para>
20443       </summary>
20444     </member>
20445     <member name=
"F:UnityEditor.PlayerSettings.PS4.PS4RemotePlayKeyAssignment.PatternH">
20446       <summary>
20447         <para>Remote Play key layout configuration H.</para>
20448       </summary>
20449     </member>
20450     <member name=
"T:UnityEditor.PlayerSettings.PSVita">
20451       <summary>
20452         <para>PS Vita specific player settings.</para>
20453       </summary>
20454     </member>
20455     <member name=
"P:UnityEditor.PlayerSettings.PSVita.acquireBGM">
20456       <summary>
20457         <para>Aquire PS Vita background music.</para>
20458       </summary>
20459     </member>
20460     <member name=
"P:UnityEditor.PlayerSettings.PSVita.appVersion">
20461       <summary>
20462         <para>The PS Vita application version.</para>
20463       </summary>
20464     </member>
20465     <member name=
"P:UnityEditor.PlayerSettings.PSVita.category">
20466       <summary>
20467         <para>The package build category.</para>
20468       </summary>
20469     </member>
20470     <member name=
"P:UnityEditor.PlayerSettings.PSVita.contentID">
20471       <summary>
20472         <para>The applications content ID.</para>
20473       </summary>
20474     </member>
20475     <member name=
"P:UnityEditor.PlayerSettings.PSVita.drmType">
20476       <summary>
20477         <para>PS Vita DRM Type.</para>
20478       </summary>
20479     </member>
20480     <member name=
"P:UnityEditor.PlayerSettings.PSVita.enterButtonAssignment">
20481       <summary>
20482         <para>Specifies whether circle or cross will be used
as the default enter button.</para>
20483       </summary>
20484     </member>
20485     <member name=
"P:UnityEditor.PlayerSettings.PSVita.healthWarning">
20486       <summary>
20487         <para>Specifies whether or not a health warning will be added to the software manual.</para>
20488       </summary>
20489     </member>
20490     <member name=
"P:UnityEditor.PlayerSettings.PSVita.infoBarColor">
20491       <summary>
20492         <para>Specifies the color of the PS Vita information bar,
true = white, false = black.</para>
20493       </summary>
20494     </member>
20495     <member name=
"P:UnityEditor.PlayerSettings.PSVita.infoBarOnStartup">
20496       <summary>
20497         <para>Specifies whether or not to show the PS Vita information bar
when the application starts.</para>
20498       </summary>
20499     </member>
20500     <member name=
"P:UnityEditor.PlayerSettings.PSVita.keystoneFile">
20501       <summary>
20502         <para>Keystone file.</para>
20503       </summary>
20504     </member>
20505     <member name=
"P:UnityEditor.PlayerSettings.PSVita.liveAreaBackroundPath">
20506       <summary>
20507         <para>PS Vita Live area background image.</para>
20508       </summary>
20509     </member>
20510     <member name=
"P:UnityEditor.PlayerSettings.PSVita.liveAreaGatePath">
20511       <summary>
20512         <para>PS Vita Live area gate image.</para>
20513       </summary>
20514     </member>
20515     <member name=
"P:UnityEditor.PlayerSettings.PSVita.liveAreaPath">
20516       <summary>
20517         <para>PS Vita Live area path.</para>
20518       </summary>
20519     </member>
20520     <member name=
"P:UnityEditor.PlayerSettings.PSVita.liveAreaTrialPath">
20521       <summary>
20522         <para>PS Vita Live area trial path.</para>
20523       </summary>
20524     </member>
20525     <member name=
"P:UnityEditor.PlayerSettings.PSVita.manualPath">
20526       <summary>
20527         <para>PS Vita sofware manual.</para>
20528       </summary>
20529     </member>
20530     <member name=
"P:UnityEditor.PlayerSettings.PSVita.masterVersion">
20531       <summary>
20532         <para>PS Vita content master version.</para>
20533       </summary>
20534     </member>
20535     <member name=
"P:UnityEditor.PlayerSettings.PSVita.mediaCapacity">
20536       <summary>
20537         <para>Should always =
01.00.</para>
20538       </summary>
20539     </member>
20540     <member name=
"P:UnityEditor.PlayerSettings.PSVita.memoryExpansionMode">
20541       <summary>
20542         <para>PS Vita memory expansion mode.</para>
20543       </summary>
20544     </member>
20545     <member name=
"P:UnityEditor.PlayerSettings.PSVita.npAgeRating">
20546       <summary>
20547         <para>PSN Age rating.</para>
20548       </summary>
20549     </member>
20550     <member name=
"P:UnityEditor.PlayerSettings.PSVita.npCommsPassphrase">
20551       <summary>
20552         <para>PS Vita NP Passphrase.</para>
20553       </summary>
20554     </member>
20555     <member name=
"P:UnityEditor.PlayerSettings.PSVita.npCommsSig">
20556       <summary>
20557         <para>PS Vita NP Signature.</para>
20558       </summary>
20559     </member>
20560     <member name=
"P:UnityEditor.PlayerSettings.PSVita.npCommunicationsID">
20561       <summary>
20562         <para>PS Vita NP Communications ID.</para>
20563       </summary>
20564     </member>
20565     <member name=
"P:UnityEditor.PlayerSettings.PSVita.npSupportGBMorGJP">
20566       <summary>
20567         <para>Support Game Boot Message or Game Joining Presence.</para>
20568       </summary>
20569     </member>
20570     <member name=
"P:UnityEditor.PlayerSettings.PSVita.npTitleDatPath">
20571       <summary>
20572         <para>PS Vita NP Title Data File.</para>
20573       </summary>
20574     </member>
20575     <member name=
"P:UnityEditor.PlayerSettings.PSVita.npTrophyPackPath">
20576       <summary>
20577         <para>Path specifying wher to copy a trophy pack
from.</para>
20578       </summary>
20579     </member>
20580     <member name=
"P:UnityEditor.PlayerSettings.PSVita.packagePassword">
20581       <summary>
20582         <para>
32 character password for use if you want to access the contents of a package.</para>
20583       </summary>
20584     </member>
20585     <member name=
"P:UnityEditor.PlayerSettings.PSVita.paramSfxPath">
20586       <summary>
20587         <para>Path specifying
where to copy the package parameter file (param.sfx) from.</para>
20588       </summary>
20589     </member>
20590     <member name=
"P:UnityEditor.PlayerSettings.PSVita.parentalLevel">
20591       <summary>
20592         <para>PS Vita parental level.</para>
20593       </summary>
20594     </member>
20595     <member name=
"P:UnityEditor.PlayerSettings.PSVita.patchChangeInfoPath">
20596       <summary>
20597         <para>For cumlative patch packages.</para>
20598       </summary>
20599     </member>
20600     <member name=
"P:UnityEditor.PlayerSettings.PSVita.patchOriginalPackage">
20601       <summary>
20602         <para>For building cumulative patch packages.</para>
20603       </summary>
20604     </member>
20605     <member name=
"P:UnityEditor.PlayerSettings.PSVita.powerMode">
20606       <summary>
20607         <para>PS Vita power mode.</para>
20608       </summary>
20609     </member>
20610     <member name=
"P:UnityEditor.PlayerSettings.PSVita.saveDataQuota">
20611       <summary>
20612         <para>Save data quota.</para>
20613       </summary>
20614     </member>
20615     <member name=
"P:UnityEditor.PlayerSettings.PSVita.shortTitle">
20616       <summary>
20617         <para>The applications
short title.</para>
20618       </summary>
20619     </member>
20620     <member name=
"P:UnityEditor.PlayerSettings.PSVita.storageType">
20621       <summary>
20622         <para>PS Vita media type.</para>
20623       </summary>
20624     </member>
20625     <member name=
"P:UnityEditor.PlayerSettings.PSVita.tvBootMode">
20626       <summary>
20627         <para>PS Vita TV boot mode.</para>
20628       </summary>
20629     </member>
20630     <member name=
"P:UnityEditor.PlayerSettings.PSVita.tvDisableEmu">
20631       <summary>
20632         <para>PS Vita TV Disable Emu flag.</para>
20633       </summary>
20634     </member>
20635     <member name=
"P:UnityEditor.PlayerSettings.PSVita.upgradable">
20636       <summary>
20637         <para>Indicates that
this is an upgradable (trial) type application which can be converted to a full application by purchasing an upgrade.</para>
20638       </summary>
20639     </member>
20640     <member name=
"P:UnityEditor.PlayerSettings.PSVita.useLibLocation">
20641       <summary>
20642         <para>Support
for the PS Vita location library was removed by SCE in SDK 3.570.</para>
20643       </summary>
20644     </member>
20645     <member name=
"P:UnityEditor.PlayerSettings.PSVita.AllowTwitterDialog">
20646       <summary>
20647         <para>Support
for the PS Vita twitter dialog was removed by SCE in SDK 3.570.</para>
20648       </summary>
20649     </member>
20650     <member name=
"T:UnityEditor.PlayerSettings.PSVita.PSVitaAppCategory">
20651       <summary>
20652         <para>Application package category
enum.</para>
20653       </summary>
20654     </member>
20655     <member name=
"F:UnityEditor.PlayerSettings.PSVita.PSVitaAppCategory.Application">
20656       <summary>
20657         <para>An application package.</para>
20658       </summary>
20659     </member>
20660     <member name=
"F:UnityEditor.PlayerSettings.PSVita.PSVitaAppCategory.ApplicationPatch">
20661       <summary>
20662         <para>Application patch package.</para>
20663       </summary>
20664     </member>
20665     <member name=
"T:UnityEditor.PlayerSettings.PSVita.PSVitaDRMType">
20666       <summary>
20667         <para>DRM type
enum.</para>
20668       </summary>
20669     </member>
20670     <member name=
"F:UnityEditor.PlayerSettings.PSVita.PSVitaDRMType.Free">
20671       <summary>
20672         <para>Free content.</para>
20673       </summary>
20674     </member>
20675     <member name=
"F:UnityEditor.PlayerSettings.PSVita.PSVitaDRMType.PaidFor">
20676       <summary>
20677         <para>Paid
for content.</para>
20678       </summary>
20679     </member>
20680     <member name=
"T:UnityEditor.PlayerSettings.PSVita.PSVitaEnterButtonAssignment">
20681       <summary>
20682         <para>Enter button assignment
enum.</para>
20683       </summary>
20684     </member>
20685     <member name=
"F:UnityEditor.PlayerSettings.PSVita.PSVitaEnterButtonAssignment.CircleButton">
20686       <summary>
20687         <para>Circle button.</para>
20688       </summary>
20689     </member>
20690     <member name=
"F:UnityEditor.PlayerSettings.PSVita.PSVitaEnterButtonAssignment.CrossButton">
20691       <summary>
20692         <para>Cross button.</para>
20693       </summary>
20694     </member>
20695     <member name=
"F:UnityEditor.PlayerSettings.PSVita.PSVitaEnterButtonAssignment.Default">
20696       <summary>
20697         <para>Default.</para>
20698       </summary>
20699     </member>
20700     <member name=
"T:UnityEditor.PlayerSettings.PSVita.PSVitaMemoryExpansionMode">
20701       <summary>
20702         <para>Memory expansion mode
enum.</para>
20703       </summary>
20704     </member>
20705     <member name=
"F:UnityEditor.PlayerSettings.PSVita.PSVitaMemoryExpansionMode.ExpandBy109MB">
20706       <summary>
20707         <para>Enable 109MB memory expansion mode.</para>
20708       </summary>
20709     </member>
20710     <member name=
"F:UnityEditor.PlayerSettings.PSVita.PSVitaMemoryExpansionMode.ExpandBy29MB">
20711       <summary>
20712         <para>Enable 29MB memory expansion mode.</para>
20713       </summary>
20714     </member>
20715     <member name=
"F:UnityEditor.PlayerSettings.PSVita.PSVitaMemoryExpansionMode.ExpandBy77MB">
20716       <summary>
20717         <para>Enable 77MB memory expansion mode.</para>
20718       </summary>
20719     </member>
20720     <member name=
"F:UnityEditor.PlayerSettings.PSVita.PSVitaMemoryExpansionMode.None">
20721       <summary>
20722         <para>Memory expansion disabled.</para>
20723       </summary>
20724     </member>
20725     <member name=
"T:UnityEditor.PlayerSettings.PSVita.PSVitaPowerMode">
20726       <summary>
20727         <para>Power mode
enum.</para>
20728       </summary>
20729     </member>
20730     <member name=
"F:UnityEditor.PlayerSettings.PSVita.PSVitaPowerMode.ModeA">
20731       <summary>
20732         <para>Mode A -
default.</para>
20733       </summary>
20734     </member>
20735     <member name=
"F:UnityEditor.PlayerSettings.PSVita.PSVitaPowerMode.ModeB">
20736       <summary>
20737         <para>Mode B - GPU High - No WLAN or COM.</para>
20738       </summary>
20739     </member>
20740     <member name=
"F:UnityEditor.PlayerSettings.PSVita.PSVitaPowerMode.ModeC">
20741       <summary>
20742         <para>Mode C - GPU High - No Camera, OLED Low brightness.</para>
20743       </summary>
20744     </member>
20745     <member name=
"T:UnityEditor.PlayerSettings.PSVita.PSVitaTvBootMode">
20746       <summary>
20747         <para>PS Vita TV boot mode
enum.</para>
20748       </summary>
20749     </member>
20750     <member name=
"F:UnityEditor.PlayerSettings.PSVita.PSVitaTvBootMode.Default">
20751       <summary>
20752         <para>Default (Managed
by System Software) (SCEE or SCEA).</para>
20753       </summary>
20754     </member>
20755     <member name=
"F:UnityEditor.PlayerSettings.PSVita.PSVitaTvBootMode.PSVitaBootablePSVitaTvBootable">
20756       <summary>
20757         <para>PS Vita Bootable, PS Vita TV Bootable (SCEJ or SCE Asia).</para>
20758       </summary>
20759     </member>
20760     <member name=
"F:UnityEditor.PlayerSettings.PSVita.PSVitaTvBootMode.PSVitaBootablePSVitaTvNotBootable">
20761       <summary>
20762         <para>PS Vita Bootable, PS Vita TV Not Bootable (SCEJ or SCE Asia).</para>
20763       </summary>
20764     </member>
20765     <member name=
"T:UnityEditor.PlayerSettings.SamsungTV">
20766       <summary>
20767         <para>Samsung Smart TV specific Player Settings.</para>
20768       </summary>
20769     </member>
20770     <member name=
"P:UnityEditor.PlayerSettings.SamsungTV.deviceAddress">
20771       <summary>
20772         <para>The address used
when accessing the device.</para>
20773       </summary>
20774     </member>
20775     <member name=
"P:UnityEditor.PlayerSettings.SamsungTV.productAuthor">
20776       <summary>
20777         <para>Author of the created product.</para>
20778       </summary>
20779     </member>
20780     <member name=
"P:UnityEditor.PlayerSettings.SamsungTV.productAuthorEmail">
20781       <summary>
20782         <para>Product author
's e-mail.</para>
20783       </summary>
20784     </member>
20785     <member name=
"P:UnityEditor.PlayerSettings.SamsungTV.productCategory">
20786       <summary>
20787         <para>The category of the created product.</para>
20788       </summary>
20789     </member>
20790     <member name=
"P:UnityEditor.PlayerSettings.SamsungTV.productDescription">
20791       <summary>
20792         <para>The description of the created product.</para>
20793       </summary>
20794     </member>
20795     <member name=
"P:UnityEditor.PlayerSettings.SamsungTV.productLink">
20796       <summary>
20797         <para>The author
's website link.</para>
20798       </summary>
20799     </member>
20800     <member name=
"T:UnityEditor.PlayerSettings.SamsungTV.SamsungTVProductCategories">
20801       <summary>
20802         <para>Types of available product categories.</para>
20803       </summary>
20804     </member>
20805     <member name=
"F:UnityEditor.PlayerSettings.SamsungTV.SamsungTVProductCategories.Education">
20806       <summary>
20807         <para>The education category.</para>
20808       </summary>
20809     </member>
20810     <member name=
"F:UnityEditor.PlayerSettings.SamsungTV.SamsungTVProductCategories.Games">
20811       <summary>
20812         <para>The games category (
default).</para>
20813       </summary>
20814     </member>
20815     <member name=
"F:UnityEditor.PlayerSettings.SamsungTV.SamsungTVProductCategories.Information">
20816       <summary>
20817         <para>The information category.</para>
20818       </summary>
20819     </member>
20820     <member name=
"F:UnityEditor.PlayerSettings.SamsungTV.SamsungTVProductCategories.Kids">
20821       <summary>
20822         <para>The kids category.</para>
20823       </summary>
20824     </member>
20825     <member name=
"F:UnityEditor.PlayerSettings.SamsungTV.SamsungTVProductCategories.Lifestyle">
20826       <summary>
20827         <para>The lifestyle category.</para>
20828       </summary>
20829     </member>
20830     <member name=
"F:UnityEditor.PlayerSettings.SamsungTV.SamsungTVProductCategories.Sports">
20831       <summary>
20832         <para>The sports category.</para>
20833       </summary>
20834     </member>
20835     <member name=
"F:UnityEditor.PlayerSettings.SamsungTV.SamsungTVProductCategories.Videos">
20836       <summary>
20837         <para>The videos category.</para>
20838       </summary>
20839     </member>
20840     <member name=
"M:UnityEditor.PlayerSettings.SetApiCompatibilityLevel(UnityEditor.BuildTargetGroup,UnityEditor.ApiCompatibilityLevel)">
20841       <summary>
20842         <para>Sets .NET API compatibility level
for specified BuildTargetGroup.</para>
20843       </summary>
20844       <param name=
"buildTargetGroup"></param>
20845       <param name=
"value"></param>
20846     </member>
20847     <member name=
"M:UnityEditor.PlayerSettings.SetApplicationIdentifier(UnityEditor.BuildTargetGroup,System.String)">
20848       <summary>
20849         <para>Set the application identifier
for the specified platform.</para>
20850       </summary>
20851       <param name=
"targetGroup"></param>
20852       <param name=
"identifier"></param>
20853     </member>
20854     <member name=
"M:UnityEditor.PlayerSettings.SetAspectRatio(UnityEditor.AspectRatio,System.Boolean)">
20855       <summary>
20856         <para>Enables the specified aspect ratio.</para>
20857       </summary>
20858       <param name=
"aspectRatio"></param>
20859       <param name=
"enable"></param>
20860     </member>
20861     <member name=
"M:UnityEditor.PlayerSettings.SetGraphicsAPIs(UnityEditor.BuildTarget,UnityEngine.Rendering.GraphicsDeviceType[])">
20862       <summary>
20863         <para>Set graphics APIs to be used
on a build platform.</para>
20864       </summary>
20865       <param name=
"platform">Platform to set APIs for.</param>
20866       <param name=
"apis">Array of graphics APIs.</param>
20867     </member>
20868     <member name=
"M:UnityEditor.PlayerSettings.SetIconsForTargetGroup(UnityEditor.BuildTargetGroup,UnityEngine.Texture2D[])">
20869       <summary>
20870         <para>Assign a list of icons
for the specified platform.</para>
20871       </summary>
20872       <param name=
"platform"></param>
20873       <param name=
"icons"></param>
20874     </member>
20875     <member name=
"M:UnityEditor.PlayerSettings.SetPropertyBool(System.String,System.Boolean,UnityEditor.BuildTargetGroup)">
20876       <summary>
20877         <para>Sets a PlayerSettings named
bool property.</para>
20878       </summary>
20879       <param name=
"name">Name of the property.</param>
20880       <param name=
"value">Value of the property (bool).</param>
20881       <param name=
"target">BuildTarget for which the property should apply (use default value BuildTargetGroup.Unknown to apply to all targets).</param>
20882     </member>
20883     <member name=
"M:UnityEditor.PlayerSettings.SetPropertyInt(System.String,System.Int32,UnityEditor.BuildTargetGroup)">
20884       <summary>
20885         <para>Sets a PlayerSettings named
int property.</para>
20886       </summary>
20887       <param name=
"name">Name of the property.</param>
20888       <param name=
"value">Value of the property (int).</param>
20889       <param name=
"target">BuildTarget for which the property should apply (use default value BuildTargetGroup.Unknown to apply to all targets).</param>
20890     </member>
20891     <member name=
"M:UnityEditor.PlayerSettings.SetPropertyString(System.String,System.String,UnityEditor.BuildTargetGroup)">
20892       <summary>
20893         <para>Sets a PlayerSettings named
string property.</para>
20894       </summary>
20895       <param name=
"name">Name of the property.</param>
20896       <param name=
"value">Value of the property (string).</param>
20897       <param name=
"target">BuildTarget for which the property should apply (use default value BuildTargetGroup.Unknown to apply to all targets).</param>
20898     </member>
20899     <member name=
"M:UnityEditor.PlayerSettings.SetScriptingDefineSymbolsForGroup(UnityEditor.BuildTargetGroup,System.String)">
20900       <summary>
20901         <para>Set user-specified symbols
for script compilation for the given build target group.</para>
20902       </summary>
20903       <param name=
"targetGroup"></param>
20904       <param name=
"defines"></param>
20905     </member>
20906     <member name=
"M:UnityEditor.PlayerSettings.SetStackTraceLogType(UnityEngine.LogType,UnityEngine.StackTraceLogType)">
20907       <summary>
20908         <para>Set stack trace logging options.
20909 Note: calling
this function will implicitly call Application.SetStackTraceLogType.</para>
20910       </summary>
20911       <param name=
"logType"></param>
20912       <param name=
"stackTraceType"></param>
20913     </member>
20914     <member name=
"M:UnityEditor.PlayerSettings.SetUseDefaultGraphicsAPIs(UnityEditor.BuildTarget,System.Boolean)">
20915       <summary>
20916         <para>Should a build platform use automatic graphics API choice.</para>
20917       </summary>
20918       <param name=
"platform">Platform to set the flag for.</param>
20919       <param name=
"automatic">Should best available graphics API be used?</param>
20920     </member>
20921     <member name=
"T:UnityEditor.PlayerSettings.SplashScreen">
20922       <summary>
20923         <para>Interface to splash screen player settings.</para>
20924       </summary>
20925     </member>
20926     <member name=
"P:UnityEditor.PlayerSettings.SplashScreen.animationBackgroundZoom">
20927       <summary>
20928         <para>The target zoom (
from 0 to 1) for the background when it reaches the end of the SplashScreen animation's total duration. Only used when animationMode is PlayerSettings.SplashScreen.AnimationMode.Custom|AnimationMode.Custom.</para>
20929       </summary>
20930     </member>
20931     <member name=
"P:UnityEditor.PlayerSettings.SplashScreen.animationLogoZoom">
20932       <summary>
20933         <para>The target zoom (
from 0 to 1) for the logo when it reaches the end of the logo animation's total duration. Only used when animationMode is PlayerSettings.SplashScreen.AnimationMode.Custom|AnimationMode.Custom.</para>
20934       </summary>
20935     </member>
20936     <member name=
"P:UnityEditor.PlayerSettings.SplashScreen.animationMode">
20937       <summary>
20938         <para>The type of animation applied during the splash screen.</para>
20939       </summary>
20940     </member>
20941     <member name=
"P:UnityEditor.PlayerSettings.SplashScreen.background">
20942       <summary>
20943         <para>The background Sprite that
is shown in landscape mode. Also shown in portrait mode if backgroundPortrait is null.</para>
20944       </summary>
20945     </member>
20946     <member name=
"P:UnityEditor.PlayerSettings.SplashScreen.backgroundColor">
20947       <summary>
20948         <para>The background color shown
if no background Sprite is assigned. Default is a dark blue RGB(34.44,54).</para>
20949       </summary>
20950     </member>
20951     <member name=
"P:UnityEditor.PlayerSettings.SplashScreen.backgroundPortrait">
20952       <summary>
20953         <para>The background Sprite that
is shown in portrait mode.</para>
20954       </summary>
20955     </member>
20956     <member name=
"P:UnityEditor.PlayerSettings.SplashScreen.drawMode">
20957       <summary>
20958         <para>Determines how the Unity logo should be drawn,
if it is enabled. If no Unity logo exists in [logos] then the draw mode defaults to PlayerSettings.SplashScreen.DrawMode.UnityLogoBelow|DrawMode.UnityLogoBelow.</para>
20959       </summary>
20960     </member>
20961     <member name=
"P:UnityEditor.PlayerSettings.SplashScreen.logos">
20962       <summary>
20963         <para>The collection of logos that
is shown during the splash screen. Logos are drawn in ascending order, starting from index 0, followed by 1, etc etc.</para>
20964       </summary>
20965     </member>
20966     <member name=
"P:UnityEditor.PlayerSettings.SplashScreen.overlayOpacity">
20967       <summary>
20968         <para>In order to increase contrast between the background and the logos, an overlay color modifier
is applied. The overlay opacity is the strength of this effect. Note: Reducing the value below 0.5 requires a Plus/Pro license.</para>
20969       </summary>
20970     </member>
20971     <member name=
"P:UnityEditor.PlayerSettings.SplashScreen.show">
20972       <summary>
20973         <para>Set
this to true to display the Splash Screen be shown when the application is launched. Set it to false to disable the Splash Screen. Note: Disabling the Splash Screen requires a Plus/Pro license.</para>
20974       </summary>
20975     </member>
20976     <member name=
"P:UnityEditor.PlayerSettings.SplashScreen.showUnityLogo">
20977       <summary>
20978         <para>Set
this to true to show the Unity logo during the Splash Screen. Set it to false to disable the Unity logo. Note: Disabling the Unity logo requires a Plus/Pro license.</para>
20979       </summary>
20980     </member>
20981     <member name=
"P:UnityEditor.PlayerSettings.SplashScreen.unityLogoStyle">
20982       <summary>
20983         <para>The style to use
for the Unity logo during the Splash Screen.</para>
20984       </summary>
20985     </member>
20986     <member name=
"T:UnityEditor.PlayerSettings.SplashScreen.AnimationMode">
20987       <summary>
20988         <para>The type of animation applied during the Splash Screen.</para>
20989       </summary>
20990     </member>
20991     <member name=
"F:UnityEditor.PlayerSettings.SplashScreen.AnimationMode.Custom">
20992       <summary>
20993         <para>Animates the Splash Screen
using custom values from PlayerSettings.SplashScreen.animationBackgroundZoom and PlayerSettings.SplashScreen.animationLogoZoom.</para>
20994       </summary>
20995     </member>
20996     <member name=
"F:UnityEditor.PlayerSettings.SplashScreen.AnimationMode.Dolly">
20997       <summary>
20998         <para>Animates the Splash Screen with a simulated dolly effect.</para>
20999       </summary>
21000     </member>
21001     <member name=
"F:UnityEditor.PlayerSettings.SplashScreen.AnimationMode.Static">
21002       <summary>
21003         <para>No animation
is applied to the Splash Screen logo or background.</para>
21004       </summary>
21005     </member>
21006     <member name=
"T:UnityEditor.PlayerSettings.SplashScreen.DrawMode">
21007       <summary>
21008         <para>Determines how the Unity logo should be drawn,
if it is enabled.</para>
21009       </summary>
21010     </member>
21011     <member name=
"F:UnityEditor.PlayerSettings.SplashScreen.DrawMode.AllSequential">
21012       <summary>
21013         <para>The Unity logo
is shown sequentially providing it exists in the PlayerSettings.SplashScreen.logos collection.</para>
21014       </summary>
21015     </member>
21016     <member name=
"F:UnityEditor.PlayerSettings.SplashScreen.DrawMode.UnityLogoBelow">
21017       <summary>
21018         <para>The Unity logo
is drawn in the lower portion of the screen for the duration of the Splash Screen, while the PlayerSettings.SplashScreen.logos are shown in the centre.</para>
21019       </summary>
21020     </member>
21021     <member name=
"T:UnityEditor.PlayerSettings.SplashScreen.UnityLogoStyle">
21022       <summary>
21023         <para>The style to use
for the Unity logo during the Splash Screen.</para>
21024       </summary>
21025     </member>
21026     <member name=
"F:UnityEditor.PlayerSettings.SplashScreen.UnityLogoStyle.DarkOnLight">
21027       <summary>
21028         <para>A dark Unity logo with a light background.</para>
21029       </summary>
21030     </member>
21031     <member name=
"F:UnityEditor.PlayerSettings.SplashScreen.UnityLogoStyle.LightOnDark">
21032       <summary>
21033         <para>A white Unity logo with a dark background.</para>
21034       </summary>
21035     </member>
21036     <member name=
"T:UnityEditor.PlayerSettings.SplashScreenLogo">
21037       <summary>
21038         <para>A single logo that
is shown during the Splash Screen. Controls the Sprite that is displayed and its duration.</para>
21039       </summary>
21040     </member>
21041     <member name=
"P:UnityEditor.PlayerSettings.SplashScreenLogo.duration">
21042       <summary>
21043         <para>The total time
in seconds for which the logo is shown. The minimum duration is 2 seconds.</para>
21044       </summary>
21045     </member>
21046     <member name=
"P:UnityEditor.PlayerSettings.SplashScreenLogo.logo">
21047       <summary>
21048         <para>The Sprite that
is shown during this logo. If this is null, then no logo will be displayed for the duration.</para>
21049       </summary>
21050     </member>
21051     <member name=
"P:UnityEditor.PlayerSettings.SplashScreenLogo.unityLogo">
21052       <summary>
21053         <para>The Unity logo Sprite.</para>
21054       </summary>
21055     </member>
21056     <member name=
"M:UnityEditor.PlayerSettings.SplashScreenLogo.Create(System.Single,UnityEngine.Sprite)">
21057       <summary>
21058         <para>Creates a
new Splash Screen logo with the provided duration and logo Sprite.</para>
21059       </summary>
21060       <param name=
"duration">The total time in seconds that the logo will be shown. Note minimum time is 2 seconds.</param>
21061       <param name=
"logo">The logo Sprite to display.</param>
21062       <returns>
21063         <para>The
new logo.</para>
21064       </returns>
21065     </member>
21066     <member name=
"M:UnityEditor.PlayerSettings.SplashScreenLogo.CreateWithUnityLogo(System.Single)">
21067       <summary>
21068         <para>Creates a
new Splash Screen logo with the provided duration and the unity logo.</para>
21069       </summary>
21070       <param name=
"duration">The total time in seconds that the logo will be shown. Note minimum time is 2 seconds.</param>
21071       <returns>
21072         <para>The
new logo.</para>
21073       </returns>
21074     </member>
21075     <member name=
"T:UnityEditor.PlayerSettings.Tizen">
21076       <summary>
21077         <para>Tizen specific player settings.</para>
21078       </summary>
21079     </member>
21080     <member name=
"P:UnityEditor.PlayerSettings.Tizen.deploymentTarget">
21081       <summary>
21082         <para>Currently chosen Tizen deployment target.</para>
21083       </summary>
21084     </member>
21085     <member name=
"P:UnityEditor.PlayerSettings.Tizen.deploymentTargetType">
21086       <summary>
21087         <para>Choose a type of Tizen target to deploy to. Options are Device or Emulator.</para>
21088       </summary>
21089     </member>
21090     <member name=
"P:UnityEditor.PlayerSettings.Tizen.minOSVersion">
21091       <summary>
21092         <para>Minimum Tizen OS version that
this application is compatible with.
21093         IMPORTANT: For example:
if you choose Tizen 2.4 your application will only run on devices with Tizen 2.4 or later.</para>
21094       </summary>
21095     </member>
21096     <member name=
"P:UnityEditor.PlayerSettings.Tizen.productDescription">
21097       <summary>
21098         <para>Description of your project to be displayed
in the Tizen Store.</para>
21099       </summary>
21100     </member>
21101     <member name=
"P:UnityEditor.PlayerSettings.Tizen.productURL">
21102       <summary>
21103         <para>URL of your project to be displayed
in the Tizen Store.</para>
21104       </summary>
21105     </member>
21106     <member name=
"P:UnityEditor.PlayerSettings.Tizen.showActivityIndicatorOnLoading">
21107       <summary>
21108         <para>Set or Get the style of application loading indicator. The available styles are TizenShowActivityIndicatorOnLoading.</para>
21109       </summary>
21110     </member>
21111     <member name=
"P:UnityEditor.PlayerSettings.Tizen.signingProfileName">
21112       <summary>
21113         <para>Name of the security profile to code sign Tizen applications with.</para>
21114       </summary>
21115     </member>
21116     <member name=
"T:UnityEditor.PlayerSettings.TizenCapability">
21117       <summary>
21118         <para>Tizen application capabilities.</para>
21119       </summary>
21120     </member>
21121     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.AccountRead">
21122       <summary>
21123         <para></para>
21124       </summary>
21125     </member>
21126     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.AccountWrite">
21127       <summary>
21128         <para></para>
21129       </summary>
21130     </member>
21131     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.AlarmGet">
21132       <summary>
21133         <para></para>
21134       </summary>
21135     </member>
21136     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.AlarmSet">
21137       <summary>
21138         <para></para>
21139       </summary>
21140     </member>
21141     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.AppManagerLaunch">
21142       <summary>
21143         <para></para>
21144       </summary>
21145     </member>
21146     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.Bluetooth">
21147       <summary>
21148         <para></para>
21149       </summary>
21150     </member>
21151     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.CalendarRead">
21152       <summary>
21153         <para></para>
21154       </summary>
21155     </member>
21156     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.CalendarWrite">
21157       <summary>
21158         <para></para>
21159       </summary>
21160     </member>
21161     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.Call">
21162       <summary>
21163         <para></para>
21164       </summary>
21165     </member>
21166     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.CallHistoryRead">
21167       <summary>
21168         <para></para>
21169       </summary>
21170     </member>
21171     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.CallHistoryWrite">
21172       <summary>
21173         <para></para>
21174       </summary>
21175     </member>
21176     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.Camera">
21177       <summary>
21178         <para></para>
21179       </summary>
21180     </member>
21181     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.ContactRead">
21182       <summary>
21183         <para></para>
21184       </summary>
21185     </member>
21186     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.ContactWrite">
21187       <summary>
21188         <para></para>
21189       </summary>
21190     </member>
21191     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.ContentWrite">
21192       <summary>
21193         <para></para>
21194       </summary>
21195     </member>
21196     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.DataSharing">
21197       <summary>
21198         <para></para>
21199       </summary>
21200     </member>
21201     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.Display">
21202       <summary>
21203         <para></para>
21204       </summary>
21205     </member>
21206     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.Download">
21207       <summary>
21208         <para></para>
21209       </summary>
21210     </member>
21211     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.Email">
21212       <summary>
21213         <para></para>
21214       </summary>
21215     </member>
21216     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.ExternalStorage">
21217       <summary>
21218         <para></para>
21219       </summary>
21220     </member>
21221     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.ExternalStorageAppData">
21222       <summary>
21223         <para></para>
21224       </summary>
21225     </member>
21226     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.Haptic">
21227       <summary>
21228         <para></para>
21229       </summary>
21230     </member>
21231     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.Internet">
21232       <summary>
21233         <para></para>
21234       </summary>
21235     </member>
21236     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.KeyManager">
21237       <summary>
21238         <para></para>
21239       </summary>
21240     </member>
21241     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.LED">
21242       <summary>
21243         <para></para>
21244       </summary>
21245     </member>
21246     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.Location">
21247       <summary>
21248         <para></para>
21249       </summary>
21250     </member>
21251     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.MediaStorage">
21252       <summary>
21253         <para></para>
21254       </summary>
21255     </member>
21256     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.MessageRead">
21257       <summary>
21258         <para></para>
21259       </summary>
21260     </member>
21261     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.MessageWrite">
21262       <summary>
21263         <para></para>
21264       </summary>
21265     </member>
21266     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.NetworkGet">
21267       <summary>
21268         <para></para>
21269       </summary>
21270     </member>
21271     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.NetworkProfile">
21272       <summary>
21273         <para></para>
21274       </summary>
21275     </member>
21276     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.NetworkSet">
21277       <summary>
21278         <para></para>
21279       </summary>
21280     </member>
21281     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.NFC">
21282       <summary>
21283         <para></para>
21284       </summary>
21285     </member>
21286     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.NFCCardEmulation">
21287       <summary>
21288         <para></para>
21289       </summary>
21290     </member>
21291     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.Notification">
21292       <summary>
21293         <para></para>
21294       </summary>
21295     </member>
21296     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.PackageManagerInfo">
21297       <summary>
21298         <para></para>
21299       </summary>
21300     </member>
21301     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.Power">
21302       <summary>
21303         <para></para>
21304       </summary>
21305     </member>
21306     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.Push">
21307       <summary>
21308         <para></para>
21309       </summary>
21310     </member>
21311     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.Recorder">
21312       <summary>
21313         <para></para>
21314       </summary>
21315     </member>
21316     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.Shortcut">
21317       <summary>
21318         <para></para>
21319       </summary>
21320     </member>
21321     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.SystemSettings">
21322       <summary>
21323         <para></para>
21324       </summary>
21325     </member>
21326     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.Telephony">
21327       <summary>
21328         <para></para>
21329       </summary>
21330     </member>
21331     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.VolumeSet">
21332       <summary>
21333         <para></para>
21334       </summary>
21335     </member>
21336     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.WifiDirect">
21337       <summary>
21338         <para></para>
21339       </summary>
21340     </member>
21341     <member name=
"F:UnityEditor.PlayerSettings.TizenCapability.WindowPrioritySet">
21342       <summary>
21343         <para></para>
21344       </summary>
21345     </member>
21346     <member name=
"T:UnityEditor.PlayerSettings.tvOS">
21347       <summary>
21348         <para>tvOS specific player settings.</para>
21349       </summary>
21350     </member>
21351     <member name=
"P:UnityEditor.PlayerSettings.tvOS.buildNumber">
21352       <summary>
21353         <para>The build number of the bundle</para>
21354       </summary>
21355     </member>
21356     <member name=
"P:UnityEditor.PlayerSettings.tvOS.requireExtendedGameController">
21357       <summary>
21358         <para>Application requires extended game controller.</para>
21359       </summary>
21360     </member>
21361     <member name=
"P:UnityEditor.PlayerSettings.tvOS.sdkVersion">
21362       <summary>
21363         <para>Active tvOS SDK version used
for build.</para>
21364       </summary>
21365     </member>
21366     <member name=
"P:UnityEditor.PlayerSettings.tvOS.targetOSVersion">
21367       <summary>
21368         <para>Deployment minimal version of tvOS.</para>
21369       </summary>
21370     </member>
21371     <member name=
"P:UnityEditor.PlayerSettings.tvOS.targetOSVersionString">
21372       <summary>
21373         <para>Deployment minimal version of tvOS.</para>
21374       </summary>
21375     </member>
21376     <member name=
"T:UnityEditor.PlayerSettings.VRCardboard">
21377       <summary>
21378         <para>Google Cardboard-specific Player Settings.</para>
21379       </summary>
21380     </member>
21381     <member name=
"P:UnityEditor.PlayerSettings.VRCardboard.depthFormat">
21382       <summary>
21383         <para>Set the requested depth format
for the Depth and Stencil Buffers. Options are 16bit Depth, 24bit Depth and 24bit Depth + 8bit Stencil.</para>
21384       </summary>
21385     </member>
21386     <member name=
"T:UnityEditor.PlayerSettings.VRDaydream">
21387       <summary>
21388         <para>Google VR-specific Player Settings.</para>
21389       </summary>
21390     </member>
21391     <member name=
"P:UnityEditor.PlayerSettings.VRDaydream.daydreamIcon">
21392       <summary>
21393         <para>Foreground image
for the Daydream Launcher Home Screen.</para>
21394       </summary>
21395     </member>
21396     <member name=
"P:UnityEditor.PlayerSettings.VRDaydream.daydreamIconBackground">
21397       <summary>
21398         <para>Background image
for the Daydream Launcher Home Screen.</para>
21399       </summary>
21400     </member>
21401     <member name=
"P:UnityEditor.PlayerSettings.VRDaydream.depthFormat">
21402       <summary>
21403         <para>Set the requested depth format
for the Depth and Stencil Buffers. Options are 16bit Depth, 24bit Depth and 24bit Depth + 8bit Stencil.</para>
21404       </summary>
21405     </member>
21406     <member name=
"T:UnityEditor.PlayerSettings.WebGL">
21407       <summary>
21408         <para>WebGL specific player settings.</para>
21409       </summary>
21410     </member>
21411     <member name=
"P:UnityEditor.PlayerSettings.WebGL.compressionFormat">
21412       <summary>
21413         <para>CompressionFormat defines the compression type that the WebGL resources are encoded to.</para>
21414       </summary>
21415     </member>
21416     <member name=
"P:UnityEditor.PlayerSettings.WebGL.dataCaching">
21417       <summary>
21418         <para>Enables automatic caching of asset data.</para>
21419       </summary>
21420     </member>
21421     <member name=
"P:UnityEditor.PlayerSettings.WebGL.debugSymbols">
21422       <summary>
21423         <para>Enables generation of debug symbols file
in the build output directory.</para>
21424       </summary>
21425     </member>
21426     <member name=
"P:UnityEditor.PlayerSettings.WebGL.exceptionSupport">
21427       <summary>
21428         <para>Exception support
for WebGL builds.</para>
21429       </summary>
21430     </member>
21431     <member name=
"P:UnityEditor.PlayerSettings.WebGL.memorySize">
21432       <summary>
21433         <para>Memory size
for WebGL builds in MB.</para>
21434       </summary>
21435     </member>
21436     <member name=
"P:UnityEditor.PlayerSettings.WebGL.nameFilesAsHashes">
21437       <summary>
21438         <para>Enables
using MD5 hash of the uncompressed file contents as a filename for each file in the build.</para>
21439       </summary>
21440     </member>
21441     <member name=
"P:UnityEditor.PlayerSettings.WebGL.template">
21442       <summary>
21443         <para>Path to the WebGL template asset.</para>
21444       </summary>
21445     </member>
21446     <member name=
"T:UnityEditor.PlayerSettings.WSA">
21447       <summary>
21448         <para>Windows Store Apps specific player settings.</para>
21449       </summary>
21450     </member>
21451     <member name=
"P:UnityEditor.PlayerSettings.WSA.compilationOverrides">
21452       <summary>
21453         <para>Specify how to compile C# files
when building to Windows Store Apps.</para>
21454       </summary>
21455     </member>
21456     <member name=
"P:UnityEditor.PlayerSettings.WSA.enableIndependentInputSource">
21457       <summary>
21458         <para>Enable/Disable independent input source feature.</para>
21459       </summary>
21460     </member>
21461     <member name=
"P:UnityEditor.PlayerSettings.WSA.enableLowLatencyPresentationAPI">
21462       <summary>
21463         <para>Enable/Disable low latency presentation API.</para>
21464       </summary>
21465     </member>
21466     <member name=
"P:UnityEditor.PlayerSettings.WSA.inputSource">
21467       <summary>
21468         <para>Where Unity gets input
from.</para>
21469       </summary>
21470     </member>
21471     <member name=
"T:UnityEditor.PlayerSettings.WSA.Declarations">
21472       <summary>
21473         <para>Windows Store Apps declarations.</para>
21474       </summary>
21475     </member>
21476     <member name=
"P:UnityEditor.PlayerSettings.WSA.Declarations.fileTypeAssociations">
21477       <summary>
21478         <para>Set information
for file type associations.
21479
21480 For more information - https:msdn.microsoft.comlibrarywindowsappshh779671https:msdn.microsoft.comlibrarywindowsappshh779671.</para>
21481       </summary>
21482     </member>
21483     <member name=
"P:UnityEditor.PlayerSettings.WSA.Declarations.protocolName">
21484       <summary>
21485         <para>
21486           Registers
this application to be a default handler for specified URI scheme name.
21487
21488           For example:
if you specify myunitygame, your application can be run from other applications via the URI scheme myunitygame:. You can also test this using the Windows "Run" dialog box (invoked with Windows + R key).
21489
21490           For more information https:msdn.microsoft.comlibrarywindowsappshh779670https:msdn.microsoft.comlibrarywindowsappshh779670.</para>
21491       </summary>
21492     </member>
21493     <member name=
"M:UnityEditor.PlayerSettings.WSA.GetVisualAssetsImage(UnityEditor.PlayerSettings/WSAImageType,UnityEditor.PlayerSettings/WSAImageScale)">
21494       <summary>
21495         <para>Get path
for image, that will be populated to the Visual Studio solution and the package manifest.</para>
21496       </summary>
21497       <param name=
"type"></param>
21498       <param name=
"scale"></param>
21499     </member>
21500     <member name=
"M:UnityEditor.PlayerSettings.WSA.SetVisualAssetsImage(System.String,UnityEditor.PlayerSettings/WSAImageType,UnityEditor.PlayerSettings/WSAImageScale)">
21501       <summary>
21502         <para>Set path
for image, that will be populated to the Visual Studio solution and the package manifest.</para>
21503       </summary>
21504       <param name=
"image"></param>
21505       <param name=
"type"></param>
21506       <param name=
"scale"></param>
21507     </member>
21508     <member name=
"T:UnityEditor.PlayerSettings.WSACompilationOverrides">
21509       <summary>
21510         <para>Compilation overrides
for C# files.</para>
21511       </summary>
21512     </member>
21513     <member name=
"F:UnityEditor.PlayerSettings.WSACompilationOverrides.None">
21514       <summary>
21515         <para>C# files are compiled
using Mono compiler.</para>
21516       </summary>
21517     </member>
21518     <member name=
"F:UnityEditor.PlayerSettings.WSACompilationOverrides.UseNetCore">
21519       <summary>
21520         <para>C# files are compiled
using Microsoft compiler and .NET Core, you can use Windows Runtime API, but classes implemented in C# files aren't accessible from JS or Boo languages.</para>
21521       </summary>
21522     </member>
21523     <member name=
"F:UnityEditor.PlayerSettings.WSACompilationOverrides.UseNetCorePartially">
21524       <summary>
21525         <para>C# files not located
in Plugins, Standard Assets, Pro Standard Assets folders are compiled using Microsoft compiler and .NET Core, all other C# files are compiled using Mono compiler. The advantage is that classes implemented in C# are accessible from JS and Boo languages.</para>
21526       </summary>
21527     </member>
21528     <member name=
"T:UnityEditor.PlayerSettings.WSAFileTypeAssociations">
21529       <summary>
21530         <para>Describes File Type Association declaration.</para>
21531       </summary>
21532     </member>
21533     <member name=
"F:UnityEditor.PlayerSettings.WSAFileTypeAssociations.name">
21534       <summary>
21535         <para>Localizable
string that will be displayed to the user as associated file handler.</para>
21536       </summary>
21537     </member>
21538     <member name=
"F:UnityEditor.PlayerSettings.WSAFileTypeAssociations.supportedFileTypes">
21539       <summary>
21540         <para>Supported file types
for this association.</para>
21541       </summary>
21542     </member>
21543     <member name=
"T:UnityEditor.PlayerSettings.WSAImageScale">
21544       <summary>
21545         <para>Various image scales, supported
by Windows Store Apps.</para>
21546       </summary>
21547     </member>
21548     <member name=
"T:UnityEditor.PlayerSettings.WSAImageType">
21549       <summary>
21550         <para>Image types, supported
by Windows Store Apps.</para>
21551       </summary>
21552     </member>
21553     <member name=
"T:UnityEditor.PlayerSettings.WSAInputSource">
21554       <summary>
21555         <para>Where Unity takes input
from (subscripbes to events).</para>
21556       </summary>
21557     </member>
21558     <member name=
"F:UnityEditor.PlayerSettings.WSAInputSource.CoreWindow">
21559       <summary>
21560         <para>Subscribe to CoreWindow events.</para>
21561       </summary>
21562     </member>
21563     <member name=
"F:UnityEditor.PlayerSettings.WSAInputSource.IndependentInputSource">
21564       <summary>
21565         <para>Create Independent Input Source and receive input
from it.</para>
21566       </summary>
21567     </member>
21568     <member name=
"F:UnityEditor.PlayerSettings.WSAInputSource.SwapChainPanel">
21569       <summary>
21570         <para>Subscribe to SwapChainPanel events.</para>
21571       </summary>
21572     </member>
21573     <member name=
"T:UnityEditor.PlayerSettings.WSASupportedFileType">
21574       <summary>
21575         <para>Describes supported file type
for File Type Association declaration.</para>
21576       </summary>
21577     </member>
21578     <member name=
"F:UnityEditor.PlayerSettings.WSASupportedFileType.contentType">
21579       <summary>
21580         <para>The
'Content Type' value for the file type's MIME content type. For example: 'image/jpeg'. Can also be left blank.</para>
21581       </summary>
21582     </member>
21583     <member name=
"F:UnityEditor.PlayerSettings.WSASupportedFileType.fileType">
21584       <summary>
21585         <para>File type extension. For ex., .myUnityGame</para>
21586       </summary>
21587     </member>
21588     <member name=
"T:UnityEditor.PluginImporter">
21589       <summary>
21590         <para>Represents plugin importer.</para>
21591       </summary>
21592     </member>
21593     <member name=
"P:UnityEditor.PluginImporter.isNativePlugin">
21594       <summary>
21595         <para>Is plugin native or managed? Note: C++ libraries with CLR support are treated
as native plugins, because Unity cannot load such libraries. You can still access them via P/Invoke.</para>
21596       </summary>
21597     </member>
21598     <member name=
"M:UnityEditor.PluginImporter.ClearSettings">
21599       <summary>
21600         <para>Clear all plugin settings and
set the compatability with Any Platform to true.</para>
21601       </summary>
21602     </member>
21603     <member name=
"M:UnityEditor.PluginImporter.#ctor">
21604       <summary>
21605         <para>Constructor.</para>
21606       </summary>
21607     </member>
21608     <member name=
"M:UnityEditor.PluginImporter.GetAllImporters">
21609       <summary>
21610         <para>Returns all plugin importers
for all platforms.</para>
21611       </summary>
21612     </member>
21613     <member name=
"M:UnityEditor.PluginImporter.GetCompatibleWithAnyPlatform">
21614       <summary>
21615         <para>Is plugin comptabile with any platform.</para>
21616       </summary>
21617     </member>
21618     <member name=
"M:UnityEditor.PluginImporter.GetCompatibleWithEditor">
21619       <summary>
21620         <para>Is plugin compatible with editor.</para>
21621       </summary>
21622     </member>
21623     <member name=
"M:UnityEditor.PluginImporter.GetCompatibleWithPlatform(UnityEditor.BuildTarget)">
21624       <summary>
21625         <para>Is plugin compatible with specified platform.</para>
21626       </summary>
21627       <param name=
"platform">Target platform.</param>
21628       <param name=
"platformName"></param>
21629     </member>
21630     <member name=
"M:UnityEditor.PluginImporter.GetCompatibleWithPlatform(System.String)">
21631       <summary>
21632         <para>Is plugin compatible with specified platform.</para>
21633       </summary>
21634       <param name=
"platform">Target platform.</param>
21635       <param name=
"platformName"></param>
21636     </member>
21637     <member name=
"M:UnityEditor.PluginImporter.GetEditorData(System.String)">
21638       <summary>
21639         <para>Returns editor specific data
for specified key.</para>
21640       </summary>
21641       <param name=
"key">Key value for data.</param>
21642     </member>
21643     <member name=
"M:UnityEditor.PluginImporter.GetExcludeEditorFromAnyPlatform">
21644       <summary>
21645         <para>Is Editor excluded
when Any Platform is set to true.</para>
21646       </summary>
21647     </member>
21648     <member name=
"M:UnityEditor.PluginImporter.GetExcludeFromAnyPlatform(System.String)">
21649       <summary>
21650         <para>Is platform excluded
when Any Platform set to true.</para>
21651       </summary>
21652       <param name=
"platform">Target platform.</param>
21653       <param name=
"platformName"></param>
21654     </member>
21655     <member name=
"M:UnityEditor.PluginImporter.GetExcludeFromAnyPlatform(UnityEditor.BuildTarget)">
21656       <summary>
21657         <para>Is platform excluded
when Any Platform set to true.</para>
21658       </summary>
21659       <param name=
"platform">Target platform.</param>
21660       <param name=
"platformName"></param>
21661     </member>
21662     <member name=
"M:UnityEditor.PluginImporter.GetImporters(UnityEditor.BuildTarget)">
21663       <summary>
21664         <para>Returns all plugin importers
for specfied platform.</para>
21665       </summary>
21666       <param name=
"platform">Target platform.</param>
21667       <param name=
"platformName">Name of the target platform.</param>
21668     </member>
21669     <member name=
"M:UnityEditor.PluginImporter.GetImporters(System.String)">
21670       <summary>
21671         <para>Returns all plugin importers
for specfied platform.</para>
21672       </summary>
21673       <param name=
"platform">Target platform.</param>
21674       <param name=
"platformName">Name of the target platform.</param>
21675     </member>
21676     <member name=
"M:UnityEditor.PluginImporter.GetIsOverridable">
21677       <summary>
21678         <para>Identifies whether or not
this plugin will be overridden if a plugin of the same name is placed in your project folder.</para>
21679       </summary>
21680     </member>
21681     <member name=
"M:UnityEditor.PluginImporter.GetPlatformData(UnityEditor.BuildTarget,System.String)">
21682       <summary>
21683         <para>Get platform specific data.</para>
21684       </summary>
21685       <param name=
"platform">Target platform.</param>
21686       <param name=
"key">Key value for data.</param>
21687       <param name=
"platformName"></param>
21688     </member>
21689     <member name=
"M:UnityEditor.PluginImporter.GetPlatformData(System.String,System.String)">
21690       <summary>
21691         <para>Get platform specific data.</para>
21692       </summary>
21693       <param name=
"platform">Target platform.</param>
21694       <param name=
"key">Key value for data.</param>
21695       <param name=
"platformName"></param>
21696     </member>
21697     <member name=
"M:UnityEditor.PluginImporter.SetCompatibleWithAnyPlatform(System.Boolean)">
21698       <summary>
21699         <para>Set compatiblity with any platform.</para>
21700       </summary>
21701       <param name=
"enable">Is plugin compatible with any platform.</param>
21702     </member>
21703     <member name=
"M:UnityEditor.PluginImporter.SetCompatibleWithEditor(System.Boolean)">
21704       <summary>
21705         <para>Set compatiblity with any editor.</para>
21706       </summary>
21707       <param name=
"enable">Is plugin compatible with editor.</param>
21708     </member>
21709     <member name=
"M:UnityEditor.PluginImporter.SetCompatibleWithPlatform(UnityEditor.BuildTarget,System.Boolean)">
21710       <summary>
21711         <para>Set compatiblity with specified platform.</para>
21712       </summary>
21713       <param name=
"platform">Target platform.</param>
21714       <param name=
"enable">Is plugin compatible with specified platform.</param>
21715       <param name=
"platformName">Target platform.</param>
21716     </member>
21717     <member name=
"M:UnityEditor.PluginImporter.SetCompatibleWithPlatform(System.String,System.Boolean)">
21718       <summary>
21719         <para>Set compatiblity with specified platform.</para>
21720       </summary>
21721       <param name=
"platform">Target platform.</param>
21722       <param name=
"enable">Is plugin compatible with specified platform.</param>
21723       <param name=
"platformName">Target platform.</param>
21724     </member>
21725     <member name=
"M:UnityEditor.PluginImporter.SetEditorData(System.String,System.String)">
21726       <summary>
21727         <para>Set editor specific data.</para>
21728       </summary>
21729       <param name=
"key">Key value for data.</param>
21730       <param name=
"value">Data.</param>
21731     </member>
21732     <member name=
"M:UnityEditor.PluginImporter.SetExcludeEditorFromAnyPlatform(System.Boolean)">
21733       <summary>
21734         <para>Exclude Editor
from compatible platforms when Any Platform is set to true.</para>
21735       </summary>
21736       <param name=
"excludedFromAny"></param>
21737     </member>
21738     <member name=
"M:UnityEditor.PluginImporter.SetExcludeFromAnyPlatform(System.String,System.Boolean)">
21739       <summary>
21740         <para>Exclude platform
from compatible platforms when Any Platform is set to true.</para>
21741       </summary>
21742       <param name=
"platformName">Target platform.</param>
21743       <param name=
"excludedFromAny"></param>
21744       <param name=
"platform"></param>
21745     </member>
21746     <member name=
"M:UnityEditor.PluginImporter.SetExcludeFromAnyPlatform(UnityEditor.BuildTarget,System.Boolean)">
21747       <summary>
21748         <para>Exclude platform
from compatible platforms when Any Platform is set to true.</para>
21749       </summary>
21750       <param name=
"platformName">Target platform.</param>
21751       <param name=
"excludedFromAny"></param>
21752       <param name=
"platform"></param>
21753     </member>
21754     <member name=
"M:UnityEditor.PluginImporter.SetPlatformData(UnityEditor.BuildTarget,System.String,System.String)">
21755       <summary>
21756         <para>Set platform specific data.</para>
21757       </summary>
21758       <param name=
"platform">Target platform.</param>
21759       <param name=
"key">Key value for data.</param>
21760       <param name=
"value">Data.</param>
21761       <param name=
"platformName"></param>
21762     </member>
21763     <member name=
"M:UnityEditor.PluginImporter.SetPlatformData(System.String,System.String,System.String)">
21764       <summary>
21765         <para>Set platform specific data.</para>
21766       </summary>
21767       <param name=
"platform">Target platform.</param>
21768       <param name=
"key">Key value for data.</param>
21769       <param name=
"value">Data.</param>
21770       <param name=
"platformName"></param>
21771     </member>
21772     <member name=
"M:UnityEditor.PluginImporter.ShouldIncludeInBuild">
21773       <summary>
21774         <para>Identifies whether or not
this plugin should be included in the current build target.</para>
21775       </summary>
21776     </member>
21777     <member name=
"T:UnityEditor.PopupWindow">
21778       <summary>
21779         <para>Class used to display popup windows that inherit
from PopupWindowContent.</para>
21780       </summary>
21781     </member>
21782     <member name=
"M:UnityEditor.PopupWindow.Show(UnityEngine.Rect,UnityEditor.PopupWindowContent)">
21783       <summary>
21784         <para>Show a popup with the given PopupWindowContent.</para>
21785       </summary>
21786       <param name=
"activatorRect">The rect of the button that opens the popup.</param>
21787       <param name=
"windowContent">The content to show in the popup window.</param>
21788     </member>
21789     <member name=
"T:UnityEditor.PopupWindowContent">
21790       <summary>
21791         <para>Class used to implement content
for a popup window.</para>
21792       </summary>
21793     </member>
21794     <member name=
"P:UnityEditor.PopupWindowContent.editorWindow">
21795       <summary>
21796         <para>The EditorWindow that contains the popup content.</para>
21797       </summary>
21798     </member>
21799     <member name=
"M:UnityEditor.PopupWindowContent.GetWindowSize">
21800       <summary>
21801         <para>The size of the popup window.</para>
21802       </summary>
21803       <returns>
21804         <para>The size of the Popup window.</para>
21805       </returns>
21806     </member>
21807     <member name=
"M:UnityEditor.PopupWindowContent.OnClose">
21808       <summary>
21809         <para>Callback
when the popup window is closed.</para>
21810       </summary>
21811     </member>
21812     <member name=
"M:UnityEditor.PopupWindowContent.OnGUI(UnityEngine.Rect)">
21813       <summary>
21814         <para>Callback
for drawing GUI controls for the popup window.</para>
21815       </summary>
21816       <param name=
"rect">The rectangle to draw the GUI inside.</param>
21817     </member>
21818     <member name=
"M:UnityEditor.PopupWindowContent.OnOpen">
21819       <summary>
21820         <para>Callback
when the popup window is opened.</para>
21821       </summary>
21822     </member>
21823     <member name=
"T:UnityEditor.PrefabType">
21824       <summary>
21825         <para>The type of a prefab
object as returned by PrefabUtility.GetPrefabType.</para>
21826       </summary>
21827     </member>
21828     <member name=
"F:UnityEditor.PrefabType.DisconnectedModelPrefabInstance">
21829       <summary>
21830         <para>The
object is an instance of an imported 3D model, but the connection is broken.</para>
21831       </summary>
21832     </member>
21833     <member name=
"F:UnityEditor.PrefabType.DisconnectedPrefabInstance">
21834       <summary>
21835         <para>The
object is an instance of a user created prefab, but the connection is broken.</para>
21836       </summary>
21837     </member>
21838     <member name=
"F:UnityEditor.PrefabType.MissingPrefabInstance">
21839       <summary>
21840         <para>The
object was an instance of a prefab, but the original prefab could not be found.</para>
21841       </summary>
21842     </member>
21843     <member name=
"F:UnityEditor.PrefabType.ModelPrefab">
21844       <summary>
21845         <para>The
object is an imported 3D model asset.</para>
21846       </summary>
21847     </member>
21848     <member name=
"F:UnityEditor.PrefabType.ModelPrefabInstance">
21849       <summary>
21850         <para>The
object is an instance of an imported 3D model.</para>
21851       </summary>
21852     </member>
21853     <member name=
"F:UnityEditor.PrefabType.None">
21854       <summary>
21855         <para>The
object is not a prefab nor an instance of a prefab.</para>
21856       </summary>
21857     </member>
21858     <member name=
"F:UnityEditor.PrefabType.Prefab">
21859       <summary>
21860         <para>The
object is a user created prefab asset.</para>
21861       </summary>
21862     </member>
21863     <member name=
"F:UnityEditor.PrefabType.PrefabInstance">
21864       <summary>
21865         <para>The
object is an instance of a user created prefab.</para>
21866       </summary>
21867     </member>
21868     <member name=
"T:UnityEditor.PrefabUtility">
21869       <summary>
21870         <para>Utility
class for any prefab related operations.</para>
21871       </summary>
21872     </member>
21873     <member name=
"F:UnityEditor.PrefabUtility.prefabInstanceUpdated">
21874       <summary>
21875         <para>Called after prefab instances
in the scene have been updated.</para>
21876       </summary>
21877     </member>
21878     <member name=
"M:UnityEditor.PrefabUtility.ConnectGameObjectToPrefab(UnityEngine.GameObject,UnityEngine.GameObject)">
21879       <summary>
21880         <para>Connects the source prefab to the game
object.</para>
21881       </summary>
21882       <param name=
"go"></param>
21883       <param name=
"sourcePrefab"></param>
21884     </member>
21885     <member name=
"M:UnityEditor.PrefabUtility.CreateEmptyPrefab(System.String)">
21886       <summary>
21887         <para>Creates an empty prefab at given path.</para>
21888       </summary>
21889       <param name=
"path"></param>
21890     </member>
21891     <member name=
"M:UnityEditor.PrefabUtility.CreatePrefab(System.String,UnityEngine.GameObject)">
21892       <summary>
21893         <para>Creates a prefab
from a game object hierarchy.</para>
21894       </summary>
21895       <param name=
"path"></param>
21896       <param name=
"go"></param>
21897       <param name=
"options"></param>
21898     </member>
21899     <member name=
"M:UnityEditor.PrefabUtility.CreatePrefab(System.String,UnityEngine.GameObject,UnityEditor.ReplacePrefabOptions)">
21900       <summary>
21901         <para>Creates a prefab
from a game object hierarchy.</para>
21902       </summary>
21903       <param name=
"path"></param>
21904       <param name=
"go"></param>
21905       <param name=
"options"></param>
21906     </member>
21907     <member name=
"M:UnityEditor.PrefabUtility.DisconnectPrefabInstance(UnityEngine.Object)">
21908       <summary>
21909         <para>Disconnects the prefab instance
from its parent prefab.</para>
21910       </summary>
21911       <param name=
"targetObject"></param>
21912     </member>
21913     <member name=
"M:UnityEditor.PrefabUtility.FindPrefabRoot(UnityEngine.GameObject)">
21914       <summary>
21915         <para>Helper function to find the prefab root of an
object (used for picking niceness).</para>
21916       </summary>
21917       <param name=
"source">The object to check.</param>
21918       <returns>
21919         <para>The prefab root.</para>
21920       </returns>
21921     </member>
21922     <member name=
"M:UnityEditor.PrefabUtility.FindRootGameObjectWithSameParentPrefab(UnityEngine.GameObject)">
21923       <summary>
21924         <para>Returns the topmost game
object that has the same prefab parent as target.</para>
21925       </summary>
21926       <param name=
"destinationScene">Scene to instantiate the prefab in.</param>
21927       <param name=
"target"></param>
21928       <returns>
21929         <para>The GameObject at the root of the prefab.</para>
21930       </returns>
21931     </member>
21932     <member name=
"M:UnityEditor.PrefabUtility.FindValidUploadPrefabInstanceRoot(UnityEngine.GameObject)">
21933       <summary>
21934         <para>Returns root game
object of the prefab instance if that root prefab instance is a parent of the prefab.</para>
21935       </summary>
21936       <param name=
"target">GameObject to process.</param>
21937       <returns>
21938         <para>Return the root game
object of the prefab asset.</para>
21939       </returns>
21940     </member>
21941     <member name=
"M:UnityEditor.PrefabUtility.GetPrefabObject(UnityEngine.Object)">
21942       <summary>
21943         <para>Retrieves the enclosing prefab
for any object contained within.</para>
21944       </summary>
21945       <param name=
"targetObject">An object contained within a prefab object.</param>
21946       <returns>
21947         <para>The prefab the
object is contained in.</para>
21948       </returns>
21949     </member>
21950     <member name=
"M:UnityEditor.PrefabUtility.GetPrefabParent(UnityEngine.Object)">
21951       <summary>
21952         <para>Returns the parent asset
object of source, or null if it can't be found.</para>
21953       </summary>
21954       <param name=
"source"></param>
21955     </member>
21956     <member name=
"M:UnityEditor.PrefabUtility.GetPrefabType(UnityEngine.Object)">
21957       <summary>
21958         <para>Given an
object, returns its prefab type (None, if it's not a prefab).</para>
21959       </summary>
21960       <param name=
"target"></param>
21961     </member>
21962     <member name=
"M:UnityEditor.PrefabUtility.GetPropertyModifications(UnityEngine.Object)">
21963       <summary>
21964         <para>Extract all modifications that are applied to the prefab instance compared to the parent prefab.</para>
21965       </summary>
21966       <param name=
"targetPrefab"></param>
21967     </member>
21968     <member name=
"M:UnityEditor.PrefabUtility.InstantiateAttachedAsset(UnityEngine.Object)">
21969       <summary>
21970         <para>Instantiate an asset that
is referenced by a prefab and use it on the prefab instance.</para>
21971       </summary>
21972       <param name=
"targetObject"></param>
21973     </member>
21974     <member name=
"M:UnityEditor.PrefabUtility.InstantiatePrefab(UnityEngine.Object)">
21975       <summary>
21976         <para>Instantiates the given prefab
in a given scene.</para>
21977       </summary>
21978       <param name=
"target">Prefab asset to instantiate.</param>
21979       <param name=
"destinationScene">Scene to instantiate the prefab in.</param>
21980       <returns>
21981         <para>The GameObject at the root of the prefab.</para>
21982       </returns>
21983     </member>
21984     <member name=
"M:UnityEditor.PrefabUtility.InstantiatePrefab(UnityEngine.Object,UnityEngine.SceneManagement.Scene)">
21985       <summary>
21986         <para>Instantiates the given prefab
in a given scene.</para>
21987       </summary>
21988       <param name=
"target">Prefab asset to instantiate.</param>
21989       <param name=
"destinationScene">Scene to instantiate the prefab in.</param>
21990       <returns>
21991         <para>The GameObject at the root of the prefab.</para>
21992       </returns>
21993     </member>
21994     <member name=
"M:UnityEditor.PrefabUtility.MergeAllPrefabInstances(UnityEngine.Object)">
21995       <summary>
21996         <para>Force re-merging all prefab instances of
this prefab.</para>
21997       </summary>
21998       <param name=
"targetObject"></param>
21999     </member>
22000     <member name=
"T:UnityEditor.PrefabUtility.PrefabInstanceUpdated">
22001       <summary>
22002         <para>Delegate
for method that is called after prefab instances in the scene have been updated.</para>
22003       </summary>
22004       <param name=
"instance"></param>
22005     </member>
22006     <member name=
"M:UnityEditor.PrefabUtility.ReconnectToLastPrefab(UnityEngine.GameObject)">
22007       <summary>
22008         <para>Connects the game
object to the prefab that it was last connected to.</para>
22009       </summary>
22010       <param name=
"go"></param>
22011     </member>
22012     <member name=
"M:UnityEditor.PrefabUtility.RecordPrefabInstancePropertyModifications(UnityEngine.Object)">
22013       <summary>
22014         <para>Causes modifications made to the Prefab instance to be recorded.</para>
22015       </summary>
22016       <param name=
"targetObject">Object to process.</param>
22017     </member>
22018     <member name=
"M:UnityEditor.PrefabUtility.ReplacePrefab(UnityEngine.GameObject,UnityEngine.Object)">
22019       <summary>
22020         <para>Replaces the targetPrefab with a copy of the game
object hierarchy go.</para>
22021       </summary>
22022       <param name=
"go"></param>
22023       <param name=
"targetPrefab"></param>
22024       <param name=
"options"></param>
22025     </member>
22026     <member name=
"M:UnityEditor.PrefabUtility.ReplacePrefab(UnityEngine.GameObject,UnityEngine.Object,UnityEditor.ReplacePrefabOptions)">
22027       <summary>
22028         <para>Replaces the targetPrefab with a copy of the game
object hierarchy go.</para>
22029       </summary>
22030       <param name=
"go"></param>
22031       <param name=
"targetPrefab"></param>
22032       <param name=
"options"></param>
22033     </member>
22034     <member name=
"M:UnityEditor.PrefabUtility.ResetToPrefabState(UnityEngine.Object)">
22035       <summary>
22036         <para>Resets the properties of the component or game
object to the parent prefab state.</para>
22037       </summary>
22038       <param name=
"obj"></param>
22039     </member>
22040     <member name=
"M:UnityEditor.PrefabUtility.RevertPrefabInstance(UnityEngine.GameObject)">
22041       <summary>
22042         <para>Resets the properties of all objects
in the prefab, including child game objects and components that were added to the prefab instance.</para>
22043       </summary>
22044       <param name=
"go"></param>
22045     </member>
22046     <member name=
"M:UnityEditor.PrefabUtility.SetPropertyModifications(UnityEngine.Object,UnityEditor.PropertyModification[])">
22047       <summary>
22048         <para>Assigns all modifications that are applied to the prefab instance compared to the parent prefab.</para>
22049       </summary>
22050       <param name=
"targetPrefab"></param>
22051       <param name=
"modifications"></param>
22052     </member>
22053     <member name=
"T:UnityEditor.PreferenceItem">
22054       <summary>
22055         <para>The PreferenceItem attribute allows you to
add preferences sections to the Preferences Window.</para>
22056       </summary>
22057     </member>
22058     <member name=
"M:UnityEditor.PreferenceItem.#ctor(System.String)">
22059       <summary>
22060         <para>Creates a section
in the Preferences Window called name and invokes the static function following it for the section's GUI.</para>
22061       </summary>
22062       <param name=
"name"></param>
22063     </member>
22064     <member name=
"T:UnityEditor.PropertyDrawer">
22065       <summary>
22066         <para>Base
class to derive custom property drawers from. Use this to create custom drawers for your own Serializable classes or for script variables with custom PropertyAttributes.</para>
22067       </summary>
22068     </member>
22069     <member name=
"P:UnityEditor.PropertyDrawer.attribute">
22070       <summary>
22071         <para>The PropertyAttribute
for the property. Not applicable for custom class drawers. (Read Only)</para>
22072       </summary>
22073     </member>
22074     <member name=
"P:UnityEditor.PropertyDrawer.fieldInfo">
22075       <summary>
22076         <para>The reflection FieldInfo
for the member this property represents. (Read Only)</para>
22077       </summary>
22078     </member>
22079     <member name=
"M:UnityEditor.PropertyDrawer.GetPropertyHeight(UnityEditor.SerializedProperty,UnityEngine.GUIContent)">
22080       <summary>
22081         <para>Override
this method to specify how tall the GUI for this field is in pixels.</para>
22082       </summary>
22083       <param name=
"property">The SerializedProperty to make the custom GUI for.</param>
22084       <param name=
"label">The label of this property.</param>
22085       <returns>
22086         <para>The height
in pixels.</para>
22087       </returns>
22088     </member>
22089     <member name=
"M:UnityEditor.PropertyDrawer.OnGUI(UnityEngine.Rect,UnityEditor.SerializedProperty,UnityEngine.GUIContent)">
22090       <summary>
22091         <para>Override
this method to make your own GUI for the property.</para>
22092       </summary>
22093       <param name=
"position">Rectangle on the screen to use for the property GUI.</param>
22094       <param name=
"property">The SerializedProperty to make the custom GUI for.</param>
22095       <param name=
"label">The label of this property.</param>
22096     </member>
22097     <member name=
"T:UnityEditor.PropertyModification">
22098       <summary>
22099         <para>Defines a single modified property.</para>
22100       </summary>
22101     </member>
22102     <member name=
"F:UnityEditor.PropertyModification.objectReference">
22103       <summary>
22104         <para>The
value being applied when it is a object reference (which can not be represented as a string).</para>
22105       </summary>
22106     </member>
22107     <member name=
"F:UnityEditor.PropertyModification.propertyPath">
22108       <summary>
22109         <para>Property path of the property being modified (Matches
as SerializedProperty.propertyPath).</para>
22110       </summary>
22111     </member>
22112     <member name=
"F:UnityEditor.PropertyModification.target">
22113       <summary>
22114         <para>Object that will be modified.</para>
22115       </summary>
22116     </member>
22117     <member name=
"F:UnityEditor.PropertyModification.value">
22118       <summary>
22119         <para>The
value being applied.</para>
22120       </summary>
22121     </member>
22122     <member name=
"T:UnityEditor.PS4BuildSubtarget">
22123       <summary>
22124         <para>Type of build to generate.</para>
22125       </summary>
22126     </member>
22127     <member name=
"F:UnityEditor.PS4BuildSubtarget.Package">
22128       <summary>
22129         <para>Package build
for installation on either a dev or test kit.</para>
22130       </summary>
22131     </member>
22132     <member name=
"F:UnityEditor.PS4BuildSubtarget.PCHosted">
22133       <summary>
22134         <para>Build hosted
on a PC, for file serving to a dev or test kit.</para>
22135       </summary>
22136     </member>
22137     <member name=
"T:UnityEditor.PSP2BuildSubtarget">
22138       <summary>
22139         <para>Target PS Vita build type.</para>
22140       </summary>
22141     </member>
22142     <member name=
"F:UnityEditor.PSP2BuildSubtarget.Package">
22143       <summary>
22144         <para>For building a PS Vita package that can be installed
on a PS Vita memory card.</para>
22145       </summary>
22146     </member>
22147     <member name=
"F:UnityEditor.PSP2BuildSubtarget.PCHosted">
22148       <summary>
22149         <para>For general development, creates a build stored
on the host PC which the Vita reads from.</para>
22150       </summary>
22151     </member>
22152     <member name=
"T:UnityEditor.Purchasing.PurchasingSettings">
22153       <summary>
22154         <para>Editor API
for the Unity Services editor feature. Normally Purchasing is enabled from the Services window, but if writing your own editor extension, this API can be used.</para>
22155       </summary>
22156     </member>
22157     <member name=
"P:UnityEditor.Purchasing.PurchasingSettings.enabled">
22158       <summary>
22159         <para>This Boolean field will cause the Purchasing feature
in Unity to be enabled if true, or disabled if false.</para>
22160       </summary>
22161     </member>
22162     <member name=
"T:UnityEditor.RemoveAssetOptions">
22163       <summary>
22164         <para>Options
for removing assets</para>
22165       </summary>
22166     </member>
22167     <member name=
"F:UnityEditor.RemoveAssetOptions.DeleteAssets">
22168       <summary>
22169         <para>Delete the asset without moving it to the trash.</para>
22170       </summary>
22171     </member>
22172     <member name=
"F:UnityEditor.RemoveAssetOptions.MoveAssetToTrash">
22173       <summary>
22174         <para>The asset should be moved to trash.</para>
22175       </summary>
22176     </member>
22177     <member name=
"T:UnityEditor.Rendering.AlbedoSwatchInfo">
22178       <summary>
22179         <para>Contains the custom albedo swatch data.</para>
22180       </summary>
22181     </member>
22182     <member name=
"F:UnityEditor.Rendering.AlbedoSwatchInfo.color">
22183       <summary>
22184         <para>Color of the albedo swatch that
is shown in the physically based rendering validator user interface.</para>
22185       </summary>
22186     </member>
22187     <member name=
"F:UnityEditor.Rendering.AlbedoSwatchInfo.maxLuminance">
22188       <summary>
22189         <para>The maximum luminance
value used to validate the albedo for the physically based rendering albedo validator.</para>
22190       </summary>
22191     </member>
22192     <member name=
"F:UnityEditor.Rendering.AlbedoSwatchInfo.minLuminance">
22193       <summary>
22194         <para>The minimum luminance
value used to validate the albedo for the physically based rendering albedo validator.</para>
22195       </summary>
22196     </member>
22197     <member name=
"F:UnityEditor.Rendering.AlbedoSwatchInfo.name">
22198       <summary>
22199         <para>Name of the albedo swatch to show
in the physically based renderer validator user interface.</para>
22200       </summary>
22201     </member>
22202     <member name=
"T:UnityEditor.Rendering.EditorGraphicsSettings">
22203       <summary>
22204         <para>Editor-specific script
interface for.</para>
22205       </summary>
22206     </member>
22207     <member name=
"P:UnityEditor.Rendering.EditorGraphicsSettings.albedoSwatches">
22208       <summary>
22209         <para>Will
return an array of Rendering.AlbedoSwatchInfo.</para>
22210       </summary>
22211     </member>
22212     <member name=
"M:UnityEditor.Rendering.EditorGraphicsSettings.GetShaderSettingsForPlatform(UnityEditor.BuildTargetGroup,UnityEngine.Rendering.ShaderHardwareTier)">
22213       <summary>
22214         <para>Will
return PlatformShaderSettings for given platform and shader hardware tier.</para>
22215       </summary>
22216       <param name=
"target"></param>
22217       <param name=
"tier"></param>
22218     </member>
22219     <member name=
"M:UnityEditor.Rendering.EditorGraphicsSettings.GetTierSettings(UnityEditor.BuildTargetGroup,UnityEngine.Rendering.ShaderHardwareTier)">
22220       <summary>
22221         <para>Will
return TierSettings for given platform and shader hardware tier.</para>
22222       </summary>
22223       <param name=
"target"></param>
22224       <param name=
"tier"></param>
22225     </member>
22226     <member name=
"M:UnityEditor.Rendering.EditorGraphicsSettings.SetShaderSettingsForPlatform(UnityEditor.BuildTargetGroup,UnityEngine.Rendering.ShaderHardwareTier,UnityEditor.Rendering.PlatformShaderSettings)">
22227       <summary>
22228         <para>Allows you to
set the PlatformShaderSettings for the specified platform and shader hardware tier.</para>
22229       </summary>
22230       <param name=
"target"></param>
22231       <param name=
"tier"></param>
22232       <param name=
"settings"></param>
22233     </member>
22234     <member name=
"M:UnityEditor.Rendering.EditorGraphicsSettings.SetTierSettings(UnityEditor.BuildTargetGroup,UnityEngine.Rendering.ShaderHardwareTier,UnityEditor.Rendering.TierSettings)">
22235       <summary>
22236         <para>Allows you to
set the PlatformShaderSettings for the specified platform and shader hardware tier.</para>
22237       </summary>
22238       <param name=
"target"></param>
22239       <param name=
"tier"></param>
22240       <param name=
"settings"></param>
22241     </member>
22242     <member name=
"T:UnityEditor.Rendering.PlatformShaderSettings">
22243       <summary>
22244         <para>Used to
set up shader settings, per-platorm and per-shader-hardware-tier.</para>
22245       </summary>
22246     </member>
22247     <member name=
"F:UnityEditor.Rendering.PlatformShaderSettings.cascadedShadowMaps">
22248       <summary>
22249         <para>Allows you to specify whether cascaded shadow maps should be used.</para>
22250       </summary>
22251     </member>
22252     <member name=
"F:UnityEditor.Rendering.PlatformShaderSettings.reflectionProbeBlending">
22253       <summary>
22254         <para>Allows you to specify whether Reflection Probes Blending should be enabled.</para>
22255       </summary>
22256     </member>
22257     <member name=
"F:UnityEditor.Rendering.PlatformShaderSettings.reflectionProbeBoxProjection">
22258       <summary>
22259         <para>Allows you to specify whether Reflection Probes Box Projection should be used.</para>
22260       </summary>
22261     </member>
22262     <member name=
"F:UnityEditor.Rendering.PlatformShaderSettings.standardShaderQuality">
22263       <summary>
22264         <para>Allows you to
select Standard Shader Quality.</para>
22265       </summary>
22266     </member>
22267     <member name=
"T:UnityEditor.Rendering.ShaderQuality">
22268       <summary>
22269         <para>Shader quality preset.</para>
22270       </summary>
22271     </member>
22272     <member name=
"F:UnityEditor.Rendering.ShaderQuality.High">
22273       <summary>
22274         <para>High quality shader preset.</para>
22275       </summary>
22276     </member>
22277     <member name=
"F:UnityEditor.Rendering.ShaderQuality.Low">
22278       <summary>
22279         <para>Low quality shader preset.</para>
22280       </summary>
22281     </member>
22282     <member name=
"F:UnityEditor.Rendering.ShaderQuality.Medium">
22283       <summary>
22284         <para>Medium quality shader preset.</para>
22285       </summary>
22286     </member>
22287     <member name=
"T:UnityEditor.Rendering.TierSettings">
22288       <summary>
22289         <para>Used to
set up per-platorm per-shader-hardware-tier graphics settings.</para>
22290       </summary>
22291     </member>
22292     <member name=
"F:UnityEditor.Rendering.TierSettings.cascadedShadowMaps">
22293       <summary>
22294         <para>Allows you to specify whether cascaded shadow maps should be used.</para>
22295       </summary>
22296     </member>
22297     <member name=
"F:UnityEditor.Rendering.TierSettings.detailNormalMap">
22298       <summary>
22299         <para>Allows you to specify whether Detail Normal Map should be sampled
if assigned.</para>
22300       </summary>
22301     </member>
22302     <member name=
"F:UnityEditor.Rendering.TierSettings.hdr">
22303       <summary>
22304         <para>Setting
this field to true enables HDR rendering for this tier. Setting it to false disables HDR rendering for this tier.
22305 See Also:</para>
22306       </summary>
22307     </member>
22308     <member name=
"F:UnityEditor.Rendering.TierSettings.hdrMode">
22309       <summary>
22310         <para>The CameraHDRMode to use
for this tier.</para>
22311       </summary>
22312     </member>
22313     <member name=
"F:UnityEditor.Rendering.TierSettings.realtimeGICPUUsage">
22314       <summary>
22315         <para>The RealtimeGICPUUsage to use
for this tier.</para>
22316       </summary>
22317     </member>
22318     <member name=
"F:UnityEditor.Rendering.TierSettings.reflectionProbeBlending">
22319       <summary>
22320         <para>Allows you to specify whether Reflection Probes Blending should be enabled.</para>
22321       </summary>
22322     </member>
22323     <member name=
"F:UnityEditor.Rendering.TierSettings.reflectionProbeBoxProjection">
22324       <summary>
22325         <para>Allows you to specify whether Reflection Probes Box Projection should be used.</para>
22326       </summary>
22327     </member>
22328     <member name=
"F:UnityEditor.Rendering.TierSettings.renderingPath">
22329       <summary>
22330         <para>The rendering path that should be used.</para>
22331       </summary>
22332     </member>
22333     <member name=
"F:UnityEditor.Rendering.TierSettings.semitransparentShadows">
22334       <summary>
22335         <para>Allows you to specify whether Semitransparent Shadows should be enabled.</para>
22336       </summary>
22337     </member>
22338     <member name=
"F:UnityEditor.Rendering.TierSettings.standardShaderQuality">
22339       <summary>
22340         <para>Allows you to
select Standard Shader Quality.</para>
22341       </summary>
22342     </member>
22343     <member name=
"T:UnityEditor.ReplacePrefabOptions">
22344       <summary>
22345         <para>Flags
for the PrefabUtility.ReplacePrefab function.</para>
22346       </summary>
22347     </member>
22348     <member name=
"F:UnityEditor.ReplacePrefabOptions.ConnectToPrefab">
22349       <summary>
22350         <para>Connects the passed objects to the prefab after uploading the prefab.</para>
22351       </summary>
22352     </member>
22353     <member name=
"F:UnityEditor.ReplacePrefabOptions.Default">
22354       <summary>
22355         <para>Replaces prefabs
by matching pre-existing connections to the prefab.</para>
22356       </summary>
22357     </member>
22358     <member name=
"F:UnityEditor.ReplacePrefabOptions.ReplaceNameBased">
22359       <summary>
22360         <para>Replaces the prefab
using name based lookup in the transform hierarchy.</para>
22361       </summary>
22362     </member>
22363     <member name=
"T:UnityEditor.ResolutionDialogSetting">
22364       <summary>
22365         <para>Resolution dialog setting.</para>
22366       </summary>
22367     </member>
22368     <member name=
"F:UnityEditor.ResolutionDialogSetting.Disabled">
22369       <summary>
22370         <para>Never show the resolution dialog.</para>
22371       </summary>
22372     </member>
22373     <member name=
"F:UnityEditor.ResolutionDialogSetting.Enabled">
22374       <summary>
22375         <para>Show the resolution dialog
on first launch.</para>
22376       </summary>
22377     </member>
22378     <member name=
"F:UnityEditor.ResolutionDialogSetting.HiddenByDefault">
22379       <summary>
22380         <para>Hide the resolution dialog
on first launch.</para>
22381       </summary>
22382     </member>
22383     <member name=
"T:UnityEditor.SceneAsset">
22384       <summary>
22385         <para>SceneAsset
is used to reference scene objects in the Editor.</para>
22386       </summary>
22387     </member>
22388     <member name=
"M:UnityEditor.SceneAsset.#ctor">
22389       <summary>
22390         <para>Constructor.</para>
22391       </summary>
22392     </member>
22393     <member name=
"T:UnityEditor.SceneManagement.EditorSceneManager">
22394       <summary>
22395         <para>Scene management
in the Editor.</para>
22396       </summary>
22397     </member>
22398     <member name=
"P:UnityEditor.SceneManagement.EditorSceneManager.loadedSceneCount">
22399       <summary>
22400         <para>The number of loaded Scenes.</para>
22401       </summary>
22402     </member>
22403     <member name=
"?:UnityEditor.SceneManagement.EditorSceneManager.newSceneCreated(UnityEditor.SceneManagement.EditorSceneManager/NewSceneCreatedCallback)">
22404       <summary>
22405         <para>This
event is called after a new Scene has been created.</para>
22406       </summary>
22407       <param name=
"value"></param>
22408     </member>
22409     <member name=
"P:UnityEditor.SceneManagement.EditorSceneManager.preventCrossSceneReferences">
22410       <summary>
22411         <para>Controls whether cross-Scene references are allowed
in the Editor.</para>
22412       </summary>
22413     </member>
22414     <member name=
"?:UnityEditor.SceneManagement.EditorSceneManager.sceneClosed(UnityEditor.SceneManagement.EditorSceneManager/SceneClosedCallback)">
22415       <summary>
22416         <para>This
event is called after a Scene has been closed in the editor.</para>
22417       </summary>
22418       <param name=
"value"></param>
22419     </member>
22420     <member name=
"?:UnityEditor.SceneManagement.EditorSceneManager.sceneClosing(UnityEditor.SceneManagement.EditorSceneManager/SceneClosingCallback)">
22421       <summary>
22422         <para>This
event is called before closing an open Scene after you have requested that the Scene is closed.</para>
22423       </summary>
22424       <param name=
"value"></param>
22425     </member>
22426     <member name=
"?:UnityEditor.SceneManagement.EditorSceneManager.sceneOpened(UnityEditor.SceneManagement.EditorSceneManager/SceneOpenedCallback)">
22427       <summary>
22428         <para>This
event is called after a Scene has been opened in the editor.</para>
22429       </summary>
22430       <param name=
"value"></param>
22431     </member>
22432     <member name=
"?:UnityEditor.SceneManagement.EditorSceneManager.sceneOpening(UnityEditor.SceneManagement.EditorSceneManager/SceneOpeningCallback)">
22433       <summary>
22434         <para>This
event is called before opening an existing Scene.</para>
22435       </summary>
22436       <param name=
"value"></param>
22437     </member>
22438     <member name=
"?:UnityEditor.SceneManagement.EditorSceneManager.sceneSaved(UnityEditor.SceneManagement.EditorSceneManager/SceneSavedCallback)">
22439       <summary>
22440         <para>This
event is called after a Scene has been saved.</para>
22441       </summary>
22442       <param name=
"value"></param>
22443     </member>
22444     <member name=
"?:UnityEditor.SceneManagement.EditorSceneManager.sceneSaving(UnityEditor.SceneManagement.EditorSceneManager/SceneSavingCallback)">
22445       <summary>
22446         <para>This
event is called before a Scene is saved disk after you have requested the Scene to be saved.</para>
22447       </summary>
22448       <param name=
"value"></param>
22449     </member>
22450     <member name=
"M:UnityEditor.SceneManagement.EditorSceneManager.CloseScene(UnityEngine.SceneManagement.Scene,System.Boolean)">
22451       <summary>
22452         <para>Close the Scene. If removeScene flag
is true, the closed Scene will also be removed from EditorSceneManager.</para>
22453       </summary>
22454       <param name=
"scene">The Scene to be closed/removed.</param>
22455       <param name=
"removeScene">Bool flag to indicate if the Scene should be removed after closing.</param>
22456       <returns>
22457         <para>Returns
true if the Scene is closed/removed.</para>
22458       </returns>
22459     </member>
22460     <member name=
"M:UnityEditor.SceneManagement.EditorSceneManager.DetectCrossSceneReferences(UnityEngine.SceneManagement.Scene)">
22461       <summary>
22462         <para>Detects cross-scene references
in a Scene.</para>
22463       </summary>
22464       <param name=
"scene">Scene to check for cross-scene references.</param>
22465       <returns>
22466         <para>Was any cross-scene references found.</para>
22467       </returns>
22468     </member>
22469     <member name=
"M:UnityEditor.SceneManagement.EditorSceneManager.EnsureUntitledSceneHasBeenSaved(System.String)">
22470       <summary>
22471         <para>Shows a save dialog
if an Untitled scene exists in the current scene manager setup.</para>
22472       </summary>
22473       <param name=
"dialogContent">Text shown in the save dialog.</param>
22474       <returns>
22475         <para>True
if the scene is saved or if there is no Untitled scene.</para>
22476       </returns>
22477     </member>
22478     <member name=
"M:UnityEditor.SceneManagement.EditorSceneManager.GetSceneManagerSetup">
22479       <summary>
22480         <para>Returns the current setup of the SceneManager.</para>
22481       </summary>
22482       <returns>
22483         <para>An array of SceneSetup classes - one item
for each Scene.</para>
22484       </returns>
22485     </member>
22486     <member name=
"M:UnityEditor.SceneManagement.EditorSceneManager.MarkAllScenesDirty">
22487       <summary>
22488         <para>Mark all the loaded Scenes
as modified.</para>
22489       </summary>
22490     </member>
22491     <member name=
"M:UnityEditor.SceneManagement.EditorSceneManager.MarkSceneDirty(UnityEngine.SceneManagement.Scene)">
22492       <summary>
22493         <para>Mark the specified Scene
as modified.</para>
22494       </summary>
22495       <param name=
"scene">The Scene to be marked as modified.</param>
22496       <returns>
22497         <para>Whether the Scene was successfully marked
as dirty.</para>
22498       </returns>
22499     </member>
22500     <member name=
"M:UnityEditor.SceneManagement.EditorSceneManager.MoveSceneAfter(UnityEngine.SceneManagement.Scene,UnityEngine.SceneManagement.Scene)">
22501       <summary>
22502         <para>Allows you to reorder the Scenes currently open
in the Hierarchy window. Moves the source Scene so it comes after the destination Scene.</para>
22503       </summary>
22504       <param name=
"src">The Scene to move.</param>
22505       <param name=
"dst">The Scene which should come directly before the source Scene in the hierarchy.</param>
22506     </member>
22507     <member name=
"M:UnityEditor.SceneManagement.EditorSceneManager.MoveSceneBefore(UnityEngine.SceneManagement.Scene,UnityEngine.SceneManagement.Scene)">
22508       <summary>
22509         <para>Allows you to reorder the Scenes currently open
in the Hierarchy window. Moves the source Scene so it comes before the destination Scene.</para>
22510       </summary>
22511       <param name=
"src">The Scene to move.</param>
22512       <param name=
"dst">The Scene which should come directly after the source Scene in the hierarchy.</param>
22513     </member>
22514     <member name=
"M:UnityEditor.SceneManagement.EditorSceneManager.NewScene(UnityEditor.SceneManagement.NewSceneSetup,UnityEditor.SceneManagement.NewSceneMode)">
22515       <summary>
22516         <para>Create a
new Scene.</para>
22517       </summary>
22518       <param name=
"setup">Whether the new Scene should use the default set of GameObjects.</param>
22519       <param name=
"mode">Whether to keep existing Scenes open.</param>
22520       <returns>
22521         <para>A reference to the
new Scene.</para>
22522       </returns>
22523     </member>
22524     <member name=
"T:UnityEditor.SceneManagement.EditorSceneManager.NewSceneCreatedCallback">
22525       <summary>
22526         <para>Callbacks of
this type which have been added to the newSceneCreated event are called after a new Scene has been created.</para>
22527       </summary>
22528       <param name=
"scene">The Scene that was created.</param>
22529       <param name=
"setup">The setup mode used when creating the Scene.</param>
22530       <param name=
"mode">The mode used for creating the Scene.</param>
22531     </member>
22532     <member name=
"M:UnityEditor.SceneManagement.EditorSceneManager.OpenScene(System.String,UnityEditor.SceneManagement.OpenSceneMode)">
22533       <summary>
22534         <para>Open a Scene
in the Editor.</para>
22535       </summary>
22536       <param name=
"scenePath">The path of the Scene. This should be relative to the Project folder; for example, "AssetsMyScenesMyScene.unity".</param>
22537       <param name=
"mode">Allows you to select how to open the specified Scene, and whether to keep existing Scenes in the Hierarchy. See SceneManagement.OpenSceneMode for more information about the options.</param>
22538       <returns>
22539         <para>A reference to the opened Scene.</para>
22540       </returns>
22541     </member>
22542     <member name=
"M:UnityEditor.SceneManagement.EditorSceneManager.RestoreSceneManagerSetup(UnityEditor.SceneManagement.SceneSetup[])">
22543       <summary>
22544         <para>Restore the setup of the SceneManager.</para>
22545       </summary>
22546       <param name=
"value">In this array, at least one Scene should be loaded, and there must be one active Scene.</param>
22547     </member>
22548     <member name=
"M:UnityEditor.SceneManagement.EditorSceneManager.SaveCurrentModifiedScenesIfUserWantsTo">
22549       <summary>
22550         <para>Asks you
if you want to save the modified Scene or Scenes.</para>
22551       </summary>
22552       <returns>
22553         <para>This returns
true if you chose to save the Scene or Scenes, and returns false if you pressed Cancel.</para>
22554       </returns>
22555     </member>
22556     <member name=
"M:UnityEditor.SceneManagement.EditorSceneManager.SaveModifiedScenesIfUserWantsTo(UnityEngine.SceneManagement.Scene[])">
22557       <summary>
22558         <para>Asks whether the modfied input Scenes should be saved.</para>
22559       </summary>
22560       <param name=
"scenes">Scenes that should be saved if they are modified.</param>
22561       <returns>
22562         <para>Your choice of whether to save or not save the Scenes.</para>
22563       </returns>
22564     </member>
22565     <member name=
"M:UnityEditor.SceneManagement.EditorSceneManager.SaveOpenScenes">
22566       <summary>
22567         <para>Save all open Scenes.</para>
22568       </summary>
22569       <returns>
22570         <para>Returns
true if all open Scenes are successfully saved.</para>
22571       </returns>
22572     </member>
22573     <member name=
"M:UnityEditor.SceneManagement.EditorSceneManager.SaveScene(UnityEngine.SceneManagement.Scene,System.String,System.Boolean)">
22574       <summary>
22575         <para>Save a Scene.</para>
22576       </summary>
22577       <param name=
"scene">The Scene to be saved.</param>
22578       <param name=
"dstScenePath">The file path to save the Scene to. If the path is empty, the current open Scene is overwritten. If it has not yet been saved at all, a save dialog is shown.</param>
22579       <param name=
"saveAsCopy">If set to true, the Scene is saved without changing the current Scene, and without clearing the unsaved changes marker.</param>
22580       <returns>
22581         <para>True
if the save succeeded, otherwise false.</para>
22582       </returns>
22583     </member>
22584     <member name=
"M:UnityEditor.SceneManagement.EditorSceneManager.SaveScenes(UnityEngine.SceneManagement.Scene[])">
22585       <summary>
22586         <para>Save a list of Scenes.</para>
22587       </summary>
22588       <param name=
"scenes">List of Scenes that should be saved.</param>
22589       <returns>
22590         <para>True
if the save succeeded. Otherwise false.</para>
22591       </returns>
22592     </member>
22593     <member name=
"T:UnityEditor.SceneManagement.EditorSceneManager.SceneClosedCallback">
22594       <summary>
22595         <para>Callbacks of
this type which have been added to the sceneClosed event are called immediately after the Scene has been closed.</para>
22596       </summary>
22597       <param name=
"scene">The Scene that was closed.</param>
22598     </member>
22599     <member name=
"T:UnityEditor.SceneManagement.EditorSceneManager.SceneClosingCallback">
22600       <summary>
22601         <para>Callbacks of
this type which have been added to the sceneClosing event are called just before a Scene is closed.</para>
22602       </summary>
22603       <param name=
"scene">The Scene that is going to be closed.</param>
22604       <param name=
"removingScene">Whether or not the Scene is also going to be removed from the Scene Manager after closing. If true the Scene is removed after closing.</param>
22605     </member>
22606     <member name=
"T:UnityEditor.SceneManagement.EditorSceneManager.SceneOpenedCallback">
22607       <summary>
22608         <para>Callbacks of
this type which have been added to the sceneOpened event are called after a Scene has been opened.</para>
22609       </summary>
22610       <param name=
"scene">The Scene that was opened.</param>
22611       <param name=
"mode">The mode used to open the Scene.</param>
22612     </member>
22613     <member name=
"T:UnityEditor.SceneManagement.EditorSceneManager.SceneOpeningCallback">
22614       <summary>
22615         <para>Callbacks of
this type which have been added to the sceneOpening event are called just before opening a Scene.</para>
22616       </summary>
22617       <param name=
"path">Path of the Scene to be opened. This is relative to the Project path.</param>
22618       <param name=
"mode">Mode that is used when opening the Scene.</param>
22619     </member>
22620     <member name=
"T:UnityEditor.SceneManagement.EditorSceneManager.SceneSavedCallback">
22621       <summary>
22622         <para>Callbacks of
this type which have been added to the sceneSaved event are called after a Scene has been saved.</para>
22623       </summary>
22624       <param name=
"scene">The Scene that was saved.</param>
22625     </member>
22626     <member name=
"T:UnityEditor.SceneManagement.EditorSceneManager.SceneSavingCallback">
22627       <summary>
22628         <para>Callbacks of
this type which have been added to the sceneSaving event are called just before the Scene is saved.</para>
22629       </summary>
22630       <param name=
"scene">The Scene to be saved.</param>
22631       <param name=
"path">The path to which the Scene is saved.</param>
22632     </member>
22633     <member name=
"T:UnityEditor.SceneManagement.NewSceneMode">
22634       <summary>
22635         <para>Used
when creating a new scene in the Editor.</para>
22636       </summary>
22637     </member>
22638     <member name=
"F:UnityEditor.SceneManagement.NewSceneMode.Additive">
22639       <summary>
22640         <para>The newly created scene
is added to the current open scenes.</para>
22641       </summary>
22642     </member>
22643     <member name=
"F:UnityEditor.SceneManagement.NewSceneMode.Single">
22644       <summary>
22645         <para>All current open scenes are closed and the newly created scene are opened.</para>
22646       </summary>
22647     </member>
22648     <member name=
"T:UnityEditor.SceneManagement.NewSceneSetup">
22649       <summary>
22650         <para>Used
when creating a new scene in the Editor.</para>
22651       </summary>
22652     </member>
22653     <member name=
"F:UnityEditor.SceneManagement.NewSceneSetup.DefaultGameObjects">
22654       <summary>
22655         <para>Adds
default game objects to the new scene (a light and camera).</para>
22656       </summary>
22657     </member>
22658     <member name=
"F:UnityEditor.SceneManagement.NewSceneSetup.EmptyScene">
22659       <summary>
22660         <para>No game objects are added to the
new scene.</para>
22661       </summary>
22662     </member>
22663     <member name=
"T:UnityEditor.SceneManagement.OpenSceneMode">
22664       <summary>
22665         <para>Used
when opening a scene in the Editor to specify how a scene should be opened.</para>
22666       </summary>
22667     </member>
22668     <member name=
"F:UnityEditor.SceneManagement.OpenSceneMode.Additive">
22669       <summary>
22670         <para>Adds a scene to the current open scenes and loads it.</para>
22671       </summary>
22672     </member>
22673     <member name=
"F:UnityEditor.SceneManagement.OpenSceneMode.AdditiveWithoutLoading">
22674       <summary>
22675         <para>Adds a scene to the current open scenes without loading it. It will show up
as 'unloaded' in the Hierarchy Window.</para>
22676       </summary>
22677     </member>
22678     <member name=
"F:UnityEditor.SceneManagement.OpenSceneMode.Single">
22679       <summary>
22680         <para>Closes all current open scenes and loads a scene.</para>
22681       </summary>
22682     </member>
22683     <member name=
"T:UnityEditor.SceneManagement.SceneSetup">
22684       <summary>
22685         <para>The setup information
for a scene in the SceneManager.</para>
22686       </summary>
22687     </member>
22688     <member name=
"P:UnityEditor.SceneManagement.SceneSetup.isActive">
22689       <summary>
22690         <para>If the scene
is active.</para>
22691       </summary>
22692     </member>
22693     <member name=
"P:UnityEditor.SceneManagement.SceneSetup.isLoaded">
22694       <summary>
22695         <para>If the scene
is loaded.</para>
22696       </summary>
22697     </member>
22698     <member name=
"P:UnityEditor.SceneManagement.SceneSetup.path">
22699       <summary>
22700         <para>Path of the scene. Should be relative to the project folder. Like:
"AssetsMyScenesMyScene.unity".</para>
22701       </summary>
22702     </member>
22703     <member name=
"T:UnityEditor.ScriptableWizard">
22704       <summary>
22705         <para>Derive
from this class to create an editor wizard.</para>
22706       </summary>
22707     </member>
22708     <member name=
"P:UnityEditor.ScriptableWizard.createButtonName">
22709       <summary>
22710         <para>Allows you to
set the text shown on the create button of the wizard.</para>
22711       </summary>
22712     </member>
22713     <member name=
"P:UnityEditor.ScriptableWizard.errorString">
22714       <summary>
22715         <para>Allows you to
set the error text of the wizard.</para>
22716       </summary>
22717     </member>
22718     <member name=
"P:UnityEditor.ScriptableWizard.helpString">
22719       <summary>
22720         <para>Allows you to
set the help text of the wizard.</para>
22721       </summary>
22722     </member>
22723     <member name=
"P:UnityEditor.ScriptableWizard.isValid">
22724       <summary>
22725         <para>Allows you to enable and disable the wizard create button, so that the user can not click it.</para>
22726       </summary>
22727     </member>
22728     <member name=
"P:UnityEditor.ScriptableWizard.otherButtonName">
22729       <summary>
22730         <para>Allows you to
set the text shown on the optional other button of the wizard. Leave this parameter out to leave the button out.</para>
22731       </summary>
22732     </member>
22733     <member name=
"M:UnityEditor.ScriptableWizard.DisplayWizard(System.String)">
22734       <summary>
22735         <para>Creates a wizard.</para>
22736       </summary>
22737       <param name=
"title">The title shown at the top of the wizard window.</param>
22738       <returns>
22739         <para>The wizard.</para>
22740       </returns>
22741     </member>
22742     <member name=
"M:UnityEditor.ScriptableWizard.DisplayWizard(System.String,System.String)">
22743       <summary>
22744         <para>Creates a wizard.</para>
22745       </summary>
22746       <param name=
"title">The title shown at the top of the wizard window.</param>
22747       <param name=
"createButtonName">The text shown on the create button.</param>
22748       <param name=
"otherButtonName">The text shown on the optional other button. Leave this parameter out to leave the button out.</param>
22749       <returns>
22750         <para>The wizard.</para>
22751       </returns>
22752     </member>
22753     <member name=
"M:UnityEditor.ScriptableWizard.DisplayWizard(System.String,System.String,System.String)">
22754       <summary>
22755         <para>Creates a wizard.</para>
22756       </summary>
22757       <param name=
"title">The title shown at the top of the wizard window.</param>
22758       <param name=
"createButtonName">The text shown on the create button.</param>
22759       <param name=
"otherButtonName">The text shown on the optional other button. Leave this parameter out to leave the button out.</param>
22760       <returns>
22761         <para>The wizard.</para>
22762       </returns>
22763     </member>
22764     <member name=
"M:UnityEditor.ScriptableWizard.DisplayWizard(System.String,System.Type,System.String,System.String)">
22765       <summary>
22766         <para>Creates a wizard.</para>
22767       </summary>
22768       <param name=
"title">The title shown at the top of the wizard window.</param>
22769       <param name=
"klass">The class implementing the wizard. It has to derive from ScriptableWizard.</param>
22770       <param name=
"createButtonName">The text shown on the create button.</param>
22771       <param name=
"otherButtonName">The text shown on the optional other button. Leave this parameter out to leave the button out.</param>
22772       <returns>
22773         <para>The wizard.</para>
22774       </returns>
22775     </member>
22776     <member name=
"M:UnityEditor.ScriptableWizard.DrawWizardGUI">
22777       <summary>
22778         <para>Will be called
for drawing contents when the ScriptableWizard needs to update its GUI.</para>
22779       </summary>
22780       <returns>
22781         <para>Returns
true if any property has been modified.</para>
22782       </returns>
22783     </member>
22784     <member name=
"T:UnityEditor.ScriptCallOptimizationLevel">
22785       <summary>
22786         <para>Script call optimization level.</para>
22787       </summary>
22788     </member>
22789     <member name=
"F:UnityEditor.ScriptCallOptimizationLevel.FastButNoExceptions">
22790       <summary>
22791         <para>Script method call overhead decreased at the expense of limited compatibility.</para>
22792       </summary>
22793     </member>
22794     <member name=
"F:UnityEditor.ScriptCallOptimizationLevel.SlowAndSafe">
22795       <summary>
22796         <para>Default setting.</para>
22797       </summary>
22798     </member>
22799     <member name=
"T:UnityEditor.ScriptCompiler">
22800       <summary>
22801         <para>Represents different C# compilers that can be used to compile C# scripts.</para>
22802       </summary>
22803     </member>
22804     <member name=
"F:UnityEditor.ScriptCompiler.Mono">
22805       <summary>
22806         <para>Mono C# Compiler.</para>
22807       </summary>
22808     </member>
22809     <member name=
"F:UnityEditor.ScriptCompiler.Roslyn">
22810       <summary>
22811         <para>Roslyn C# Compiler.</para>
22812       </summary>
22813     </member>
22814     <member name=
"T:UnityEditor.ScriptingImplementation">
22815       <summary>
22816         <para>Scripting implementation (backend).</para>
22817       </summary>
22818     </member>
22819     <member name=
"F:UnityEditor.ScriptingImplementation.IL2CPP">
22820       <summary>
22821         <para>Unity
's .NET runtime.</para>
22822       </summary>
22823     </member>
22824     <member name=
"F:UnityEditor.ScriptingImplementation.Mono2x">
22825       <summary>
22826         <para>The standard Mono
2.6 runtime.</para>
22827       </summary>
22828     </member>
22829     <member name=
"F:UnityEditor.ScriptingImplementation.WinRTDotNET">
22830       <summary>
22831         <para>Microsoft
's .NET runtime.</para>
22832       </summary>
22833     </member>
22834     <member name=
"T:UnityEditor.Selection">
22835       <summary>
22836         <para>Access to the selection
in the editor.</para>
22837       </summary>
22838     </member>
22839     <member name=
"P:UnityEditor.Selection.activeContext">
22840       <summary>
22841         <para>Returns the current context
object, as was set via SetActiveObjectWithContext.</para>
22842       </summary>
22843     </member>
22844     <member name=
"P:UnityEditor.Selection.activeGameObject">
22845       <summary>
22846         <para>Returns the active game
object. (The one shown in the inspector).</para>
22847       </summary>
22848     </member>
22849     <member name=
"P:UnityEditor.Selection.activeInstanceID">
22850       <summary>
22851         <para>Returns the instanceID of the actual
object selection. Includes prefabs, non-modifyable objects.</para>
22852       </summary>
22853     </member>
22854     <member name=
"P:UnityEditor.Selection.activeObject">
22855       <summary>
22856         <para>Returns the actual
object selection. Includes prefabs, non-modifyable objects.</para>
22857       </summary>
22858     </member>
22859     <member name=
"P:UnityEditor.Selection.activeTransform">
22860       <summary>
22861         <para>Returns the active transform. (The one shown
in the inspector).</para>
22862       </summary>
22863     </member>
22864     <member name=
"P:UnityEditor.Selection.assetGUIDs">
22865       <summary>
22866         <para>Returns the guids of the selected assets.</para>
22867       </summary>
22868     </member>
22869     <member name=
"P:UnityEditor.Selection.gameObjects">
22870       <summary>
22871         <para>Returns the actual game
object selection. Includes prefabs, non-modifyable objects.</para>
22872       </summary>
22873     </member>
22874     <member name=
"P:UnityEditor.Selection.instanceIDs">
22875       <summary>
22876         <para>The actual unfiltered selection
from the Scene returned as instance ids instead of objects.</para>
22877       </summary>
22878     </member>
22879     <member name=
"P:UnityEditor.Selection.objects">
22880       <summary>
22881         <para>The actual unfiltered selection
from the Scene.</para>
22882       </summary>
22883     </member>
22884     <member name=
"F:UnityEditor.Selection.selectionChanged">
22885       <summary>
22886         <para>Delegate callback triggered
when currently active/selected item has changed.</para>
22887       </summary>
22888     </member>
22889     <member name=
"P:UnityEditor.Selection.transforms">
22890       <summary>
22891         <para>Returns the top level selection, excluding prefabs.</para>
22892       </summary>
22893     </member>
22894     <member name=
"M:UnityEditor.Selection.Contains(System.Int32)">
22895       <summary>
22896         <para>Returns whether an
object is contained in the current selection.</para>
22897       </summary>
22898       <param name=
"instanceID"></param>
22899       <param name=
"obj"></param>
22900     </member>
22901     <member name=
"M:UnityEditor.Selection.Contains(UnityEngine.Object)">
22902       <summary>
22903         <para>Returns whether an
object is contained in the current selection.</para>
22904       </summary>
22905       <param name=
"instanceID"></param>
22906       <param name=
"obj"></param>
22907     </member>
22908     <member name=
"M:UnityEditor.Selection.GetFiltered(System.Type,UnityEditor.SelectionMode)">
22909       <summary>
22910         <para>Returns the current selection filtered
by type and mode.</para>
22911       </summary>
22912       <param name=
"type">Only objects of this type will be retrieved.</param>
22913       <param name=
"mode">Further options to refine the selection.</param>
22914     </member>
22915     <member name=
"M:UnityEditor.Selection.GetTransforms(UnityEditor.SelectionMode)">
22916       <summary>
22917         <para>Allows
for fine grained control of the selection type using the SelectionMode bitmask.</para>
22918       </summary>
22919       <param name=
"mode">Options for refining the selection.</param>
22920     </member>
22921     <member name=
"M:UnityEditor.Selection.SetActiveObjectWithContext(UnityEngine.Object,UnityEngine.Object)">
22922       <summary>
22923         <para>Selects an
object with a context.</para>
22924       </summary>
22925       <param name=
"obj">Object being selected (will be equal activeObject).</param>
22926       <param name=
"context">Context object.</param>
22927     </member>
22928     <member name=
"T:UnityEditor.SelectionMode">
22929       <summary>
22930         <para>SelectionMode can be used to tweak the selection returned
by Selection.GetTransforms.</para>
22931       </summary>
22932     </member>
22933     <member name=
"F:UnityEditor.SelectionMode.Assets">
22934       <summary>
22935         <para>Only
return objects that are assets in the Asset directory.</para>
22936       </summary>
22937     </member>
22938     <member name=
"F:UnityEditor.SelectionMode.Deep">
22939       <summary>
22940         <para>Return the selection and all child transforms of the selection.</para>
22941       </summary>
22942     </member>
22943     <member name=
"F:UnityEditor.SelectionMode.DeepAssets">
22944       <summary>
22945         <para>If the selection contains folders, also include all assets and subfolders within that folder
in the file hierarchy.</para>
22946       </summary>
22947     </member>
22948     <member name=
"F:UnityEditor.SelectionMode.Editable">
22949       <summary>
22950         <para>Excludes any objects which shall not be modified.</para>
22951       </summary>
22952     </member>
22953     <member name=
"F:UnityEditor.SelectionMode.ExcludePrefab">
22954       <summary>
22955         <para>Excludes any prefabs
from the selection.</para>
22956       </summary>
22957     </member>
22958     <member name=
"F:UnityEditor.SelectionMode.TopLevel">
22959       <summary>
22960         <para>Only
return the topmost selected transform. A selected child of another selected transform will be filtered out.</para>
22961       </summary>
22962     </member>
22963     <member name=
"F:UnityEditor.SelectionMode.Unfiltered">
22964       <summary>
22965         <para>Return the whole selection.</para>
22966       </summary>
22967     </member>
22968     <member name=
"T:UnityEditor.SemanticMergeMode">
22969       <summary>
22970         <para>Behavior of semantic merge.</para>
22971       </summary>
22972     </member>
22973     <member name=
"F:UnityEditor.SemanticMergeMode.Off">
22974       <summary>
22975         <para>Disable use of semantic merging.</para>
22976       </summary>
22977     </member>
22978     <member name=
"T:UnityEditor.SerializedObject">
22979       <summary>
22980         <para>SerializedObject and SerializedProperty are classes
for editing properties on objects in a completely generic way that automatically handles undo and styling UI for prefabs.</para>
22981       </summary>
22982     </member>
22983     <member name=
"P:UnityEditor.SerializedObject.context">
22984       <summary>
22985         <para>The context used to store and resolve ExposedReference types. This
is set by the SerializedObject constructor.</para>
22986       </summary>
22987     </member>
22988     <member name=
"P:UnityEditor.SerializedObject.isEditingMultipleObjects">
22989       <summary>
22990         <para>Does the serialized
object represents multiple objects due to multi-object editing? (Read Only)</para>
22991       </summary>
22992     </member>
22993     <member name=
"P:UnityEditor.SerializedObject.maxArraySizeForMultiEditing">
22994       <summary>
22995         <para>Defines the maximum size beyond which arrays cannot be edited
when multiple objects are selected.</para>
22996       </summary>
22997     </member>
22998     <member name=
"P:UnityEditor.SerializedObject.targetObject">
22999       <summary>
23000         <para>The inspected
object (Read Only).</para>
23001       </summary>
23002     </member>
23003     <member name=
"P:UnityEditor.SerializedObject.targetObjects">
23004       <summary>
23005         <para>The inspected objects (Read Only).</para>
23006       </summary>
23007     </member>
23008     <member name=
"M:UnityEditor.SerializedObject.ApplyModifiedProperties">
23009       <summary>
23010         <para>Apply property modifications.</para>
23011       </summary>
23012     </member>
23013     <member name=
"M:UnityEditor.SerializedObject.ApplyModifiedPropertiesWithoutUndo">
23014       <summary>
23015         <para>Applies property modifications without registering an undo operation.</para>
23016       </summary>
23017     </member>
23018     <member name=
"M:UnityEditor.SerializedObject.CopyFromSerializedProperty(UnityEditor.SerializedProperty)">
23019       <summary>
23020         <para>Copies a
value from a SerializedProperty to the same serialized property on this serialized object.</para>
23021       </summary>
23022       <param name=
"prop"></param>
23023     </member>
23024     <member name=
"M:UnityEditor.SerializedObject.#ctor(UnityEngine.Object)">
23025       <summary>
23026         <para>Create SerializedObject
for inspected object.</para>
23027       </summary>
23028       <param name=
"obj"></param>
23029     </member>
23030     <member name=
"M:UnityEditor.SerializedObject.#ctor(UnityEngine.Object[])">
23031       <summary>
23032         <para>Create SerializedObject
for inspected object.</para>
23033       </summary>
23034       <param name=
"objs"></param>
23035     </member>
23036     <member name=
"M:UnityEditor.SerializedObject.#ctor(UnityEngine.Object,UnityEngine.Object)">
23037       <summary>
23038         <para>Create SerializedObject
for inspected object by specifying a context to be used to store and resolve ExposedReference types.</para>
23039       </summary>
23040       <param name=
"obj"></param>
23041       <param name=
"context"></param>
23042     </member>
23043     <member name=
"M:UnityEditor.SerializedObject.#ctor(UnityEngine.Object[],UnityEngine.Object)">
23044       <summary>
23045         <para>Create SerializedObject
for inspected object by specifying a context to be used to store and resolve ExposedReference types.</para>
23046       </summary>
23047       <param name=
"objs"></param>
23048       <param name=
"context"></param>
23049     </member>
23050     <member name=
"M:UnityEditor.SerializedObject.FindProperty(System.String)">
23051       <summary>
23052         <para>Find serialized property
by name.</para>
23053       </summary>
23054       <param name=
"propertyPath"></param>
23055     </member>
23056     <member name=
"M:UnityEditor.SerializedObject.GetIterator">
23057       <summary>
23058         <para>Get the first serialized property.</para>
23059       </summary>
23060     </member>
23061     <member name=
"M:UnityEditor.SerializedObject.SetIsDifferentCacheDirty">
23062       <summary>
23063         <para>Update hasMultipleDifferentValues cache
on the next Update() call.</para>
23064       </summary>
23065     </member>
23066     <member name=
"M:UnityEditor.SerializedObject.Update">
23067       <summary>
23068         <para>Update serialized
object's representation.</para>
23069       </summary>
23070     </member>
23071     <member name=
"M:UnityEditor.SerializedObject.UpdateIfDirtyOrScript">
23072       <summary>
23073         <para>This has been made obsolete. See SerializedObject.UpdateIfRequiredOrScript instead.</para>
23074       </summary>
23075     </member>
23076     <member name=
"M:UnityEditor.SerializedObject.UpdateIfRequiredOrScript">
23077       <summary>
23078         <para>Update serialized
object's representation, only if the object has been modified since the last call to Update or if it is a script.</para>
23079       </summary>
23080     </member>
23081     <member name=
"T:UnityEditor.SerializedProperty">
23082       <summary>
23083         <para>SerializedProperty and SerializedObject are classes
for editing properties on objects in a completely generic way that automatically handles undo and styling UI for prefabs.</para>
23084       </summary>
23085     </member>
23086     <member name=
"P:UnityEditor.SerializedProperty.animationCurveValue">
23087       <summary>
23088         <para>Value of a animation curve property.</para>
23089       </summary>
23090     </member>
23091     <member name=
"P:UnityEditor.SerializedProperty.arrayElementType">
23092       <summary>
23093         <para>Type name of the element
in an array property. (Read Only)</para>
23094       </summary>
23095     </member>
23096     <member name=
"P:UnityEditor.SerializedProperty.arraySize">
23097       <summary>
23098         <para>The number of elements
in the array. If the SerializedObject contains multiple objects it will return the smallest number of elements. So it is always possible to iterate through the SerializedObject and only get properties found in all objects.</para>
23099       </summary>
23100     </member>
23101     <member name=
"P:UnityEditor.SerializedProperty.boolValue">
23102       <summary>
23103         <para>Value of a boolean property.</para>
23104       </summary>
23105     </member>
23106     <member name=
"P:UnityEditor.SerializedProperty.boundsValue">
23107       <summary>
23108         <para>Value of bounds property.</para>
23109       </summary>
23110     </member>
23111     <member name=
"P:UnityEditor.SerializedProperty.colorValue">
23112       <summary>
23113         <para>Value of a color property.</para>
23114       </summary>
23115     </member>
23116     <member name=
"P:UnityEditor.SerializedProperty.depth">
23117       <summary>
23118         <para>Nesting depth of the property. (Read Only)</para>
23119       </summary>
23120     </member>
23121     <member name=
"P:UnityEditor.SerializedProperty.displayName">
23122       <summary>
23123         <para>Nice display name of the property. (Read Only)</para>
23124       </summary>
23125     </member>
23126     <member name=
"P:UnityEditor.SerializedProperty.doubleValue">
23127       <summary>
23128         <para>Value of a
float property as a double.</para>
23129       </summary>
23130     </member>
23131     <member name=
"P:UnityEditor.SerializedProperty.editable">
23132       <summary>
23133         <para>Is
this property editable? (Read Only)</para>
23134       </summary>
23135     </member>
23136     <member name=
"P:UnityEditor.SerializedProperty.enumDisplayNames">
23137       <summary>
23138         <para>Display-friendly names of enumeration of an
enum property.</para>
23139       </summary>
23140     </member>
23141     <member name=
"P:UnityEditor.SerializedProperty.enumNames">
23142       <summary>
23143         <para>Names of enumeration of an
enum property.</para>
23144       </summary>
23145     </member>
23146     <member name=
"P:UnityEditor.SerializedProperty.enumValueIndex">
23147       <summary>
23148         <para>Enum index of an
enum property.</para>
23149       </summary>
23150     </member>
23151     <member name=
"P:UnityEditor.SerializedProperty.exposedReferenceValue">
23152       <summary>
23153         <para>A reference to another Object
in the Scene. This reference is resolved in the context of the SerializedObject containing the SerializedProperty.</para>
23154       </summary>
23155     </member>
23156     <member name=
"P:UnityEditor.SerializedProperty.floatValue">
23157       <summary>
23158         <para>Value of a
float property.</para>
23159       </summary>
23160     </member>
23161     <member name=
"P:UnityEditor.SerializedProperty.hasChildren">
23162       <summary>
23163         <para>Does it have child properties? (Read Only)</para>
23164       </summary>
23165     </member>
23166     <member name=
"P:UnityEditor.SerializedProperty.hasMultipleDifferentValues">
23167       <summary>
23168         <para>Does
this property represent multiple different values due to multi-object editing? (Read Only)</para>
23169       </summary>
23170     </member>
23171     <member name=
"P:UnityEditor.SerializedProperty.hasVisibleChildren">
23172       <summary>
23173         <para>Does it have visible child properties? (Read Only)</para>
23174       </summary>
23175     </member>
23176     <member name=
"P:UnityEditor.SerializedProperty.intValue">
23177       <summary>
23178         <para>Value of an integer property.</para>
23179       </summary>
23180     </member>
23181     <member name=
"P:UnityEditor.SerializedProperty.isArray">
23182       <summary>
23183         <para>Is
this property an array? (Read Only)</para>
23184       </summary>
23185     </member>
23186     <member name=
"P:UnityEditor.SerializedProperty.isExpanded">
23187       <summary>
23188         <para>Is
this property expanded in the inspector?</para>
23189       </summary>
23190     </member>
23191     <member name=
"P:UnityEditor.SerializedProperty.isInstantiatedPrefab">
23192       <summary>
23193         <para>Is property part of a prefab instance? (Read Only)</para>
23194       </summary>
23195     </member>
23196     <member name=
"P:UnityEditor.SerializedProperty.longValue">
23197       <summary>
23198         <para>Value of a integer property
as a long.</para>
23199       </summary>
23200     </member>
23201     <member name=
"P:UnityEditor.SerializedProperty.name">
23202       <summary>
23203         <para>Name of the property. (Read Only)</para>
23204       </summary>
23205     </member>
23206     <member name=
"P:UnityEditor.SerializedProperty.objectReferenceValue">
23207       <summary>
23208         <para>Value of an
object reference property.</para>
23209       </summary>
23210     </member>
23211     <member name=
"P:UnityEditor.SerializedProperty.prefabOverride">
23212       <summary>
23213         <para>Is property
's value different from the prefab it belongs to?</para>
23214       </summary>
23215     </member>
23216     <member name=
"P:UnityEditor.SerializedProperty.propertyPath">
23217       <summary>
23218         <para>Full path of the property. (Read Only)</para>
23219       </summary>
23220     </member>
23221     <member name=
"P:UnityEditor.SerializedProperty.propertyType">
23222       <summary>
23223         <para>Type of
this property (Read Only).</para>
23224       </summary>
23225     </member>
23226     <member name=
"P:UnityEditor.SerializedProperty.quaternionValue">
23227       <summary>
23228         <para>Value of a quaternion property.</para>
23229       </summary>
23230     </member>
23231     <member name=
"P:UnityEditor.SerializedProperty.rectValue">
23232       <summary>
23233         <para>Value of a rectangle property.</para>
23234       </summary>
23235     </member>
23236     <member name=
"P:UnityEditor.SerializedProperty.serializedObject">
23237       <summary>
23238         <para>SerializedObject
this property belongs to (Read Only).</para>
23239       </summary>
23240     </member>
23241     <member name=
"P:UnityEditor.SerializedProperty.stringValue">
23242       <summary>
23243         <para>Value of a
string property.</para>
23244       </summary>
23245     </member>
23246     <member name=
"P:UnityEditor.SerializedProperty.tooltip">
23247       <summary>
23248         <para>Tooltip of the property. (Read Only)</para>
23249       </summary>
23250     </member>
23251     <member name=
"P:UnityEditor.SerializedProperty.type">
23252       <summary>
23253         <para>Type name of the property. (Read Only)</para>
23254       </summary>
23255     </member>
23256     <member name=
"P:UnityEditor.SerializedProperty.vector2Value">
23257       <summary>
23258         <para>Value of a
2D vector property.</para>
23259       </summary>
23260     </member>
23261     <member name=
"P:UnityEditor.SerializedProperty.vector3Value">
23262       <summary>
23263         <para>Value of a
3D vector property.</para>
23264       </summary>
23265     </member>
23266     <member name=
"P:UnityEditor.SerializedProperty.vector4Value">
23267       <summary>
23268         <para>Value of a
4D vector property.</para>
23269       </summary>
23270     </member>
23271     <member name=
"M:UnityEditor.SerializedProperty.ClearArray">
23272       <summary>
23273         <para>Remove all elements
from the array.</para>
23274       </summary>
23275     </member>
23276     <member name=
"M:UnityEditor.SerializedProperty.Copy">
23277       <summary>
23278         <para>Returns a copy of the SerializedProperty iterator
in its current state. This is useful if you want to keep a reference to the current property but continue with the iteration.</para>
23279       </summary>
23280     </member>
23281     <member name=
"M:UnityEditor.SerializedProperty.CountInProperty">
23282       <summary>
23283         <para>Count visible children of
this property, including this property itself.</para>
23284       </summary>
23285     </member>
23286     <member name=
"M:UnityEditor.SerializedProperty.CountRemaining">
23287       <summary>
23288         <para>Count remaining visible properties.</para>
23289       </summary>
23290     </member>
23291     <member name=
"M:UnityEditor.SerializedProperty.DeleteArrayElementAtIndex(System.Int32)">
23292       <summary>
23293         <para>Delete the element at the specified index
in the array.</para>
23294       </summary>
23295       <param name=
"index"></param>
23296     </member>
23297     <member name=
"M:UnityEditor.SerializedProperty.DeleteCommand">
23298       <summary>
23299         <para>Deletes the serialized property.</para>
23300       </summary>
23301     </member>
23302     <member name=
"M:UnityEditor.SerializedProperty.DuplicateCommand">
23303       <summary>
23304         <para>Duplicates the serialized property.</para>
23305       </summary>
23306     </member>
23307     <member name=
"M:UnityEditor.SerializedProperty.EqualContents(UnityEditor.SerializedProperty,UnityEditor.SerializedProperty)">
23308       <summary>
23309         <para>See
if contained serialized properties are equal.</para>
23310       </summary>
23311       <param name=
"x"></param>
23312       <param name=
"y"></param>
23313     </member>
23314     <member name=
"M:UnityEditor.SerializedProperty.FindPropertyRelative(System.String)">
23315       <summary>
23316         <para>Retrieves the SerializedProperty at a relative path to the current property.</para>
23317       </summary>
23318       <param name=
"relativePropertyPath"></param>
23319     </member>
23320     <member name=
"M:UnityEditor.SerializedProperty.GetArrayElementAtIndex(System.Int32)">
23321       <summary>
23322         <para>Returns the element at the specified index
in the array.</para>
23323       </summary>
23324       <param name=
"index"></param>
23325     </member>
23326     <member name=
"M:UnityEditor.SerializedProperty.GetEndProperty()">
23327       <summary>
23328         <para>Retrieves the SerializedProperty that defines the end range of
this property.</para>
23329       </summary>
23330       <param name=
"includeInvisible"></param>
23331     </member>
23332     <member name=
"M:UnityEditor.SerializedProperty.GetEndProperty(System.Boolean)">
23333       <summary>
23334         <para>Retrieves the SerializedProperty that defines the end range of
this property.</para>
23335       </summary>
23336       <param name=
"includeInvisible"></param>
23337     </member>
23338     <member name=
"M:UnityEditor.SerializedProperty.GetEnumerator">
23339       <summary>
23340         <para>Retrieves an iterator that allows you to iterator over the current nexting of a serialized property.</para>
23341       </summary>
23342     </member>
23343     <member name=
"M:UnityEditor.SerializedProperty.InsertArrayElementAtIndex(System.Int32)">
23344       <summary>
23345         <para>Insert an empty element at the specified index
in the array.</para>
23346       </summary>
23347       <param name=
"index"></param>
23348     </member>
23349     <member name=
"M:UnityEditor.SerializedProperty.MoveArrayElement(System.Int32,System.Int32)">
23350       <summary>
23351         <para>Move an array element
from srcIndex to dstIndex.</para>
23352       </summary>
23353       <param name=
"srcIndex"></param>
23354       <param name=
"dstIndex"></param>
23355     </member>
23356     <member name=
"M:UnityEditor.SerializedProperty.Next(System.Boolean)">
23357       <summary>
23358         <para>Move to next property.</para>
23359       </summary>
23360       <param name=
"enterChildren"></param>
23361     </member>
23362     <member name=
"M:UnityEditor.SerializedProperty.NextVisible(System.Boolean)">
23363       <summary>
23364         <para>Move to next visible property.</para>
23365       </summary>
23366       <param name=
"enterChildren"></param>
23367     </member>
23368     <member name=
"M:UnityEditor.SerializedProperty.Reset">
23369       <summary>
23370         <para>Move to first property of the
object.</para>
23371       </summary>
23372     </member>
23373     <member name=
"T:UnityEditor.SerializedPropertyType">
23374       <summary>
23375         <para>Type of a SerializedProperty.</para>
23376       </summary>
23377     </member>
23378     <member name=
"F:UnityEditor.SerializedPropertyType.AnimationCurve">
23379       <summary>
23380         <para>AnimationCurve property.</para>
23381       </summary>
23382     </member>
23383     <member name=
"F:UnityEditor.SerializedPropertyType.ArraySize">
23384       <summary>
23385         <para>Array size property.</para>
23386       </summary>
23387     </member>
23388     <member name=
"F:UnityEditor.SerializedPropertyType.Boolean">
23389       <summary>
23390         <para>Boolean property.</para>
23391       </summary>
23392     </member>
23393     <member name=
"F:UnityEditor.SerializedPropertyType.Bounds">
23394       <summary>
23395         <para>Bounds property.</para>
23396       </summary>
23397     </member>
23398     <member name=
"F:UnityEditor.SerializedPropertyType.Character">
23399       <summary>
23400         <para>Character property.</para>
23401       </summary>
23402     </member>
23403     <member name=
"F:UnityEditor.SerializedPropertyType.Color">
23404       <summary>
23405         <para>Color property.</para>
23406       </summary>
23407     </member>
23408     <member name=
"F:UnityEditor.SerializedPropertyType.Enum">
23409       <summary>
23410         <para>Enumeration property.</para>
23411       </summary>
23412     </member>
23413     <member name=
"F:UnityEditor.SerializedPropertyType.ExposedReference">
23414       <summary>
23415         <para>A reference to another Object
in the Scene. This is done via an ExposedReference type and resolves to a reference to an Object that exists in the context of the SerializedObject containing the SerializedProperty.</para>
23416       </summary>
23417     </member>
23418     <member name=
"F:UnityEditor.SerializedPropertyType.Float">
23419       <summary>
23420         <para>Float property.</para>
23421       </summary>
23422     </member>
23423     <member name=
"F:UnityEditor.SerializedPropertyType.Gradient">
23424       <summary>
23425         <para>Gradient property.</para>
23426       </summary>
23427     </member>
23428     <member name=
"F:UnityEditor.SerializedPropertyType.Integer">
23429       <summary>
23430         <para>Integer property.</para>
23431       </summary>
23432     </member>
23433     <member name=
"F:UnityEditor.SerializedPropertyType.LayerMask">
23434       <summary>
23435         <para>LayerMask property.</para>
23436       </summary>
23437     </member>
23438     <member name=
"F:UnityEditor.SerializedPropertyType.ObjectReference">
23439       <summary>
23440         <para>Reference to another
object.</para>
23441       </summary>
23442     </member>
23443     <member name=
"F:UnityEditor.SerializedPropertyType.Quaternion">
23444       <summary>
23445         <para>Quaternion property.</para>
23446       </summary>
23447     </member>
23448     <member name=
"F:UnityEditor.SerializedPropertyType.Rect">
23449       <summary>
23450         <para>Rectangle property.</para>
23451       </summary>
23452     </member>
23453     <member name=
"F:UnityEditor.SerializedPropertyType.String">
23454       <summary>
23455         <para>String property.</para>
23456       </summary>
23457     </member>
23458     <member name=
"F:UnityEditor.SerializedPropertyType.Vector2">
23459       <summary>
23460         <para>
2D vector property.</para>
23461       </summary>
23462     </member>
23463     <member name=
"F:UnityEditor.SerializedPropertyType.Vector3">
23464       <summary>
23465         <para>
3D vector property.</para>
23466       </summary>
23467     </member>
23468     <member name=
"F:UnityEditor.SerializedPropertyType.Vector4">
23469       <summary>
23470         <para>
4D vector property.</para>
23471       </summary>
23472     </member>
23473     <member name=
"T:UnityEditor.SessionState">
23474       <summary>
23475         <para>SessionState
is a Key-Value Store intended for storing and retrieving Editor session state that should survive assembly reloading.</para>
23476       </summary>
23477     </member>
23478     <member name=
"M:UnityEditor.SessionState.EraseBool(System.String)">
23479       <summary>
23480         <para>Erase a Boolean entry
in the key-value store.</para>
23481       </summary>
23482       <param name=
"key"></param>
23483     </member>
23484     <member name=
"M:UnityEditor.SessionState.EraseFloat(System.String)">
23485       <summary>
23486         <para>Erase a Float entry
in the key-value store.</para>
23487       </summary>
23488       <param name=
"key"></param>
23489     </member>
23490     <member name=
"M:UnityEditor.SessionState.EraseInt(System.String)">
23491       <summary>
23492         <para>Erase an Integer entry
in the key-value store.</para>
23493       </summary>
23494       <param name=
"key"></param>
23495     </member>
23496     <member name=
"M:UnityEditor.SessionState.EraseIntArray(System.String)">
23497       <summary>
23498         <para>Erase an Integer array entry
in the key-value store.</para>
23499       </summary>
23500       <param name=
"key"></param>
23501     </member>
23502     <member name=
"M:UnityEditor.SessionState.EraseString(System.String)">
23503       <summary>
23504         <para>Erase a String entry
in the key-value store.</para>
23505       </summary>
23506       <param name=
"key"></param>
23507     </member>
23508     <member name=
"M:UnityEditor.SessionState.EraseVector3(System.String)">
23509       <summary>
23510         <para>Erase a Vector3 entry
in the key-value store.</para>
23511       </summary>
23512       <param name=
"key"></param>
23513     </member>
23514     <member name=
"M:UnityEditor.SessionState.GetBool(System.String,System.Boolean)">
23515       <summary>
23516         <para>Retrieve a Boolean
value.</para>
23517       </summary>
23518       <param name=
"key"></param>
23519       <param name=
"defaultValue"></param>
23520     </member>
23521     <member name=
"M:UnityEditor.SessionState.GetFloat(System.String,System.Single)">
23522       <summary>
23523         <para>Retrieve a Float
value.</para>
23524       </summary>
23525       <param name=
"key"></param>
23526       <param name=
"defaultValue"></param>
23527     </member>
23528     <member name=
"M:UnityEditor.SessionState.GetInt(System.String,System.Int32)">
23529       <summary>
23530         <para>Retrieve an Integer
value.</para>
23531       </summary>
23532       <param name=
"key"></param>
23533       <param name=
"defaultValue"></param>
23534     </member>
23535     <member name=
"M:UnityEditor.SessionState.GetIntArray(System.String,System.Int32[])">
23536       <summary>
23537         <para>Retrieve an Integer array.</para>
23538       </summary>
23539       <param name=
"key"></param>
23540       <param name=
"defaultValue"></param>
23541     </member>
23542     <member name=
"M:UnityEditor.SessionState.GetString(System.String,System.String)">
23543       <summary>
23544         <para>Retrieve a String
value.</para>
23545       </summary>
23546       <param name=
"key"></param>
23547       <param name=
"defaultValue"></param>
23548     </member>
23549     <member name=
"M:UnityEditor.SessionState.GetVector3(System.String,UnityEngine.Vector3)">
23550       <summary>
23551         <para>Retrieve a Vector3.</para>
23552       </summary>
23553       <param name=
"key"></param>
23554       <param name=
"defaultValue"></param>
23555     </member>
23556     <member name=
"M:UnityEditor.SessionState.SetBool(System.String,System.Boolean)">
23557       <summary>
23558         <para>Store a Boolean
value.</para>
23559       </summary>
23560       <param name=
"key"></param>
23561       <param name=
"value"></param>
23562     </member>
23563     <member name=
"M:UnityEditor.SessionState.SetFloat(System.String,System.Single)">
23564       <summary>
23565         <para>Store a Float
value.</para>
23566       </summary>
23567       <param name=
"key"></param>
23568       <param name=
"value"></param>
23569     </member>
23570     <member name=
"M:UnityEditor.SessionState.SetInt(System.String,System.Int32)">
23571       <summary>
23572         <para>Store an Integer
value.</para>
23573       </summary>
23574       <param name=
"key"></param>
23575       <param name=
"value"></param>
23576     </member>
23577     <member name=
"M:UnityEditor.SessionState.SetIntArray(System.String,System.Int32[])">
23578       <summary>
23579         <para>Store an Integer array.</para>
23580       </summary>
23581       <param name=
"key"></param>
23582       <param name=
"value"></param>
23583     </member>
23584     <member name=
"M:UnityEditor.SessionState.SetString(System.String,System.String)">
23585       <summary>
23586         <para>Store a String
value.</para>
23587       </summary>
23588       <param name=
"key"></param>
23589       <param name=
"value"></param>
23590     </member>
23591     <member name=
"M:UnityEditor.SessionState.SetVector3(System.String,UnityEngine.Vector3)">
23592       <summary>
23593         <para>Store a Vector3.</para>
23594       </summary>
23595       <param name=
"key"></param>
23596       <param name=
"value"></param>
23597     </member>
23598     <member name=
"T:UnityEditor.ShaderGUI">
23599       <summary>
23600         <para>Abstract
class to derive from for defining custom GUI for shader properties and for extending the material preview.</para>
23601       </summary>
23602     </member>
23603     <member name=
"M:UnityEditor.ShaderGUI.AssignNewShaderToMaterial(UnityEngine.Material,UnityEngine.Shader,UnityEngine.Shader)">
23604       <summary>
23605         <para>This method
is called when a new shader has been selected for a Material.</para>
23606       </summary>
23607       <param name=
"material">The material the newShader should be assigned to.</param>
23608       <param name=
"oldShader">Previous shader.</param>
23609       <param name=
"newShader">New shader to assign to the material.</param>
23610     </member>
23611     <member name=
"M:UnityEditor.ShaderGUI.FindProperty(System.String,UnityEditor.MaterialProperty[])">
23612       <summary>
23613         <para>Find shader properties.</para>
23614       </summary>
23615       <param name=
"propertyName">Name of the material property.</param>
23616       <param name=
"properties">The array of available properties.</param>
23617       <param name=
"propertyIsMandatory">If true then this method will throw an exception if a property with propertyName was not found.</param>
23618       <returns>
23619         <para>The material property found, otherwise
null.</para>
23620       </returns>
23621     </member>
23622     <member name=
"M:UnityEditor.ShaderGUI.FindProperty(System.String,UnityEditor.MaterialProperty[],System.Boolean)">
23623       <summary>
23624         <para>Find shader properties.</para>
23625       </summary>
23626       <param name=
"propertyName">Name of the material property.</param>
23627       <param name=
"properties">The array of available properties.</param>
23628       <param name=
"propertyIsMandatory">If true then this method will throw an exception if a property with propertyName was not found.</param>
23629       <returns>
23630         <para>The material property found, otherwise
null.</para>
23631       </returns>
23632     </member>
23633     <member name=
"M:UnityEditor.ShaderGUI.OnGUI(UnityEditor.MaterialEditor,UnityEditor.MaterialProperty[])">
23634       <summary>
23635         <para>To define a custom shader GUI use the methods of materialEditor to render controls
for the properties array.</para>
23636       </summary>
23637       <param name=
"materialEditor">The MaterialEditor that are calling this OnGUI (the 'owner').</param>
23638       <param name=
"properties">Material properties of the current selected shader.</param>
23639     </member>
23640     <member name=
"M:UnityEditor.ShaderGUI.OnMaterialPreviewGUI(UnityEditor.MaterialEditor,UnityEngine.Rect,UnityEngine.GUIStyle)">
23641       <summary>
23642         <para>Override
for extending the rendering of the Preview area or completly replace the preview (by not calling base.OnMaterialPreviewGUI).</para>
23643       </summary>
23644       <param name=
"materialEditor">The MaterialEditor that are calling this method (the 'owner').</param>
23645       <param name=
"r">Preview rect.</param>
23646       <param name=
"background">Style for the background.</param>
23647     </member>
23648     <member name=
"M:UnityEditor.ShaderGUI.OnMaterialPreviewSettingsGUI(UnityEditor.MaterialEditor)">
23649       <summary>
23650         <para>Override
for extending the functionality of the toolbar of the preview area or completly replace the toolbar by not calling base.OnMaterialPreviewSettingsGUI.</para>
23651       </summary>
23652       <param name=
"materialEditor">The MaterialEditor that are calling this method (the 'owner').</param>
23653     </member>
23654     <member name=
"T:UnityEditor.ShaderUtil">
23655       <summary>
23656         <para>Utility functions to assist with working with shaders
from the editor.</para>
23657       </summary>
23658     </member>
23659     <member name=
"P:UnityEditor.ShaderUtil.hardwareSupportsRectRenderTexture">
23660       <summary>
23661         <para>Does the current hardware support render textues.</para>
23662       </summary>
23663     </member>
23664     <member name=
"M:UnityEditor.ShaderUtil.GetPropertyCount(UnityEngine.Shader)">
23665       <summary>
23666         <para>Get the number of properties
in Shader s.</para>
23667       </summary>
23668       <param name=
"s">The shader to check against.</param>
23669     </member>
23670     <member name=
"M:UnityEditor.ShaderUtil.GetPropertyDescription(UnityEngine.Shader,System.Int32)">
23671       <summary>
23672         <para>Get the description of the shader propery at index propertyIdx of Shader s.</para>
23673       </summary>
23674       <param name=
"s">The shader to check against.</param>
23675       <param name=
"propertyIdx">The property index to use.</param>
23676     </member>
23677     <member name=
"M:UnityEditor.ShaderUtil.GetPropertyName(UnityEngine.Shader,System.Int32)">
23678       <summary>
23679         <para>Get the name of the shader propery at index propertyIdx of Shader s.</para>
23680       </summary>
23681       <param name=
"s">The shader to check against.</param>
23682       <param name=
"propertyIdx">The property index to use.</param>
23683     </member>
23684     <member name=
"M:UnityEditor.ShaderUtil.GetPropertyType(UnityEngine.Shader,System.Int32)">
23685       <summary>
23686         <para>Get the ShaderProperyType of the shader propery at index propertyIdx of Shader s.</para>
23687       </summary>
23688       <param name=
"s">The shader to check against.</param>
23689       <param name=
"propertyIdx">The property index to use.</param>
23690     </member>
23691     <member name=
"M:UnityEditor.ShaderUtil.GetRangeLimits(UnityEngine.Shader,System.Int32,System.Int32)">
23692       <summary>
23693         <para>Get Limits
for a range property at index propertyIdx of Shader s.</para>
23694       </summary>
23695       <param name=
"defminmax">Which value to get: 0 = default, 1 = min, 2 = max.</param>
23696       <param name=
"s">The shader to check against.</param>
23697       <param name=
"propertyIdx">The property index to use.</param>
23698     </member>
23699     <member name=
"M:UnityEditor.ShaderUtil.GetTexDim(UnityEngine.Shader,System.Int32)">
23700       <summary>
23701         <para>Gets texture dimension of a shader property.</para>
23702       </summary>
23703       <param name=
"s">The shader to get the property from.</param>
23704       <param name=
"propertyIdx">The property index to use.</param>
23705       <returns>
23706         <para>Texture dimension.</para>
23707       </returns>
23708     </member>
23709     <member name=
"M:UnityEditor.ShaderUtil.IsShaderPropertyHidden(UnityEngine.Shader,System.Int32)">
23710       <summary>
23711         <para>Is the shader propery at index propertyIdx of Shader s hidden?</para>
23712       </summary>
23713       <param name=
"s">The shader to check against.</param>
23714       <param name=
"propertyIdx">The property index to use.</param>
23715     </member>
23716     <member name=
"T:UnityEditor.ShaderUtil.ShaderPropertyType">
23717       <summary>
23718         <para>Type of a given texture property.</para>
23719       </summary>
23720     </member>
23721     <member name=
"F:UnityEditor.ShaderUtil.ShaderPropertyType.Color">
23722       <summary>
23723         <para>Color Property.</para>
23724       </summary>
23725     </member>
23726     <member name=
"F:UnityEditor.ShaderUtil.ShaderPropertyType.Float">
23727       <summary>
23728         <para>Float Property.</para>
23729       </summary>
23730     </member>
23731     <member name=
"F:UnityEditor.ShaderUtil.ShaderPropertyType.Range">
23732       <summary>
23733         <para>Range Property.</para>
23734       </summary>
23735     </member>
23736     <member name=
"F:UnityEditor.ShaderUtil.ShaderPropertyType.TexEnv">
23737       <summary>
23738         <para>Texture Property.</para>
23739       </summary>
23740     </member>
23741     <member name=
"F:UnityEditor.ShaderUtil.ShaderPropertyType.Vector">
23742       <summary>
23743         <para>Vector Property.</para>
23744       </summary>
23745     </member>
23746     <member name=
"T:UnityEditor.SketchUpImportCamera">
23747       <summary>
23748         <para>Structure to hold camera data extracted
from a SketchUp file.</para>
23749       </summary>
23750     </member>
23751     <member name=
"F:UnityEditor.SketchUpImportCamera.aspectRatio">
23752       <summary>
23753         <para>Aspect ratio of the camera.</para>
23754       </summary>
23755     </member>
23756     <member name=
"F:UnityEditor.SketchUpImportCamera.fieldOfView">
23757       <summary>
23758         <para>Field of view of the camera.</para>
23759       </summary>
23760     </member>
23761     <member name=
"F:UnityEditor.SketchUpImportCamera.isPerspective">
23762       <summary>
23763         <para>Indicate
if the camera is using a perspective or orthogonal projection.</para>
23764       </summary>
23765     </member>
23766     <member name=
"F:UnityEditor.SketchUpImportCamera.lookAt">
23767       <summary>
23768         <para>The position the camera
is looking at.</para>
23769       </summary>
23770     </member>
23771     <member name=
"F:UnityEditor.SketchUpImportCamera.orthoSize">
23772       <summary>
23773         <para>The orthogonal projection size of the camera. This
value only make sense if SketchUpImportCamera.isPerspective is false.</para>
23774       </summary>
23775     </member>
23776     <member name=
"F:UnityEditor.SketchUpImportCamera.position">
23777       <summary>
23778         <para>The position of the camera.</para>
23779       </summary>
23780     </member>
23781     <member name=
"F:UnityEditor.SketchUpImportCamera.up">
23782       <summary>
23783         <para>Up vector of the camera.</para>
23784       </summary>
23785     </member>
23786     <member name=
"T:UnityEditor.SketchUpImporter">
23787       <summary>
23788         <para>Derives
from AssetImporter to handle importing of SketchUp files.</para>
23789       </summary>
23790     </member>
23791     <member name=
"P:UnityEditor.SketchUpImporter.latitude">
23792       <summary>
23793         <para>Retrieves the latitude Geo Coordinate imported
from the SketchUp file.</para>
23794       </summary>
23795     </member>
23796     <member name=
"P:UnityEditor.SketchUpImporter.longitude">
23797       <summary>
23798         <para>Retrieves the longitude Geo Coordinate imported
from the SketchUp file.</para>
23799       </summary>
23800     </member>
23801     <member name=
"P:UnityEditor.SketchUpImporter.northCorrection">
23802       <summary>
23803         <para>Retrieves the north correction
value imported from the SketchUp file.</para>
23804       </summary>
23805     </member>
23806     <member name=
"M:UnityEditor.SketchUpImporter.GetDefaultCamera">
23807       <summary>
23808         <para>The
default camera or the camera of the active scene which the SketchUp file was saved with.</para>
23809       </summary>
23810       <returns>
23811         <para>The
default camera.</para>
23812       </returns>
23813     </member>
23814     <member name=
"M:UnityEditor.SketchUpImporter.GetScenes">
23815       <summary>
23816         <para>The method returns an array of SketchUpImportScene which represents SketchUp scenes.</para>
23817       </summary>
23818       <returns>
23819         <para>Array of scenes extracted
from a SketchUp file.</para>
23820       </returns>
23821     </member>
23822     <member name=
"T:UnityEditor.SketchUpImportScene">
23823       <summary>
23824         <para>Structure to hold scene data extracted
from a SketchUp file.</para>
23825       </summary>
23826     </member>
23827     <member name=
"F:UnityEditor.SketchUpImportScene.camera">
23828       <summary>
23829         <para>The camera data of the SketchUp scene.</para>
23830       </summary>
23831     </member>
23832     <member name=
"F:UnityEditor.SketchUpImportScene.name">
23833       <summary>
23834         <para>The name of the SketchUp scene.</para>
23835       </summary>
23836     </member>
23837     <member name=
"T:UnityEditor.SpeedTreeImporter">
23838       <summary>
23839         <para>AssetImportor
for importing SpeedTree model assets.</para>
23840       </summary>
23841     </member>
23842     <member name=
"P:UnityEditor.SpeedTreeImporter.alphaTestRef">
23843       <summary>
23844         <para>Gets and sets a
default alpha test reference values.</para>
23845       </summary>
23846     </member>
23847     <member name=
"P:UnityEditor.SpeedTreeImporter.animateCrossFading">
23848       <summary>
23849         <para>Indicates
if the cross-fade LOD transition, applied to the last mesh LOD and the billboard, should be animated.</para>
23850       </summary>
23851     </member>
23852     <member name=
"P:UnityEditor.SpeedTreeImporter.bestWindQuality">
23853       <summary>
23854         <para>Returns the best-possible wind quality
on this asset (configured in SpeedTree modeler).</para>
23855       </summary>
23856     </member>
23857     <member name=
"P:UnityEditor.SpeedTreeImporter.billboardTransitionCrossFadeWidth">
23858       <summary>
23859         <para>Proportion of the last
3D mesh LOD region width which is used for cross-fading to billboard tree.</para>
23860       </summary>
23861     </member>
23862     <member name=
"P:UnityEditor.SpeedTreeImporter.castShadows">
23863       <summary>
23864         <para>Gets and sets an array of booleans to enable shadow casting
for each LOD.</para>
23865       </summary>
23866     </member>
23867     <member name=
"P:UnityEditor.SpeedTreeImporter.enableBump">
23868       <summary>
23869         <para>Gets and sets an array of booleans to enable normal mapping
for each LOD.</para>
23870       </summary>
23871     </member>
23872     <member name=
"P:UnityEditor.SpeedTreeImporter.enableHue">
23873       <summary>
23874         <para>Gets and sets an array of booleans to enable Hue variation effect
for each LOD.</para>
23875       </summary>
23876     </member>
23877     <member name=
"P:UnityEditor.SpeedTreeImporter.enableSmoothLODTransition">
23878       <summary>
23879         <para>Enables smooth LOD transitions.</para>
23880       </summary>
23881     </member>
23882     <member name=
"P:UnityEditor.SpeedTreeImporter.fadeOutWidth">
23883       <summary>
23884         <para>Proportion of the billboard LOD region width which
is used for fading out the billboard.</para>
23885       </summary>
23886     </member>
23887     <member name=
"P:UnityEditor.SpeedTreeImporter.hasBillboard">
23888       <summary>
23889         <para>Tells
if there is a billboard LOD.</para>
23890       </summary>
23891     </member>
23892     <member name=
"P:UnityEditor.SpeedTreeImporter.hasImported">
23893       <summary>
23894         <para>Tells
if the SPM file has been previously imported.</para>
23895       </summary>
23896     </member>
23897     <member name=
"P:UnityEditor.SpeedTreeImporter.hueVariation">
23898       <summary>
23899         <para>Gets and sets a
default Hue variation color and amount (in alpha).</para>
23900       </summary>
23901     </member>
23902     <member name=
"P:UnityEditor.SpeedTreeImporter.mainColor">
23903       <summary>
23904         <para>Gets and sets a
default main color.</para>
23905       </summary>
23906     </member>
23907     <member name=
"P:UnityEditor.SpeedTreeImporter.materialFolderPath">
23908       <summary>
23909         <para>Returns the folder path
where generated materials will be placed in.</para>
23910       </summary>
23911     </member>
23912     <member name=
"P:UnityEditor.SpeedTreeImporter.receiveShadows">
23913       <summary>
23914         <para>Gets and sets an array of booleans to enable shadow receiving
for each LOD.</para>
23915       </summary>
23916     </member>
23917     <member name=
"P:UnityEditor.SpeedTreeImporter.reflectionProbeUsages">
23918       <summary>
23919         <para>Gets and sets an array of Reflection Probe usages
for each LOD.</para>
23920       </summary>
23921     </member>
23922     <member name=
"P:UnityEditor.SpeedTreeImporter.scaleFactor">
23923       <summary>
23924         <para>How much to scale the tree model compared to what
is in the .spm file.</para>
23925       </summary>
23926     </member>
23927     <member name=
"P:UnityEditor.SpeedTreeImporter.shininess">
23928       <summary>
23929         <para>Gets and sets a
default Shininess value.</para>
23930       </summary>
23931     </member>
23932     <member name=
"P:UnityEditor.SpeedTreeImporter.specColor">
23933       <summary>
23934         <para>Gets and sets a
default specular color.</para>
23935       </summary>
23936     </member>
23937     <member name=
"P:UnityEditor.SpeedTreeImporter.useLightProbes">
23938       <summary>
23939         <para>Gets and sets an array of booleans to enable Light Probe lighting
for each LOD.</para>
23940       </summary>
23941     </member>
23942     <member name=
"P:UnityEditor.SpeedTreeImporter.windQualities">
23943       <summary>
23944         <para>Gets and sets an array of integers of the wind qualities
on each LOD. Values will be clampped by BestWindQuality internally.</para>
23945       </summary>
23946     </member>
23947     <member name=
"F:UnityEditor.SpeedTreeImporter.windQualityNames">
23948       <summary>
23949         <para>Gets an array of name strings
for wind quality value.</para>
23950       </summary>
23951     </member>
23952     <member name=
"M:UnityEditor.SpeedTreeImporter.#ctor">
23953       <summary>
23954         <para>Construct a
new SpeedTreeImporter object.</para>
23955       </summary>
23956     </member>
23957     <member name=
"M:UnityEditor.SpeedTreeImporter.GenerateMaterials">
23958       <summary>
23959         <para>Generates all necessary materials under materialFolderPath. If Version Control
is enabled please first check out the folder.</para>
23960       </summary>
23961     </member>
23962     <member name=
"P:UnityEditor.SpeedTreeImporter.LODHeights">
23963       <summary>
23964         <para>Gets and sets an array of floats of each LOD
's screen height value.</para>
23965       </summary>
23966     </member>
23967     <member name=
"T:UnityEditor.SplashScreenStyle">
23968       <summary>
23969         <para>The style of builtin splash screen to use.</para>
23970       </summary>
23971     </member>
23972     <member name=
"F:UnityEditor.SplashScreenStyle.Dark">
23973       <summary>
23974         <para>Dark background with light logo and text.</para>
23975       </summary>
23976     </member>
23977     <member name=
"F:UnityEditor.SplashScreenStyle.Light">
23978       <summary>
23979         <para>White background with dark logo and text.</para>
23980       </summary>
23981     </member>
23982     <member name=
"T:UnityEditor.SpriteImportMode">
23983       <summary>
23984         <para>Texture importer modes
for Sprite import.</para>
23985       </summary>
23986     </member>
23987     <member name=
"F:UnityEditor.SpriteImportMode.Multiple">
23988       <summary>
23989         <para>Sprites are multiple image sections extracted
from the texture.</para>
23990       </summary>
23991     </member>
23992     <member name=
"F:UnityEditor.SpriteImportMode.None">
23993       <summary>
23994         <para>Graphic
is not a Sprite.</para>
23995       </summary>
23996     </member>
23997     <member name=
"F:UnityEditor.SpriteImportMode.Polygon">
23998       <summary>
23999         <para>Sprite has it own mesh outline defined.</para>
24000       </summary>
24001     </member>
24002     <member name=
"F:UnityEditor.SpriteImportMode.Single">
24003       <summary>
24004         <para>Sprite
is a single image section extracted automatically from the texture.</para>
24005       </summary>
24006     </member>
24007     <member name=
"T:UnityEditor.SpriteMetaData">
24008       <summary>
24009         <para>Editor data used
in producing a Sprite.</para>
24010       </summary>
24011     </member>
24012     <member name=
"F:UnityEditor.SpriteMetaData.alignment">
24013       <summary>
24014         <para>Edge-relative alignment of the sprite graphic.</para>
24015       </summary>
24016     </member>
24017     <member name=
"F:UnityEditor.SpriteMetaData.border">
24018       <summary>
24019         <para>Edge border size
for a sprite (in pixels).</para>
24020       </summary>
24021     </member>
24022     <member name=
"F:UnityEditor.SpriteMetaData.name">
24023       <summary>
24024         <para>Name of the Sprite.</para>
24025       </summary>
24026     </member>
24027     <member name=
"F:UnityEditor.SpriteMetaData.pivot">
24028       <summary>
24029         <para>The pivot point of the Sprite, relative to its bounding rectangle.</para>
24030       </summary>
24031     </member>
24032     <member name=
"F:UnityEditor.SpriteMetaData.rect">
24033       <summary>
24034         <para>Bounding rectangle of the sprite
's graphic within the atlas image.</para>
24035       </summary>
24036     </member>
24037     <member name=
"T:UnityEditor.SpritePackerMode">
24038       <summary>
24039         <para>Sprite Packer mode
for the current project.</para>
24040       </summary>
24041     </member>
24042     <member name=
"F:UnityEditor.SpritePackerMode.AlwaysOn">
24043       <summary>
24044         <para>Always maintain an up-to-date sprite atlas cache.</para>
24045       </summary>
24046     </member>
24047     <member name=
"F:UnityEditor.SpritePackerMode.BuildTimeOnly">
24048       <summary>
24049         <para>Updates sprite atlas cache
when building player/bundles.</para>
24050       </summary>
24051     </member>
24052     <member name=
"F:UnityEditor.SpritePackerMode.Disabled">
24053       <summary>
24054         <para>Doesn
't pack sprites.</para>
24055       </summary>
24056     </member>
24057     <member name=
"T:UnityEditor.Sprites.AtlasSettings">
24058       <summary>
24059         <para>Describes the final atlas texture.</para>
24060       </summary>
24061     </member>
24062     <member name=
"F:UnityEditor.Sprites.AtlasSettings.allowsAlphaSplitting">
24063       <summary>
24064         <para>Marks
this atlas so that it contains textures that have been flagged for Alpha splitting when needed (for example ETC1 compression for textures with transparency).</para>
24065       </summary>
24066     </member>
24067     <member name=
"F:UnityEditor.Sprites.AtlasSettings.anisoLevel">
24068       <summary>
24069         <para>Anisotropic filtering level of the atlas texture.</para>
24070       </summary>
24071     </member>
24072     <member name=
"F:UnityEditor.Sprites.AtlasSettings.colorSpace">
24073       <summary>
24074         <para>Desired color space of the atlas.</para>
24075       </summary>
24076     </member>
24077     <member name=
"F:UnityEditor.Sprites.AtlasSettings.compressionQuality">
24078       <summary>
24079         <para>Quality of atlas texture compression
in the range [0..100].</para>
24080       </summary>
24081     </member>
24082     <member name=
"F:UnityEditor.Sprites.AtlasSettings.enableRotation">
24083       <summary>
24084         <para>Allows Sprite Packer to rotate/flip the Sprite to ensure optimal Packing.</para>
24085       </summary>
24086     </member>
24087     <member name=
"F:UnityEditor.Sprites.AtlasSettings.filterMode">
24088       <summary>
24089         <para>Filtering mode of the atlas texture.</para>
24090       </summary>
24091     </member>
24092     <member name=
"F:UnityEditor.Sprites.AtlasSettings.format">
24093       <summary>
24094         <para>The format of the atlas texture.</para>
24095       </summary>
24096     </member>
24097     <member name=
"F:UnityEditor.Sprites.AtlasSettings.generateMipMaps">
24098       <summary>
24099         <para>Should sprite atlas textures generate mip maps?</para>
24100       </summary>
24101     </member>
24102     <member name=
"F:UnityEditor.Sprites.AtlasSettings.maxHeight">
24103       <summary>
24104         <para>Maximum height of the atlas texture.</para>
24105       </summary>
24106     </member>
24107     <member name=
"F:UnityEditor.Sprites.AtlasSettings.maxWidth">
24108       <summary>
24109         <para>Maximum width of the atlas texture.</para>
24110       </summary>
24111     </member>
24112     <member name=
"F:UnityEditor.Sprites.AtlasSettings.paddingPower">
24113       <summary>
24114         <para>The amount of extra padding between packed sprites.</para>
24115       </summary>
24116     </member>
24117     <member name=
"?:UnityEditor.Sprites.IPackerPolicy">
24118       <summary>
24119         <para>Sprite packing policy
interface. Provide a custom implementation to control which Sprites go into which atlases.</para>
24120       </summary>
24121     </member>
24122     <member name=
"M:UnityEditor.Sprites.IPackerPolicy.GetVersion">
24123       <summary>
24124         <para>Return the version of your policy. Sprite Packer needs to know
if atlas grouping logic changed.</para>
24125       </summary>
24126     </member>
24127     <member name=
"M:UnityEditor.Sprites.IPackerPolicy.OnGroupAtlases(UnityEditor.BuildTarget,UnityEditor.Sprites.PackerJob,System.Int32[])">
24128       <summary>
24129         <para>Implement custom atlas grouping here.</para>
24130       </summary>
24131       <param name=
"target"></param>
24132       <param name=
"job"></param>
24133       <param name=
"textureImporterInstanceIDs"></param>
24134     </member>
24135     <member name=
"T:UnityEditor.Sprites.Packer">
24136       <summary>
24137         <para>Sprite Packer helpers.</para>
24138       </summary>
24139     </member>
24140     <member name=
"P:UnityEditor.Sprites.Packer.atlasNames">
24141       <summary>
24142         <para>Array of Sprite atlas names found
in the current atlas cache.</para>
24143       </summary>
24144     </member>
24145     <member name=
"F:UnityEditor.Sprites.Packer.kDefaultPolicy">
24146       <summary>
24147         <para>Name of the
default Sprite Packer policy.</para>
24148       </summary>
24149     </member>
24150     <member name=
"T:UnityEditor.Sprites.Packer.Execution">
24151       <summary>
24152         <para>Sprite Packer execution mode.</para>
24153       </summary>
24154     </member>
24155     <member name=
"F:UnityEditor.Sprites.Packer.Execution.ForceRegroup">
24156       <summary>
24157         <para>Will always trigger IPackerPolicy.OnGroupAtlases.</para>
24158       </summary>
24159     </member>
24160     <member name=
"F:UnityEditor.Sprites.Packer.Execution.Normal">
24161       <summary>
24162         <para>Normal execution. Will not trigger IPackerPolicy.OnGroupAtlases unless IPackerPolicy, IPackerPolicy version or TextureImporter settings have changed.</para>
24163       </summary>
24164     </member>
24165     <member name=
"M:UnityEditor.Sprites.Packer.GetAlphaTexturesForAtlas(System.String)">
24166       <summary>
24167         <para>Returns all alpha atlas textures generated
for the specified atlas.</para>
24168       </summary>
24169       <param name=
"atlasName">Name of the atlas.</param>
24170     </member>
24171     <member name=
"M:UnityEditor.Sprites.Packer.GetAtlasDataForSprite(UnityEngine.Sprite,System.String&amp;,UnityEngine.Texture2D&amp;)">
24172       <summary>
24173         <para>Returns atlasing data
for the specified Sprite.</para>
24174       </summary>
24175       <param name=
"sprite">Sprite to query.</param>
24176       <param name=
"atlasName">Gets set to the name of the atlas containing the specified Sprite.</param>
24177       <param name=
"atlasTexture">Gets set to the Texture containing the specified Sprite.</param>
24178     </member>
24179     <member name=
"M:UnityEditor.Sprites.Packer.GetTexturesForAtlas(System.String)">
24180       <summary>
24181         <para>Returns all atlas textures generated
for the specified atlas.</para>
24182       </summary>
24183       <param name=
"atlasName">Atlas name.</param>
24184     </member>
24185     <member name=
"P:UnityEditor.Sprites.Packer.Policies">
24186       <summary>
24187         <para>Available Sprite Packer policies
for this project.</para>
24188       </summary>
24189     </member>
24190     <member name=
"M:UnityEditor.Sprites.Packer.RebuildAtlasCacheIfNeeded(UnityEditor.BuildTarget,System.Boolean,UnityEditor.Sprites.Packer/Execution)">
24191       <summary>
24192         <para>Rebuilds the Sprite atlas cache.</para>
24193       </summary>
24194       <param name=
"target"></param>
24195       <param name=
"displayProgressBar"></param>
24196       <param name=
"execution"></param>
24197     </member>
24198     <member name=
"P:UnityEditor.Sprites.Packer.SelectedPolicy">
24199       <summary>
24200         <para>The active Sprite Packer policy
for this project.</para>
24201       </summary>
24202     </member>
24203     <member name=
"T:UnityEditor.Sprites.PackerJob">
24204       <summary>
24205         <para>Current Sprite Packer job definition.</para>
24206       </summary>
24207     </member>
24208     <member name=
"M:UnityEditor.Sprites.PackerJob.AddAtlas(System.String,UnityEditor.Sprites.AtlasSettings)">
24209       <summary>
24210         <para>Registers a
new atlas.</para>
24211       </summary>
24212       <param name=
"atlasName"></param>
24213       <param name=
"settings"></param>
24214     </member>
24215     <member name=
"M:UnityEditor.Sprites.PackerJob.AssignToAtlas(System.String,UnityEngine.Sprite,UnityEngine.SpritePackingMode,UnityEngine.SpritePackingRotation)">
24216       <summary>
24217         <para>Assigns a Sprite to an already registered atlas.</para>
24218       </summary>
24219       <param name=
"atlasName"></param>
24220       <param name=
"sprite"></param>
24221       <param name=
"packingMode"></param>
24222       <param name=
"packingRotation"></param>
24223     </member>
24224     <member name=
"T:UnityEditor.Sprites.SpriteUtility">
24225       <summary>
24226         <para>Helper utilities
for accessing Sprite data.</para>
24227       </summary>
24228     </member>
24229     <member name=
"M:UnityEditor.Sprites.SpriteUtility.GetSpriteIndices(UnityEngine.Sprite,System.Boolean)">
24230       <summary>
24231         <para>Returns the generated Sprite mesh indices.</para>
24232       </summary>
24233       <param name=
"sprite">If Sprite is packed, it is possible to access data as if it was on the atlas texture.</param>
24234       <param name=
"getAtlasData"></param>
24235     </member>
24236     <member name=
"M:UnityEditor.Sprites.SpriteUtility.GetSpriteMesh(UnityEngine.Sprite,System.Boolean)">
24237       <summary>
24238         <para>Returns the generated Sprite mesh positions.</para>
24239       </summary>
24240       <param name=
"getAtlasData">If Sprite is packed, it is possible to access data as if it was on the atlas texture.</param>
24241       <param name=
"sprite"></param>
24242     </member>
24243     <member name=
"M:UnityEditor.Sprites.SpriteUtility.GetSpriteTexture(UnityEngine.Sprite,System.Boolean)">
24244       <summary>
24245         <para>Returns the generated Sprite texture. If Sprite
is packed, it is possible to query for both source and atlas textures.</para>
24246       </summary>
24247       <param name=
"getAtlasData">If Sprite is packed, it is possible to access data as if it was on the atlas texture.</param>
24248       <param name=
"sprite"></param>
24249     </member>
24250     <member name=
"M:UnityEditor.Sprites.SpriteUtility.GetSpriteUVs(UnityEngine.Sprite,System.Boolean)">
24251       <summary>
24252         <para>Returns the generated Sprite mesh uvs.</para>
24253       </summary>
24254       <param name=
"sprite">If Sprite is packed, it is possible to access data as if it was on the atlas texture.</param>
24255       <param name=
"getAtlasData"></param>
24256     </member>
24257     <member name=
"T:UnityEditor.StaticEditorFlags">
24258       <summary>
24259         <para>Static Editor Flags.</para>
24260       </summary>
24261     </member>
24262     <member name=
"F:UnityEditor.StaticEditorFlags.BatchingStatic">
24263       <summary>
24264         <para>Consider
for static batching.</para>
24265       </summary>
24266     </member>
24267     <member name=
"F:UnityEditor.StaticEditorFlags.LightmapStatic">
24268       <summary>
24269         <para>Considered
static for lightmapping.</para>
24270       </summary>
24271     </member>
24272     <member name=
"F:UnityEditor.StaticEditorFlags.NavigationStatic">
24273       <summary>
24274         <para>Considered
static for navigation.</para>
24275       </summary>
24276     </member>
24277     <member name=
"F:UnityEditor.StaticEditorFlags.OccludeeStatic">
24278       <summary>
24279         <para>Considered
static for occlusion.</para>
24280       </summary>
24281     </member>
24282     <member name=
"F:UnityEditor.StaticEditorFlags.OccluderStatic">
24283       <summary>
24284         <para>Considered
static for occlusion.</para>
24285       </summary>
24286     </member>
24287     <member name=
"F:UnityEditor.StaticEditorFlags.OffMeshLinkGeneration">
24288       <summary>
24289         <para>Auto-generate OffMeshLink.</para>
24290       </summary>
24291     </member>
24292     <member name=
"F:UnityEditor.StaticEditorFlags.ReflectionProbeStatic">
24293       <summary>
24294         <para>Consider
static for reflection probe.</para>
24295       </summary>
24296     </member>
24297     <member name=
"T:UnityEditor.StaticOcclusionCulling">
24298       <summary>
24299         <para>StaticOcclusionCulling lets you perform
static occlusion culling operations.</para>
24300       </summary>
24301     </member>
24302     <member name=
"P:UnityEditor.StaticOcclusionCulling.doesSceneHaveManualPortals">
24303       <summary>
24304         <para>Does the scene contain any occlusion portals that were added manually rather than automatically?</para>
24305       </summary>
24306     </member>
24307     <member name=
"P:UnityEditor.StaticOcclusionCulling.isRunning">
24308       <summary>
24309         <para>Used to check
if asynchronous generation of static occlusion culling data is still running.</para>
24310       </summary>
24311     </member>
24312     <member name=
"P:UnityEditor.StaticOcclusionCulling.umbraDataSize">
24313       <summary>
24314         <para>Returns the size
in bytes that the PVS data is currently taking up in this scene on disk.</para>
24315       </summary>
24316     </member>
24317     <member name=
"M:UnityEditor.StaticOcclusionCulling.Cancel">
24318       <summary>
24319         <para>Used to cancel asynchronous generation of
static occlusion culling data.</para>
24320       </summary>
24321     </member>
24322     <member name=
"M:UnityEditor.StaticOcclusionCulling.Clear">
24323       <summary>
24324         <para>Clears the PVS of the opened scene.</para>
24325       </summary>
24326     </member>
24327     <member name=
"M:UnityEditor.StaticOcclusionCulling.Compute">
24328       <summary>
24329         <para>Used to generate
static occlusion culling data.</para>
24330       </summary>
24331     </member>
24332     <member name=
"M:UnityEditor.StaticOcclusionCulling.GenerateInBackground">
24333       <summary>
24334         <para>Used to compute
static occlusion culling data asynchronously.</para>
24335       </summary>
24336     </member>
24337     <member name=
"M:UnityEditor.StaticOcclusionCulling.GenerateInBackground">
24338       <summary>
24339         <para>Used to compute
static occlusion culling data asynchronously.</para>
24340       </summary>
24341     </member>
24342     <member name=
"T:UnityEditor.StaticOcclusionCullingVisualization">
24343       <summary>
24344         <para>Used to visualize
static occlusion culling at development time in scene view.</para>
24345       </summary>
24346     </member>
24347     <member name=
"P:UnityEditor.StaticOcclusionCullingVisualization.showGeometryCulling">
24348       <summary>
24349         <para>If
set to true, culling of geometry is enabled.</para>
24350       </summary>
24351     </member>
24352     <member name=
"P:UnityEditor.StaticOcclusionCullingVisualization.showOcclusionCulling">
24353       <summary>
24354         <para>If
set to true, visualization of target volumes is enabled.</para>
24355       </summary>
24356     </member>
24357     <member name=
"P:UnityEditor.StaticOcclusionCullingVisualization.showPortals">
24358       <summary>
24359         <para>If
set to true, visualization of portals is enabled.</para>
24360       </summary>
24361     </member>
24362     <member name=
"P:UnityEditor.StaticOcclusionCullingVisualization.showPreVisualization">
24363       <summary>
24364         <para>If
set to true, the visualization lines of the PVS volumes will show all cells rather than cells after culling.</para>
24365       </summary>
24366     </member>
24367     <member name=
"P:UnityEditor.StaticOcclusionCullingVisualization.showViewVolumes">
24368       <summary>
24369         <para>If
set to true, visualization of view volumes is enabled.</para>
24370       </summary>
24371     </member>
24372     <member name=
"P:UnityEditor.StaticOcclusionCullingVisualization.showVisibilityLines">
24373       <summary>
24374         <para>If
set to true, visualization of portals is enabled.</para>
24375       </summary>
24376     </member>
24377     <member name=
"T:UnityEditor.StatusQueryOptions">
24378       <summary>
24379         <para>Options
for querying the version control system status of a file.</para>
24380       </summary>
24381     </member>
24382     <member name=
"F:UnityEditor.StatusQueryOptions.ForceUpdate">
24383       <summary>
24384         <para>Force a refresh of the version control system status of the file. This
is slow but accurate.
24385
24386 See Also: AssetDatabase.IsOpenForEdit, AssetDatabase.IsMetaFileOpenForEdit.</para>
24387       </summary>
24388     </member>
24389     <member name=
"F:UnityEditor.StatusQueryOptions.UseCachedIfPossible">
24390       <summary>
24391         <para>Use the last known version control system status of the file. This
is faster on average but less accurate than forcing an update, as it will cache the status of the file for a period of time.
24392
24393 See Also: AssetDatabase.IsOpenForEdit, AssetDatabase.IsMetaFileOpenForEdit.</para>
24394       </summary>
24395     </member>
24396     <member name=
"T:UnityEditor.StereoRenderingPath">
24397       <summary>
24398         <para>Enum used to specify what stereo rendering path to use.</para>
24399       </summary>
24400     </member>
24401     <member name=
"F:UnityEditor.StereoRenderingPath.Instancing">
24402       <summary>
24403         <para>Single pass VR rendering ( via instanced rendering ).</para>
24404       </summary>
24405     </member>
24406     <member name=
"F:UnityEditor.StereoRenderingPath.MultiPass">
24407       <summary>
24408         <para>Multiple pass VR rendering.</para>
24409       </summary>
24410     </member>
24411     <member name=
"F:UnityEditor.StereoRenderingPath.SinglePass">
24412       <summary>
24413         <para>Single pass VR rendering ( via
double-wide render texture ).</para>
24414       </summary>
24415     </member>
24416     <member name=
"T:UnityEditor.StrippingLevel">
24417       <summary>
24418         <para>Managed code stripping level.</para>
24419       </summary>
24420     </member>
24421     <member name=
"F:UnityEditor.StrippingLevel.Disabled">
24422       <summary>
24423         <para>Managed code stripping
is disabled.</para>
24424       </summary>
24425     </member>
24426     <member name=
"F:UnityEditor.StrippingLevel.StripAssemblies">
24427       <summary>
24428         <para>Unused parts of managed code are stripped away.</para>
24429       </summary>
24430     </member>
24431     <member name=
"F:UnityEditor.StrippingLevel.StripByteCode">
24432       <summary>
24433         <para>Managed method bodies are stripped away. AOT platforms only.</para>
24434       </summary>
24435     </member>
24436     <member name=
"F:UnityEditor.StrippingLevel.UseMicroMSCorlib">
24437       <summary>
24438         <para>Lightweight mscorlib version will be used at expense of limited compatibility.</para>
24439       </summary>
24440     </member>
24441     <member name=
"T:UnityEditor.SubstanceArchive">
24442       <summary>
24443         <para>Class
for Substance Archive handling.</para>
24444       </summary>
24445     </member>
24446     <member name=
"T:UnityEditor.SubstanceImporter">
24447       <summary>
24448         <para>The SubstanceImporter
class lets you access the imported ProceduralMaterial instances.</para>
24449       </summary>
24450     </member>
24451     <member name=
"M:UnityEditor.SubstanceImporter.CloneMaterial(UnityEngine.ProceduralMaterial)">
24452       <summary>
24453         <para>Clone an existing ProceduralMaterial instance.</para>
24454       </summary>
24455       <param name=
"material"></param>
24456     </member>
24457     <member name=
"M:UnityEditor.SubstanceImporter.DestroyMaterial(UnityEngine.ProceduralMaterial)">
24458       <summary>
24459         <para>Destroy an existing ProceduralMaterial instance.</para>
24460       </summary>
24461       <param name=
"material"></param>
24462     </member>
24463     <member name=
"M:UnityEditor.SubstanceImporter.ExportBitmaps(UnityEngine.ProceduralMaterial,System.String,System.Boolean)">
24464       <summary>
24465         <para>Export the bitmaps generated
by a ProceduralMaterial as TGA files.</para>
24466       </summary>
24467       <param name=
"material">The ProceduralMaterial whose output textures will be saved.</param>
24468       <param name=
"exportPath">Path to a folder where the output bitmaps will be saved. The folder will be created if it doesn't already exist.</param>
24469       <param name=
"alphaRemap">Indicates whether alpha channel remapping should be performed.</param>
24470     </member>
24471     <member name=
"M:UnityEditor.SubstanceImporter.ExportPreset(UnityEngine.ProceduralMaterial,System.String)">
24472       <summary>
24473         <para>Export a XML preset
string with the value of all parameters of a given ProceduralMaterial to the specified folder.</para>
24474       </summary>
24475       <param name=
"material">The ProceduralMaterial whose preset string will be saved.</param>
24476       <param name=
"exportPath">Path to a folder where the preset file will be saved. The folder will be created if it doesn't already exist.</param>
24477     </member>
24478     <member name=
"M:UnityEditor.SubstanceImporter.GetAnimationUpdateRate(UnityEngine.ProceduralMaterial)">
24479       <summary>
24480         <para>Get the ProceduralMaterial animation update rate
in millisecond.</para>
24481       </summary>
24482       <param name=
"material"></param>
24483     </member>
24484     <member name=
"M:UnityEditor.SubstanceImporter.GetGenerateAllOutputs(UnityEngine.ProceduralMaterial)">
24485       <summary>
24486         <para>Check
if the ProceduralMaterial needs to force generation of all its outputs.</para>
24487       </summary>
24488       <param name=
"material"></param>
24489     </member>
24490     <member name=
"M:UnityEditor.SubstanceImporter.GetGenerateMipMaps(UnityEngine.ProceduralMaterial)">
24491       <summary>
24492         <para>Return
true if the mipmaps are generated for this ProceduralMaterial.</para>
24493       </summary>
24494       <param name=
"material"></param>
24495     </member>
24496     <member name=
"M:UnityEditor.SubstanceImporter.GetMaterialCount">
24497       <summary>
24498         <para>Get the number of ProceduralMaterial instances.</para>
24499       </summary>
24500     </member>
24501     <member name=
"M:UnityEditor.SubstanceImporter.GetMaterialOffset(UnityEngine.ProceduralMaterial)">
24502       <summary>
24503         <para>Get the material offset, which
is used for all the textures that are part of this ProceduralMaterial.</para>
24504       </summary>
24505       <param name=
"material"></param>
24506     </member>
24507     <member name=
"M:UnityEditor.SubstanceImporter.GetMaterials">
24508       <summary>
24509         <para>Get an array with the ProceduralMaterial instances.</para>
24510       </summary>
24511     </member>
24512     <member name=
"M:UnityEditor.SubstanceImporter.GetMaterialScale(UnityEngine.ProceduralMaterial)">
24513       <summary>
24514         <para>Get the material scale, which
is used for all the textures that are part of this ProceduralMaterial.</para>
24515       </summary>
24516       <param name=
"material"></param>
24517     </member>
24518     <member name=
"M:UnityEditor.SubstanceImporter.GetPlatformTextureSettings(System.String,System.String,System.Int32&amp;,System.Int32&amp;,System.Int32&amp;,System.Int32&amp;)">
24519       <summary>
24520         <para>Get the import settings
for a given ProceduralMaterial for a given platform (width and height, RAW/Compressed format, loading behavior).</para>
24521       </summary>
24522       <param name=
"materialName">The name of the ProceduralMaterial.</param>
24523       <param name=
"platform">The name of the platform (can be empty).</param>
24524       <param name=
"maxTextureWidth">The maximum texture width for this ProceduralMaterial (output value).</param>
24525       <param name=
"maxTextureHeight">The maximum texture height for this ProceduralMaterial (output value).</param>
24526       <param name=
"textureFormat">The texture format (0=Compressed, 1=RAW) for this ProceduralMaterial (output value).</param>
24527       <param name=
"loadBehavior">The load behavior for this ProceduralMaterial (output value).
24528 Values match the ProceduralMaterial::ProceduralLoadingBehavior
enum.</param>
24529     </member>
24530     <member name=
"M:UnityEditor.SubstanceImporter.GetPrototypeNames">
24531       <summary>
24532         <para>Get a list of the names of the ProceduralMaterial prototypes
in the package.</para>
24533       </summary>
24534     </member>
24535     <member name=
"M:UnityEditor.SubstanceImporter.GetTextureAlphaSource(UnityEngine.ProceduralMaterial,System.String)">
24536       <summary>
24537         <para>Get the alpha source of the given texture
in the ProceduralMaterial.</para>
24538       </summary>
24539       <param name=
"material"></param>
24540       <param name=
"textureName"></param>
24541     </member>
24542     <member name=
"M:UnityEditor.SubstanceImporter.InstantiateMaterial(System.String)">
24543       <summary>
24544         <para>Instantiate a
new ProceduralMaterial instance from a prototype.</para>
24545       </summary>
24546       <param name=
"prototypeName"></param>
24547     </member>
24548     <member name=
"M:UnityEditor.SubstanceImporter.OnShaderModified(UnityEngine.ProceduralMaterial)">
24549       <summary>
24550         <para>After modifying the shader of a ProceduralMaterial, call
this function to apply the changes to the importer.</para>
24551       </summary>
24552       <param name=
"material"></param>
24553     </member>
24554     <member name=
"M:UnityEditor.SubstanceImporter.RenameMaterial(UnityEngine.ProceduralMaterial,System.String)">
24555       <summary>
24556         <para>Rename an existing ProceduralMaterial instance.</para>
24557       </summary>
24558       <param name=
"material"></param>
24559       <param name=
"name"></param>
24560     </member>
24561     <member name=
"M:UnityEditor.SubstanceImporter.ResetMaterial(UnityEngine.ProceduralMaterial)">
24562       <summary>
24563         <para>Reset the ProceduralMaterial to its
default values.</para>
24564       </summary>
24565       <param name=
"material"></param>
24566     </member>
24567     <member name=
"M:UnityEditor.SubstanceImporter.SetAnimationUpdateRate(UnityEngine.ProceduralMaterial,System.Int32)">
24568       <summary>
24569         <para>Set the ProceduralMaterial animation update rate
in millisecond.</para>
24570       </summary>
24571       <param name=
"material"></param>
24572       <param name=
"animation_update_rate"></param>
24573     </member>
24574     <member name=
"M:UnityEditor.SubstanceImporter.SetGenerateAllOutputs(UnityEngine.ProceduralMaterial,System.Boolean)">
24575       <summary>
24576         <para>Specify
if the ProceduralMaterial needs to force generation of all its outputs.</para>
24577       </summary>
24578       <param name=
"material"></param>
24579       <param name=
"generated"></param>
24580     </member>
24581     <member name=
"M:UnityEditor.SubstanceImporter.SetGenerateMipMaps(UnityEngine.ProceduralMaterial,System.Boolean)">
24582       <summary>
24583         <para>Force the generation of mipmaps
for this ProceduralMaterial.</para>
24584       </summary>
24585       <param name=
"material"></param>
24586       <param name=
"mode"></param>
24587     </member>
24588     <member name=
"M:UnityEditor.SubstanceImporter.SetMaterialOffset(UnityEngine.ProceduralMaterial,UnityEngine.Vector2)">
24589       <summary>
24590         <para>Set the material offset, which
is used for all the textures that are part of this ProceduralMaterial.</para>
24591       </summary>
24592       <param name=
"material"></param>
24593       <param name=
"offset"></param>
24594     </member>
24595     <member name=
"M:UnityEditor.SubstanceImporter.SetMaterialScale(UnityEngine.ProceduralMaterial,UnityEngine.Vector2)">
24596       <summary>
24597         <para>Set the material scale, which
is used for all the textures that are part of this ProceduralMaterial.</para>
24598       </summary>
24599       <param name=
"material"></param>
24600       <param name=
"scale"></param>
24601     </member>
24602     <member name=
"M:UnityEditor.SubstanceImporter.SetPlatformTextureSettings(UnityEngine.ProceduralMaterial,System.String,System.Int32,System.Int32,System.Int32,System.Int32)">
24603       <summary>
24604         <para>Set the import settings
for the input ProceduralMaterial for the input platform.</para>
24605       </summary>
24606       <param name=
"material">The name of the Procedural Material.</param>
24607       <param name=
"platform">The name of the platform (can be empty).</param>
24608       <param name=
"maxTextureWidth">The maximum texture width for this Procedural Material.</param>
24609       <param name=
"maxTextureHeight">The maximum texture height for this Procedural Material.</param>
24610       <param name=
"textureFormat">The texture format (0=Compressed, 1=RAW) for this Procedural Material.</param>
24611       <param name=
"loadBehavior">The load behavior for this Procedural Material.
24612 Values match the ProceduralMaterial::ProceduralLoadingBehavior
enum.</param>
24613     </member>
24614     <member name=
"M:UnityEditor.SubstanceImporter.SetTextureAlphaSource(UnityEngine.ProceduralMaterial,System.String,UnityEngine.ProceduralOutputType)">
24615       <summary>
24616         <para>Set the alpha source of the given texture
in the ProceduralMaterial.</para>
24617       </summary>
24618       <param name=
"material"></param>
24619       <param name=
"textureName"></param>
24620       <param name=
"alphaSource"></param>
24621     </member>
24622     <member name=
"T:UnityEditor.SupportedRenderingFeatures">
24623       <summary>
24624         <para>Describes the rendering features supported
by a given renderloop.</para>
24625       </summary>
24626     </member>
24627     <member name=
"P:UnityEditor.SupportedRenderingFeatures.active">
24628       <summary>
24629         <para>The rendering features supported
by the active renderloop.</para>
24630       </summary>
24631     </member>
24632     <member name=
"F:UnityEditor.SupportedRenderingFeatures.reflectionProbe">
24633       <summary>
24634         <para>Supported reflection probe rendering features.</para>
24635       </summary>
24636     </member>
24637     <member name=
"P:UnityEditor.SupportedRenderingFeatures.Default">
24638       <summary>
24639         <para>Default rendering features (Read Only).</para>
24640       </summary>
24641     </member>
24642     <member name=
"T:UnityEditor.SupportedRenderingFeatures.ReflectionProbe">
24643       <summary>
24644         <para>Reflection probe features.</para>
24645       </summary>
24646     </member>
24647     <member name=
"F:UnityEditor.SupportedRenderingFeatures.ReflectionProbe.None">
24648       <summary>
24649         <para>No additional reflection probe features.</para>
24650       </summary>
24651     </member>
24652     <member name=
"F:UnityEditor.SupportedRenderingFeatures.ReflectionProbe.Rotation">
24653       <summary>
24654         <para>Reflection probes support rotation.</para>
24655       </summary>
24656     </member>
24657     <member name=
"T:UnityEditor.TakeInfo">
24658       <summary>
24659         <para>A Takeinfo
object contains all the information needed to describe a take.</para>
24660       </summary>
24661     </member>
24662     <member name=
"F:UnityEditor.TakeInfo.bakeStartTime">
24663       <summary>
24664         <para>Start time
in second.</para>
24665       </summary>
24666     </member>
24667     <member name=
"F:UnityEditor.TakeInfo.bakeStopTime">
24668       <summary>
24669         <para>Stop time
in second.</para>
24670       </summary>
24671     </member>
24672     <member name=
"F:UnityEditor.TakeInfo.defaultClipName">
24673       <summary>
24674         <para>This
is the default clip name for the clip generated for this take.</para>
24675       </summary>
24676     </member>
24677     <member name=
"F:UnityEditor.TakeInfo.name">
24678       <summary>
24679         <para>Take name
as define from imported file.</para>
24680       </summary>
24681     </member>
24682     <member name=
"F:UnityEditor.TakeInfo.sampleRate">
24683       <summary>
24684         <para>Sample rate of the take.</para>
24685       </summary>
24686     </member>
24687     <member name=
"F:UnityEditor.TakeInfo.startTime">
24688       <summary>
24689         <para>Start time
in second.</para>
24690       </summary>
24691     </member>
24692     <member name=
"F:UnityEditor.TakeInfo.stopTime">
24693       <summary>
24694         <para>Stop time
in second.</para>
24695       </summary>
24696     </member>
24697     <member name=
"T:UnityEditor.TextureImporter">
24698       <summary>
24699         <para>Texture importer lets you modify Texture2D import settings
from editor scripts.</para>
24700       </summary>
24701     </member>
24702     <member name=
"P:UnityEditor.TextureImporter.allowAlphaSplitting">
24703       <summary>
24704         <para>Allows alpha splitting
on relevant platforms for this texture.</para>
24705       </summary>
24706     </member>
24707     <member name=
"P:UnityEditor.TextureImporter.alphaIsTransparency">
24708       <summary>
24709         <para>If the provided alpha channel
is transparency, enable this to prefilter the color to avoid filtering artifacts.</para>
24710       </summary>
24711     </member>
24712     <member name=
"P:UnityEditor.TextureImporter.alphaSource">
24713       <summary>
24714         <para>Select how the alpha of the imported texture
is generated.</para>
24715       </summary>
24716     </member>
24717     <member name=
"P:UnityEditor.TextureImporter.anisoLevel">
24718       <summary>
24719         <para>Anisotropic filtering level of the texture.</para>
24720       </summary>
24721     </member>
24722     <member name=
"P:UnityEditor.TextureImporter.borderMipmap">
24723       <summary>
24724         <para>Keep texture borders the same
when generating mipmaps?</para>
24725       </summary>
24726     </member>
24727     <member name=
"P:UnityEditor.TextureImporter.compressionQuality">
24728       <summary>
24729         <para>Quality of Texture Compression
in the range [0..100].</para>
24730       </summary>
24731     </member>
24732     <member name=
"P:UnityEditor.TextureImporter.convertToNormalmap">
24733       <summary>
24734         <para>Convert heightmap to normal map?</para>
24735       </summary>
24736     </member>
24737     <member name=
"P:UnityEditor.TextureImporter.crunchedCompression">
24738       <summary>
24739         <para>Use crunched compression
when available.</para>
24740       </summary>
24741     </member>
24742     <member name=
"P:UnityEditor.TextureImporter.fadeout">
24743       <summary>
24744         <para>Fade
out mip levels to gray color?</para>
24745       </summary>
24746     </member>
24747     <member name=
"P:UnityEditor.TextureImporter.filterMode">
24748       <summary>
24749         <para>Filtering mode of the texture.</para>
24750       </summary>
24751     </member>
24752     <member name=
"P:UnityEditor.TextureImporter.generateCubemap">
24753       <summary>
24754         <para>Cubemap generation mode.</para>
24755       </summary>
24756     </member>
24757     <member name=
"P:UnityEditor.TextureImporter.generateMipsInLinearSpace">
24758       <summary>
24759         <para>Should mip maps be generated with gamma correction?</para>
24760       </summary>
24761     </member>
24762     <member name=
"P:UnityEditor.TextureImporter.grayscaleToAlpha">
24763       <summary>
24764         <para>Generate alpha channel
from intensity?</para>
24765       </summary>
24766     </member>
24767     <member name=
"P:UnityEditor.TextureImporter.heightmapScale">
24768       <summary>
24769         <para>Amount of bumpyness
in the heightmap.</para>
24770       </summary>
24771     </member>
24772     <member name=
"P:UnityEditor.TextureImporter.isReadable">
24773       <summary>
24774         <para>Set
this to true if you want texture data to be readable from scripts. Set it to false to prevent scripts from reading texture data.</para>
24775       </summary>
24776     </member>
24777     <member name=
"P:UnityEditor.TextureImporter.lightmap">
24778       <summary>
24779         <para>Is
this texture a lightmap?</para>
24780       </summary>
24781     </member>
24782     <member name=
"P:UnityEditor.TextureImporter.linearTexture">
24783       <summary>
24784         <para>Is texture storing non-color data?</para>
24785       </summary>
24786     </member>
24787     <member name=
"P:UnityEditor.TextureImporter.maxTextureSize">
24788       <summary>
24789         <para>Maximum texture size.</para>
24790       </summary>
24791     </member>
24792     <member name=
"P:UnityEditor.TextureImporter.mipMapBias">
24793       <summary>
24794         <para>Mip map bias of the texture.</para>
24795       </summary>
24796     </member>
24797     <member name=
"P:UnityEditor.TextureImporter.mipmapEnabled">
24798       <summary>
24799         <para>Generate Mip Maps.</para>
24800       </summary>
24801     </member>
24802     <member name=
"P:UnityEditor.TextureImporter.mipmapFadeDistanceEnd">
24803       <summary>
24804         <para>Mip level
where texture is faded out completely.</para>
24805       </summary>
24806     </member>
24807     <member name=
"P:UnityEditor.TextureImporter.mipmapFadeDistanceStart">
24808       <summary>
24809         <para>Mip level
where texture begins to fade out.</para>
24810       </summary>
24811     </member>
24812     <member name=
"P:UnityEditor.TextureImporter.mipmapFilter">
24813       <summary>
24814         <para>Mipmap filtering mode.</para>
24815       </summary>
24816     </member>
24817     <member name=
"P:UnityEditor.TextureImporter.normalmap">
24818       <summary>
24819         <para>Is
this texture a normal map?</para>
24820       </summary>
24821     </member>
24822     <member name=
"P:UnityEditor.TextureImporter.normalmapFilter">
24823       <summary>
24824         <para>Normal map filtering mode.</para>
24825       </summary>
24826     </member>
24827     <member name=
"P:UnityEditor.TextureImporter.npotScale">
24828       <summary>
24829         <para>Scaling mode
for non power of two textures.</para>
24830       </summary>
24831     </member>
24832     <member name=
"P:UnityEditor.TextureImporter.qualifiesForSpritePacking">
24833       <summary>
24834         <para>Returns
true if this TextureImporter is setup for Sprite packing.</para>
24835       </summary>
24836     </member>
24837     <member name=
"P:UnityEditor.TextureImporter.spriteBorder">
24838       <summary>
24839         <para>Border sizes of the generated sprites.</para>
24840       </summary>
24841     </member>
24842     <member name=
"P:UnityEditor.TextureImporter.spriteImportMode">
24843       <summary>
24844         <para>Selects Single or Manual import mode
for Sprite textures.</para>
24845       </summary>
24846     </member>
24847     <member name=
"P:UnityEditor.TextureImporter.spritePackingTag">
24848       <summary>
24849         <para>Selects the Sprite packing tag.</para>
24850       </summary>
24851     </member>
24852     <member name=
"P:UnityEditor.TextureImporter.spritePivot">
24853       <summary>
24854         <para>The point
in the Sprite object's coordinate space where the graphic is located.</para>
24855       </summary>
24856     </member>
24857     <member name=
"P:UnityEditor.TextureImporter.spritePixelsPerUnit">
24858       <summary>
24859         <para>The number of pixels
in the sprite that correspond to one unit in world space.</para>
24860       </summary>
24861     </member>
24862     <member name=
"P:UnityEditor.TextureImporter.spritePixelsToUnits">
24863       <summary>
24864         <para>Scale factor
for mapping pixels in the graphic to units in world space.</para>
24865       </summary>
24866     </member>
24867     <member name=
"P:UnityEditor.TextureImporter.spritesheet">
24868       <summary>
24869         <para>Array representing the sections of the atlas corresponding to individual sprite graphics.</para>
24870       </summary>
24871     </member>
24872     <member name=
"P:UnityEditor.TextureImporter.sRGBTexture">
24873       <summary>
24874         <para>Is texture storing color data?</para>
24875       </summary>
24876     </member>
24877     <member name=
"P:UnityEditor.TextureImporter.textureCompression">
24878       <summary>
24879         <para>Compression of imported texture.</para>
24880       </summary>
24881     </member>
24882     <member name=
"P:UnityEditor.TextureImporter.textureFormat">
24883       <summary>
24884         <para>Format of imported texture.</para>
24885       </summary>
24886     </member>
24887     <member name=
"P:UnityEditor.TextureImporter.textureShape">
24888       <summary>
24889         <para>Shape of imported texture.</para>
24890       </summary>
24891     </member>
24892     <member name=
"P:UnityEditor.TextureImporter.textureType">
24893       <summary>
24894         <para>Which type of texture are we dealing with here.</para>
24895       </summary>
24896     </member>
24897     <member name=
"P:UnityEditor.TextureImporter.wrapMode">
24898       <summary>
24899         <para>Wrap mode (Repeat or Clamp) of the texture.</para>
24900       </summary>
24901     </member>
24902     <member name=
"M:UnityEditor.TextureImporter.ClearPlatformTextureSettings(System.String)">
24903       <summary>
24904         <para>Clear specific target platform settings.</para>
24905       </summary>
24906       <param name=
"platform">The platform whose settings are to be cleared (see below).</param>
24907     </member>
24908     <member name=
"M:UnityEditor.TextureImporter.DoesSourceTextureHaveAlpha">
24909       <summary>
24910         <para>Does textures source image have alpha channel.</para>
24911       </summary>
24912     </member>
24913     <member name=
"M:UnityEditor.TextureImporter.DoesSourceTextureHaveColor">
24914       <summary>
24915         <para>Does textures source image have RGB channels.</para>
24916       </summary>
24917     </member>
24918     <member name=
"M:UnityEditor.TextureImporter.GetAllowsAlphaSplitting">
24919       <summary>
24920         <para>Getter
for the flag that allows Alpha splitting on the imported texture when needed (for example ETC1 compression for textures with transparency).</para>
24921       </summary>
24922       <returns>
24923         <para>True
if the importer allows alpha split on the imported texture, False otherwise.</para>
24924       </returns>
24925     </member>
24926     <member name=
"M:UnityEditor.TextureImporter.GetAutomaticFormat(System.String)">
24927       <summary>
24928         <para>Returns the TextureImporterFormat that would be automatically chosen
for this platform.</para>
24929       </summary>
24930       <param name=
"platform"></param>
24931       <returns>
24932         <para>Format chosen
by the system for the provided platform, TextureImporterFormat.Automatic if the platform does not exist.</para>
24933       </returns>
24934     </member>
24935     <member name=
"M:UnityEditor.TextureImporter.GetDefaultPlatformTextureSettings">
24936       <summary>
24937         <para>Get the
default platform specific texture settings.</para>
24938       </summary>
24939       <returns>
24940         <para>A TextureImporterPlatformSettings structure containing the
default platform parameters.</para>
24941       </returns>
24942     </member>
24943     <member name=
"M:UnityEditor.TextureImporter.GetPlatformTextureSettings(System.String,System.Int32&amp;,UnityEditor.TextureImporterFormat&amp;,System.Int32&amp;,System.Boolean&amp;)">
24944       <summary>
24945         <para>Get platform specific texture settings.</para>
24946       </summary>
24947       <param name=
"platform">The platform for which settings are required (see options below).</param>
24948       <param name=
"maxTextureSize">Maximum texture width/height in pixels.</param>
24949       <param name=
"textureFormat">Format of the texture for the given platform.</param>
24950       <param name=
"compressionQuality">Value from 0..100, equivalent to the standard JPEG quality setting.</param>
24951       <param name=
"etc1AlphaSplitEnabled">Status of the ETC1 and alpha split flag.</param>
24952       <returns>
24953         <para>True
if the platform override was found, false if no override was found.</para>
24954       </returns>
24955     </member>
24956     <member name=
"M:UnityEditor.TextureImporter.GetPlatformTextureSettings(System.String,System.Int32&amp;,UnityEditor.TextureImporterFormat&amp;,System.Int32&amp;)">
24957       <summary>
24958         <para>Get platform specific texture settings.</para>
24959       </summary>
24960       <param name=
"platform">The platform whose settings are required (see below).</param>
24961       <param name=
"maxTextureSize">Maximum texture width/height in pixels.</param>
24962       <param name=
"textureFormat">Format of the texture.</param>
24963       <param name=
"compressionQuality">Value from 0..100, equivalent to the standard JPEG quality setting.</param>
24964       <returns>
24965         <para>True
if the platform override was found, false if no override was found.</para>
24966       </returns>
24967     </member>
24968     <member name=
"M:UnityEditor.TextureImporter.GetPlatformTextureSettings(System.String,System.Int32&amp;,UnityEditor.TextureImporterFormat&amp;)">
24969       <summary>
24970         <para>Get platform specific texture settings.</para>
24971       </summary>
24972       <param name=
"platform">The platform whose settings are required (see below).</param>
24973       <param name=
"maxTextureSize">Maximum texture width/height in pixels.</param>
24974       <param name=
"textureFormat">Format of the texture.</param>
24975       <returns>
24976         <para>True
if the platform override was found, false if no override was found.</para>
24977       </returns>
24978     </member>
24979     <member name=
"M:UnityEditor.TextureImporter.GetPlatformTextureSettings(System.String)">
24980       <summary>
24981         <para>Get platform specific texture settings.</para>
24982       </summary>
24983       <param name=
"platform">The platform whose settings are required (see below).</param>
24984       <returns>
24985         <para>A TextureImporterPlatformSettings structure containing the platform parameters.</para>
24986       </returns>
24987     </member>
24988     <member name=
"M:UnityEditor.TextureImporter.ReadTextureImportInstructions">
24989       <summary>
24990         <para>Reads the active texture output instructions of
this TextureImporter.</para>
24991       </summary>
24992     </member>
24993     <member name=
"M:UnityEditor.TextureImporter.ReadTextureSettings(UnityEditor.TextureImporterSettings)">
24994       <summary>
24995         <para>Read texture settings
into TextureImporterSettings class.</para>
24996       </summary>
24997       <param name=
"dest"></param>
24998     </member>
24999     <member name=
"M:UnityEditor.TextureImporter.SetAllowsAlphaSplitting(System.Boolean)">
25000       <summary>
25001         <para>Setter
for the flag that allows Alpha splitting on the imported texture when needed (for example ETC1 compression for textures with transparency).</para>
25002       </summary>
25003       <param name=
"flag"></param>
25004     </member>
25005     <member name=
"M:UnityEditor.TextureImporter.SetPlatformTextureSettings(System.String,System.Int32,UnityEditor.TextureImporterFormat,System.Boolean)">
25006       <summary>
25007         <para>Set specific target platform settings.</para>
25008       </summary>
25009       <param name=
"platform">The platforms whose settings are to be changed (see below).</param>
25010       <param name=
"maxTextureSize">Maximum texture width/height in pixels.</param>
25011       <param name=
"textureFormat">Data format for the texture.</param>
25012       <param name=
"compressionQuality">Value from 0..100, with 0, 50 and 100 being respectively Fast, Normal, Best quality options in the texture importer UI. For Crunch texture formats, this roughly corresponds to JPEG quality levels.</param>
25013       <param name=
"allowsAlphaSplit">Allows splitting of imported texture into RGB+A so that ETC1 compression can be applied (Android only, and works only on textures that are a part of some atlas).</param>
25014     </member>
25015     <member name=
"M:UnityEditor.TextureImporter.SetPlatformTextureSettings(System.String,System.Int32,UnityEditor.TextureImporterFormat,System.Int32,System.Boolean)">
25016       <summary>
25017         <para>Set specific target platform settings.</para>
25018       </summary>
25019       <param name=
"platform">The platforms whose settings are to be changed (see below).</param>
25020       <param name=
"maxTextureSize">Maximum texture width/height in pixels.</param>
25021       <param name=
"textureFormat">Data format for the texture.</param>
25022       <param name=
"compressionQuality">Value from 0..100, with 0, 50 and 100 being respectively Fast, Normal, Best quality options in the texture importer UI. For Crunch texture formats, this roughly corresponds to JPEG quality levels.</param>
25023       <param name=
"allowsAlphaSplit">Allows splitting of imported texture into RGB+A so that ETC1 compression can be applied (Android only, and works only on textures that are a part of some atlas).</param>
25024     </member>
25025     <member name=
"M:UnityEditor.TextureImporter.SetPlatformTextureSettings(UnityEditor.TextureImporterPlatformSettings)">
25026       <summary>
25027         <para>Set specific target platform settings.</para>
25028       </summary>
25029       <param name=
"platformSettings">Structure containing the platform settings.</param>
25030     </member>
25031     <member name=
"M:UnityEditor.TextureImporter.SetTextureSettings(UnityEditor.TextureImporterSettings)">
25032       <summary>
25033         <para>Set texture importers settings
from TextureImporterSettings class.</para>
25034       </summary>
25035       <param name=
"src"></param>
25036     </member>
25037     <member name=
"T:UnityEditor.TextureImporterAlphaSource">
25038       <summary>
25039         <para>Select how the alpha of the imported texture
is generated.</para>
25040       </summary>
25041     </member>
25042     <member name=
"F:UnityEditor.TextureImporterAlphaSource.FromGrayScale">
25043       <summary>
25044         <para>Generate Alpha
from image gray scale.</para>
25045       </summary>
25046     </member>
25047     <member name=
"F:UnityEditor.TextureImporterAlphaSource.FromInput">
25048       <summary>
25049         <para>Use Alpha
from the input texture if one is provided.</para>
25050       </summary>
25051     </member>
25052     <member name=
"F:UnityEditor.TextureImporterAlphaSource.None">
25053       <summary>
25054         <para>No Alpha will be used.</para>
25055       </summary>
25056     </member>
25057     <member name=
"T:UnityEditor.TextureImporterCompression">
25058       <summary>
25059         <para>Select the kind of compression you want
for your texture.</para>
25060       </summary>
25061     </member>
25062     <member name=
"F:UnityEditor.TextureImporterCompression.Compressed">
25063       <summary>
25064         <para>Texture will be compressed
using a standard format depending on the platform (DXT, ASTC, ...).</para>
25065       </summary>
25066     </member>
25067     <member name=
"F:UnityEditor.TextureImporterCompression.CompressedHQ">
25068       <summary>
25069         <para>Texture will be compressed
using a high quality format depending on the platform and availability (BC7, ASTC4x4, ...).</para>
25070       </summary>
25071     </member>
25072     <member name=
"F:UnityEditor.TextureImporterCompression.CompressedLQ">
25073       <summary>
25074         <para>Texture will be compressed
using a low quality but high performance, high compression format depending on the platform and availability (2bpp PVRTC, ASTC8x8, ...).</para>
25075       </summary>
25076     </member>
25077     <member name=
"F:UnityEditor.TextureImporterCompression.Uncompressed">
25078       <summary>
25079         <para>Texture will not be compressed.</para>
25080       </summary>
25081     </member>
25082     <member name=
"T:UnityEditor.TextureImporterCubemapConvolution">
25083       <summary>
25084         <para>Defines Cubemap convolution mode.</para>
25085       </summary>
25086     </member>
25087     <member name=
"F:UnityEditor.TextureImporterCubemapConvolution.Diffuse">
25088       <summary>
25089         <para>Diffuse convolution (aka irradiance Cubemap).</para>
25090       </summary>
25091     </member>
25092     <member name=
"F:UnityEditor.TextureImporterCubemapConvolution.None">
25093       <summary>
25094         <para>No convolution needed. This Cubemap texture represents mirror reflection or Skybox.</para>
25095       </summary>
25096     </member>
25097     <member name=
"F:UnityEditor.TextureImporterCubemapConvolution.Specular">
25098       <summary>
25099         <para>Specular convolution (aka Prefiltered Environment Map).</para>
25100       </summary>
25101     </member>
25102     <member name=
"T:UnityEditor.TextureImporterFormat">
25103       <summary>
25104         <para>Imported texture format
for TextureImporter.</para>
25105       </summary>
25106     </member>
25107     <member name=
"F:UnityEditor.TextureImporterFormat.Alpha8">
25108       <summary>
25109         <para>TextureFormat.Alpha8 texture format.</para>
25110       </summary>
25111     </member>
25112     <member name=
"F:UnityEditor.TextureImporterFormat.ARGB16">
25113       <summary>
25114         <para>TextureFormat.ARGB4444 texture format.</para>
25115       </summary>
25116     </member>
25117     <member name=
"F:UnityEditor.TextureImporterFormat.ARGB32">
25118       <summary>
25119         <para>TextureFormat.ARGB32 texture format.</para>
25120       </summary>
25121     </member>
25122     <member name=
"F:UnityEditor.TextureImporterFormat.ASTC_RGB_10x10">
25123       <summary>
25124         <para>ASTC compressed RGB texture format, 10x10 block size.</para>
25125       </summary>
25126     </member>
25127     <member name=
"F:UnityEditor.TextureImporterFormat.ASTC_RGB_12x12">
25128       <summary>
25129         <para>ASTC compressed RGB texture format, 12x12 block size.</para>
25130       </summary>
25131     </member>
25132     <member name=
"F:UnityEditor.TextureImporterFormat.ASTC_RGB_4x4">
25133       <summary>
25134         <para>ASTC compressed RGB texture format, 4x4 block size.</para>
25135       </summary>
25136     </member>
25137     <member name=
"F:UnityEditor.TextureImporterFormat.ASTC_RGB_5x5">
25138       <summary>
25139         <para>ASTC compressed RGB texture format, 5x5 block size.</para>
25140       </summary>
25141     </member>
25142     <member name=
"F:UnityEditor.TextureImporterFormat.ASTC_RGB_6x6">
25143       <summary>
25144         <para>ASTC compressed RGB texture format, 6x6 block size.</para>
25145       </summary>
25146     </member>
25147     <member name=
"F:UnityEditor.TextureImporterFormat.ASTC_RGB_8x8">
25148       <summary>
25149         <para>ASTC compressed RGB texture format, 8x8 block size.</para>
25150       </summary>
25151     </member>
25152     <member name=
"F:UnityEditor.TextureImporterFormat.ASTC_RGBA_10x10">
25153       <summary>
25154         <para>ASTC compressed RGBA texture format, 10x10 block size.</para>
25155       </summary>
25156     </member>
25157     <member name=
"F:UnityEditor.TextureImporterFormat.ASTC_RGBA_12x12">
25158       <summary>
25159         <para>ASTC compressed RGBA texture format, 12x12 block size.</para>
25160       </summary>
25161     </member>
25162     <member name=
"F:UnityEditor.TextureImporterFormat.ASTC_RGBA_4x4">
25163       <summary>
25164         <para>ASTC compressed RGBA texture format, 4x4 block size.</para>
25165       </summary>
25166     </member>
25167     <member name=
"F:UnityEditor.TextureImporterFormat.ASTC_RGBA_5x5">
25168       <summary>
25169         <para>ASTC compressed RGBA texture format, 5x5 block size.</para>
25170       </summary>
25171     </member>
25172     <member name=
"F:UnityEditor.TextureImporterFormat.ASTC_RGBA_6x6">
25173       <summary>
25174         <para>ASTC compressed RGBA texture format, 6x6 block size.</para>
25175       </summary>
25176     </member>
25177     <member name=
"F:UnityEditor.TextureImporterFormat.ASTC_RGBA_8x8">
25178       <summary>
25179         <para>ASTC compressed RGBA texture format, 8x8 block size.</para>
25180       </summary>
25181     </member>
25182     <member name=
"F:UnityEditor.TextureImporterFormat.ATC_RGB4">
25183       <summary>
25184         <para>ATC (Android)
4 bits/pixel compressed RGB texture format.</para>
25185       </summary>
25186     </member>
25187     <member name=
"F:UnityEditor.TextureImporterFormat.ATC_RGBA8">
25188       <summary>
25189         <para>ATC (Android)
8 bits/pixel compressed RGBA texture format.</para>
25190       </summary>
25191     </member>
25192     <member name=
"F:UnityEditor.TextureImporterFormat.Automatic">
25193       <summary>
25194         <para>Choose texture format automatically based
on the texture parameters.</para>
25195       </summary>
25196     </member>
25197     <member name=
"F:UnityEditor.TextureImporterFormat.Automatic16bit">
25198       <summary>
25199         <para>Choose a
16 bit format automatically.</para>
25200       </summary>
25201     </member>
25202     <member name=
"F:UnityEditor.TextureImporterFormat.AutomaticCompressed">
25203       <summary>
25204         <para>Choose a compressed format automatically.</para>
25205       </summary>
25206     </member>
25207     <member name=
"F:UnityEditor.TextureImporterFormat.AutomaticCompressedHDR">
25208       <summary>
25209         <para>Choose a compressed HDR format automatically.</para>
25210       </summary>
25211     </member>
25212     <member name=
"F:UnityEditor.TextureImporterFormat.AutomaticCrunched">
25213       <summary>
25214         <para>Choose a crunched format automatically.</para>
25215       </summary>
25216     </member>
25217     <member name=
"F:UnityEditor.TextureImporterFormat.AutomaticHDR">
25218       <summary>
25219         <para>Choose an HDR format automatically.</para>
25220       </summary>
25221     </member>
25222     <member name=
"F:UnityEditor.TextureImporterFormat.AutomaticTruecolor">
25223       <summary>
25224         <para>Choose a Truecolor format automatically.</para>
25225       </summary>
25226     </member>
25227     <member name=
"F:UnityEditor.TextureImporterFormat.BC4">
25228       <summary>
25229         <para>TextureFormat.BC4 compressed texture format.</para>
25230       </summary>
25231     </member>
25232     <member name=
"F:UnityEditor.TextureImporterFormat.BC5">
25233       <summary>
25234         <para>TextureFormat.BC5 compressed texture format.</para>
25235       </summary>
25236     </member>
25237     <member name=
"F:UnityEditor.TextureImporterFormat.BC6H">
25238       <summary>
25239         <para>TextureFormat.BC6H compressed HDR texture format.</para>
25240       </summary>
25241     </member>
25242     <member name=
"F:UnityEditor.TextureImporterFormat.BC7">
25243       <summary>
25244         <para>TextureFormat.BC7 compressed texture format.</para>
25245       </summary>
25246     </member>
25247     <member name=
"F:UnityEditor.TextureImporterFormat.DXT1">
25248       <summary>
25249         <para>TextureFormat.DXT1 compressed texture format.</para>
25250       </summary>
25251     </member>
25252     <member name=
"F:UnityEditor.TextureImporterFormat.DXT1Crunched">
25253       <summary>
25254         <para>DXT1 compressed texture format with Crunch compression
for small storage sizes.</para>
25255       </summary>
25256     </member>
25257     <member name=
"F:UnityEditor.TextureImporterFormat.DXT5">
25258       <summary>
25259         <para>TextureFormat.DXT5 compressed texture format.</para>
25260       </summary>
25261     </member>
25262     <member name=
"F:UnityEditor.TextureImporterFormat.DXT5Crunched">
25263       <summary>
25264         <para>DXT5 compressed texture format with Crunch compression
for small storage sizes.</para>
25265       </summary>
25266     </member>
25267     <member name=
"F:UnityEditor.TextureImporterFormat.EAC_R">
25268       <summary>
25269         <para>ETC2EAC compressed
4 bits pixel unsigned R texture format.</para>
25270       </summary>
25271     </member>
25272     <member name=
"F:UnityEditor.TextureImporterFormat.EAC_R_SIGNED">
25273       <summary>
25274         <para>ETC2EAC compressed
4 bits pixel signed R texture format.</para>
25275       </summary>
25276     </member>
25277     <member name=
"F:UnityEditor.TextureImporterFormat.EAC_RG">
25278       <summary>
25279         <para>ETC2EAC compressed
8 bits pixel unsigned RG texture format.</para>
25280       </summary>
25281     </member>
25282     <member name=
"F:UnityEditor.TextureImporterFormat.EAC_RG_SIGNED">
25283       <summary>
25284         <para>ETC2EAC compressed
4 bits pixel signed RG texture format.</para>
25285       </summary>
25286     </member>
25287     <member name=
"F:UnityEditor.TextureImporterFormat.ETC_RGB4">
25288       <summary>
25289         <para>ETC (GLES2.
0) 4 bits/pixel compressed RGB texture format.</para>
25290       </summary>
25291     </member>
25292     <member name=
"F:UnityEditor.TextureImporterFormat.ETC2_RGB4">
25293       <summary>
25294         <para>ETC2 compressed
4 bits / pixel RGB texture format.</para>
25295       </summary>
25296     </member>
25297     <member name=
"F:UnityEditor.TextureImporterFormat.ETC2_RGB4_PUNCHTHROUGH_ALPHA">
25298       <summary>
25299         <para>ETC2 compressed
4 bits / pixel RGB + 1-bit alpha texture format.</para>
25300       </summary>
25301     </member>
25302     <member name=
"F:UnityEditor.TextureImporterFormat.ETC2_RGBA8">
25303       <summary>
25304         <para>ETC2 compressed
8 bits / pixel RGBA texture format.</para>
25305       </summary>
25306     </member>
25307     <member name=
"F:UnityEditor.TextureImporterFormat.PVRTC_RGB2">
25308       <summary>
25309         <para>PowerVR/iOS TextureFormat.PVRTC_RGB2 compressed texture format.</para>
25310       </summary>
25311     </member>
25312     <member name=
"F:UnityEditor.TextureImporterFormat.PVRTC_RGB4">
25313       <summary>
25314         <para>PowerVR/iOS TextureFormat.PVRTC_RGB4 compressed texture format.</para>
25315       </summary>
25316     </member>
25317     <member name=
"F:UnityEditor.TextureImporterFormat.PVRTC_RGBA2">
25318       <summary>
25319         <para>PowerVR/iOS TextureFormat.PVRTC_RGBA2 compressed texture format.</para>
25320       </summary>
25321     </member>
25322     <member name=
"F:UnityEditor.TextureImporterFormat.PVRTC_RGBA4">
25323       <summary>
25324         <para>PowerVR/iOS TextureFormat.PVRTC_RGBA4 compressed texture format.</para>
25325       </summary>
25326     </member>
25327     <member name=
"F:UnityEditor.TextureImporterFormat.RGB16">
25328       <summary>
25329         <para>TextureFormat.RGB565 texture format.</para>
25330       </summary>
25331     </member>
25332     <member name=
"F:UnityEditor.TextureImporterFormat.RGB24">
25333       <summary>
25334         <para>TextureFormat.RGB24 texture format.</para>
25335       </summary>
25336     </member>
25337     <member name=
"F:UnityEditor.TextureImporterFormat.RGBA16">
25338       <summary>
25339         <para>TextureFormat.RGBA4444 texture format.</para>
25340       </summary>
25341     </member>
25342     <member name=
"F:UnityEditor.TextureImporterFormat.RGBA32">
25343       <summary>
25344         <para>TextureFormat.RGBA32 texture format.</para>
25345       </summary>
25346     </member>
25347     <member name=
"F:UnityEditor.TextureImporterFormat.RGBAHalf">
25348       <summary>
25349         <para>TextureFormat.RGBAHalf floating point texture format.</para>
25350       </summary>
25351     </member>
25352     <member name=
"T:UnityEditor.TextureImporterGenerateCubemap">
25353       <summary>
25354         <para>Cubemap generation mode
for TextureImporter.</para>
25355       </summary>
25356     </member>
25357     <member name=
"F:UnityEditor.TextureImporterGenerateCubemap.AutoCubemap">
25358       <summary>
25359         <para>Automatically determine type of cubemap generation
from the source image.</para>
25360       </summary>
25361     </member>
25362     <member name=
"F:UnityEditor.TextureImporterGenerateCubemap.Cylindrical">
25363       <summary>
25364         <para>Generate cubemap
from cylindrical texture.</para>
25365       </summary>
25366     </member>
25367     <member name=
"F:UnityEditor.TextureImporterGenerateCubemap.FullCubemap">
25368       <summary>
25369         <para>Generate cubemap
from vertical or horizontal cross texture.</para>
25370       </summary>
25371     </member>
25372     <member name=
"F:UnityEditor.TextureImporterGenerateCubemap.None">
25373       <summary>
25374         <para>Do not generate cubemap (
default).</para>
25375       </summary>
25376     </member>
25377     <member name=
"F:UnityEditor.TextureImporterGenerateCubemap.Spheremap">
25378       <summary>
25379         <para>Generate cubemap
from spheremap texture.</para>
25380       </summary>
25381     </member>
25382     <member name=
"T:UnityEditor.TextureImporterMipFilter">
25383       <summary>
25384         <para>Mip map filter
for TextureImporter.</para>
25385       </summary>
25386     </member>
25387     <member name=
"F:UnityEditor.TextureImporterMipFilter.BoxFilter">
25388       <summary>
25389         <para>Box mipmap filter.</para>
25390       </summary>
25391     </member>
25392     <member name=
"F:UnityEditor.TextureImporterMipFilter.KaiserFilter">
25393       <summary>
25394         <para>Kaiser mipmap filter.</para>
25395       </summary>
25396     </member>
25397     <member name=
"T:UnityEditor.TextureImporterNormalFilter">
25398       <summary>
25399         <para>Normal map filtering mode
for TextureImporter.</para>
25400       </summary>
25401     </member>
25402     <member name=
"F:UnityEditor.TextureImporterNormalFilter.Sobel">
25403       <summary>
25404         <para>Sobel normal map filter.</para>
25405       </summary>
25406     </member>
25407     <member name=
"F:UnityEditor.TextureImporterNormalFilter.Standard">
25408       <summary>
25409         <para>Standard normal map filter.</para>
25410       </summary>
25411     </member>
25412     <member name=
"T:UnityEditor.TextureImporterNPOTScale">
25413       <summary>
25414         <para>Scaling mode
for non power of two textures in TextureImporter.</para>
25415       </summary>
25416     </member>
25417     <member name=
"F:UnityEditor.TextureImporterNPOTScale.None">
25418       <summary>
25419         <para>Keep non power of two textures
as is.</para>
25420       </summary>
25421     </member>
25422     <member name=
"F:UnityEditor.TextureImporterNPOTScale.ToLarger">
25423       <summary>
25424         <para>Scale to larger power of two.</para>
25425       </summary>
25426     </member>
25427     <member name=
"F:UnityEditor.TextureImporterNPOTScale.ToNearest">
25428       <summary>
25429         <para>Scale to nearest power of two.</para>
25430       </summary>
25431     </member>
25432     <member name=
"F:UnityEditor.TextureImporterNPOTScale.ToSmaller">
25433       <summary>
25434         <para>Scale to smaller power of two.</para>
25435       </summary>
25436     </member>
25437     <member name=
"T:UnityEditor.TextureImporterPlatformSettings">
25438       <summary>
25439         <para>Stores platform specifics settings of a TextureImporter.</para>
25440       </summary>
25441     </member>
25442     <member name=
"P:UnityEditor.TextureImporterPlatformSettings.allowsAlphaSplitting">
25443       <summary>
25444         <para>Allows Alpha splitting
on the imported texture when needed (for example ETC1 compression for textures with transparency).</para>
25445       </summary>
25446     </member>
25447     <member name=
"P:UnityEditor.TextureImporterPlatformSettings.compressionQuality">
25448       <summary>
25449         <para>Quality of texture compression
in the range [0..100].</para>
25450       </summary>
25451     </member>
25452     <member name=
"P:UnityEditor.TextureImporterPlatformSettings.crunchedCompression">
25453       <summary>
25454         <para>Use crunch compression
when available.</para>
25455       </summary>
25456     </member>
25457     <member name=
"P:UnityEditor.TextureImporterPlatformSettings.format">
25458       <summary>
25459         <para>Format of imported texture.</para>
25460       </summary>
25461     </member>
25462     <member name=
"P:UnityEditor.TextureImporterPlatformSettings.maxTextureSize">
25463       <summary>
25464         <para>Maximum texture size.</para>
25465       </summary>
25466     </member>
25467     <member name=
"P:UnityEditor.TextureImporterPlatformSettings.name">
25468       <summary>
25469         <para>Name of the build target.</para>
25470       </summary>
25471     </member>
25472     <member name=
"P:UnityEditor.TextureImporterPlatformSettings.overridden">
25473       <summary>
25474         <para>Set to
true in order to override the Default platform parameters by those provided in the TextureImporterPlatformSettings structure.</para>
25475       </summary>
25476     </member>
25477     <member name=
"P:UnityEditor.TextureImporterPlatformSettings.textureCompression">
25478       <summary>
25479         <para>Compression of imported texture.</para>
25480       </summary>
25481     </member>
25482     <member name=
"M:UnityEditor.TextureImporterPlatformSettings.CopyTo(UnityEditor.TextureImporterPlatformSettings)">
25483       <summary>
25484         <para>Copy parameters
into another TextureImporterPlatformSettings object.</para>
25485       </summary>
25486       <param name=
"target">TextureImporterPlatformSettings object to copy settings to.</param>
25487     </member>
25488     <member name=
"T:UnityEditor.TextureImporterRGBMMode">
25489       <summary>
25490         <para>RGBM encoding mode
for HDR textures in TextureImporter.</para>
25491       </summary>
25492     </member>
25493     <member name=
"F:UnityEditor.TextureImporterRGBMMode.Auto">
25494       <summary>
25495         <para>Do RGBM encoding
when source data is HDR in TextureImporter.</para>
25496       </summary>
25497     </member>
25498     <member name=
"F:UnityEditor.TextureImporterRGBMMode.Encoded">
25499       <summary>
25500         <para>Source texture
is already RGBM encoded in TextureImporter.</para>
25501       </summary>
25502     </member>
25503     <member name=
"F:UnityEditor.TextureImporterRGBMMode.Off">
25504       <summary>
25505         <para>Do not perform RGBM encoding
in TextureImporter.</para>
25506       </summary>
25507     </member>
25508     <member name=
"F:UnityEditor.TextureImporterRGBMMode.On">
25509       <summary>
25510         <para>Do RGBM encoding
in TextureImporter.</para>
25511       </summary>
25512     </member>
25513     <member name=
"T:UnityEditor.TextureImporterSettings">
25514       <summary>
25515         <para>Stores settings of a TextureImporter.</para>
25516       </summary>
25517     </member>
25518     <member name=
"P:UnityEditor.TextureImporterSettings.alphaIsTransparency">
25519       <summary>
25520         <para>If the provided alpha channel
is transparency, enable this to dilate the color to avoid filtering artifacts on the edges.</para>
25521       </summary>
25522     </member>
25523     <member name=
"P:UnityEditor.TextureImporterSettings.alphaSource">
25524       <summary>
25525         <para>Select how the alpha of the imported texture
is generated.</para>
25526       </summary>
25527     </member>
25528     <member name=
"P:UnityEditor.TextureImporterSettings.aniso">
25529       <summary>
25530         <para>Anisotropic filtering level of the texture.</para>
25531       </summary>
25532     </member>
25533     <member name=
"P:UnityEditor.TextureImporterSettings.borderMipmap">
25534       <summary>
25535         <para>Enable
this to avoid colors seeping out to the edge of the lower Mip levels. Used for light cookies.</para>
25536       </summary>
25537     </member>
25538     <member name=
"P:UnityEditor.TextureImporterSettings.convertToNormalMap">
25539       <summary>
25540         <para>Convert heightmap to normal map?</para>
25541       </summary>
25542     </member>
25543     <member name=
"P:UnityEditor.TextureImporterSettings.cubemapConvolution">
25544       <summary>
25545         <para>Convolution mode.</para>
25546       </summary>
25547     </member>
25548     <member name=
"P:UnityEditor.TextureImporterSettings.cubemapConvolutionExponent">
25549       <summary>
25550         <para>Defines how fast Phong exponent wears off
in mip maps. Higher value will apply less blur to high resolution mip maps.</para>
25551       </summary>
25552     </member>
25553     <member name=
"P:UnityEditor.TextureImporterSettings.cubemapConvolutionSteps">
25554       <summary>
25555         <para>Defines how many different Phong exponents to store
in mip maps. Higher value will give better transition between glossy and rough reflections, but will need higher texture resolution.</para>
25556       </summary>
25557     </member>
25558     <member name=
"P:UnityEditor.TextureImporterSettings.fadeOut">
25559       <summary>
25560         <para>Fade
out mip levels to gray color?</para>
25561       </summary>
25562     </member>
25563     <member name=
"P:UnityEditor.TextureImporterSettings.filterMode">
25564       <summary>
25565         <para>Filtering mode of the texture.</para>
25566       </summary>
25567     </member>
25568     <member name=
"P:UnityEditor.TextureImporterSettings.generateCubemap">
25569       <summary>
25570         <para>Cubemap generation mode.</para>
25571       </summary>
25572     </member>
25573     <member name=
"P:UnityEditor.TextureImporterSettings.grayscaleToAlpha">
25574       <summary>
25575         <para>Generate alpha channel
from intensity?</para>
25576       </summary>
25577     </member>
25578     <member name=
"P:UnityEditor.TextureImporterSettings.heightmapScale">
25579       <summary>
25580         <para>Amount of bumpyness
in the heightmap.</para>
25581       </summary>
25582     </member>
25583     <member name=
"P:UnityEditor.TextureImporterSettings.mipmapBias">
25584       <summary>
25585         <para>Mip map bias of the texture.</para>
25586       </summary>
25587     </member>
25588     <member name=
"P:UnityEditor.TextureImporterSettings.mipmapEnabled">
25589       <summary>
25590         <para>Generate mip maps
for the texture?</para>
25591       </summary>
25592     </member>
25593     <member name=
"P:UnityEditor.TextureImporterSettings.mipmapFadeDistanceEnd">
25594       <summary>
25595         <para>Mip level
where texture is faded out to gray completely.</para>
25596       </summary>
25597     </member>
25598     <member name=
"P:UnityEditor.TextureImporterSettings.mipmapFadeDistanceStart">
25599       <summary>
25600         <para>Mip level
where texture begins to fade out to gray.</para>
25601       </summary>
25602     </member>
25603     <member name=
"P:UnityEditor.TextureImporterSettings.mipmapFilter">
25604       <summary>
25605         <para>Mipmap filtering mode.</para>
25606       </summary>
25607     </member>
25608     <member name=
"P:UnityEditor.TextureImporterSettings.normalMapFilter">
25609       <summary>
25610         <para>Normal map filtering mode.</para>
25611       </summary>
25612     </member>
25613     <member name=
"P:UnityEditor.TextureImporterSettings.npotScale">
25614       <summary>
25615         <para>Scaling mode
for non power of two textures.</para>
25616       </summary>
25617     </member>
25618     <member name=
"P:UnityEditor.TextureImporterSettings.readable">
25619       <summary>
25620         <para>Is texture data readable
from scripts.</para>
25621       </summary>
25622     </member>
25623     <member name=
"P:UnityEditor.TextureImporterSettings.rgbm">
25624       <summary>
25625         <para>RGBM encoding mode
for HDR textures in TextureImporter.</para>
25626       </summary>
25627     </member>
25628     <member name=
"P:UnityEditor.TextureImporterSettings.spriteAlignment">
25629       <summary>
25630         <para>Edge-relative alignment of the sprite graphic.</para>
25631       </summary>
25632     </member>
25633     <member name=
"P:UnityEditor.TextureImporterSettings.spriteBorder">
25634       <summary>
25635         <para>Border sizes of the generated sprites.</para>
25636       </summary>
25637     </member>
25638     <member name=
"P:UnityEditor.TextureImporterSettings.spriteExtrude">
25639       <summary>
25640         <para>The number of blank pixels to leave between the edge of the graphic and the mesh.</para>
25641       </summary>
25642     </member>
25643     <member name=
"P:UnityEditor.TextureImporterSettings.spriteMode">
25644       <summary>
25645         <para>Sprite texture import mode.</para>
25646       </summary>
25647     </member>
25648     <member name=
"P:UnityEditor.TextureImporterSettings.spritePivot">
25649       <summary>
25650         <para>Pivot point of the Sprite relative to its graphic
's rectangle.</para>
25651       </summary>
25652     </member>
25653     <member name=
"P:UnityEditor.TextureImporterSettings.spritePixelsPerUnit">
25654       <summary>
25655         <para>The number of pixels
in the sprite that correspond to one unit in world space.</para>
25656       </summary>
25657     </member>
25658     <member name=
"P:UnityEditor.TextureImporterSettings.spritePixelsToUnits">
25659       <summary>
25660         <para>Scale factor between pixels
in the sprite graphic and world space units.</para>
25661       </summary>
25662     </member>
25663     <member name=
"P:UnityEditor.TextureImporterSettings.spriteTessellationDetail">
25664       <summary>
25665         <para>The tessellation detail to be used
for generating the mesh for the associated sprite if the SpriteMode is set to Single. For Multiple sprites, use the SpriteEditor to specify the value per sprite.
25666 Valid values are
in the range [0-1], with higher values generating a tighter mesh. A default of -1 will allow Unity to determine the value automatically.</para>
25667       </summary>
25668     </member>
25669     <member name=
"P:UnityEditor.TextureImporterSettings.sRGBTexture">
25670       <summary>
25671         <para>Is texture storing color data?</para>
25672       </summary>
25673     </member>
25674     <member name=
"P:UnityEditor.TextureImporterSettings.textureShape">
25675       <summary>
25676         <para>Shape of imported texture.</para>
25677       </summary>
25678     </member>
25679     <member name=
"P:UnityEditor.TextureImporterSettings.textureType">
25680       <summary>
25681         <para>Which type of texture are we dealing with here.</para>
25682       </summary>
25683     </member>
25684     <member name=
"P:UnityEditor.TextureImporterSettings.wrapMode">
25685       <summary>
25686         <para>Wrap mode (Repeat or Clamp) of the texture.</para>
25687       </summary>
25688     </member>
25689     <member name=
"M:UnityEditor.TextureImporterSettings.ApplyTextureType(UnityEditor.TextureImporterType,System.Boolean)">
25690       <summary>
25691         <para>Configure parameters to import a texture
for a purpose of type, as described TextureImporterType|here.</para>
25692       </summary>
25693       <param name=
"type">Texture type. See TextureImporterType.</param>
25694       <param name=
"applyAll">If false, change only specific properties. Exactly which, depends on type.</param>
25695     </member>
25696     <member name=
"M:UnityEditor.TextureImporterSettings.CopyTo(UnityEditor.TextureImporterSettings)">
25697       <summary>
25698         <para>Copy parameters
into another TextureImporterSettings object.</para>
25699       </summary>
25700       <param name=
"target">TextureImporterSettings object to copy settings to.</param>
25701     </member>
25702     <member name=
"M:UnityEditor.TextureImporterSettings.Equal(UnityEditor.TextureImporterSettings,UnityEditor.TextureImporterSettings)">
25703       <summary>
25704         <para>Test texture importer settings
for equality.</para>
25705       </summary>
25706       <param name=
"a"></param>
25707       <param name=
"b"></param>
25708     </member>
25709     <member name=
"T:UnityEditor.TextureImporterShape">
25710       <summary>
25711         <para>Select the kind of shape of your texture.</para>
25712       </summary>
25713     </member>
25714     <member name=
"F:UnityEditor.TextureImporterShape.Texture2D">
25715       <summary>
25716         <para>Texture
is 2D.</para>
25717       </summary>
25718     </member>
25719     <member name=
"F:UnityEditor.TextureImporterShape.TextureCube">
25720       <summary>
25721         <para>Texture
is a Cubemap.</para>
25722       </summary>
25723     </member>
25724     <member name=
"T:UnityEditor.TextureImporterType">
25725       <summary>
25726         <para>Select
this to set basic parameters depending on the purpose of your texture.</para>
25727       </summary>
25728     </member>
25729     <member name=
"F:UnityEditor.TextureImporterType.Cookie">
25730       <summary>
25731         <para>This sets up your texture with the basic parameters used
for the Cookies of your lights.</para>
25732       </summary>
25733     </member>
25734     <member name=
"F:UnityEditor.TextureImporterType.Cursor">
25735       <summary>
25736         <para>Use
this if your texture is going to be used as a cursor.</para>
25737       </summary>
25738     </member>
25739     <member name=
"F:UnityEditor.TextureImporterType.Default">
25740       <summary>
25741         <para>This
is the most common setting used for all the textures in general.</para>
25742       </summary>
25743     </member>
25744     <member name=
"F:UnityEditor.TextureImporterType.GUI">
25745       <summary>
25746         <para>Use
this if your texture is going to be used on any HUD/GUI Controls.</para>
25747       </summary>
25748     </member>
25749     <member name=
"F:UnityEditor.TextureImporterType.Image">
25750       <summary>
25751         <para>This
is the most common setting used for all the textures in general.</para>
25752       </summary>
25753     </member>
25754     <member name=
"F:UnityEditor.TextureImporterType.Lightmap">
25755       <summary>
25756         <para>This sets up your texture with the parameters used
by the lightmap.</para>
25757       </summary>
25758     </member>
25759     <member name=
"F:UnityEditor.TextureImporterType.NormalMap">
25760       <summary>
25761         <para>Select
this to turn the color channels into a format suitable for real-time normal mapping.</para>
25762       </summary>
25763     </member>
25764     <member name=
"F:UnityEditor.TextureImporterType.SingleChannel">
25765       <summary>
25766         <para>Use
this for texture containing a single channel.</para>
25767       </summary>
25768     </member>
25769     <member name=
"F:UnityEditor.TextureImporterType.Sprite">
25770       <summary>
25771         <para>Select
this if you will be using your texture for Sprite graphics.</para>
25772       </summary>
25773     </member>
25774     <member name=
"T:UnityEditor.TizenOSVersion">
25775       <summary>
25776         <para>Tizen OS compatibility.</para>
25777       </summary>
25778     </member>
25779     <member name=
"F:UnityEditor.TizenOSVersion.Version24">
25780       <summary>
25781         <para></para>
25782       </summary>
25783     </member>
25784     <member name=
"T:UnityEditor.TizenShowActivityIndicatorOnLoading">
25785       <summary>
25786         <para>Enumerator list of different activity indicators your game can show
when loading.</para>
25787       </summary>
25788     </member>
25789     <member name=
"F:UnityEditor.TizenShowActivityIndicatorOnLoading.DontShow">
25790       <summary>
25791         <para>Sets your game not to show any indicator
while loading.</para>
25792       </summary>
25793     </member>
25794     <member name=
"F:UnityEditor.TizenShowActivityIndicatorOnLoading.InversedLarge">
25795       <summary>
25796         <para>The loading indicator size
is large and rotates counterclockwise.</para>
25797       </summary>
25798     </member>
25799     <member name=
"F:UnityEditor.TizenShowActivityIndicatorOnLoading.InversedSmall">
25800       <summary>
25801         <para>The loading indicator size
is small and rotates counterclockwise.</para>
25802       </summary>
25803     </member>
25804     <member name=
"F:UnityEditor.TizenShowActivityIndicatorOnLoading.Large">
25805       <summary>
25806         <para>The loading indicator size
is large and rotates clockwise.</para>
25807       </summary>
25808     </member>
25809     <member name=
"F:UnityEditor.TizenShowActivityIndicatorOnLoading.Small">
25810       <summary>
25811         <para>The loading indicator size
is small and rotates clockwise.</para>
25812       </summary>
25813     </member>
25814     <member name=
"T:UnityEditor.Tool">
25815       <summary>
25816         <para>Which tool
is active in the editor.</para>
25817       </summary>
25818     </member>
25819     <member name=
"F:UnityEditor.Tool.Move">
25820       <summary>
25821         <para>The move tool
is active.</para>
25822       </summary>
25823     </member>
25824     <member name=
"F:UnityEditor.Tool.None">
25825       <summary>
25826         <para>No tool
is active. Set this to implement your own in-inspector toolbar (like the terrain editor does).</para>
25827       </summary>
25828     </member>
25829     <member name=
"F:UnityEditor.Tool.Rect">
25830       <summary>
25831         <para>The rect tool
is active.</para>
25832       </summary>
25833     </member>
25834     <member name=
"F:UnityEditor.Tool.Rotate">
25835       <summary>
25836         <para>The rotate tool
is active.</para>
25837       </summary>
25838     </member>
25839     <member name=
"F:UnityEditor.Tool.Scale">
25840       <summary>
25841         <para>The scale tool
is active.</para>
25842       </summary>
25843     </member>
25844     <member name=
"F:UnityEditor.Tool.View">
25845       <summary>
25846         <para>The view tool
is active - Use Tools.viewTool to find out which view tool we're talking about.</para>
25847       </summary>
25848     </member>
25849     <member name=
"T:UnityEditor.Tools">
25850       <summary>
25851         <para>Class used to manipulate the tools used
in Unity's Scene View.</para>
25852       </summary>
25853     </member>
25854     <member name=
"P:UnityEditor.Tools.current">
25855       <summary>
25856         <para>The tool that
is currently selected for the Scene View.</para>
25857       </summary>
25858     </member>
25859     <member name=
"P:UnityEditor.Tools.handlePosition">
25860       <summary>
25861         <para>The position of the tool handle
in world space.</para>
25862       </summary>
25863     </member>
25864     <member name=
"P:UnityEditor.Tools.handleRect">
25865       <summary>
25866         <para>The rectangle used
for the rect tool.</para>
25867       </summary>
25868     </member>
25869     <member name=
"P:UnityEditor.Tools.handleRectRotation">
25870       <summary>
25871         <para>The rotation of the rect tool handle
in world space.</para>
25872       </summary>
25873     </member>
25874     <member name=
"P:UnityEditor.Tools.handleRotation">
25875       <summary>
25876         <para>The rotation of the tool handle
in world space.</para>
25877       </summary>
25878     </member>
25879     <member name=
"P:UnityEditor.Tools.hidden">
25880       <summary>
25881         <para>Hides the Tools(Move, Rotate, Resize)
on the Scene view.</para>
25882       </summary>
25883     </member>
25884     <member name=
"P:UnityEditor.Tools.pivotMode">
25885       <summary>
25886         <para>Are we
in Center or Pivot mode.</para>
25887       </summary>
25888     </member>
25889     <member name=
"P:UnityEditor.Tools.pivotRotation">
25890       <summary>
25891         <para>What
's the rotation of the tool handle.</para>
25892       </summary>
25893     </member>
25894     <member name=
"P:UnityEditor.Tools.rectBlueprintMode">
25895       <summary>
25896         <para>Is the rect handle
in blueprint mode?</para>
25897       </summary>
25898     </member>
25899     <member name=
"P:UnityEditor.Tools.viewTool">
25900       <summary>
25901         <para>The option that
is currently active for the View tool in the Scene view.</para>
25902       </summary>
25903     </member>
25904     <member name=
"P:UnityEditor.Tools.visibleLayers">
25905       <summary>
25906         <para>Which layers are visible
in the scene view.</para>
25907       </summary>
25908     </member>
25909     <member name=
"T:UnityEditor.TransformSort">
25910       <summary>
25911         <para>Is the
default sorting method used by the hierarchy.</para>
25912       </summary>
25913     </member>
25914     <member name=
"P:UnityEditor.TransformSort.content">
25915       <summary>
25916         <para>Content to visualize the transform sorting method.</para>
25917       </summary>
25918     </member>
25919     <member name=
"T:UnityEditor.TrueTypeFontImporter">
25920       <summary>
25921         <para>AssetImporter
for importing Fonts.</para>
25922       </summary>
25923     </member>
25924     <member name=
"P:UnityEditor.TrueTypeFontImporter.ascentCalculationMode">
25925       <summary>
25926         <para>Calculation mode
for determining font's ascent.</para>
25927       </summary>
25928     </member>
25929     <member name=
"P:UnityEditor.TrueTypeFontImporter.characterPadding">
25930       <summary>
25931         <para>Border pixels added to character images
for padding. This is useful if you want to render text using a shader which needs to render outside of the character area (like an outline shader).</para>
25932       </summary>
25933     </member>
25934     <member name=
"P:UnityEditor.TrueTypeFontImporter.characterSpacing">
25935       <summary>
25936         <para>Spacing between character images
in the generated texture in pixels. This is useful if you want to render text using a shader which samples pixels outside of the character area (like an outline shader).</para>
25937       </summary>
25938     </member>
25939     <member name=
"P:UnityEditor.TrueTypeFontImporter.customCharacters">
25940       <summary>
25941         <para>A custom
set of characters to be included in the Font Texture.</para>
25942       </summary>
25943     </member>
25944     <member name=
"P:UnityEditor.TrueTypeFontImporter.fontNames">
25945       <summary>
25946         <para>An array of font names, to be used
when includeFontData is set to false.</para>
25947       </summary>
25948     </member>
25949     <member name=
"P:UnityEditor.TrueTypeFontImporter.fontReferences">
25950       <summary>
25951         <para>References to other fonts to be used looking
for fallbacks.</para>
25952       </summary>
25953     </member>
25954     <member name=
"P:UnityEditor.TrueTypeFontImporter.fontRenderingMode">
25955       <summary>
25956         <para>Font rendering mode to use
for this font.</para>
25957       </summary>
25958     </member>
25959     <member name=
"P:UnityEditor.TrueTypeFontImporter.fontSize">
25960       <summary>
25961         <para>Font size to use
for importing the characters.</para>
25962       </summary>
25963     </member>
25964     <member name=
"P:UnityEditor.TrueTypeFontImporter.fontTextureCase">
25965       <summary>
25966         <para>Use
this to adjust which characters should be imported.</para>
25967       </summary>
25968     </member>
25969     <member name=
"P:UnityEditor.TrueTypeFontImporter.fontTTFName">
25970       <summary>
25971         <para>The
internal font name of the TTF file.</para>
25972       </summary>
25973     </member>
25974     <member name=
"P:UnityEditor.TrueTypeFontImporter.includeFontData">
25975       <summary>
25976         <para>If
this is enabled, the actual font will be embedded into the asset for Dynamic fonts.</para>
25977       </summary>
25978     </member>
25979     <member name=
"M:UnityEditor.TrueTypeFontImporter.GenerateEditableFont(System.String)">
25980       <summary>
25981         <para>Create an editable copy of the font asset at path.</para>
25982       </summary>
25983       <param name=
"path"></param>
25984     </member>
25985     <member name=
"T:UnityEditor.tvOSSdkVersion">
25986       <summary>
25987         <para>Supported tvOS SDK versions.</para>
25988       </summary>
25989     </member>
25990     <member name=
"F:UnityEditor.tvOSSdkVersion.Device">
25991       <summary>
25992         <para>Device SDK.</para>
25993       </summary>
25994     </member>
25995     <member name=
"F:UnityEditor.tvOSSdkVersion.Simulator">
25996       <summary>
25997         <para>Simulator SDK.</para>
25998       </summary>
25999     </member>
26000     <member name=
"T:UnityEditor.tvOSTargetOSVersion">
26001       <summary>
26002         <para>Supported tvOS deployment versions.</para>
26003       </summary>
26004     </member>
26005     <member name=
"F:UnityEditor.tvOSTargetOSVersion.tvOS_9_0">
26006       <summary>
26007         <para>Target tvOS
9.0.</para>
26008       </summary>
26009     </member>
26010     <member name=
"F:UnityEditor.tvOSTargetOSVersion.tvOS_9_1">
26011       <summary>
26012         <para>Target tvOS
9.1.</para>
26013       </summary>
26014     </member>
26015     <member name=
"F:UnityEditor.tvOSTargetOSVersion.Unknown">
26016       <summary>
26017         <para>Unknown tvOS version, managed
by user.</para>
26018       </summary>
26019     </member>
26020     <member name=
"T:UnityEditor.UIOrientation">
26021       <summary>
26022         <para>Default mobile device orientation.</para>
26023       </summary>
26024     </member>
26025     <member name=
"F:UnityEditor.UIOrientation.AutoRotation">
26026       <summary>
26027         <para>Auto Rotation Enabled.</para>
26028       </summary>
26029     </member>
26030     <member name=
"F:UnityEditor.UIOrientation.LandscapeLeft">
26031       <summary>
26032         <para>Landscape : counter-clockwise
from Portrait.</para>
26033       </summary>
26034     </member>
26035     <member name=
"F:UnityEditor.UIOrientation.LandscapeRight">
26036       <summary>
26037         <para>Landscape: clockwise
from Portrait.</para>
26038       </summary>
26039     </member>
26040     <member name=
"F:UnityEditor.UIOrientation.Portrait">
26041       <summary>
26042         <para>Portrait.</para>
26043       </summary>
26044     </member>
26045     <member name=
"F:UnityEditor.UIOrientation.PortraitUpsideDown">
26046       <summary>
26047         <para>Portrait upside down.</para>
26048       </summary>
26049     </member>
26050     <member name=
"T:UnityEditor.Undo">
26051       <summary>
26052         <para>Lets you register undo operations
on specific objects you are about to perform changes on.</para>
26053       </summary>
26054     </member>
26055     <member name=
"F:UnityEditor.Undo.undoRedoPerformed">
26056       <summary>
26057         <para>Callback that
is triggered after an undo or redo was executed.</para>
26058       </summary>
26059     </member>
26060     <member name=
"F:UnityEditor.Undo.willFlushUndoRecord">
26061       <summary>
26062         <para>Invoked before the Undo system performs a flush.</para>
26063       </summary>
26064     </member>
26065     <member name=
"M:UnityEditor.Undo.AddComponent(UnityEngine.GameObject,System.Type)">
26066       <summary>
26067         <para>Adds a component to the game
object and registers an undo operation for this action.</para>
26068       </summary>
26069       <param name=
"gameObject">The game object you want to add the component to.</param>
26070       <param name=
"type">The type of component you want to add.</param>
26071       <returns>
26072         <para>The newly added component.</para>
26073       </returns>
26074     </member>
26075     <member name=
"M:UnityEditor.Undo.AddComponent(UnityEngine.GameObject)">
26076       <summary>
26077         <para>Generic version.</para>
26078       </summary>
26079       <param name=
"gameObject">The game object you want to add the component to.</param>
26080       <returns>
26081         <para>The newly added component.</para>
26082       </returns>
26083     </member>
26084     <member name=
"M:UnityEditor.Undo.ClearUndo(UnityEngine.Object)">
26085       <summary>
26086         <para>Removes all Undo operation
for the identifier object registered using Undo.RegisterCompleteObjectUndo from the undo stack.</para>
26087       </summary>
26088       <param name=
"identifier"></param>
26089     </member>
26090     <member name=
"M:UnityEditor.Undo.CollapseUndoOperations(System.Int32)">
26091       <summary>
26092         <para>Collapses all undo operation up to
group index together into one step.</para>
26093       </summary>
26094       <param name=
"groupIndex"></param>
26095     </member>
26096     <member name=
"M:UnityEditor.Undo.DestroyObjectImmediate(UnityEngine.Object)">
26097       <summary>
26098         <para>Destroys the
object and records an undo operation so that it can be recreated.</para>
26099       </summary>
26100       <param name=
"objectToUndo">The object that will be destroyed.</param>
26101     </member>
26102     <member name=
"M:UnityEditor.Undo.FlushUndoRecordObjects">
26103       <summary>
26104         <para>Ensure objects recorded
using RecordObject or ::ref:RecordObjects are registered as an undoable action. In most cases there is no reason to invoke FlushUndoRecordObjects since it's automatically done right after mouse-up and certain other events that conventionally marks the end of an action.</para>
26105       </summary>
26106     </member>
26107     <member name=
"M:UnityEditor.Undo.GetCurrentGroup">
26108       <summary>
26109         <para>Unity automatically groups undo operations
by the current group index.</para>
26110       </summary>
26111     </member>
26112     <member name=
"M:UnityEditor.Undo.GetCurrentGroupName">
26113       <summary>
26114         <para>Get the name that will be shown
in the UI for the current undo group.</para>
26115       </summary>
26116       <returns>
26117         <para>Name of the current
group or an empty string if the current group is empty.</para>
26118       </returns>
26119     </member>
26120     <member name=
"M:UnityEditor.Undo.IncrementCurrentGroup">
26121       <summary>
26122         <para>Unity automatically groups undo operations
by the current group index.</para>
26123       </summary>
26124     </member>
26125     <member name=
"M:UnityEditor.Undo.MoveGameObjectToScene(UnityEngine.GameObject,UnityEngine.SceneManagement.Scene,System.String)">
26126       <summary>
26127         <para>Move a GameObject
from its current scene to a new scene.
26128 It
is required that the GameObject is at the root of its current scene.</para>
26129       </summary>
26130       <param name=
"go">GameObject to move.</param>
26131       <param name=
"scene">Scene to move the GameObject into.</param>
26132       <param name=
"name">Name of the undo action.</param>
26133     </member>
26134     <member name=
"M:UnityEditor.Undo.PerformRedo">
26135       <summary>
26136         <para>Perform an Redo operation.</para>
26137       </summary>
26138     </member>
26139     <member name=
"M:UnityEditor.Undo.PerformUndo">
26140       <summary>
26141         <para>Perform an Undo operation.</para>
26142       </summary>
26143     </member>
26144     <member name=
"M:UnityEditor.Undo.RecordObject(UnityEngine.Object,System.String)">
26145       <summary>
26146         <para>Records any changes done
on the object after the RecordObject function.</para>
26147       </summary>
26148       <param name=
"objectToUndo">The reference to the object that you will be modifying.</param>
26149       <param name=
"name">The title of the action to appear in the undo history (i.e. visible in the undo menu).</param>
26150     </member>
26151     <member name=
"M:UnityEditor.Undo.RecordObjects(UnityEngine.Object[],System.String)">
26152       <summary>
26153         <para>Records multiple undoable objects
in a single call. This is the same as calling Undo.RecordObject multiple times.</para>
26154       </summary>
26155       <param name=
"objectsToUndo"></param>
26156       <param name=
"name"></param>
26157     </member>
26158     <member name=
"M:UnityEditor.Undo.RegisterCompleteObjectUndo(UnityEngine.Object,System.String)">
26159       <summary>
26160         <para>Stores a copy of the
object states on the undo stack.</para>
26161       </summary>
26162       <param name=
"objectToUndo">The object whose state changes need to be undone.</param>
26163       <param name=
"name">The name of the undo operation.</param>
26164     </member>
26165     <member name=
"M:UnityEditor.Undo.RegisterCompleteObjectUndo(UnityEngine.Object[],System.String)">
26166       <summary>
26167         <para>This
is equivalent to calling the first overload mutiple times, save for the fact that only one undo operation will be generated for this one.</para>
26168       </summary>
26169       <param name=
"objectsToUndo">An array of objects whose state changes need to be undone.</param>
26170       <param name=
"name">The name of the undo operation.</param>
26171     </member>
26172     <member name=
"M:UnityEditor.Undo.RegisterCreatedObjectUndo(UnityEngine.Object,System.String)">
26173       <summary>
26174         <para>Register an undo operations
for a newly created object.</para>
26175       </summary>
26176       <param name=
"objectToUndo">The object that was created.</param>
26177       <param name=
"name">The name of the action to undo. Think "Undo ...." in the main menu.</param>
26178     </member>
26179     <member name=
"M:UnityEditor.Undo.RegisterFullObjectHierarchyUndo(UnityEngine.Object,System.String)">
26180       <summary>
26181         <para>Copy the states of a hierarchy of objects onto the undo stack.</para>
26182       </summary>
26183       <param name=
"objectToUndo">The object used to determine a hierarchy of objects whose state changes need to be undone.</param>
26184       <param name=
"name">The name of the undo operation.</param>
26185     </member>
26186     <member name=
"M:UnityEditor.Undo.RegisterFullObjectHierarchyUndo(UnityEngine.Object)">
26187       <summary>
26188         <para>This overload
is deprecated. Use Undo.RegisterFullObjectHierarchyUndo(Object, string) instead.</para>
26189       </summary>
26190       <param name=
"objectToUndo"></param>
26191     </member>
26192     <member name=
"M:UnityEditor.Undo.RevertAllDownToGroup(System.Int32)">
26193       <summary>
26194         <para>Performs all undo operations up to the
group index without storing a redo operation in the process.</para>
26195       </summary>
26196       <param name=
"group"></param>
26197     </member>
26198     <member name=
"M:UnityEditor.Undo.RevertAllInCurrentGroup">
26199       <summary>
26200         <para>Performs the last undo operation but does not record a redo operation.</para>
26201       </summary>
26202     </member>
26203     <member name=
"M:UnityEditor.Undo.SetCurrentGroupName(System.String)">
26204       <summary>
26205         <para>Set the name of the current undo
group.</para>
26206       </summary>
26207       <param name=
"name">New name of the current undo group.</param>
26208     </member>
26209     <member name=
"M:UnityEditor.Undo.SetTransformParent(UnityEngine.Transform,UnityEngine.Transform,System.String)">
26210       <summary>
26211         <para>Sets the parent of transform to the
new parent and records an undo operation.</para>
26212       </summary>
26213       <param name=
"transform"></param>
26214       <param name=
"newParent"></param>
26215       <param name=
"name"></param>
26216     </member>
26217     <member name=
"T:UnityEditor.Undo.UndoRedoCallback">
26218       <summary>
26219         <para>Delegate used
for undoRedoPerformed.</para>
26220       </summary>
26221     </member>
26222     <member name=
"T:UnityEditor.Undo.WillFlushUndoRecord">
26223       <summary>
26224         <para>Delegate used
for willFlushUndoRecord.</para>
26225       </summary>
26226     </member>
26227     <member name=
"T:UnityEditor.UndoPropertyModification">
26228       <summary>
26229         <para>See Also: Undo.postprocessModifications.</para>
26230       </summary>
26231     </member>
26232     <member name=
"T:UnityEditor.UnwrapParam">
26233       <summary>
26234         <para>Unwrapping settings.</para>
26235       </summary>
26236     </member>
26237     <member name=
"F:UnityEditor.UnwrapParam.angleError">
26238       <summary>
26239         <para>Maximum allowed angle distortion (
0..1).</para>
26240       </summary>
26241     </member>
26242     <member name=
"F:UnityEditor.UnwrapParam.areaError">
26243       <summary>
26244         <para>Maximum allowed area distortion (
0..1).</para>
26245       </summary>
26246     </member>
26247     <member name=
"F:UnityEditor.UnwrapParam.hardAngle">
26248       <summary>
26249         <para>This angle (
in degrees) or greater between triangles will cause seam to be created.</para>
26250       </summary>
26251     </member>
26252     <member name=
"F:UnityEditor.UnwrapParam.packMargin">
26253       <summary>
26254         <para>How much uv-islands will be padded.</para>
26255       </summary>
26256     </member>
26257     <member name=
"M:UnityEditor.UnwrapParam.SetDefaults(UnityEditor.UnwrapParam&amp;)">
26258       <summary>
26259         <para>Will
set default values for params.</para>
26260       </summary>
26261       <param name=
"param"></param>
26262     </member>
26263     <member name=
"T:UnityEditor.Unwrapping">
26264       <summary>
26265         <para>This
class holds everything you may need in regard to uv-unwrapping.</para>
26266       </summary>
26267     </member>
26268     <member name=
"M:UnityEditor.Unwrapping.GeneratePerTriangleUV(UnityEngine.Mesh)">
26269       <summary>
26270         <para>Will generate per-triangle uv (
3 UVs for each triangle) with default settings.</para>
26271       </summary>
26272       <param name=
"src">The source mesh to generate UVs for.</param>
26273       <returns>
26274         <para>The list of UVs generated.</para>
26275       </returns>
26276     </member>
26277     <member name=
"M:UnityEditor.Unwrapping.GeneratePerTriangleUV(UnityEngine.Mesh,UnityEditor.UnwrapParam)">
26278       <summary>
26279         <para>Will generate per-triangle uv (
3 UVs for each triangle) with provided settings.</para>
26280       </summary>
26281       <param name=
"src">The source mesh to generate UVs for.</param>
26282       <param name=
"settings">Allows you to specify custom parameters to control the unwrapping.</param>
26283       <returns>
26284         <para>The list of UVs generated.</para>
26285       </returns>
26286     </member>
26287     <member name=
"M:UnityEditor.Unwrapping.GenerateSecondaryUVSet(UnityEngine.Mesh)">
26288       <summary>
26289         <para>Will auto generate uv2 with
default settings for provided mesh, and fill them in.</para>
26290       </summary>
26291       <param name=
"src"></param>
26292     </member>
26293     <member name=
"M:UnityEditor.Unwrapping.GenerateSecondaryUVSet(UnityEngine.Mesh,UnityEditor.UnwrapParam)">
26294       <summary>
26295         <para>Will auto generate uv2 with provided settings
for provided mesh, and fill them in.</para>
26296       </summary>
26297       <param name=
"src"></param>
26298       <param name=
"settings"></param>
26299     </member>
26300     <member name=
"T:UnityEditor.VersionControl.Asset">
26301       <summary>
26302         <para>This
class containes information about the version control state of an asset.</para>
26303       </summary>
26304     </member>
26305     <member name=
"P:UnityEditor.VersionControl.Asset.fullName">
26306       <summary>
26307         <para>Gets the full name of the asset including extension.</para>
26308       </summary>
26309     </member>
26310     <member name=
"P:UnityEditor.VersionControl.Asset.isFolder">
26311       <summary>
26312         <para>Returns
true if the asset is a folder.</para>
26313       </summary>
26314     </member>
26315     <member name=
"P:UnityEditor.VersionControl.Asset.isInCurrentProject">
26316       <summary>
26317         <para>Returns
true if the assets is in the current project.</para>
26318       </summary>
26319     </member>
26320     <member name=
"P:UnityEditor.VersionControl.Asset.isMeta">
26321       <summary>
26322         <para>Returns
true if the instance of the Asset class actually refers to a .meta file.</para>
26323       </summary>
26324     </member>
26325     <member name=
"P:UnityEditor.VersionControl.Asset.locked">
26326       <summary>
26327         <para>Returns
true if the asset is locked by the version control system.</para>
26328       </summary>
26329     </member>
26330     <member name=
"P:UnityEditor.VersionControl.Asset.name">
26331       <summary>
26332         <para>Get the name of the asset.</para>
26333       </summary>
26334     </member>
26335     <member name=
"P:UnityEditor.VersionControl.Asset.path">
26336       <summary>
26337         <para>Gets the path of the asset.</para>
26338       </summary>
26339     </member>
26340     <member name=
"P:UnityEditor.VersionControl.Asset.readOnly">
26341       <summary>
26342         <para>Returns
true is the asset is read only.</para>
26343       </summary>
26344     </member>
26345     <member name=
"P:UnityEditor.VersionControl.Asset.state">
26346       <summary>
26347         <para>Gets the version control state of the asset.</para>
26348       </summary>
26349     </member>
26350     <member name=
"M:UnityEditor.VersionControl.Asset.Edit">
26351       <summary>
26352         <para>Opens the assets
in an associated editor.</para>
26353       </summary>
26354     </member>
26355     <member name=
"M:UnityEditor.VersionControl.Asset.IsOneOfStates(UnityEditor.VersionControl.Asset/States[])">
26356       <summary>
26357         <para>Returns
true if the version control state of the assets is one of the input states.</para>
26358       </summary>
26359       <param name=
"states">Array of states to test for.</param>
26360     </member>
26361     <member name=
"M:UnityEditor.VersionControl.Asset.IsState(UnityEditor.VersionControl.Asset/States)">
26362       <summary>
26363         <para>Returns
true if the version control state of the asset exactly matches the input state.</para>
26364       </summary>
26365       <param name=
"state">State to check for.</param>
26366     </member>
26367     <member name=
"M:UnityEditor.VersionControl.Asset.Load">
26368       <summary>
26369         <para>Loads the asset to memory.</para>
26370       </summary>
26371     </member>
26372     <member name=
"T:UnityEditor.VersionControl.Asset.States">
26373       <summary>
26374         <para>Describes the various version control states an asset can have.</para>
26375       </summary>
26376     </member>
26377     <member name=
"F:UnityEditor.VersionControl.Asset.States.AddedLocal">
26378       <summary>
26379         <para>The was locally added to version control.</para>
26380       </summary>
26381     </member>
26382     <member name=
"F:UnityEditor.VersionControl.Asset.States.AddedRemote">
26383       <summary>
26384         <para>Remotely
this asset was added to version control.</para>
26385       </summary>
26386     </member>
26387     <member name=
"F:UnityEditor.VersionControl.Asset.States.CheckedOutLocal">
26388       <summary>
26389         <para>The asset has been
checked out on the local machine.</para>
26390       </summary>
26391     </member>
26392     <member name=
"F:UnityEditor.VersionControl.Asset.States.CheckedOutRemote">
26393       <summary>
26394         <para>The asset has been
checked out on a remote machine.</para>
26395       </summary>
26396     </member>
26397     <member name=
"F:UnityEditor.VersionControl.Asset.States.Conflicted">
26398       <summary>
26399         <para>There
is a conflict with the asset that needs to be resolved.</para>
26400       </summary>
26401     </member>
26402     <member name=
"F:UnityEditor.VersionControl.Asset.States.DeletedLocal">
26403       <summary>
26404         <para>The asset has been deleted locally.</para>
26405       </summary>
26406     </member>
26407     <member name=
"F:UnityEditor.VersionControl.Asset.States.DeletedRemote">
26408       <summary>
26409         <para>The asset has been deleted
on a remote machine.</para>
26410       </summary>
26411     </member>
26412     <member name=
"F:UnityEditor.VersionControl.Asset.States.Local">
26413       <summary>
26414         <para>The asset
is not under version control.</para>
26415       </summary>
26416     </member>
26417     <member name=
"F:UnityEditor.VersionControl.Asset.States.LockedLocal">
26418       <summary>
26419         <para>The asset
is locked by the local machine.</para>
26420       </summary>
26421     </member>
26422     <member name=
"F:UnityEditor.VersionControl.Asset.States.LockedRemote">
26423       <summary>
26424         <para>The asset
is locked by a remote machine.</para>
26425       </summary>
26426     </member>
26427     <member name=
"F:UnityEditor.VersionControl.Asset.States.MetaFile">
26428       <summary>
26429         <para>This instance of the
class actaully refers to a .meta file.</para>
26430       </summary>
26431     </member>
26432     <member name=
"F:UnityEditor.VersionControl.Asset.States.Missing">
26433       <summary>
26434         <para>The asset exists
in version control but is missing on the local machine.</para>
26435       </summary>
26436     </member>
26437     <member name=
"F:UnityEditor.VersionControl.Asset.States.None">
26438       <summary>
26439         <para>The version control state
is unknown.</para>
26440       </summary>
26441     </member>
26442     <member name=
"F:UnityEditor.VersionControl.Asset.States.OutOfSync">
26443       <summary>
26444         <para>A newer version of the asset
is available on the version control server.</para>
26445       </summary>
26446     </member>
26447     <member name=
"F:UnityEditor.VersionControl.Asset.States.ReadOnly">
26448       <summary>
26449         <para>The asset
is read only.</para>
26450       </summary>
26451     </member>
26452     <member name=
"F:UnityEditor.VersionControl.Asset.States.Synced">
26453       <summary>
26454         <para>The asset
is up to date.</para>
26455       </summary>
26456     </member>
26457     <member name=
"F:UnityEditor.VersionControl.Asset.States.Updating">
26458       <summary>
26459         <para>The state of the asset
is currently being queried from the version control server.</para>
26460       </summary>
26461     </member>
26462     <member name=
"T:UnityEditor.VersionControl.AssetList">
26463       <summary>
26464         <para>A list of version control information about assets.</para>
26465       </summary>
26466     </member>
26467     <member name=
"M:UnityEditor.VersionControl.AssetList.Filter(System.Boolean,UnityEditor.VersionControl.Asset/States[])">
26468       <summary>
26469         <para>Based
on the current list and the states a new list is returned which only contains the assets with the requested states.</para>
26470       </summary>
26471       <param name=
"includeFolder">Whether or not folders should be included.</param>
26472       <param name=
"states">Which states to filter by.</param>
26473     </member>
26474     <member name=
"M:UnityEditor.VersionControl.AssetList.FilterChildren">
26475       <summary>
26476         <para>Create an optimised list of assets
by removing children of folders in the same list.</para>
26477       </summary>
26478     </member>
26479     <member name=
"M:UnityEditor.VersionControl.AssetList.FilterCount(System.Boolean,UnityEditor.VersionControl.Asset/States[])">
26480       <summary>
26481         <para>Count the list of assets
by given a set of states.</para>
26482       </summary>
26483       <param name=
"includeFolder">Whether or not to include folders.</param>
26484       <param name=
"states">Which states to include in the count.</param>
26485     </member>
26486     <member name=
"T:UnityEditor.VersionControl.ChangeSet">
26487       <summary>
26488         <para>Wrapper around a changeset description and ID.</para>
26489       </summary>
26490     </member>
26491     <member name=
"F:UnityEditor.VersionControl.ChangeSet.defaultID">
26492       <summary>
26493         <para>The ID of the
default changeset.</para>
26494       </summary>
26495     </member>
26496     <member name=
"P:UnityEditor.VersionControl.ChangeSet.description">
26497       <summary>
26498         <para>Description of a changeset.</para>
26499       </summary>
26500     </member>
26501     <member name=
"P:UnityEditor.VersionControl.ChangeSet.id">
26502       <summary>
26503         <para>Version control specific ID of a changeset.</para>
26504       </summary>
26505     </member>
26506     <member name=
"T:UnityEditor.VersionControl.ChangeSets">
26507       <summary>
26508         <para>Simply a list of changetsets.</para>
26509       </summary>
26510     </member>
26511     <member name=
"T:UnityEditor.VersionControl.CheckoutMode">
26512       <summary>
26513         <para>What to checkout
when starting the Checkout task through the version control Provider.</para>
26514       </summary>
26515     </member>
26516     <member name=
"F:UnityEditor.VersionControl.CheckoutMode.Asset">
26517       <summary>
26518         <para>Checkout the asset only.</para>
26519       </summary>
26520     </member>
26521     <member name=
"F:UnityEditor.VersionControl.CheckoutMode.Both">
26522       <summary>
26523         <para>Checkout both asset and .meta file.</para>
26524       </summary>
26525     </member>
26526     <member name=
"F:UnityEditor.VersionControl.CheckoutMode.Exact">
26527       <summary>
26528         <para>Checkout.</para>
26529       </summary>
26530     </member>
26531     <member name=
"F:UnityEditor.VersionControl.CheckoutMode.Meta">
26532       <summary>
26533         <para>Checkout .meta file only.</para>
26534       </summary>
26535     </member>
26536     <member name=
"T:UnityEditor.VersionControl.CompletionAction">
26537       <summary>
26538         <para>Different actions a version control task can
do upon completion.</para>
26539       </summary>
26540     </member>
26541     <member name=
"F:UnityEditor.VersionControl.CompletionAction.OnAddedChangeWindow">
26542       <summary>
26543         <para>Refresh windows upon task completion.</para>
26544       </summary>
26545     </member>
26546     <member name=
"F:UnityEditor.VersionControl.CompletionAction.OnChangeContentsPendingWindow">
26547       <summary>
26548         <para>Update the content of a pending changeset with the result of the task upon completion.</para>
26549       </summary>
26550     </member>
26551     <member name=
"F:UnityEditor.VersionControl.CompletionAction.OnChangeSetsPendingWindow">
26552       <summary>
26553         <para>Update the pending changesets with the result of the task upon completion.</para>
26554       </summary>
26555     </member>
26556     <member name=
"F:UnityEditor.VersionControl.CompletionAction.OnCheckoutCompleted">
26557       <summary>
26558         <para>Show or update the checkout failure window.</para>
26559       </summary>
26560     </member>
26561     <member name=
"F:UnityEditor.VersionControl.CompletionAction.OnGotLatestPendingWindow">
26562       <summary>
26563         <para>Refreshes the incoming and pensing changes window upon task completion.</para>
26564       </summary>
26565     </member>
26566     <member name=
"F:UnityEditor.VersionControl.CompletionAction.OnIncomingPendingWindow">
26567       <summary>
26568         <para>Update incoming changes window with the result of the task upon completion.</para>
26569       </summary>
26570     </member>
26571     <member name=
"F:UnityEditor.VersionControl.CompletionAction.OnSubmittedChangeWindow">
26572       <summary>
26573         <para>Refresh the submit window with the result of the task upon completion.</para>
26574       </summary>
26575     </member>
26576     <member name=
"F:UnityEditor.VersionControl.CompletionAction.UpdatePendingWindow">
26577       <summary>
26578         <para>Update the list of pending changes
when a task completes.</para>
26579       </summary>
26580     </member>
26581     <member name=
"T:UnityEditor.VersionControl.ConfigField">
26582       <summary>
26583         <para>This
class describes the.</para>
26584       </summary>
26585     </member>
26586     <member name=
"P:UnityEditor.VersionControl.ConfigField.description">
26587       <summary>
26588         <para>Descrition of the configuration field.</para>
26589       </summary>
26590     </member>
26591     <member name=
"P:UnityEditor.VersionControl.ConfigField.isPassword">
26592       <summary>
26593         <para>This
is true if the configuration field is a password field.</para>
26594       </summary>
26595     </member>
26596     <member name=
"P:UnityEditor.VersionControl.ConfigField.isRequired">
26597       <summary>
26598         <para>This
is true if the configuration field is required for the version control plugin to function correctly.</para>
26599       </summary>
26600     </member>
26601     <member name=
"P:UnityEditor.VersionControl.ConfigField.label">
26602       <summary>
26603         <para>Label that
is displayed next to the configuration field in the editor.</para>
26604       </summary>
26605     </member>
26606     <member name=
"P:UnityEditor.VersionControl.ConfigField.name">
26607       <summary>
26608         <para>Name of the configuration field.</para>
26609       </summary>
26610     </member>
26611     <member name=
"T:UnityEditor.VersionControl.FileMode">
26612       <summary>
26613         <para>Mode of the file.</para>
26614       </summary>
26615     </member>
26616     <member name=
"F:UnityEditor.VersionControl.FileMode.Binary">
26617       <summary>
26618         <para>Binary file.</para>
26619       </summary>
26620     </member>
26621     <member name=
"F:UnityEditor.VersionControl.FileMode.None">
26622       <summary>
26623         <para>No mode
set.</para>
26624       </summary>
26625     </member>
26626     <member name=
"F:UnityEditor.VersionControl.FileMode.Text">
26627       <summary>
26628         <para>Text file.</para>
26629       </summary>
26630     </member>
26631     <member name=
"T:UnityEditor.VersionControl.MergeMethod">
26632       <summary>
26633         <para>Which method to use
when merging.</para>
26634       </summary>
26635     </member>
26636     <member name=
"F:UnityEditor.VersionControl.MergeMethod.MergeAll">
26637       <summary>
26638         <para>Merge all changes.</para>
26639       </summary>
26640     </member>
26641     <member name=
"F:UnityEditor.VersionControl.MergeMethod.MergeNonConflicting">
26642       <summary>
26643         <para>Merge non-conflicting changes.</para>
26644       </summary>
26645     </member>
26646     <member name=
"F:UnityEditor.VersionControl.MergeMethod.MergeNone">
26647       <summary>
26648         <para>Don
't merge any changes.</para>
26649       </summary>
26650     </member>
26651     <member name=
"T:UnityEditor.VersionControl.Message">
26652       <summary>
26653         <para>Messages
from the version control system.</para>
26654       </summary>
26655     </member>
26656     <member name=
"P:UnityEditor.VersionControl.Message.message">
26657       <summary>
26658         <para>The message text.</para>
26659       </summary>
26660     </member>
26661     <member name=
"P:UnityEditor.VersionControl.Message.severity">
26662       <summary>
26663         <para>The severity of the message.</para>
26664       </summary>
26665     </member>
26666     <member name=
"T:UnityEditor.VersionControl.Message.Severity">
26667       <summary>
26668         <para>Severity of a version control message.</para>
26669       </summary>
26670     </member>
26671     <member name=
"F:UnityEditor.VersionControl.Message.Severity.Error">
26672       <summary>
26673         <para>Error message.</para>
26674       </summary>
26675     </member>
26676     <member name=
"F:UnityEditor.VersionControl.Message.Severity.Info">
26677       <summary>
26678         <para>Informational message.</para>
26679       </summary>
26680     </member>
26681     <member name=
"F:UnityEditor.VersionControl.Message.Severity.Verbose">
26682       <summary>
26683         <para>Verbose message.</para>
26684       </summary>
26685     </member>
26686     <member name=
"F:UnityEditor.VersionControl.Message.Severity.Warning">
26687       <summary>
26688         <para>Warning message.</para>
26689       </summary>
26690     </member>
26691     <member name=
"M:UnityEditor.VersionControl.Message.Show">
26692       <summary>
26693         <para>Write the message to the console.</para>
26694       </summary>
26695     </member>
26696     <member name=
"T:UnityEditor.VersionControl.OnlineState">
26697       <summary>
26698         <para>Represent the connection state of the version control provider.</para>
26699       </summary>
26700     </member>
26701     <member name=
"F:UnityEditor.VersionControl.OnlineState.Offline">
26702       <summary>
26703         <para>Connection to the version control server could not be established.</para>
26704       </summary>
26705     </member>
26706     <member name=
"F:UnityEditor.VersionControl.OnlineState.Online">
26707       <summary>
26708         <para>Connection to the version control server has been established.</para>
26709       </summary>
26710     </member>
26711     <member name=
"F:UnityEditor.VersionControl.OnlineState.Updating">
26712       <summary>
26713         <para>The version control provider
is currently trying to connect to the version control server.</para>
26714       </summary>
26715     </member>
26716     <member name=
"T:UnityEditor.VersionControl.Plugin">
26717       <summary>
26718         <para>The plugin
class describes a version control plugin and which configuratin options it has.</para>
26719       </summary>
26720     </member>
26721     <member name=
"P:UnityEditor.VersionControl.Plugin.configFields">
26722       <summary>
26723         <para>Configuration fields of the plugin.</para>
26724       </summary>
26725     </member>
26726     <member name=
"T:UnityEditor.VersionControl.Provider">
26727       <summary>
26728         <para>This
class provides acces to the version control API.</para>
26729       </summary>
26730     </member>
26731     <member name=
"P:UnityEditor.VersionControl.Provider.activeTask">
26732       <summary>
26733         <para>Gets the currently executing task.</para>
26734       </summary>
26735     </member>
26736     <member name=
"P:UnityEditor.VersionControl.Provider.enabled">
26737       <summary>
26738         <para>Returns
true if the version control provider is enabled and a valid Unity Pro License was found.</para>
26739       </summary>
26740     </member>
26741     <member name=
"P:UnityEditor.VersionControl.Provider.isActive">
26742       <summary>
26743         <para>Returns
true if a version control plugin has been selected and configured correctly.</para>
26744       </summary>
26745     </member>
26746     <member name=
"P:UnityEditor.VersionControl.Provider.offlineReason">
26747       <summary>
26748         <para>Returns the reason
for the version control provider being offline (if it is offline).</para>
26749       </summary>
26750     </member>
26751     <member name=
"P:UnityEditor.VersionControl.Provider.onlineState">
26752       <summary>
26753         <para>Returns the OnlineState of the version control provider.</para>
26754       </summary>
26755     </member>
26756     <member name=
"P:UnityEditor.VersionControl.Provider.requiresNetwork">
26757       <summary>
26758         <para>This
is true if a network connection is required by the currently selected version control plugin to perform any action.</para>
26759       </summary>
26760     </member>
26761     <member name=
"M:UnityEditor.VersionControl.Provider.Add(UnityEditor.VersionControl.AssetList,System.Boolean)">
26762       <summary>
26763         <para>Adds an assets or list of assets to version control.</para>
26764       </summary>
26765       <param name=
"assets">List of assets to add to version control system.</param>
26766       <param name=
"recursive">Set this true if adding should be done recursively into subfolders.</param>
26767       <param name=
"asset">Single asset to add to version control system.</param>
26768     </member>
26769     <member name=
"M:UnityEditor.VersionControl.Provider.Add(UnityEditor.VersionControl.Asset,System.Boolean)">
26770       <summary>
26771         <para>Adds an assets or list of assets to version control.</para>
26772       </summary>
26773       <param name=
"assets">List of assets to add to version control system.</param>
26774       <param name=
"recursive">Set this true if adding should be done recursively into subfolders.</param>
26775       <param name=
"asset">Single asset to add to version control system.</param>
26776     </member>
26777     <member name=
"M:UnityEditor.VersionControl.Provider.AddIsValid(UnityEditor.VersionControl.AssetList)">
26778       <summary>
26779         <para>Given a list of assets
this function returns true if Add is a valid task to perform.</para>
26780       </summary>
26781       <param name=
"assets">List of assets to test.</param>
26782     </member>
26783     <member name=
"M:UnityEditor.VersionControl.Provider.ChangeSetDescription(UnityEditor.VersionControl.ChangeSet)">
26784       <summary>
26785         <para>Given a changeset only containing the changeset ID,
this will start a task for quering the description of the changeset.</para>
26786       </summary>
26787       <param name=
"changeset">Changeset to query description of.</param>
26788     </member>
26789     <member name=
"M:UnityEditor.VersionControl.Provider.ChangeSetMove(UnityEditor.VersionControl.AssetList,UnityEditor.VersionControl.ChangeSet)">
26790       <summary>
26791         <para>Move an asset or list of assets
from their current changeset to a new changeset.</para>
26792       </summary>
26793       <param name=
"assets">List of asset to move to changeset.</param>
26794       <param name=
"changeset">Changeset to move asset to.</param>
26795       <param name=
"asset">Asset to move to changeset.</param>
26796       <param name=
"changesetID">ChangesetID to move asset to.</param>
26797     </member>
26798     <member name=
"M:UnityEditor.VersionControl.Provider.ChangeSetMove(UnityEditor.VersionControl.Asset,UnityEditor.VersionControl.ChangeSet)">
26799       <summary>
26800         <para>Move an asset or list of assets
from their current changeset to a new changeset.</para>
26801       </summary>
26802       <param name=
"assets">List of asset to move to changeset.</param>
26803       <param name=
"changeset">Changeset to move asset to.</param>
26804       <param name=
"asset">Asset to move to changeset.</param>
26805       <param name=
"changesetID">ChangesetID to move asset to.</param>
26806     </member>
26807     <member name=
"M:UnityEditor.VersionControl.Provider.ChangeSetMove(UnityEditor.VersionControl.AssetList,System.String)">
26808       <summary>
26809         <para>Move an asset or list of assets
from their current changeset to a new changeset.</para>
26810       </summary>
26811       <param name=
"assets">List of asset to move to changeset.</param>
26812       <param name=
"changeset">Changeset to move asset to.</param>
26813       <param name=
"asset">Asset to move to changeset.</param>
26814       <param name=
"changesetID">ChangesetID to move asset to.</param>
26815     </member>
26816     <member name=
"M:UnityEditor.VersionControl.Provider.ChangeSetMove(UnityEditor.VersionControl.Asset,System.String)">
26817       <summary>
26818         <para>Move an asset or list of assets
from their current changeset to a new changeset.</para>
26819       </summary>
26820       <param name=
"assets">List of asset to move to changeset.</param>
26821       <param name=
"changeset">Changeset to move asset to.</param>
26822       <param name=
"asset">Asset to move to changeset.</param>
26823       <param name=
"changesetID">ChangesetID to move asset to.</param>
26824     </member>
26825     <member name=
"M:UnityEditor.VersionControl.Provider.ChangeSets">
26826       <summary>
26827         <para>Get a list of pending changesets owned
by the current user.</para>
26828       </summary>
26829     </member>
26830     <member name=
"M:UnityEditor.VersionControl.Provider.ChangeSetStatus(UnityEditor.VersionControl.ChangeSet)">
26831       <summary>
26832         <para>Retrieves the list of assets belonging to a changeset.</para>
26833       </summary>
26834       <param name=
"changeset">Changeset to query for assets.</param>
26835       <param name=
"changesetID">ChangesetID to query for assets.</param>
26836     </member>
26837     <member name=
"M:UnityEditor.VersionControl.Provider.ChangeSetStatus(System.String)">
26838       <summary>
26839         <para>Retrieves the list of assets belonging to a changeset.</para>
26840       </summary>
26841       <param name=
"changeset">Changeset to query for assets.</param>
26842       <param name=
"changesetID">ChangesetID to query for assets.</param>
26843     </member>
26844     <member name=
"M:UnityEditor.VersionControl.Provider.Checkout(UnityEditor.VersionControl.AssetList,UnityEditor.VersionControl.CheckoutMode)">
26845       <summary>
26846         <para>Checkout an asset or list of asset
from the version control system.</para>
26847       </summary>
26848       <param name=
"assets">List of assets to checkout.</param>
26849       <param name=
"mode">Tell the Provider to checkout the asset, the .meta file or both.</param>
26850       <param name=
"asset">Asset to checkout.</param>
26851     </member>
26852     <member name=
"M:UnityEditor.VersionControl.Provider.Checkout(System.String[],UnityEditor.VersionControl.CheckoutMode)">
26853       <summary>
26854         <para>Checkout an asset or list of asset
from the version control system.</para>
26855       </summary>
26856       <param name=
"assets">List of assets to checkout.</param>
26857       <param name=
"mode">Tell the Provider to checkout the asset, the .meta file or both.</param>
26858       <param name=
"asset">Asset to checkout.</param>
26859     </member>
26860     <member name=
"M:UnityEditor.VersionControl.Provider.Checkout(UnityEngine.Object[],UnityEditor.VersionControl.CheckoutMode)">
26861       <summary>
26862         <para>Checkout an asset or list of asset
from the version control system.</para>
26863       </summary>
26864       <param name=
"assets">List of assets to checkout.</param>
26865       <param name=
"mode">Tell the Provider to checkout the asset, the .meta file or both.</param>
26866       <param name=
"asset">Asset to checkout.</param>
26867     </member>
26868     <member name=
"M:UnityEditor.VersionControl.Provider.Checkout(UnityEditor.VersionControl.Asset,UnityEditor.VersionControl.CheckoutMode)">
26869       <summary>
26870         <para>Checkout an asset or list of asset
from the version control system.</para>
26871       </summary>
26872       <param name=
"assets">List of assets to checkout.</param>
26873       <param name=
"mode">Tell the Provider to checkout the asset, the .meta file or both.</param>
26874       <param name=
"asset">Asset to checkout.</param>
26875     </member>
26876     <member name=
"M:UnityEditor.VersionControl.Provider.Checkout(System.String,UnityEditor.VersionControl.CheckoutMode)">
26877       <summary>
26878         <para>Checkout an asset or list of asset
from the version control system.</para>
26879       </summary>
26880       <param name=
"assets">List of assets to checkout.</param>
26881       <param name=
"mode">Tell the Provider to checkout the asset, the .meta file or both.</param>
26882       <param name=
"asset">Asset to checkout.</param>
26883     </member>
26884     <member name=
"M:UnityEditor.VersionControl.Provider.Checkout(UnityEngine.Object,UnityEditor.VersionControl.CheckoutMode)">
26885       <summary>
26886         <para>Checkout an asset or list of asset
from the version control system.</para>
26887       </summary>
26888       <param name=
"assets">List of assets to checkout.</param>
26889       <param name=
"mode">Tell the Provider to checkout the asset, the .meta file or both.</param>
26890       <param name=
"asset">Asset to checkout.</param>
26891     </member>
26892     <member name=
"M:UnityEditor.VersionControl.Provider.CheckoutIsValid(UnityEditor.VersionControl.AssetList)">
26893       <summary>
26894         <para>Given an asset or a list of assets
this function returns true if Checkout is a valid task to perform.</para>
26895       </summary>
26896       <param name=
"assets">List of assets.</param>
26897       <param name=
"asset">Single asset.</param>
26898     </member>
26899     <member name=
"M:UnityEditor.VersionControl.Provider.CheckoutIsValid(UnityEditor.VersionControl.Asset)">
26900       <summary>
26901         <para>Given an asset or a list of assets
this function returns true if Checkout is a valid task to perform.</para>
26902       </summary>
26903       <param name=
"assets">List of assets.</param>
26904       <param name=
"asset">Single asset.</param>
26905     </member>
26906     <member name=
"M:UnityEditor.VersionControl.Provider.ClearCache">
26907       <summary>
26908         <para>This will invalidate the cached state information
for all assets.</para>
26909       </summary>
26910     </member>
26911     <member name=
"M:UnityEditor.VersionControl.Provider.Delete(System.String)">
26912       <summary>
26913         <para>This will statt a task
for deleting an asset or assets both from disk and from version control system.</para>
26914       </summary>
26915       <param name=
"assetProjectPath">Project path of asset.</param>
26916       <param name=
"assets">List of assets to delete.</param>
26917       <param name=
"asset">Asset to delete.</param>
26918     </member>
26919     <member name=
"M:UnityEditor.VersionControl.Provider.Delete(UnityEditor.VersionControl.AssetList)">
26920       <summary>
26921         <para>This will statt a task
for deleting an asset or assets both from disk and from version control system.</para>
26922       </summary>
26923       <param name=
"assetProjectPath">Project path of asset.</param>
26924       <param name=
"assets">List of assets to delete.</param>
26925       <param name=
"asset">Asset to delete.</param>
26926     </member>
26927     <member name=
"M:UnityEditor.VersionControl.Provider.Delete(UnityEditor.VersionControl.Asset)">
26928       <summary>
26929         <para>This will statt a task
for deleting an asset or assets both from disk and from version control system.</para>
26930       </summary>
26931       <param name=
"assetProjectPath">Project path of asset.</param>
26932       <param name=
"assets">List of assets to delete.</param>
26933       <param name=
"asset">Asset to delete.</param>
26934     </member>
26935     <member name=
"M:UnityEditor.VersionControl.Provider.DeleteChangeSets(UnityEditor.VersionControl.ChangeSets)">
26936       <summary>
26937         <para>Starts a task that will attempt to delete the given changeset.</para>
26938       </summary>
26939       <param name=
"changesets">List of changetsets.</param>
26940     </member>
26941     <member name=
"M:UnityEditor.VersionControl.Provider.DeleteChangeSetsIsValid(UnityEditor.VersionControl.ChangeSets)">
26942       <summary>
26943         <para>Test
if deleting a changeset is a valid task to perform.</para>
26944       </summary>
26945       <param name=
"changesets">Changeset to test.</param>
26946     </member>
26947     <member name=
"M:UnityEditor.VersionControl.Provider.DiffHead(UnityEditor.VersionControl.AssetList,System.Boolean)">
26948       <summary>
26949         <para>Starts a task
for showing a diff of the given assest versus their head revision.</para>
26950       </summary>
26951       <param name=
"assets">List of assets.</param>
26952       <param name=
"includingMetaFiles">Whether or not to include .meta.</param>
26953     </member>
26954     <member name=
"M:UnityEditor.VersionControl.Provider.DiffIsValid(UnityEditor.VersionControl.AssetList)">
26955       <summary>
26956         <para>Return
true is starting a Diff task is a valid operation.</para>
26957       </summary>
26958       <param name=
"assets">List of assets.</param>
26959     </member>
26960     <member name=
"M:UnityEditor.VersionControl.Provider.GetActiveConfigFields">
26961       <summary>
26962         <para>Returns the configuration fields
for the currently active version control plugin.</para>
26963       </summary>
26964     </member>
26965     <member name=
"M:UnityEditor.VersionControl.Provider.GetActivePlugin">
26966       <summary>
26967         <para>Gets the currently user selected verson control plugin.</para>
26968       </summary>
26969     </member>
26970     <member name=
"M:UnityEditor.VersionControl.Provider.GetAssetByGUID(System.String)">
26971       <summary>
26972         <para>Returns version control information about an asset.</para>
26973       </summary>
26974       <param name=
"guid">GUID of asset.</param>
26975     </member>
26976     <member name=
"M:UnityEditor.VersionControl.Provider.GetAssetByPath(System.String)">
26977       <summary>
26978         <para>Returns version control information about an asset.</para>
26979       </summary>
26980       <param name=
"unityPath">Path to asset.</param>
26981     </member>
26982     <member name=
"M:UnityEditor.VersionControl.Provider.GetAssetListFromSelection">
26983       <summary>
26984         <para>Return version control information about the currently selected assets.</para>
26985       </summary>
26986     </member>
26987     <member name=
"M:UnityEditor.VersionControl.Provider.GetLatest(UnityEditor.VersionControl.AssetList)">
26988       <summary>
26989         <para>Start a task
for getting the latest version of an asset from the version control server.</para>
26990       </summary>
26991       <param name=
"assets">List of assets to update.</param>
26992       <param name=
"asset">Asset to update.</param>
26993     </member>
26994     <member name=
"M:UnityEditor.VersionControl.Provider.GetLatest(UnityEditor.VersionControl.Asset)">
26995       <summary>
26996         <para>Start a task
for getting the latest version of an asset from the version control server.</para>
26997       </summary>
26998       <param name=
"assets">List of assets to update.</param>
26999       <param name=
"asset">Asset to update.</param>
27000     </member>
27001     <member name=
"M:UnityEditor.VersionControl.Provider.GetLatestIsValid(UnityEditor.VersionControl.AssetList)">
27002       <summary>
27003         <para>Returns
true if getting the latest version of an asset is a valid operation.</para>
27004       </summary>
27005       <param name=
"assets">List of assets to test.</param>
27006       <param name=
"asset">Asset to test.</param>
27007     </member>
27008     <member name=
"M:UnityEditor.VersionControl.Provider.GetLatestIsValid(UnityEditor.VersionControl.Asset)">
27009       <summary>
27010         <para>Returns
true if getting the latest version of an asset is a valid operation.</para>
27011       </summary>
27012       <param name=
"assets">List of assets to test.</param>
27013       <param name=
"asset">Asset to test.</param>
27014     </member>
27015     <member name=
"M:UnityEditor.VersionControl.Provider.Incoming">
27016       <summary>
27017         <para>Start a task
for quering the version control server for incoming changes.</para>
27018       </summary>
27019     </member>
27020     <member name=
"M:UnityEditor.VersionControl.Provider.IncomingChangeSetAssets(UnityEditor.VersionControl.ChangeSet)">
27021       <summary>
27022         <para>Given an incoming changeset
this will start a task to query the version control server for which assets are part of the changeset.</para>
27023       </summary>
27024       <param name=
"changeset">Incoming changeset.</param>
27025       <param name=
"changesetID">Incoming changesetid.</param>
27026     </member>
27027     <member name=
"M:UnityEditor.VersionControl.Provider.IncomingChangeSetAssets(System.String)">
27028       <summary>
27029         <para>Given an incoming changeset
this will start a task to query the version control server for which assets are part of the changeset.</para>
27030       </summary>
27031       <param name=
"changeset">Incoming changeset.</param>
27032       <param name=
"changesetID">Incoming changesetid.</param>
27033     </member>
27034     <member name=
"M:UnityEditor.VersionControl.Provider.IsOpenForEdit(UnityEditor.VersionControl.Asset)">
27035       <summary>
27036         <para>Returns
true if an asset can be edited.</para>
27037       </summary>
27038       <param name=
"asset">Asset to test.</param>
27039     </member>
27040     <member name=
"M:UnityEditor.VersionControl.Provider.Lock(UnityEditor.VersionControl.AssetList,System.Boolean)">
27041       <summary>
27042         <para>Attempt to
lock an asset for exclusive editing.</para>
27043       </summary>
27044       <param name=
"assets">List of assets to lock/unlock.</param>
27045       <param name=
"locked">True to lock assets, false to unlock assets.</param>
27046       <param name=
"asset">Asset to lock/unlock.</param>
27047     </member>
27048     <member name=
"M:UnityEditor.VersionControl.Provider.Lock(UnityEditor.VersionControl.Asset,System.Boolean)">
27049       <summary>
27050         <para>Attempt to
lock an asset for exclusive editing.</para>
27051       </summary>
27052       <param name=
"assets">List of assets to lock/unlock.</param>
27053       <param name=
"locked">True to lock assets, false to unlock assets.</param>
27054       <param name=
"asset">Asset to lock/unlock.</param>
27055     </member>
27056     <member name=
"M:UnityEditor.VersionControl.Provider.LockIsValid(UnityEditor.VersionControl.AssetList)">
27057       <summary>
27058         <para>Return
true if the task can be executed.</para>
27059       </summary>
27060       <param name=
"assets">List of assets to test.</param>
27061       <param name=
"asset">Asset to test.</param>
27062     </member>
27063     <member name=
"M:UnityEditor.VersionControl.Provider.LockIsValid(UnityEditor.VersionControl.Asset)">
27064       <summary>
27065         <para>Return
true if the task can be executed.</para>
27066       </summary>
27067       <param name=
"assets">List of assets to test.</param>
27068       <param name=
"asset">Asset to test.</param>
27069     </member>
27070     <member name=
"M:UnityEditor.VersionControl.Provider.Merge(UnityEditor.VersionControl.AssetList,UnityEditor.VersionControl.MergeMethod)">
27071       <summary>
27072         <para>This method will initiate a merge task handle merging of the conflicting assets.</para>
27073       </summary>
27074       <param name=
"assets">The list of conflicting assets to be merged.</param>
27075       <param name=
"method">How to merge the assets.</param>
27076     </member>
27077     <member name=
"M:UnityEditor.VersionControl.Provider.Move(System.String,System.String)">
27078       <summary>
27079         <para>Uses the version control plugin to move an asset
from one path to another.</para>
27080       </summary>
27081       <param name=
"from">Path to source asset.</param>
27082       <param name=
"to">Path to destination.</param>
27083     </member>
27084     <member name=
"M:UnityEditor.VersionControl.Provider.Resolve(UnityEditor.VersionControl.AssetList,UnityEditor.VersionControl.ResolveMethod)">
27085       <summary>
27086         <para>Start a task that will resolve conflicting assets
in version control.</para>
27087       </summary>
27088       <param name=
"assets">The list of asset to mark as resolved.</param>
27089       <param name=
"resolveMethod">How the assets should be resolved.</param>
27090     </member>
27091     <member name=
"M:UnityEditor.VersionControl.Provider.ResolveIsValid(UnityEditor.VersionControl.AssetList)">
27092       <summary>
27093         <para>Tests
if any of the assets in the list is resolvable.</para>
27094       </summary>
27095       <param name=
"assets">The list of asset to be resolved.</param>
27096     </member>
27097     <member name=
"M:UnityEditor.VersionControl.Provider.Revert(UnityEditor.VersionControl.AssetList,UnityEditor.VersionControl.RevertMode)">
27098       <summary>
27099         <para>Reverts the specified assets
by undoing any changes done since last time you synced.</para>
27100       </summary>
27101       <param name=
"assets">The list of assets to be reverted.</param>
27102       <param name=
"mode">How to revert the assets.</param>
27103       <param name=
"asset">The asset to be reverted.</param>
27104     </member>
27105     <member name=
"M:UnityEditor.VersionControl.Provider.Revert(UnityEditor.VersionControl.Asset,UnityEditor.VersionControl.RevertMode)">
27106       <summary>
27107         <para>Reverts the specified assets
by undoing any changes done since last time you synced.</para>
27108       </summary>
27109       <param name=
"assets">The list of assets to be reverted.</param>
27110       <param name=
"mode">How to revert the assets.</param>
27111       <param name=
"asset">The asset to be reverted.</param>
27112     </member>
27113     <member name=
"M:UnityEditor.VersionControl.Provider.RevertIsValid(UnityEditor.VersionControl.AssetList,UnityEditor.VersionControl.RevertMode)">
27114       <summary>
27115         <para>Return
true if Revert is a valid task to perform.</para>
27116       </summary>
27117       <param name=
"assets">List of assets to test.</param>
27118       <param name=
"mode">Revert mode to test for.</param>
27119       <param name=
"asset">Asset to test.</param>
27120     </member>
27121     <member name=
"M:UnityEditor.VersionControl.Provider.RevertIsValid(UnityEditor.VersionControl.Asset,UnityEditor.VersionControl.RevertMode)">
27122       <summary>
27123         <para>Return
true if Revert is a valid task to perform.</para>
27124       </summary>
27125       <param name=
"assets">List of assets to test.</param>
27126       <param name=
"mode">Revert mode to test for.</param>
27127       <param name=
"asset">Asset to test.</param>
27128     </member>
27129     <member name=
"M:UnityEditor.VersionControl.Provider.Status(UnityEditor.VersionControl.AssetList)">
27130       <summary>
27131         <para>Start a task that will fetch the most recent status
from revision control system.</para>
27132       </summary>
27133       <param name=
"assets">The assets fetch new state for.</param>
27134       <param name=
"asset">The asset path to fetch new state for.</param>
27135       <param name=
"recursively">If any assets specified are folders this flag will get status for all descendants of the folder as well.</param>
27136     </member>
27137     <member name=
"M:UnityEditor.VersionControl.Provider.Status(UnityEditor.VersionControl.Asset)">
27138       <summary>
27139         <para>Start a task that will fetch the most recent status
from revision control system.</para>
27140       </summary>
27141       <param name=
"assets">The assets fetch new state for.</param>
27142       <param name=
"asset">The asset path to fetch new state for.</param>
27143       <param name=
"recursively">If any assets specified are folders this flag will get status for all descendants of the folder as well.</param>
27144     </member>
27145     <member name=
"M:UnityEditor.VersionControl.Provider.Status(UnityEditor.VersionControl.AssetList,System.Boolean)">
27146       <summary>
27147         <para>Start a task that will fetch the most recent status
from revision control system.</para>
27148       </summary>
27149       <param name=
"assets">The assets fetch new state for.</param>
27150       <param name=
"asset">The asset path to fetch new state for.</param>
27151       <param name=
"recursively">If any assets specified are folders this flag will get status for all descendants of the folder as well.</param>
27152     </member>
27153     <member name=
"M:UnityEditor.VersionControl.Provider.Status(UnityEditor.VersionControl.Asset,System.Boolean)">
27154       <summary>
27155         <para>Start a task that will fetch the most recent status
from revision control system.</para>
27156       </summary>
27157       <param name=
"assets">The assets fetch new state for.</param>
27158       <param name=
"asset">The asset path to fetch new state for.</param>
27159       <param name=
"recursively">If any assets specified are folders this flag will get status for all descendants of the folder as well.</param>
27160     </member>
27161     <member name=
"M:UnityEditor.VersionControl.Provider.Status(System.String[])">
27162       <summary>
27163         <para>Start a task that will fetch the most recent status
from revision control system.</para>
27164       </summary>
27165       <param name=
"assets">The assets fetch new state for.</param>
27166       <param name=
"asset">The asset path to fetch new state for.</param>
27167       <param name=
"recursively">If any assets specified are folders this flag will get status for all descendants of the folder as well.</param>
27168     </member>
27169     <member name=
"M:UnityEditor.VersionControl.Provider.Status(System.String[],System.Boolean)">
27170       <summary>
27171         <para>Start a task that will fetch the most recent status
from revision control system.</para>
27172       </summary>
27173       <param name=
"assets">The assets fetch new state for.</param>
27174       <param name=
"asset">The asset path to fetch new state for.</param>
27175       <param name=
"recursively">If any assets specified are folders this flag will get status for all descendants of the folder as well.</param>
27176     </member>
27177     <member name=
"M:UnityEditor.VersionControl.Provider.Status(System.String)">
27178       <summary>
27179         <para>Start a task that will fetch the most recent status
from revision control system.</para>
27180       </summary>
27181       <param name=
"assets">The assets fetch new state for.</param>
27182       <param name=
"asset">The asset path to fetch new state for.</param>
27183       <param name=
"recursively">If any assets specified are folders this flag will get status for all descendants of the folder as well.</param>
27184     </member>
27185     <member name=
"M:UnityEditor.VersionControl.Provider.Status(System.String,System.Boolean)">
27186       <summary>
27187         <para>Start a task that will fetch the most recent status
from revision control system.</para>
27188       </summary>
27189       <param name=
"assets">The assets fetch new state for.</param>
27190       <param name=
"asset">The asset path to fetch new state for.</param>
27191       <param name=
"recursively">If any assets specified are folders this flag will get status for all descendants of the folder as well.</param>
27192     </member>
27193     <member name=
"M:UnityEditor.VersionControl.Provider.Submit(UnityEditor.VersionControl.ChangeSet,UnityEditor.VersionControl.AssetList,System.String,System.Boolean)">
27194       <summary>
27195         <para>Start a task that submits the assets to version control.</para>
27196       </summary>
27197       <param name=
"changeset">The changeset to submit.</param>
27198       <param name=
"list">The list of assets to submit.</param>
27199       <param name=
"description">The description of the changeset.</param>
27200       <param name=
"saveOnly">If true then only save the changeset to be submitted later.</param>
27201     </member>
27202     <member name=
"M:UnityEditor.VersionControl.Provider.SubmitIsValid(UnityEditor.VersionControl.ChangeSet,UnityEditor.VersionControl.AssetList)">
27203       <summary>
27204         <para>Returns
true if submitting the assets is a valid operation.</para>
27205       </summary>
27206       <param name=
"changeset">The changeset to submit.</param>
27207       <param name=
"assets">The asset to submit.</param>
27208     </member>
27209     <member name=
"M:UnityEditor.VersionControl.Provider.UnlockIsValid(UnityEditor.VersionControl.AssetList)">
27210       <summary>
27211         <para>Returns
true if locking the assets is a valid operation.</para>
27212       </summary>
27213       <param name=
"assets">The assets to lock.</param>
27214       <param name=
"asset">The asset to lock.</param>
27215     </member>
27216     <member name=
"M:UnityEditor.VersionControl.Provider.UnlockIsValid(UnityEditor.VersionControl.Asset)">
27217       <summary>
27218         <para>Returns
true if locking the assets is a valid operation.</para>
27219       </summary>
27220       <param name=
"assets">The assets to lock.</param>
27221       <param name=
"asset">The asset to lock.</param>
27222     </member>
27223     <member name=
"M:UnityEditor.VersionControl.Provider.UpdateSettings">
27224       <summary>
27225         <para>Start a task that sends the version control settings to the version control system.</para>
27226       </summary>
27227     </member>
27228     <member name=
"T:UnityEditor.VersionControl.ResolveMethod">
27229       <summary>
27230         <para>How assets should be resolved.</para>
27231       </summary>
27232     </member>
27233     <member name=
"F:UnityEditor.VersionControl.ResolveMethod.UseMerged">
27234       <summary>
27235         <para>Use merged version.</para>
27236       </summary>
27237     </member>
27238     <member name=
"F:UnityEditor.VersionControl.ResolveMethod.UseMine">
27239       <summary>
27240         <para>Use
"mine" (local version).</para>
27241       </summary>
27242     </member>
27243     <member name=
"F:UnityEditor.VersionControl.ResolveMethod.UseTheirs">
27244       <summary>
27245         <para>Use
"theirs" (other/remote version).</para>
27246       </summary>
27247     </member>
27248     <member name=
"T:UnityEditor.VersionControl.RevertMode">
27249       <summary>
27250         <para>Defines the behaviour of the version control revert methods.</para>
27251       </summary>
27252     </member>
27253     <member name=
"F:UnityEditor.VersionControl.RevertMode.KeepModifications">
27254       <summary>
27255         <para>Revert files but keep locally changed ones.</para>
27256       </summary>
27257     </member>
27258     <member name=
"F:UnityEditor.VersionControl.RevertMode.Normal">
27259       <summary>
27260         <para>Use the version control regular revert approach.</para>
27261       </summary>
27262     </member>
27263     <member name=
"F:UnityEditor.VersionControl.RevertMode.Unchanged">
27264       <summary>
27265         <para>Revert only unchanged files.</para>
27266       </summary>
27267     </member>
27268     <member name=
"T:UnityEditor.VersionControl.SubmitResult">
27269       <summary>
27270         <para>The status of an operation returned
by the VCS.</para>
27271       </summary>
27272     </member>
27273     <member name=
"F:UnityEditor.VersionControl.SubmitResult.ConflictingFiles">
27274       <summary>
27275         <para>Files conflicted.</para>
27276       </summary>
27277     </member>
27278     <member name=
"F:UnityEditor.VersionControl.SubmitResult.Error">
27279       <summary>
27280         <para>An error was returned.</para>
27281       </summary>
27282     </member>
27283     <member name=
"F:UnityEditor.VersionControl.SubmitResult.OK">
27284       <summary>
27285         <para>Submission worked.</para>
27286       </summary>
27287     </member>
27288     <member name=
"F:UnityEditor.VersionControl.SubmitResult.UnaddedFiles">
27289       <summary>
27290         <para>Files were unable to be added.</para>
27291       </summary>
27292     </member>
27293     <member name=
"T:UnityEditor.VersionControl.Task">
27294       <summary>
27295         <para>A UnityEditor.VersionControl.Task
is created almost everytime UnityEditor.VersionControl.Provider is ask to perform an action.</para>
27296       </summary>
27297     </member>
27298     <member name=
"P:UnityEditor.VersionControl.Task.assetList">
27299       <summary>
27300         <para>The result of some types of tasks.</para>
27301       </summary>
27302     </member>
27303     <member name=
"P:UnityEditor.VersionControl.Task.changeSets">
27304       <summary>
27305         <para>List of changesets returned
by some tasks.</para>
27306       </summary>
27307     </member>
27308     <member name=
"P:UnityEditor.VersionControl.Task.description">
27309       <summary>
27310         <para>A
short description of the current task.</para>
27311       </summary>
27312     </member>
27313     <member name=
"P:UnityEditor.VersionControl.Task.messages">
27314       <summary>
27315         <para>May contain messages
from the version control plugins.</para>
27316       </summary>
27317     </member>
27318     <member name=
"P:UnityEditor.VersionControl.Task.progressPct">
27319       <summary>
27320         <para>Progress of current task
in precent.</para>
27321       </summary>
27322     </member>
27323     <member name=
"P:UnityEditor.VersionControl.Task.resultCode">
27324       <summary>
27325         <para>Some task
return result codes, these are stored here.</para>
27326       </summary>
27327     </member>
27328     <member name=
"P:UnityEditor.VersionControl.Task.secondsSpent">
27329       <summary>
27330         <para>Total time spent
in task since the task was started.</para>
27331       </summary>
27332     </member>
27333     <member name=
"P:UnityEditor.VersionControl.Task.success">
27334       <summary>
27335         <para>Get whether or not the task was completed succesfully.</para>
27336       </summary>
27337     </member>
27338     <member name=
"P:UnityEditor.VersionControl.Task.text">
27339       <summary>
27340         <para>Will contain the result of the Provider.ChangeSetDescription task.</para>
27341       </summary>
27342     </member>
27343     <member name=
"M:UnityEditor.VersionControl.Task.SetCompletionAction(UnityEditor.VersionControl.CompletionAction)">
27344       <summary>
27345         <para>Upon completion of a task a completion task will be performed
if it is set.</para>
27346       </summary>
27347       <param name=
"action">Which completion action to perform.</param>
27348     </member>
27349     <member name=
"M:UnityEditor.VersionControl.Task.Wait">
27350       <summary>
27351         <para>A blocking wait
for the task to complete.</para>
27352       </summary>
27353     </member>
27354     <member name=
"T:UnityEditor.VertexChannelCompressionFlags">
27355       <summary>
27356         <para>This
enum is used to build a bitmask for controlling per-channel vertex compression.</para>
27357       </summary>
27358     </member>
27359     <member name=
"F:UnityEditor.VertexChannelCompressionFlags.kColor">
27360       <summary>
27361         <para>Vertex color.</para>
27362       </summary>
27363     </member>
27364     <member name=
"F:UnityEditor.VertexChannelCompressionFlags.kNormal">
27365       <summary>
27366         <para>Vertex normal.</para>
27367       </summary>
27368     </member>
27369     <member name=
"F:UnityEditor.VertexChannelCompressionFlags.kPosition">
27370       <summary>
27371         <para>Position.</para>
27372       </summary>
27373     </member>
27374     <member name=
"F:UnityEditor.VertexChannelCompressionFlags.kTangent">
27375       <summary>
27376         <para>Tangent.</para>
27377       </summary>
27378     </member>
27379     <member name=
"F:UnityEditor.VertexChannelCompressionFlags.kUV0">
27380       <summary>
27381         <para>Texture coordinate channel
0. Usually used for Albedo texture.</para>
27382       </summary>
27383     </member>
27384     <member name=
"F:UnityEditor.VertexChannelCompressionFlags.kUV1">
27385       <summary>
27386         <para>Texture coordinate channel
1. Usually used for baked lightmap.</para>
27387       </summary>
27388     </member>
27389     <member name=
"F:UnityEditor.VertexChannelCompressionFlags.kUV2">
27390       <summary>
27391         <para>Texture coordinate channel
2. Usually used for realtime GI.</para>
27392       </summary>
27393     </member>
27394     <member name=
"F:UnityEditor.VertexChannelCompressionFlags.kUV3">
27395       <summary>
27396         <para>Texture coordinate channel
3.</para>
27397       </summary>
27398     </member>
27399     <member name=
"T:UnityEditor.VideoBitrateMode">
27400       <summary>
27401         <para>Bit rate after the clip
is transcoded.</para>
27402       </summary>
27403     </member>
27404     <member name=
"F:UnityEditor.VideoBitrateMode.High">
27405       <summary>
27406         <para>High
value, possibly exceeding typical internet connection capabilities.</para>
27407       </summary>
27408     </member>
27409     <member name=
"F:UnityEditor.VideoBitrateMode.Low">
27410       <summary>
27411         <para>Low
value, safe for slower internet connections or clips where visual quality is not critical.</para>
27412       </summary>
27413     </member>
27414     <member name=
"F:UnityEditor.VideoBitrateMode.Medium">
27415       <summary>
27416         <para>Typical bit rate supported
by internet connections.</para>
27417       </summary>
27418     </member>
27419     <member name=
"T:UnityEditor.VideoClipImporter">
27420       <summary>
27421         <para>VideoClipImporter lets you modify Video.VideoClip import settings
from Editor scripts.</para>
27422       </summary>
27423     </member>
27424     <member name=
"P:UnityEditor.VideoClipImporter.defaultTargetSettings">
27425       <summary>
27426         <para>Default values
for the platform-specific import settings.</para>
27427       </summary>
27428     </member>
27429     <member name=
"P:UnityEditor.VideoClipImporter.deinterlaceMode">
27430       <summary>
27431         <para>Images are deinterlaced during transcode. This tells the importer how to interpret fields
in the source, if any.</para>
27432       </summary>
27433     </member>
27434     <member name=
"P:UnityEditor.VideoClipImporter.flipHorizontal">
27435       <summary>
27436         <para>Apply a horizontal flip during import.</para>
27437       </summary>
27438     </member>
27439     <member name=
"P:UnityEditor.VideoClipImporter.flipVertical">
27440       <summary>
27441         <para>Apply a vertical flip during import.</para>
27442       </summary>
27443     </member>
27444     <member name=
"P:UnityEditor.VideoClipImporter.frameCount">
27445       <summary>
27446         <para>Number of frames
in the clip.</para>
27447       </summary>
27448     </member>
27449     <member name=
"P:UnityEditor.VideoClipImporter.frameRate">
27450       <summary>
27451         <para>Frame rate of the clip.</para>
27452       </summary>
27453     </member>
27454     <member name=
"P:UnityEditor.VideoClipImporter.importAudio">
27455       <summary>
27456         <para>Import audio tracks
from source file.</para>
27457       </summary>
27458     </member>
27459     <member name=
"P:UnityEditor.VideoClipImporter.isPlayingPreview">
27460       <summary>
27461         <para>Whether the preview
is currently playing.</para>
27462       </summary>
27463     </member>
27464     <member name=
"P:UnityEditor.VideoClipImporter.keepAlpha">
27465       <summary>
27466         <para>Whether to keep the alpha
from the source into the transcoded clip.</para>
27467       </summary>
27468     </member>
27469     <member name=
"P:UnityEditor.VideoClipImporter.linearColor">
27470       <summary>
27471         <para>Used
in legacy import mode. Same as MovieImport.linearTexture.</para>
27472       </summary>
27473     </member>
27474     <member name=
"P:UnityEditor.VideoClipImporter.outputFileSize">
27475       <summary>
27476         <para>Size
in bytes of the file once imported.</para>
27477       </summary>
27478     </member>
27479     <member name=
"P:UnityEditor.VideoClipImporter.quality">
27480       <summary>
27481         <para>Used
in legacy import mode. Same as MovieImport.quality.</para>
27482       </summary>
27483     </member>
27484     <member name=
"P:UnityEditor.VideoClipImporter.sourceAudioTrackCount">
27485       <summary>
27486         <para>Number of audio tracks
in the source file.</para>
27487       </summary>
27488     </member>
27489     <member name=
"P:UnityEditor.VideoClipImporter.sourceFileSize">
27490       <summary>
27491         <para>Size
in bytes of the file before importing.</para>
27492       </summary>
27493     </member>
27494     <member name=
"P:UnityEditor.VideoClipImporter.sourceHasAlpha">
27495       <summary>
27496         <para>True
if the source file has a channel for per-pixel transparency.</para>
27497       </summary>
27498     </member>
27499     <member name=
"P:UnityEditor.VideoClipImporter.useLegacyImporter">
27500       <summary>
27501         <para>Whether to import a MovieTexture (legacy) or a VideoClip.</para>
27502       </summary>
27503     </member>
27504     <member name=
"M:UnityEditor.VideoClipImporter.ClearTargetSettings(System.String)">
27505       <summary>
27506         <para>Clear the platform-specific import settings
for the specified platform, causing them to go back to the default settings.</para>
27507       </summary>
27508       <param name=
"platform">Platform name.</param>
27509     </member>
27510     <member name=
"M:UnityEditor.VideoClipImporter.GetPreviewTexture">
27511       <summary>
27512         <para>Returns a texture with the transcoded clip
's current frame.
27513 Returns frame
0 when not playing, and frame at current time when playing.</para>
27514       </summary>
27515       <returns>
27516         <para>Texture containing the current frame.</para>
27517       </returns>
27518     </member>
27519     <member name=
"M:UnityEditor.VideoClipImporter.GetResizeHeight(UnityEditor.VideoResizeMode)">
27520       <summary>
27521         <para>Get the resulting height of the resize operation
for the specified resize mode.</para>
27522       </summary>
27523       <param name=
"mode">Mode for which the height is queried.</param>
27524       <returns>
27525         <para>Height
for the specified resize mode.</para>
27526       </returns>
27527     </member>
27528     <member name=
"M:UnityEditor.VideoClipImporter.GetResizeModeName(UnityEditor.VideoResizeMode)">
27529       <summary>
27530         <para>Get the full name of the resize operation
for the specified resize mode.</para>
27531       </summary>
27532       <param name=
"mode">Mode for which the width is queried.</param>
27533       <returns>
27534         <para>Name
for the specified resize mode.</para>
27535       </returns>
27536     </member>
27537     <member name=
"M:UnityEditor.VideoClipImporter.GetResizeWidth(UnityEditor.VideoResizeMode)">
27538       <summary>
27539         <para>Get the resulting width of the resize operation
for the specified resize mode.</para>
27540       </summary>
27541       <param name=
"mode">Mode for which the width is queried.</param>
27542       <returns>
27543         <para>Width
for the specified resize mode.</para>
27544       </returns>
27545     </member>
27546     <member name=
"M:UnityEditor.VideoClipImporter.GetSourceAudioChannelCount(System.UInt16)">
27547       <summary>
27548         <para>Number of audio channels
in the specified source track.</para>
27549       </summary>
27550       <param name=
"audioTrackIdx">Index of the audio track to query.</param>
27551       <returns>
27552         <para>Number of channels.</para>
27553       </returns>
27554     </member>
27555     <member name=
"M:UnityEditor.VideoClipImporter.GetSourceAudioSampleRate(System.UInt16)">
27556       <summary>
27557         <para>Sample rate of the specified audio track.</para>
27558       </summary>
27559       <param name=
"audioTrackIdx">Index of the audio track to query.</param>
27560       <returns>
27561         <para>Sample rate
in Hertz.</para>
27562       </returns>
27563     </member>
27564     <member name=
"M:UnityEditor.VideoClipImporter.GetTargetSettings(System.String)">
27565       <summary>
27566         <para>Returns the platform-specific import settings
for the specified platform.</para>
27567       </summary>
27568       <param name=
"platform">Platform name.</param>
27569       <returns>
27570         <para>The platform-specific import settings. Throws an exception
if the platform is unknown.</para>
27571       </returns>
27572     </member>
27573     <member name=
"M:UnityEditor.VideoClipImporter.PlayPreview">
27574       <summary>
27575         <para>Starts preview playback.</para>
27576       </summary>
27577     </member>
27578     <member name=
"M:UnityEditor.VideoClipImporter.SetTargetSettings(System.String,UnityEditor.VideoImporterTargetSettings)">
27579       <summary>
27580         <para>Sets the platform-specific import settings
for the specified platform.</para>
27581       </summary>
27582       <param name=
"platform">Platform name.</param>
27583       <param name=
"settings">The new platform-specific import settings.</param>
27584     </member>
27585     <member name=
"M:UnityEditor.VideoClipImporter.StopPreview">
27586       <summary>
27587         <para>Stops preview playback.</para>
27588       </summary>
27589     </member>
27590     <member name=
"T:UnityEditor.VideoCodec">
27591       <summary>
27592         <para>Video codec to use
when importing video clips.</para>
27593       </summary>
27594     </member>
27595     <member name=
"F:UnityEditor.VideoCodec.Auto">
27596       <summary>
27597         <para>Choose the codec that supports hardware decoding
on the target platform.</para>
27598       </summary>
27599     </member>
27600     <member name=
"F:UnityEditor.VideoCodec.H264">
27601       <summary>
27602         <para>Encode video with the H.
264 codec.</para>
27603       </summary>
27604     </member>
27605     <member name=
"F:UnityEditor.VideoCodec.VP8">
27606       <summary>
27607         <para>Encode video
using the vp8 codec.</para>
27608       </summary>
27609     </member>
27610     <member name=
"T:UnityEditor.VideoDeinterlaceMode">
27611       <summary>
27612         <para>Describes how the fields
in the image, if any, should be interpreted.</para>
27613       </summary>
27614     </member>
27615     <member name=
"F:UnityEditor.VideoDeinterlaceMode.Even">
27616       <summary>
27617         <para>First field
is in the even lines.</para>
27618       </summary>
27619     </member>
27620     <member name=
"F:UnityEditor.VideoDeinterlaceMode.Odd">
27621       <summary>
27622         <para>First field
is in the odd lines.</para>
27623       </summary>
27624     </member>
27625     <member name=
"F:UnityEditor.VideoDeinterlaceMode.Off">
27626       <summary>
27627         <para>Clip
is not interlaced.</para>
27628       </summary>
27629     </member>
27630     <member name=
"T:UnityEditor.VideoEncodeAspectRatio">
27631       <summary>
27632         <para>Methods to compensate
for aspect ratio discrepancies between the source resolution and the wanted encoding size.</para>
27633       </summary>
27634     </member>
27635     <member name=
"F:UnityEditor.VideoEncodeAspectRatio.NoScaling">
27636       <summary>
27637         <para>Perform no operation.</para>
27638       </summary>
27639     </member>
27640     <member name=
"F:UnityEditor.VideoEncodeAspectRatio.Stretch">
27641       <summary>
27642         <para>Stretch the source to fill the target resolution without preserving the aspect ratio.</para>
27643       </summary>
27644     </member>
27645     <member name=
"T:UnityEditor.VideoImporterTargetSettings">
27646       <summary>
27647         <para>Importer settings that can have platform-specific values.</para>
27648       </summary>
27649     </member>
27650     <member name=
"F:UnityEditor.VideoImporterTargetSettings.aspectRatio">
27651       <summary>
27652         <para>How the aspect ratio discrepancies,
if any, will be handled if the chosen import resolution has a different ratio than the source.</para>
27653       </summary>
27654     </member>
27655     <member name=
"F:UnityEditor.VideoImporterTargetSettings.bitrateMode">
27656       <summary>
27657         <para>Bit rate type
for the transcoded clip.</para>
27658       </summary>
27659     </member>
27660     <member name=
"F:UnityEditor.VideoImporterTargetSettings.codec">
27661       <summary>
27662         <para>Codec that the resulting VideoClip will use.</para>
27663       </summary>
27664     </member>
27665     <member name=
"F:UnityEditor.VideoImporterTargetSettings.customHeight">
27666       <summary>
27667         <para>Height of the transcoded clip
when the resizeMode is set to custom.</para>
27668       </summary>
27669     </member>
27670     <member name=
"F:UnityEditor.VideoImporterTargetSettings.customWidth">
27671       <summary>
27672         <para>Width of the transcoded clip
when the resizeMode is set to custom.</para>
27673       </summary>
27674     </member>
27675     <member name=
"F:UnityEditor.VideoImporterTargetSettings.enableTranscoding">
27676       <summary>
27677         <para>Controls whether the movie file will be transcoded during import. When transcoding
is not enabled, the file will be imported in its original format.</para>
27678       </summary>
27679     </member>
27680     <member name=
"F:UnityEditor.VideoImporterTargetSettings.resizeMode">
27681       <summary>
27682         <para>How to resize the images
when going into the imported clip.</para>
27683       </summary>
27684     </member>
27685     <member name=
"F:UnityEditor.VideoImporterTargetSettings.spatialQuality">
27686       <summary>
27687         <para>Controls an
internal image resize, resulting in blurrier images but smaller image dimensions and file size.</para>
27688       </summary>
27689     </member>
27690     <member name=
"M:UnityEditor.VideoImporterTargetSettings.#ctor">
27691       <summary>
27692         <para>Constructs an
object with all members initialized with the default value inherent to their type.</para>
27693       </summary>
27694     </member>
27695     <member name=
"T:UnityEditor.VideoResizeMode">
27696       <summary>
27697         <para>How the video clip
's images will be resized during transcoding.</para>
27698       </summary>
27699     </member>
27700     <member name=
"F:UnityEditor.VideoResizeMode.CustomSize">
27701       <summary>
27702         <para>Resulting size will be driven
by VideoClipImporter.customWidth and VideoClipImporter.customHeight.</para>
27703       </summary>
27704     </member>
27705     <member name=
"F:UnityEditor.VideoResizeMode.HalfRes">
27706       <summary>
27707         <para>Half width and height.</para>
27708       </summary>
27709     </member>
27710     <member name=
"F:UnityEditor.VideoResizeMode.OriginalSize">
27711       <summary>
27712         <para>Same width and height
as the source.</para>
27713       </summary>
27714     </member>
27715     <member name=
"F:UnityEditor.VideoResizeMode.QuarterRes">
27716       <summary>
27717         <para>Quarter width and height.</para>
27718       </summary>
27719     </member>
27720     <member name=
"F:UnityEditor.VideoResizeMode.Square1024">
27721       <summary>
27722         <para>Fit source
in a 1024x1024 rectangle.</para>
27723       </summary>
27724     </member>
27725     <member name=
"F:UnityEditor.VideoResizeMode.Square256">
27726       <summary>
27727         <para>Fit source
in a 256x256 rectangle.</para>
27728       </summary>
27729     </member>
27730     <member name=
"F:UnityEditor.VideoResizeMode.Square512">
27731       <summary>
27732         <para>Fit source
in a 512x512 rectangle.</para>
27733       </summary>
27734     </member>
27735     <member name=
"F:UnityEditor.VideoResizeMode.ThreeQuarterRes">
27736       <summary>
27737         <para>
3/4 width and height.</para>
27738       </summary>
27739     </member>
27740     <member name=
"T:UnityEditor.VideoSpatialQuality">
27741       <summary>
27742         <para>Controls the imported clip
's internal resize to save space at the cost of blurrier images.</para>
27743       </summary>
27744     </member>
27745     <member name=
"F:UnityEditor.VideoSpatialQuality.HighSpatialQuality">
27746       <summary>
27747         <para>No resize performed.</para>
27748       </summary>
27749     </member>
27750     <member name=
"F:UnityEditor.VideoSpatialQuality.LowSpatialQuality">
27751       <summary>
27752         <para>Scales width and height
by 1/2.</para>
27753       </summary>
27754     </member>
27755     <member name=
"F:UnityEditor.VideoSpatialQuality.MediumSpatialQuality">
27756       <summary>
27757         <para>Scales width and height
by 3/4.</para>
27758       </summary>
27759     </member>
27760     <member name=
"T:UnityEditor.ViewTool">
27761       <summary>
27762         <para>Enum
for Tools.viewTool.</para>
27763       </summary>
27764     </member>
27765     <member name=
"F:UnityEditor.ViewTool.FPS">
27766       <summary>
27767         <para>The FPS tool
is selected.</para>
27768       </summary>
27769     </member>
27770     <member name=
"F:UnityEditor.ViewTool.None">
27771       <summary>
27772         <para>View tool
is not selected.</para>
27773       </summary>
27774     </member>
27775     <member name=
"F:UnityEditor.ViewTool.Orbit">
27776       <summary>
27777         <para>The orbit tool
is selected.</para>
27778       </summary>
27779     </member>
27780     <member name=
"F:UnityEditor.ViewTool.Pan">
27781       <summary>
27782         <para>The pan tool
is selected.</para>
27783       </summary>
27784     </member>
27785     <member name=
"F:UnityEditor.ViewTool.Zoom">
27786       <summary>
27787         <para>The zoom tool
is selected.</para>
27788       </summary>
27789     </member>
27790     <member name=
"T:UnityEditor.WebGLCompressionFormat">
27791       <summary>
27792         <para>An
enum containing different compression types.</para>
27793       </summary>
27794     </member>
27795     <member name=
"F:UnityEditor.WebGLCompressionFormat.Brotli">
27796       <summary>
27797         <para>WebGL resources are stored
using Brotli compression.</para>
27798       </summary>
27799     </member>
27800     <member name=
"F:UnityEditor.WebGLCompressionFormat.Disabled">
27801       <summary>
27802         <para>WebGL resources are uncompressed.</para>
27803       </summary>
27804     </member>
27805     <member name=
"F:UnityEditor.WebGLCompressionFormat.Gzip">
27806       <summary>
27807         <para>WebGL resources are stored
using Gzip compression.</para>
27808       </summary>
27809     </member>
27810     <member name=
"T:UnityEditor.WebGLExceptionSupport">
27811       <summary>
27812         <para>Options
for Exception support in WebGL.</para>
27813       </summary>
27814     </member>
27815     <member name=
"F:UnityEditor.WebGLExceptionSupport.ExplicitlyThrownExceptionsOnly">
27816       <summary>
27817         <para>Enable
throw support.</para>
27818       </summary>
27819     </member>
27820     <member name=
"F:UnityEditor.WebGLExceptionSupport.Full">
27821       <summary>
27822         <para>Enable exception support
for all exceptions.</para>
27823       </summary>
27824     </member>
27825     <member name=
"F:UnityEditor.WebGLExceptionSupport.None">
27826       <summary>
27827         <para>Disable exception support.</para>
27828       </summary>
27829     </member>
27830     <member name=
"T:UnityEditor.WiiUBuildDebugLevel">
27831       <summary>
27832         <para>Wii U Player debugging level.</para>
27833       </summary>
27834     </member>
27835     <member name=
"F:UnityEditor.WiiUBuildDebugLevel.Debug">
27836       <summary>
27837         <para>Asserts enabled, memory profiling enabled, Nintendo Wii U profiler linked, no optimizations.</para>
27838       </summary>
27839     </member>
27840     <member name=
"F:UnityEditor.WiiUBuildDebugLevel.DebugOptimized">
27841       <summary>
27842         <para>Asserts enabled, memory profiling enabled, Nintendo Wii U profiler linked, optimized build.</para>
27843       </summary>
27844     </member>
27845     <member name=
"F:UnityEditor.WiiUBuildDebugLevel.Development">
27846       <summary>
27847         <para>Memory profiling enabled, Nintendo Wii U profiler linked, optimizations enabled.</para>
27848       </summary>
27849     </member>
27850     <member name=
"F:UnityEditor.WiiUBuildDebugLevel.Master">
27851       <summary>
27852         <para>Optimizations enabled.</para>
27853       </summary>
27854     </member>
27855     <member name=
"T:UnityEditor.WiiUBuildOutput">
27856       <summary>
27857         <para>Player packaging.</para>
27858       </summary>
27859     </member>
27860     <member name=
"F:UnityEditor.WiiUBuildOutput.DownloadImage">
27861       <summary>
27862         <para>Download image.</para>
27863       </summary>
27864     </member>
27865     <member name=
"F:UnityEditor.WiiUBuildOutput.Unpackaged">
27866       <summary>
27867         <para>Unpacked.</para>
27868       </summary>
27869     </member>
27870     <member name=
"F:UnityEditor.WiiUBuildOutput.WUMADFile">
27871       <summary>
27872         <para>WUMAD package.</para>
27873       </summary>
27874     </member>
27875     <member name=
"T:UnityEditor.WiiUTVResolution">
27876       <summary>
27877         <para>Resolution setting
for TV output.</para>
27878       </summary>
27879     </member>
27880     <member name=
"F:UnityEditor.WiiUTVResolution.Resolution_1080p">
27881       <summary>
27882         <para>1920×
1080 (Full HD).</para>
27883       </summary>
27884     </member>
27885     <member name=
"F:UnityEditor.WiiUTVResolution.Resolution_720p">
27886       <summary>
27887         <para>1280×
720 pixels.</para>
27888       </summary>
27889     </member>
27890     <member name=
"T:UnityEditor.WSABuildType">
27891       <summary>
27892         <para>Build configurations
for Windows Store Visual Studio solutions.</para>
27893       </summary>
27894     </member>
27895     <member name=
"F:UnityEditor.WSABuildType.Debug">
27896       <summary>
27897         <para>Debug configuation.
27898 No optimizations, profiler code enabled.</para>
27899       </summary>
27900     </member>
27901     <member name=
"F:UnityEditor.WSABuildType.Master">
27902       <summary>
27903         <para>Master configuation.
27904 Optimizations enabled, profiler code disabled. This configuration
is used when submitting the application to Windows Store.</para>
27905       </summary>
27906     </member>
27907     <member name=
"F:UnityEditor.WSABuildType.Release">
27908       <summary>
27909         <para>Release configuration.
27910 Optimization enabled, profiler code enabled.</para>
27911       </summary>
27912     </member>
27913     <member name=
"T:UnityEditor.WSASDK">
27914       <summary>
27915         <para>Specifies Windows SDK which used
when building Windows Store Apps.</para>
27916       </summary>
27917     </member>
27918     <member name=
"T:UnityEditor.WSASubtarget">
27919       <summary>
27920         <para>Target device type
for a Windows Store application to run on.</para>
27921       </summary>
27922     </member>
27923     <member name=
"F:UnityEditor.WSASubtarget.AnyDevice">
27924       <summary>
27925         <para>The application targets all devices that run Windows Store applications.</para>
27926       </summary>
27927     </member>
27928     <member name=
"F:UnityEditor.WSASubtarget.HoloLens">
27929       <summary>
27930         <para>The application targets HoloLens.</para>
27931       </summary>
27932     </member>
27933     <member name=
"F:UnityEditor.WSASubtarget.Mobile">
27934       <summary>
27935         <para>Application targets mobile devices.</para>
27936       </summary>
27937     </member>
27938     <member name=
"F:UnityEditor.WSASubtarget.PC">
27939       <summary>
27940         <para>Application targets PCs.</para>
27941       </summary>
27942     </member>
27943     <member name=
"T:UnityEditor.XboxBuildSubtarget">
27944       <summary>
27945         <para>Target Xbox build type.</para>
27946       </summary>
27947     </member>
27948     <member name=
"F:UnityEditor.XboxBuildSubtarget.Debug">
27949       <summary>
27950         <para>Debug player (
for building with source code).</para>
27951       </summary>
27952     </member>
27953     <member name=
"F:UnityEditor.XboxBuildSubtarget.Development">
27954       <summary>
27955         <para>Development player.</para>
27956       </summary>
27957     </member>
27958     <member name=
"F:UnityEditor.XboxBuildSubtarget.Master">
27959       <summary>
27960         <para>Master player (submission-proof).</para>
27961       </summary>
27962     </member>
27963   </members>
27964 </doc>



Full source game nhảy tháp thẳng đứng sử dụng c# và đồ họa unity 2D 107.144 lượt xem

Gõ tìm kiếm nhanh...