Merge branches 'main' and 'main' of https://github.com/Polytoria/Docs-v2

This commit is contained in:
maji
2025-12-29 21:51:33 +07:00
15 changed files with 119 additions and 119 deletions

View File

@@ -10,5 +10,5 @@
<IsStatic>false</IsStatic>
<IsAbstract>false</IsAbstract>
<IsInstantiatable>true</IsInstantiatable>
<Description>Missing Documentation</Description>
<Description>UIButton is a class that represents a clickable button UI element.</Description>
</ClassDef>

View File

@@ -8,7 +8,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>The offset of the UI element in pixels.</Description>
</Properties>
<Properties>
<Name>PositionRelative</Name>
@@ -16,7 +16,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>The position of the UI element relative to its parent.</Description>
</Properties>
<Properties>
<Name>Rotation</Name>
@@ -24,7 +24,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>The rotation of the UI element in degrees.</Description>
</Properties>
<Properties>
<Name>SizeOffset</Name>
@@ -32,7 +32,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>The size offset of the UI element in pixels.</Description>
</Properties>
<Properties>
<Name>SizeRelative</Name>
@@ -40,7 +40,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>The size of the UI element relative to its parent.</Description>
</Properties>
<Properties>
<Name>ClipDescendants</Name>
@@ -48,7 +48,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>Determines whether the UI element clips its descendants.</Description>
</Properties>
<Properties>
<Name>PivotPoint</Name>
@@ -56,7 +56,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>The pivot point of the UI element.</Description>
</Properties>
<Properties>
<Name>Scale</Name>
@@ -64,7 +64,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>The scale of the UI element.</Description>
</Properties>
<Properties>
<Name>Visible</Name>
@@ -72,7 +72,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>Determines whether the UI element is visible.</Description>
</Properties>
<Properties>
<Name>MaskMode</Name>
@@ -80,7 +80,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>Determines the mask mode of the UI element.</Description>
</Properties>
<Properties>
<Name>AbsoluteSize</Name>
@@ -88,7 +88,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>true</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>The absolute size of the UI element in pixels.</Description>
</Properties>
<Properties>
<Name>IsVisibleInTree</Name>
@@ -96,7 +96,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>true</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>Indicates whether the UI element is visible in the UI hierarchy.</Description>
</Properties>
<Events>
<Name>MouseEnter</Name>
@@ -131,5 +131,5 @@
<IsStatic>false</IsStatic>
<IsAbstract>false</IsAbstract>
<IsInstantiatable>true</IsInstantiatable>
<Description>Missing Documentation</Description>
<Description>UIField is the abstract base class of all UI classes.</Description>
</ClassDef>

View File

@@ -8,7 +8,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>The spacing between child elements in the layout.</Description>
</Properties>
<Properties>
<Name>ChildAlignment</Name>
@@ -16,10 +16,10 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>Determines the alignment of child elements within the layout.</Description>
</Properties>
<IsStatic>false</IsStatic>
<IsAbstract>true</IsAbstract>
<IsInstantiatable>false</IsInstantiatable>
<Description>Missing Documentation</Description>
<Description>UIHVLayout is an abstract class that provides horizontal and vertical layout functionality for UI elements.</Description>
</ClassDef>

View File

@@ -5,5 +5,5 @@
<IsStatic>false</IsStatic>
<IsAbstract>false</IsAbstract>
<IsInstantiatable>true</IsInstantiatable>
<Description>Missing Documentation</Description>
<Description>UIHorizontalLayout is a class that aligns all of its children horizontally.</Description>
</ClassDef>

View File

@@ -8,7 +8,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>The image asset used for the image.</Description>
</Properties>
<Properties>
<Name>Color</Name>
@@ -16,7 +16,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>The color applied to the image.</Description>
</Properties>
<Properties>
<Name>StretchMode</Name>
@@ -24,7 +24,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>Determines how the image is stretched within the view.</Description>
</Properties>
<Properties>
<Name>Loading</Name>
@@ -32,10 +32,10 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>true</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>Indicates whether the image is currently loading.</Description>
</Properties>
<IsStatic>false</IsStatic>
<IsAbstract>false</IsAbstract>
<IsInstantiatable>true</IsInstantiatable>
<Description>Missing Documentation</Description>
<Description>UIImage is a class that can be used to display images.</Description>
</ClassDef>

