123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368 |
- <?xml version="1.0" encoding="utf-8" standalone="yes"?>
- <doc>
- <members>
- <assembly>
- <name>UnityEditor.UI</name>
- </assembly>
- <member name="T:UnityEditor.EventSystems.EventSystemEditor">
- <summary>
- <para>Custom Editor for the EventSystem Component.</para>
- </summary>
- </member>
- <member name="M:UnityEditor.EventSystems.EventSystemEditor.HasPreviewGUI">
- <summary>
- <para>Can this component be previewed in its current state?</para>
- </summary>
- <returns>
- <para>True if this component can be Previewed in its current state.</para>
- </returns>
- </member>
- <member name="M:UnityEditor.EventSystems.EventSystemEditor.OnInspectorGUI">
- <summary>
- <para>See Editor.OnInspectorGUI.</para>
- </summary>
- </member>
- <member name="M:UnityEditor.EventSystems.EventSystemEditor.OnPreviewGUI(UnityEngine.Rect,UnityEngine.GUIStyle)">
- <summary>
- <para>Custom preview for Image component.</para>
- </summary>
- <param name="rect">Rectangle in which to draw the preview.</param>
- <param name="background">Background image.</param>
- </member>
- <member name="M:UnityEditor.EventSystems.EventSystemEditor.RequiresConstantRepaint">
- <summary>
- <para>Does this edit require to be repainted constantly in its current state?</para>
- </summary>
- </member>
- <member name="T:UnityEditor.EventSystems.EventTriggerEditor">
- <summary>
- <para>Custom Editor for the EventTrigger Component.</para>
- </summary>
- </member>
- <member name="M:UnityEditor.EventSystems.EventTriggerEditor.OnInspectorGUI">
- <summary>
- <para>Implement specific EventTrigger inspector GUI code here. If you want to simply extend the existing editor call the base OnInspectorGUI () before doing any custom GUI code.</para>
- </summary>
- </member>
- <member name="T:UnityEditor.UI.AnimationTriggersDrawer">
- <summary>
- <para>PropertyDrawer for AnimationTriggers.</para>
- </summary>
- </member>
- <member name="T:UnityEditor.UI.AspectRatioFitterEditor">
- <summary>
- <para>Custom Editor for the AspectRatioFitter component.</para>
- </summary>
- </member>
- <member name="M:UnityEditor.UI.AspectRatioFitterEditor.OnInspectorGUI">
- <summary>
- <para>See Editor.OnInspectorGUI.</para>
- </summary>
- </member>
- <member name="T:UnityEditor.UI.ButtonEditor">
- <summary>
- <para>Custom Editor for the Button Component.</para>
- </summary>
- </member>
- <member name="M:UnityEditor.UI.ButtonEditor.OnInspectorGUI">
- <summary>
- <para>See Editor.OnInspectorGUI.</para>
- </summary>
- </member>
- <member name="T:UnityEditor.UI.CanvasScalerEditor">
- <summary>
- <para>Custom Editor for the CanvasScaler component.</para>
- </summary>
- </member>
- <member name="T:UnityEditor.UI.ColorBlockDrawer">
- <summary>
- <para>PropertyDrawer for ColorBlock.</para>
- </summary>
- </member>
- <member name="T:UnityEditor.UI.ContentSizeFitterEditor">
- <summary>
- <para>Custom Editor for the ContentSizeFitter Component.
- </para>
- </summary>
- </member>
- <member name="M:UnityEditor.UI.ContentSizeFitterEditor.OnInspectorGUI">
- <summary>
- <para>See Editor.OnInspectorGUI.</para>
- </summary>
- </member>
- <member name="T:UnityEditor.UI.DropdownEditor">
- <summary>
- <para>Custom editor for the Dropdown component.</para>
- </summary>
- </member>
- <member name="M:UnityEditor.UI.DropdownEditor.OnInspectorGUI">
- <summary>
- <para>See Editor.OnInspectorGUI.</para>
- </summary>
- </member>
- <member name="T:UnityEditor.UI.FontDataDrawer">
- <summary>
- <para>PropertyDrawer for FontData.</para>
- </summary>
- </member>
- <member name="M:UnityEditor.UI.FontDataDrawer.Init(UnityEditor.SerializedProperty)">
- <summary>
- <para>Initialize the serialized properties for the drawer.</para>
- </summary>
- <param name="property"></param>
- </member>
- <member name="T:UnityEditor.UI.GraphicEditor">
- <summary>
- <para>Extend this class to write your own graphic editor.</para>
- </summary>
- </member>
- <member name="M:UnityEditor.UI.GraphicEditor.AppearanceControlsGUI">
- <summary>
- <para>GUI related to the appearance of the graphic. Color and Material properties appear here.</para>
- </summary>
- </member>
- <member name="M:UnityEditor.UI.GraphicEditor.NativeSizeButtonGUI">
- <summary>
- <para>GUI for showing a button that sets the size of the RectTransform to the native size for this Graphic.</para>
- </summary>
- </member>
- <member name="M:UnityEditor.UI.GraphicEditor.OnDisable">
- <summary>
- <para>See MonoBehaviour.OnDisable.</para>
- </summary>
- </member>
- <member name="M:UnityEditor.UI.GraphicEditor.OnInspectorGUI">
- <summary>
- <para>Implement specific GraphicEditor inspector GUI code here. If you want to simply extend the existing editor call the base OnInspectorGUI () before doing any custom GUI code.</para>
- </summary>
- </member>
- <member name="M:UnityEditor.UI.GraphicEditor.RaycastControlsGUI">
- <summary>
- <para>GUI related to the Raycasting settings for the graphic.</para>
- </summary>
- </member>
- <member name="M:UnityEditor.UI.GraphicEditor.SetShowNativeSize(System.Boolean,System.Boolean)">
- <summary>
- <para>Set if the 'Set Native Size' button should be visible for this editor.</para>
- </summary>
- <param name="show"></param>
- <param name="instant"></param>
- </member>
- <member name="T:UnityEditor.UI.GridLayoutGroupEditor">
- <summary>
- <para>Custom Editor for the GridLayout Component.</para>
- </summary>
- </member>
- <member name="M:UnityEditor.UI.GridLayoutGroupEditor.OnInspectorGUI">
- <summary>
- <para>See Editor.OnInspectorGUI.</para>
- </summary>
- </member>
- <member name="T:UnityEditor.UI.HorizontalOrVerticalLayoutGroupEditor">
- <summary>
- <para>The Editor for the HorizontalOrVerticalLayoutGroup class.</para>
- </summary>
- </member>
- <member name="M:UnityEditor.UI.HorizontalOrVerticalLayoutGroupEditor.OnInspectorGUI">
- <summary>
- <para>See Editor.OnInspectorGUI.</para>
- </summary>
- </member>
- <member name="T:UnityEditor.UI.ImageEditor">
- <summary>
- <para>Custom Editor for the Image Component.</para>
- </summary>
- </member>
- <member name="M:UnityEditor.UI.ImageEditor.GetInfoString">
- <summary>
- <para>A string cointaining the Image details to be used as a overlay on the component Preview.</para>
- </summary>
- <returns>
- <para>The Image details.</para>
- </returns>
- </member>
- <member name="M:UnityEditor.UI.ImageEditor.HasPreviewGUI">
- <summary>
- <para>Can this component be Previewed in its current state?</para>
- </summary>
- <returns>
- <para>True if this component can be Previewed in its current state.</para>
- </returns>
- </member>
- <member name="M:UnityEditor.UI.ImageEditor.OnDisable">
- <summary>
- <para>See MonoBehaviour.OnDisable.</para>
- </summary>
- </member>
- <member name="M:UnityEditor.UI.ImageEditor.OnInspectorGUI">
- <summary>
- <para>Implement specific ImageEditor inspector GUI code here. If you want to simply extend the existing editor call the base OnInspectorGUI () before doing any custom GUI code.</para>
- </summary>
- </member>
- <member name="M:UnityEditor.UI.ImageEditor.OnPreviewGUI(UnityEngine.Rect,UnityEngine.GUIStyle)">
- <summary>
- <para>Custom preview for Image component.</para>
- </summary>
- <param name="rect">Rectangle in which to draw the preview.</param>
- <param name="background">Background image.</param>
- </member>
- <member name="M:UnityEditor.UI.ImageEditor.SpriteGUI">
- <summary>
- <para>GUI for showing the Sprite property.</para>
- </summary>
- </member>
- <member name="M:UnityEditor.UI.ImageEditor.TypeGUI">
- <summary>
- <para>GUI for showing the image type and associated settings.</para>
- </summary>
- </member>
- <member name="T:UnityEditor.UI.InputFieldEditor">
- <summary>
- <para>Custom Editor for the InputField Component.</para>
- </summary>
- </member>
- <member name="M:UnityEditor.UI.InputFieldEditor.OnInspectorGUI">
- <summary>
- <para>See: Editor.OnInspectorGUI.</para>
- </summary>
- </member>
- <member name="T:UnityEditor.UI.LayoutElementEditor">
- <summary>
- <para>Editor for the LayoutElement component.</para>
- </summary>
- </member>
- <member name="M:UnityEditor.UI.LayoutElementEditor.OnInspectorGUI">
- <summary>
- <para>See: Editor.OnInspectorGUI.</para>
- </summary>
- </member>
- <member name="T:UnityEditor.UI.MaskEditor">
- <summary>
- <para>Custom Editor for the Mask component.</para>
- </summary>
- </member>
- <member name="T:UnityEditor.UI.NavigationDrawer">
- <summary>
- <para>PropertyDrawer for Navigation.</para>
- </summary>
- </member>
- <member name="T:UnityEditor.UI.RawImageEditor">
- <summary>
- <para>Custom editor for RawImage.</para>
- </summary>
- </member>
- <member name="M:UnityEditor.UI.RawImageEditor.GetInfoString">
- <summary>
- <para>A string cointaining the Image details to be used as a overlay on the component Preview.</para>
- </summary>
- <returns>
- <para>The RawImage details.</para>
- </returns>
- </member>
- <member name="M:UnityEditor.UI.RawImageEditor.HasPreviewGUI">
- <summary>
- <para>Can this component be Previewed in its current state?</para>
- </summary>
- <returns>
- <para>True if this component can be Previewed in its current state.</para>
- </returns>
- </member>
- <member name="M:UnityEditor.UI.RawImageEditor.OnInspectorGUI">
- <summary>
- <para>Implement specific RawImage inspector GUI code here. If you want to simply extend the existing editor call the base OnInspectorGUI () before doing any custom GUI code.</para>
- </summary>
- </member>
- <member name="M:UnityEditor.UI.RawImageEditor.OnPreviewGUI(UnityEngine.Rect,UnityEngine.GUIStyle)">
- <summary>
- <para>Custom preview for Image component.</para>
- </summary>
- <param name="rect">Rectangle in which to draw the preview.</param>
- <param name="background">Background image.</param>
- </member>
- <member name="T:UnityEditor.UI.ScrollbarEditor">
- <summary>
- <para>Custom Editor for the Scrollbar Component.</para>
- </summary>
- </member>
- <member name="M:UnityEditor.UI.ScrollbarEditor.OnInspectorGUI">
- <summary>
- <para>See: Editor.OnInspectorGUI.</para>
- </summary>
- </member>
- <member name="T:UnityEditor.UI.ScrollRectEditor">
- <summary>
- <para>Editor for the ScrollRect component.</para>
- </summary>
- </member>
- <member name="M:UnityEditor.UI.ScrollRectEditor.OnDisable">
- <summary>
- <para>See MonoBehaviour.OnDisable.</para>
- </summary>
- </member>
- <member name="M:UnityEditor.UI.ScrollRectEditor.OnInspectorGUI">
- <summary>
- <para>See Editor.OnInspectorGUI.</para>
- </summary>
- </member>
- <member name="T:UnityEditor.UI.SelectableEditor">
- <summary>
- <para>Custom Editor for the Selectable Component.</para>
- </summary>
- </member>
- <member name="M:UnityEditor.UI.SelectableEditor.OnDisable">
- <summary>
- <para>See MonoBehaviour.OnDisable.</para>
- </summary>
- </member>
- <member name="M:UnityEditor.UI.SelectableEditor.OnInspectorGUI">
- <summary>
- <para>See Editor.OnInspectorGUI.</para>
- </summary>
- </member>
- <member name="T:UnityEditor.UI.SelfControllerEditor">
- <summary>
- <para>Base class for custom editors that are for components that implement the SelfControllerEditor interface.</para>
- </summary>
- </member>
- <member name="M:UnityEditor.UI.SelfControllerEditor.OnInspectorGUI">
- <summary>
- <para>See Editor.OnInspectorGUI.</para>
- </summary>
- </member>
- <member name="T:UnityEditor.UI.SliderEditor">
- <summary>
- <para>Custom Editor for the Slider Component.</para>
- </summary>
- </member>
- <member name="M:UnityEditor.UI.SliderEditor.OnInspectorGUI">
- <summary>
- <para>See Editor.OnInspectorGUI.</para>
- </summary>
- </member>
- <member name="T:UnityEditor.UI.SpriteStateDrawer">
- <summary>
- <para>PropertyDrawer for SpriteState.</para>
- </summary>
- </member>
- <member name="T:UnityEditor.UI.TextEditor">
- <summary>
- <para>Custom Editor for the Text Component.</para>
- </summary>
- </member>
- <member name="M:UnityEditor.UI.TextEditor.OnInspectorGUI">
- <summary>
- <para>See Editor.OnInspectorGUI.</para>
- </summary>
- </member>
- <member name="T:UnityEditor.UI.ToggleEditor">
- <summary>
- <para>Custom Editor for the Toggle Component.</para>
- </summary>
- </member>
- <member name="M:UnityEditor.UI.ToggleEditor.OnInspectorGUI">
- <summary>
- <para>See Editor.OnInspectorGUI.</para>
- </summary>
- </member>
- </members>
- </doc>
|