diff --git a/xml/types/UIButton.xml b/xml/types/UIButton.xml
index 91e752b..f3e7f64 100644
--- a/xml/types/UIButton.xml
+++ b/xml/types/UIButton.xml
@@ -10,5 +10,5 @@
false
false
true
- Missing Documentation
+ UIButton is a class that represents a clickable button UI element.
diff --git a/xml/types/UIField.xml b/xml/types/UIField.xml
index 4bad08c..da12b4b 100644
--- a/xml/types/UIField.xml
+++ b/xml/types/UIField.xml
@@ -8,7 +8,7 @@
true
false
false
- Missing Documentation
+ The offset of the UI element in pixels.
PositionRelative
@@ -16,7 +16,7 @@
true
false
false
- Missing Documentation
+ The position of the UI element relative to its parent.
Rotation
@@ -24,7 +24,7 @@
true
false
false
- Missing Documentation
+ The rotation of the UI element in degrees.
SizeOffset
@@ -32,7 +32,7 @@
true
false
false
- Missing Documentation
+ The size offset of the UI element in pixels.
SizeRelative
@@ -40,7 +40,7 @@
true
false
false
- Missing Documentation
+ The size of the UI element relative to its parent.
ClipDescendants
@@ -48,7 +48,7 @@
true
false
false
- Missing Documentation
+ Determines whether the UI element clips its descendants.
PivotPoint
@@ -56,7 +56,7 @@
true
false
false
- Missing Documentation
+ The pivot point of the UI element.
Scale
@@ -64,7 +64,7 @@
true
false
false
- Missing Documentation
+ The scale of the UI element.
Visible
@@ -72,7 +72,7 @@
true
false
false
- Missing Documentation
+ Determines whether the UI element is visible.
MaskMode
@@ -80,7 +80,7 @@
true
false
false
- Missing Documentation
+ Determines the mask mode of the UI element.
AbsoluteSize
@@ -88,7 +88,7 @@
true
true
false
- Missing Documentation
+ The absolute size of the UI element in pixels.
IsVisibleInTree
@@ -96,7 +96,7 @@
true
true
false
- Missing Documentation
+ Indicates whether the UI element is visible in the UI hierarchy.
MouseEnter
@@ -131,5 +131,5 @@
false
false
true
- Missing Documentation
+ UIField is the abstract base class of all UI classes.
diff --git a/xml/types/UIHVLayout.xml b/xml/types/UIHVLayout.xml
index 138654c..b6e85a7 100644
--- a/xml/types/UIHVLayout.xml
+++ b/xml/types/UIHVLayout.xml
@@ -8,7 +8,7 @@
true
false
false
- Missing Documentation
+ The spacing between child elements in the layout.
ChildAlignment
@@ -16,10 +16,10 @@
true
false
false
- Missing Documentation
+ Determines the alignment of child elements within the layout.
false
true
false
- Missing Documentation
+ UIHVLayout is an abstract class that provides horizontal and vertical layout functionality for UI elements.
diff --git a/xml/types/UIHorizontalLayout.xml b/xml/types/UIHorizontalLayout.xml
index 6b5901a..9101472 100644
--- a/xml/types/UIHorizontalLayout.xml
+++ b/xml/types/UIHorizontalLayout.xml
@@ -5,5 +5,5 @@
false
false
true
- Missing Documentation
+ UIHorizontalLayout is a class that aligns all of its children horizontally.
diff --git a/xml/types/UIImage.xml b/xml/types/UIImage.xml
index 4f7b099..371bc21 100644
--- a/xml/types/UIImage.xml
+++ b/xml/types/UIImage.xml
@@ -8,7 +8,7 @@
true
false
false
- Missing Documentation
+ The image asset used for the image.
Color
@@ -16,7 +16,7 @@
true
false
false
- Missing Documentation
+ The color applied to the image.
StretchMode
@@ -24,7 +24,7 @@
true
false
false
- Missing Documentation
+ Determines how the image is stretched within the view.
Loading
@@ -32,10 +32,10 @@
true
true
false
- Missing Documentation
+ Indicates whether the image is currently loading.
false
false
true
- Missing Documentation
+ UIImage is a class that can be used to display images.
diff --git a/xml/types/UILabel.xml b/xml/types/UILabel.xml
index 788a4d1..040b675 100644
--- a/xml/types/UILabel.xml
+++ b/xml/types/UILabel.xml
@@ -8,7 +8,7 @@
true
false
false
- Missing Documentation
+ The text of the label.
TextColor
@@ -16,7 +16,7 @@
true
false
false
- Missing Documentation
+ The color of the text.
OutlineWidth
@@ -24,7 +24,7 @@
true
false
false
- Missing Documentation
+ The width of the text outline.
OutlineColor
@@ -32,7 +32,7 @@
true
false
false
- Missing Documentation
+ The color of the text outline.
HorizontalAlignment
@@ -40,7 +40,7 @@
true
false
false
- Missing Documentation
+ Determines the horizontal alignment of the text.
VerticalAlignment
@@ -48,7 +48,7 @@
true
false
false
- Missing Documentation
+ Determines the vertical alignment of the text.
FontSize
@@ -56,7 +56,7 @@
true
false
false
- Missing Documentation
+ The font size of the text.
UseRichText
@@ -64,7 +64,7 @@
true
false
false
- Missing Documentation
+ Determines whether the text uses rich text formatting.
FontAsset
@@ -72,10 +72,10 @@
true
false
false
- Missing Documentation
+ The font asset used for the text.
false
false
true
- Missing Documentation
+ UILabel is a class that can be used to display text.
diff --git a/xml/types/UIScrollView.xml b/xml/types/UIScrollView.xml
index c6ed6a8..38ade13 100644
--- a/xml/types/UIScrollView.xml
+++ b/xml/types/UIScrollView.xml
@@ -8,7 +8,7 @@
true
false
false
- Missing Documentation
+ Determines the horizontal scroll mode of the scroll view.
VerticalScrollMode
@@ -16,10 +16,10 @@
true
false
false
- Missing Documentation
+ Determines the vertical scroll mode of the scroll view.
false
false
true
- Missing Documentation
+ UIScrollView is a class that allows the user to scroll content within a view.
diff --git a/xml/types/UITextInput.xml b/xml/types/UITextInput.xml
index 968df66..46ce3f4 100644
--- a/xml/types/UITextInput.xml
+++ b/xml/types/UITextInput.xml
@@ -8,7 +8,7 @@
true
false
false
- Missing Documentation
+ The text of the label.
TextColor
@@ -16,7 +16,7 @@
true
false
false
- Missing Documentation
+ The color of the text.
JustifyText
@@ -24,7 +24,7 @@
true
false
false
- Missing Documentation
+ Determines how text is justified.
FontSize
@@ -32,7 +32,7 @@
true
false
false
- Missing Documentation
+ The font size of the label.
IsMultiline
@@ -40,7 +40,7 @@
true
false
false
- Missing Documentation
+ Determines whether the text input supports multiple lines.
Placeholder
@@ -48,7 +48,7 @@
true
false
false
- Missing Documentation
+ The placeholder text displayed when the input is empty.
PlaceholderColor
@@ -56,7 +56,7 @@
true
false
false
- Missing Documentation
+ The color of the placeholder text.
ReadonlyColor
@@ -64,7 +64,7 @@
true
false
false
- Missing Documentation
+ The color of the text when the input is read-only.
IsReadOnly
@@ -72,7 +72,7 @@
true
false
false
- Missing Documentation
+ Determines whether the text input is read-only.
FontAsset
@@ -80,7 +80,7 @@
true
false
false
- Missing Documentation
+ The font asset used for the text.
Focus
@@ -88,7 +88,7 @@
false
false
false
- Missing Documentation
+ Forces the local player to focus on the text input.
Submitted
@@ -109,5 +109,5 @@
false
false
true
- Missing Documentation
+ UITextInput is a class that allows the user to enter text.
diff --git a/xml/types/UIVerticalLayout.xml b/xml/types/UIVerticalLayout.xml
index d1001ef..ffe33f0 100644
--- a/xml/types/UIVerticalLayout.xml
+++ b/xml/types/UIVerticalLayout.xml
@@ -5,5 +5,5 @@
false
false
true
- Missing Documentation
+ UIVerticalLayout is a class that aligns all of its children vertically.
diff --git a/xml/types/UIView.xml b/xml/types/UIView.xml
index 7cb3d9e..b1eaabc 100644
--- a/xml/types/UIView.xml
+++ b/xml/types/UIView.xml
@@ -8,7 +8,7 @@
true
false
false
- Missing Documentation
+ Determines the border color of the UI.
Color
@@ -16,7 +16,7 @@
true
false
false
- Missing Documentation
+ Determines the color of the UI.
BorderWidth
@@ -24,7 +24,7 @@
true
false
false
- Missing Documentation
+ Determines the width of the border of the UI.
CornerRadius
@@ -32,10 +32,10 @@
true
false
false
- Missing Documentation
+ Determines the corner radius of the UI.
false
false
true
- Missing Documentation
+ UIView is a class that displays a rectangle in your place's UI.