View File

@@ -8,7 +8,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>The text of the label.</Description>
</Properties>
<Properties>
<Name>TextColor</Name>
@@ -16,7 +16,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>The color of the text.</Description>
</Properties>
<Properties>
<Name>OutlineWidth</Name>
@@ -24,7 +24,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>The width of the text outline.</Description>
</Properties>
<Properties>
<Name>OutlineColor</Name>
@@ -32,7 +32,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>The color of the text outline.</Description>
</Properties>
<Properties>
<Name>HorizontalAlignment</Name>
@@ -40,7 +40,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>Determines the horizontal alignment of the text.</Description>
</Properties>
<Properties>
<Name>VerticalAlignment</Name>
@@ -48,7 +48,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>Determines the vertical alignment of the text.</Description>
</Properties>
<Properties>
<Name>FontSize</Name>
@@ -56,7 +56,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>The font size of the text.</Description>
</Properties>
<Properties>
<Name>UseRichText</Name>
@@ -64,7 +64,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>Determines whether the text uses rich text formatting.</Description>
</Properties>
<Properties>
<Name>FontAsset</Name>
@@ -72,10 +72,10 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>The font asset used for the text.</Description>
</Properties>
<IsStatic>false</IsStatic>
<IsAbstract>false</IsAbstract>
<IsInstantiatable>true</IsInstantiatable>
<Description>Missing Documentation</Description>
<Description>UILabel is a class that can be used to display text.</Description>
</ClassDef>

View File

@@ -8,7 +8,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>Determines the horizontal scroll mode of the scroll view.</Description>
</Properties>
<Properties>
<Name>VerticalScrollMode</Name>
@@ -16,10 +16,10 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>Determines the vertical scroll mode of the scroll view.</Description>
</Properties>
<IsStatic>false</IsStatic>
<IsAbstract>false</IsAbstract>
<IsInstantiatable>true</IsInstantiatable>
<Description>Missing Documentation</Description>
<Description>UIScrollView is a class that allows the user to scroll content within a view.</Description>
</ClassDef>

View File

@@ -8,7 +8,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>The text of the label.</Description>
</Properties>
<Properties>
<Name>TextColor</Name>
@@ -16,7 +16,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>The color of the text.</Description>
</Properties>
<Properties>
<Name>JustifyText</Name>
@@ -24,7 +24,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>Determines how text is justified.</Description>
</Properties>
<Properties>
<Name>FontSize</Name>
@@ -32,7 +32,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>The font size of the label.</Description>
</Properties>
<Properties>
<Name>IsMultiline</Name>
@@ -40,7 +40,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>Determines whether the text input supports multiple lines.</Description>
</Properties>
<Properties>
<Name>Placeholder</Name>
@@ -48,7 +48,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>The placeholder text displayed when the input is empty.</Description>
</Properties>
<Properties>
<Name>PlaceholderColor</Name>
@@ -56,7 +56,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>The color of the placeholder text.</Description>
</Properties>
<Properties>
<Name>ReadonlyColor</Name>
@@ -64,7 +64,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>The color of the text when the input is read-only.</Description>
</Properties>
<Properties>
<Name>IsReadOnly</Name>
@@ -72,7 +72,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>Determines whether the text input is read-only.</Description>
</Properties>
<Properties>
<Name>FontAsset</Name>
@@ -80,7 +80,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>The font asset used for the text.</Description>
</Properties>
<Methods>
<Name>Focus</Name>
@@ -88,7 +88,7 @@
<IsAsync>false</IsAsync>
<IsObsolete>false</IsObsolete>
<IsStatic>false</IsStatic>
<Description>Missing Documentation</Description>
<Description>Forces the local player to focus on the text input.</Description>
</Methods>
<Events>
<Name>Submitted</Name>
@@ -109,5 +109,5 @@
<IsStatic>false</IsStatic>
<IsAbstract>false</IsAbstract>
<IsInstantiatable>true</IsInstantiatable>
<Description>Missing Documentation</Description>
<Description>UITextInput is a class that allows the user to enter text.</Description>
</ClassDef>

View File

@@ -5,5 +5,5 @@
<IsStatic>false</IsStatic>
<IsAbstract>false</IsAbstract>
<IsInstantiatable>true</IsInstantiatable>
<Description>Missing Documentation</Description>
<Description>UIVerticalLayout is a class that aligns all of its children vertically.</Description>
</ClassDef>

View File

@@ -8,7 +8,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>Determines the border color of the UI.</Description>
</Properties>
<Properties>
<Name>Color</Name>
@@ -16,7 +16,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>Determines the color of the UI.</Description>
</Properties>
<Properties>
<Name>BorderWidth</Name>
@@ -24,7 +24,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>Determines the width of the border of the UI.</Description>
</Properties>
<Properties>
<Name>CornerRadius</Name>
@@ -32,10 +32,10 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>Determines the corner radius of the UI.</Description>
</Properties>
<IsStatic>false</IsStatic>
<IsAbstract>false</IsAbstract>
<IsInstantiatable>true</IsInstantiatable>
<Description>Missing Documentation</Description>
<Description>UIView is a class that displays a rectangle in your place's UI.</Description>
</ClassDef>

View File

@@ -10,5 +10,5 @@
<IsStatic>false</IsStatic>
<IsAbstract>true</IsAbstract>
<IsInstantiatable>false</IsInstantiatable>
<Description>Missing Documentation</Description>
<Description>ValueBase is an abstract base class for objects that hold a value.</Description>
</ClassDef>

View File

@@ -8,7 +8,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>The X component of the vector.</Description>
</Properties>
<Properties>
<Name>Y</Name>
@@ -16,7 +16,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>The Y component of the vector.</Description>
</Properties>
<Properties>
<Name>Down</Name>
@@ -24,7 +24,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>true</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>Shorthand for Vector2.New(0, -1).</Description>
</Properties>
<Properties>
<Name>Left</Name>
@@ -32,7 +32,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>true</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>Shorthand for Vector2.New(-1, 0).</Description>
</Properties>
<Properties>
<Name>One</Name>
@@ -40,7 +40,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>true</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>Shorthand for Vector2.New(1, 1).</Description>
</Properties>
<Properties>
<Name>Zero</Name>
@@ -48,7 +48,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>true</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>Shorthand for Vector2.New(0, 0).</Description>
</Properties>
<Properties>
<Name>Right</Name>
@@ -56,7 +56,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>true</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>Shorthand for Vector2.New(1, 0).</Description>
</Properties>
<Properties>
<Name>Up</Name>
@@ -64,7 +64,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>true</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>Shorthand for Vector2.New(0, 1).</Description>
</Properties>
<Properties>
<Name>Magnitude</Name>
@@ -72,7 +72,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>true</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>The length of the vector.</Description>
</Properties>
<Properties>
<Name>Normalized</Name>
@@ -80,7 +80,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>true</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>The normalized version of the vector.</Description>
</Properties>
<Properties>
<Name>SqrMagnitude</Name>
@@ -88,7 +88,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>true</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>The squared length of the vector.</Description>
</Properties>
<Methods>
<Name>New</Name>
@@ -96,7 +96,7 @@
<IsAsync>false</IsAsync>
<IsObsolete>false</IsObsolete>
<IsStatic>true</IsStatic>
<Description>Missing Documentation</Description>
<Description>Returns a new Vector2.</Description>
</Methods>
<Methods>
<Name>New</Name>
@@ -110,7 +110,7 @@
<IsAsync>false</IsAsync>
<IsObsolete>false</IsObsolete>
<IsStatic>true</IsStatic>
<Description>Missing Documentation</Description>
<Description>Returns a new Vector2 with all components set to the given number.</Description>
</Methods>
<Methods>
<Name>New</Name>
@@ -130,7 +130,7 @@
<IsAsync>false</IsAsync>
<IsObsolete>false</IsObsolete>
<IsStatic>true</IsStatic>
<Description>Missing Documentation</Description>
<Description>Returns a new Vector2 with the given x and y components.</Description>
</Methods>
<Methods>
<Name>Angle</Name>
@@ -150,7 +150,7 @@
<IsAsync>false</IsAsync>
<IsObsolete>false</IsObsolete>
<IsStatic>true</IsStatic>
<Description>Missing Documentation</Description>
<Description>Returns the angle in degrees between from and to.</Description>
</Methods>
<Methods>
<Name>Cross</Name>
@@ -170,7 +170,7 @@
<IsAsync>false</IsAsync>
<IsObsolete>false</IsObsolete>
<IsStatic>true</IsStatic>
<Description>Missing Documentation</Description>
<Description>Returns the cross product of lhs and rhs.</Description>
</Methods>
<Methods>
<Name>Distance</Name>
@@ -190,7 +190,7 @@
<IsAsync>false</IsAsync>
<IsObsolete>false</IsObsolete>
<IsStatic>true</IsStatic>
<Description>Missing Documentation</Description>
<Description>Returns the distance between a and b.</Description>
</Methods>
<Methods>
<Name>Dot</Name>
@@ -210,7 +210,7 @@
<IsAsync>false</IsAsync>
<IsObsolete>false</IsObsolete>
<IsStatic>true</IsStatic>
<Description>Missing Documentation</Description>
<Description>Returns the dot product of lhs and rhs.</Description>
</Methods>
<Methods>
<Name>Lerp</Name>
@@ -236,7 +236,7 @@
<IsAsync>false</IsAsync>
<IsObsolete>false</IsObsolete>
<IsStatic>true</IsStatic>
<Description>Missing Documentation</Description>
<Description>Returns a new vector that is the linear interpolation between a and b by t.</Description>
</Methods>
<Methods>
<Name>Max</Name>
@@ -256,7 +256,7 @@
<IsAsync>false</IsAsync>
<IsObsolete>false</IsObsolete>
<IsStatic>true</IsStatic>
<Description>Missing Documentation</Description>
<Description>Returns a vector that is made from the largest components of two vectors.</Description>
</Methods>
<Methods>
<Name>Min</Name>
@@ -276,7 +276,7 @@
<IsAsync>false</IsAsync>
<IsObsolete>false</IsObsolete>
<IsStatic>true</IsStatic>
<Description>Missing Documentation</Description>
<Description>Returns a vector that is made from the smallest components of two vectors.</Description>
</Methods>
<Methods>
<Name>MoveTowards</Name>
@@ -302,7 +302,7 @@
<IsAsync>false</IsAsync>
<IsObsolete>false</IsObsolete>
<IsStatic>true</IsStatic>
<Description>Missing Documentation</Description>
<Description>Calculate a position between the points specified by current and target, moving no farther than the distance specified by maxDistanceDelta.</Description>
</Methods>
<Methods>
<Name>Normalize</Name>
@@ -316,7 +316,7 @@
<IsAsync>false</IsAsync>
<IsObsolete>false</IsObsolete>
<IsStatic>true</IsStatic>
<Description>Missing Documentation</Description>
<Description>Returns a new Vector2 that is the normalized version of the given vector.</Description>
</Methods>
<Methods>
<Name>Project</Name>
@@ -336,7 +336,7 @@
<IsAsync>false</IsAsync>
<IsObsolete>false</IsObsolete>
<IsStatic>true</IsStatic>
<Description>Missing Documentation</Description>
<Description>Returns the projection of a vector onto another vector.</Description>
</Methods>
<Methods>
<Name>Reflect</Name>
@@ -356,7 +356,7 @@
<IsAsync>false</IsAsync>
<IsObsolete>false</IsObsolete>
<IsStatic>true</IsStatic>
<Description>Missing Documentation</Description>
<Description>Returns the reflection of a vector off the plane defined by a normal.</Description>
</Methods>
<Methods>
<Name>Slerp</Name>
@@ -382,10 +382,10 @@
<IsAsync>false</IsAsync>
<IsObsolete>false</IsObsolete>
<IsStatic>true</IsStatic>
<Description>Missing Documentation</Description>
<Description>Spherically interpolates between two vectors.</Description>
</Methods>
<IsStatic>false</IsStatic>
<IsAbstract>false</IsAbstract>
<IsInstantiatable>false</IsInstantiatable>
<Description>Missing Documentation</Description>
<Description>Vector2 is a 2D vector with an x and y component.</Description>
</ClassDef>

View File

@@ -8,10 +8,10 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>The value of this object.</Description>
</Properties>
<IsStatic>false</IsStatic>
<IsAbstract>false</IsAbstract>
<IsInstantiatable>true</IsInstantiatable>
<Description>Missing Documentation</Description>
<Description>Vector2Value is an object that holds a Vector2 value.</Description>
</ClassDef>

View File

@@ -8,7 +8,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>The X component of the vector.</Description>
</Properties>
<Properties>
<Name>Y</Name>
@@ -16,7 +16,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>The Y component of the vector.</Description>
</Properties>
<Properties>
<Name>Z</Name>
@@ -24,7 +24,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>The Z component of the vector.</Description>
</Properties>
<Properties>
<Name>Forward</Name>
@@ -32,7 +32,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>true</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>Shorthand for Vector3.New(0, 0, -1).</Description>
</Properties>
<Properties>
<Name>Back</Name>
@@ -40,7 +40,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>true</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>Shorthand for Vector3.New(0, 0, 1).</Description>
</Properties>
<Properties>
<Name>Down</Name>
@@ -48,7 +48,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>true</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>Shorthand for Vector3.New(0, -1, 0).</Description>
</Properties>
<Properties>
<Name>Left</Name>
@@ -56,7 +56,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>true</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>Shorthand for Vector3.New(-1, 0, 0).</Description>
</Properties>
<Properties>
<Name>One</Name>
@@ -64,7 +64,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>true</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>Shorthand for Vector3.New(1, 1, 1).</Description>
</Properties>
<Properties>
<Name>Zero</Name>
@@ -72,7 +72,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>true</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>Shorthand for Vector3.New(0, 0, 0).</Description>
</Properties>
<Properties>
<Name>Right</Name>
@@ -80,7 +80,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>true</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>Shorthand for Vector3.New(1, 0, 0).</Description>
</Properties>
<Properties>
<Name>Up</Name>
@@ -88,7 +88,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>true</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>Shorthand for Vector3.New(0, 1, 0).</Description>
</Properties>
<Properties>
<Name>Magnitude</Name>
@@ -96,7 +96,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>true</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>The length of the vector.</Description>
</Properties>
<Properties>
<Name>Normalized</Name>
@@ -104,7 +104,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>true</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>The normalized version of the vector.</Description>
</Properties>
<Properties>
<Name>SqrMagnitude</Name>
@@ -112,7 +112,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>true</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>The squared length of the vector.</Description>
</Properties>
<Methods>
<Name>New</Name>
@@ -120,7 +120,7 @@
<IsAsync>false</IsAsync>
<IsObsolete>false</IsObsolete>
<IsStatic>true</IsStatic>
<Description>Missing Documentation</Description>
<Description>Returns a new Vector3.</Description>
</Methods>
<Methods>
<Name>New</Name>
@@ -134,7 +134,7 @@
<IsAsync>false</IsAsync>
<IsObsolete>false</IsObsolete>
<IsStatic>true</IsStatic>
<Description>Missing Documentation</Description>
<Description>Returns a new Vector3 with all components set to the given number.</Description>
</Methods>
<Methods>
<Name>New</Name>
@@ -154,7 +154,7 @@
<IsAsync>false</IsAsync>
<IsObsolete>false</IsObsolete>
<IsStatic>true</IsStatic>
<Description>Missing Documentation</Description>
<Description>Returns a new Vector3 with the given x and y components and a z component of 0.</Description>
</Methods>
<Methods>
<Name>New</Name>
@@ -180,7 +180,7 @@
<IsAsync>false</IsAsync>
<IsObsolete>false</IsObsolete>
<IsStatic>true</IsStatic>
<Description>Missing Documentation</Description>
<Description>Returns a new Vector3 with the given x, y, and z components.</Description>
</Methods>
<Methods>
<Name>New</Name>
@@ -194,7 +194,7 @@
<IsAsync>false</IsAsync>
<IsObsolete>false</IsObsolete>
<IsStatic>true</IsStatic>
<Description>Missing Documentation</Description>
<Description>Returns a new Vector3 with the given Vector2 components and a z component of 0.</Description>
</Methods>
<Methods>
<Name>Angle</Name>
@@ -214,7 +214,7 @@
<IsAsync>false</IsAsync>
<IsObsolete>false</IsObsolete>
<IsStatic>true</IsStatic>
<Description>Missing Documentation</Description>
<Description>Returns the angle in degrees between from and to.</Description>
</Methods>
<Methods>
<Name>Cross</Name>
@@ -234,7 +234,7 @@
<IsAsync>false</IsAsync>
<IsObsolete>false</IsObsolete>
<IsStatic>true</IsStatic>
<Description>Missing Documentation</Description>
<Description>Returns the cross product of lhs and rhs.</Description>
</Methods>
<Methods>
<Name>Distance</Name>
@@ -254,7 +254,7 @@
<IsAsync>false</IsAsync>
<IsObsolete>false</IsObsolete>
<IsStatic>true</IsStatic>
<Description>Missing Documentation</Description>
<Description>Returns the distance between a and b.</Description>
</Methods>
<Methods>
<Name>Dot</Name>
@@ -274,7 +274,7 @@
<IsAsync>false</IsAsync>
<IsObsolete>false</IsObsolete>
<IsStatic>true</IsStatic>
<Description>Missing Documentation</Description>
<Description>Returns the dot product of lhs and rhs.</Description>
</Methods>
<Methods>
<Name>Lerp</Name>
@@ -300,7 +300,7 @@
<IsAsync>false</IsAsync>
<IsObsolete>false</IsObsolete>
<IsStatic>true</IsStatic>
<Description>Missing Documentation</Description>
<Description>Returns a new Vector3 that is the linear interpolation between a and b by t.</Description>
</Methods>
<Methods>
<Name>Max</Name>
@@ -320,7 +320,7 @@
<IsAsync>false</IsAsync>
<IsObsolete>false</IsObsolete>
<IsStatic>true</IsStatic>
<Description>Missing Documentation</Description>
<Description>Returns a vector that is made from the largest components of two vectors.</Description>
</Methods>
<Methods>
<Name>Min</Name>
@@ -340,7 +340,7 @@
<IsAsync>false</IsAsync>
<IsObsolete>false</IsObsolete>
<IsStatic>true</IsStatic>
<Description>Missing Documentation</Description>
<Description>Returns a vector that is made from the smallest components of two vectors.</Description>
</Methods>
<Methods>
<Name>MoveTowards</Name>
@@ -366,7 +366,7 @@
<IsAsync>false</IsAsync>
<IsObsolete>false</IsObsolete>
<IsStatic>true</IsStatic>
<Description>Missing Documentation</Description>
<Description>Calculate a position between the points specified by current and target, moving no farther than the distance specified by maxDistanceDelta.</Description>
</Methods>
<Methods>
<Name>Normalize</Name>
@@ -380,7 +380,7 @@
<IsAsync>false</IsAsync>
<IsObsolete>false</IsObsolete>
<IsStatic>true</IsStatic>
<Description>Missing Documentation</Description>
<Description>Returns a new Vector3 that is the normalized version of the given vector.</Description>
</Methods>
<Methods>
<Name>Project</Name>
@@ -400,7 +400,7 @@
<IsAsync>false</IsAsync>
<IsObsolete>false</IsObsolete>
<IsStatic>true</IsStatic>
<Description>Missing Documentation</Description>
<Description>Returns the projection of a vector onto another vector.</Description>
</Methods>
<Methods>
<Name>Reflect</Name>
@@ -420,7 +420,7 @@
<IsAsync>false</IsAsync>
<IsObsolete>false</IsObsolete>
<IsStatic>true</IsStatic>
<Description>Missing Documentation</Description>
<Description>Returns the reflection of a vector off the plane defined by a normal.</Description>
</Methods>
<Methods>
<Name>SignedAngle</Name>
@@ -446,7 +446,7 @@
<IsAsync>false</IsAsync>
<IsObsolete>false</IsObsolete>
<IsStatic>true</IsStatic>
<Description>Missing Documentation</Description>
<Description>Returns the signed angle in degrees between from and to.</Description>
</Methods>
<Methods>
<Name>Slerp</Name>
@@ -472,10 +472,10 @@
<IsAsync>false</IsAsync>
<IsObsolete>false</IsObsolete>
<IsStatic>true</IsStatic>
<Description>Missing Documentation</Description>
<Description>Spherically interpolates between two vectors.</Description>
</Methods>
<IsStatic>false</IsStatic>
<IsAbstract>false</IsAbstract>
<IsInstantiatable>false</IsInstantiatable>
<Description>Missing Documentation</Description>
<Description>Vector3 is a 3D vector with an x, y and z component.</Description>
</ClassDef>

View File

@@ -8,10 +8,10 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>The value of this object.</Description>
</Properties>
<IsStatic>false</IsStatic>
<IsAbstract>false</IsAbstract>
<IsInstantiatable>true</IsInstantiatable>
<Description>Missing Documentation</Description>
<Description>Vector3Value is an object that holds a Vector3 value.</Description>
</ClassDef>