c
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>true</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Determines the current camera which player is using to view</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>Gravity</Name>
|
||||
@@ -16,7 +16,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>The direction and strength of gravity in the world.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>PartDestroyHeight</Name>
|
||||
@@ -24,7 +24,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>The height at which unanchored parts are destroyed when they fall below it.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>AutoGenerateNavMesh</Name>
|
||||
@@ -32,7 +32,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Determines whether or not to automatically build a navigation mesh for NPC pathfinding. This property is disabled by default so there are no performance issues with larger maps.</Description>
|
||||
</Properties>
|
||||
<Methods>
|
||||
<Name>Raycast</Name>
|
||||
@@ -64,7 +64,7 @@
|
||||
<IsAsync>false</IsAsync>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<IsStatic>false</IsStatic>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Casts a ray from origin with a specified direction and returns a RayResult for the first hit object.</Description>
|
||||
</Methods>
|
||||
<Methods>
|
||||
<Name>RaycastAll</Name>
|
||||
@@ -96,7 +96,7 @@
|
||||
<IsAsync>false</IsAsync>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<IsStatic>false</IsStatic>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Casts a ray from origin with a specified direction and returns a RayResult array for all hit objects.</Description>
|
||||
</Methods>
|
||||
<Methods>
|
||||
<Name>OverlapSphere</Name>
|
||||
@@ -122,7 +122,7 @@
|
||||
<IsAsync>false</IsAsync>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<IsStatic>false</IsStatic>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Returns a list of instances intersecting with the sphere in the given position and radius.</Description>
|
||||
</Methods>
|
||||
<Methods>
|
||||
<Name>OverlapBox</Name>
|
||||
@@ -154,7 +154,7 @@
|
||||
<IsAsync>false</IsAsync>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<IsStatic>false</IsStatic>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Returns a list of instances intersecting with the box in the given position, size and rotation.</Description>
|
||||
</Methods>
|
||||
<Methods>
|
||||
<Name>RebuildNavMesh</Name>
|
||||
@@ -162,7 +162,7 @@
|
||||
<IsAsync>false</IsAsync>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<IsStatic>false</IsStatic>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Rebuilds the navigation mesh which determines the empty space where NPCs can pathfind in.</Description>
|
||||
</Methods>
|
||||
<Methods>
|
||||
<Name>GetPointOnNavMesh</Name>
|
||||
@@ -176,10 +176,10 @@
|
||||
<IsAsync>false</IsAsync>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<IsStatic>false</IsStatic>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Returns a point on the navigation mesh at the given position.</Description>
|
||||
</Methods>
|
||||
<IsStatic>true</IsStatic>
|
||||
<IsAbstract>false</IsAbstract>
|
||||
<IsInstantiatable>false</IsInstantiatable>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Environment is the primary object intended for storing active objects in the place.</Description>
|
||||
</ClassDef>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Determines the radius of this explosion</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>Force</Name>
|
||||
@@ -16,7 +16,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Determines the force of this explosion that will be applied to affected hits</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>AffectAnchored</Name>
|
||||
@@ -24,7 +24,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Determines if this explosion should affect anchored parts or not</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>Damage</Name>
|
||||
@@ -32,7 +32,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Damage that is affected to player</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>AffectPredicate</Name>
|
||||
@@ -40,7 +40,15 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>A predicate function deciding whenever this part should be accepted or not
|
||||
|
||||
Example usage:
|
||||
```lua
|
||||
explosion.AffectPredicate = function(hit)
|
||||
-- always explode
|
||||
return true
|
||||
end
|
||||
```</Description>
|
||||
</Properties>
|
||||
<Events>
|
||||
<Name>Hitted</Name>
|
||||
@@ -53,5 +61,5 @@
|
||||
<IsStatic>false</IsStatic>
|
||||
<IsAbstract>false</IsAbstract>
|
||||
<IsInstantiatable>true</IsInstantiatable>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Explosion is a deadly explosion killing players and applying force to parts at the given position.</Description>
|
||||
</ClassDef>
|
||||
|
||||
@@ -8,10 +8,10 @@
|
||||
<IsAccessibleByScripts>false</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>The ID of the file</Description>
|
||||
</Properties>
|
||||
<IsStatic>false</IsStatic>
|
||||
<IsAbstract>false</IsAbstract>
|
||||
<IsInstantiatable>true</IsInstantiatable>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Represents a link to a file path in the file system</Description>
|
||||
</ClassDef>
|
||||
|
||||
@@ -14,10 +14,10 @@
|
||||
<IsAsync>false</IsAsync>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<IsStatic>true</IsStatic>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Filter a string</Description>
|
||||
</Methods>
|
||||
<IsStatic>true</IsStatic>
|
||||
<IsAbstract>false</IsAbstract>
|
||||
<IsInstantiatable>false</IsInstantiatable>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>FilterService is a service which processes and filter user inputs</Description>
|
||||
</ClassDef>
|
||||
|
||||
@@ -5,5 +5,5 @@
|
||||
<IsStatic>false</IsStatic>
|
||||
<IsAbstract>false</IsAbstract>
|
||||
<IsInstantiatable>true</IsInstantiatable>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Folder is similar to a model, used for storing objects in the place.</Description>
|
||||
</ClassDef>
|
||||
|
||||
@@ -5,5 +5,5 @@
|
||||
<IsStatic>false</IsStatic>
|
||||
<IsAbstract>true</IsAbstract>
|
||||
<IsInstantiatable>false</IsInstantiatable>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Base class for font assets</Description>
|
||||
</ClassDef>
|
||||
|
||||
@@ -5,5 +5,5 @@
|
||||
<IsStatic>false</IsStatic>
|
||||
<IsAbstract>false</IsAbstract>
|
||||
<IsInstantiatable>true</IsInstantiatable>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>GUI is a class that is used to create a GUI.</Description>
|
||||
</ClassDef>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Determines the canvas size for this GUI</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>Shaded</Name>
|
||||
@@ -16,7 +16,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Determines if this GUI3D should be affected by lighting</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>FaceCamera</Name>
|
||||
@@ -24,7 +24,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Determines if this GUI3D always face the camera?</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>Transparent</Name>
|
||||
@@ -32,10 +32,10 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Determines if the background should be transparent. Recommended to be set to false if transparent background is not needed.</Description>
|
||||
</Properties>
|
||||
<IsStatic>false</IsStatic>
|
||||
<IsAbstract>false</IsAbstract>
|
||||
<IsInstantiatable>true</IsInstantiatable>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>GUI3D is a class that allows GUI to be displayed in a 3D space.</Description>
|
||||
</ClassDef>
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>true</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>The ID of the current Polytoria place.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>ServerID</Name>
|
||||
@@ -24,7 +24,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>true</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>The server ID of the current instance.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>UpTime</Name>
|
||||
@@ -32,7 +32,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>true</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>The uptime of this game in seconds.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>InstanceCount</Name>
|
||||
@@ -40,12 +40,12 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>true</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>The total number of instances currently loaded.</Description>
|
||||
</Properties>
|
||||
<Events>
|
||||
<Name>Ready</Name>
|
||||
<Arguments></Arguments>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Fires when the game is ready</Description>
|
||||
</Events>
|
||||
<Events>
|
||||
<Name>Rendered</Name>
|
||||
@@ -53,10 +53,10 @@
|
||||
<Name>delta</Name>
|
||||
<Type>number</Type>
|
||||
</Arguments>
|
||||
<Description>Fires when the game has been rendered</Description>
|
||||
<Description>Fires every frame after the place has been rendered. The `delta` parameter is the time between the last frame and the current.</Description>
|
||||
</Events>
|
||||
<IsStatic>true</IsStatic>
|
||||
<IsAbstract>false</IsAbstract>
|
||||
<IsInstantiatable>false</IsInstantiatable>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Game is the root object in the Polytoria instance tree. It is the object from which everything is descended.</Description>
|
||||
</ClassDef>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Determines the force used to drag this object.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>MaxRange</Name>
|
||||
@@ -16,7 +16,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Determines the max range that this object can be dragged.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>PermissionMode</Name>
|
||||
@@ -24,7 +24,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Determines the permission mode for this grabber</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>Dragger</Name>
|
||||
@@ -32,7 +32,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>true</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Returns the current dragger</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>PermissionPredicate</Name>
|
||||
@@ -40,7 +40,15 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>A predicate function deciding whenever this player can grab this object. `PermissionMode` must be set to `GrabbablePermissionMode.Scripted`
|
||||
|
||||
Example usage:
|
||||
```lua
|
||||
grabbable.PermissionMode = Enums.GrabbablePermissionMode.Scripted
|
||||
grabbable.PermissionPredicate = function(player)
|
||||
return player.Name == "Player1"
|
||||
end
|
||||
```</Description>
|
||||
</Properties>
|
||||
<Events>
|
||||
<Name>Grabbed</Name>
|
||||
@@ -58,5 +66,5 @@
|
||||
<IsStatic>false</IsStatic>
|
||||
<IsAbstract>false</IsAbstract>
|
||||
<IsInstantiatable>true</IsInstantiatable>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Grabbable represents a object that can be dragged by user. It can be parented to Physical to give user ability to drag that object.</Description>
|
||||
</ClassDef>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Determines the color emitting off the sun.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>SunDiscMultiplier</Name>
|
||||
@@ -16,7 +16,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Determines the multiplier of the sun.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>SunDiscExponent</Name>
|
||||
@@ -24,7 +24,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Determines the exponent of the sun.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>SunHaloColor</Name>
|
||||
@@ -32,7 +32,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Determines the color of the sun halo.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>SunHaloExponent</Name>
|
||||
@@ -40,7 +40,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Determines the exponent of the sun halo.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>SunHaloContribution</Name>
|
||||
@@ -48,7 +48,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Determines the contribution of the sun halo.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>HorizonLineColor</Name>
|
||||
@@ -56,7 +56,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Determines the horizon line's color.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>HorizonLineExponent</Name>
|
||||
@@ -64,7 +64,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Determines the horizon line's exponent.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>HorizonLineContribution</Name>
|
||||
@@ -72,7 +72,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Determines how much the horizon line contributes.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>SkyGradientTop</Name>
|
||||
@@ -80,7 +80,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Determines the top color of the gradient.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>SkyGradientBottom</Name>
|
||||
@@ -88,7 +88,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Determines the bottom color of the gradient.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>SkyGradientExponent</Name>
|
||||
@@ -96,10 +96,10 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Determines the gradient's exponent.</Description>
|
||||
</Properties>
|
||||
<IsStatic>false</IsStatic>
|
||||
<IsAbstract>false</IsAbstract>
|
||||
<IsInstantiatable>true</IsInstantiatable>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>GradientSky is a class that is used to set a gradient skybox in the world.</Description>
|
||||
</ClassDef>
|
||||
|
||||
@@ -5,5 +5,5 @@
|
||||
<IsStatic>false</IsStatic>
|
||||
<IsAbstract>false</IsAbstract>
|
||||
<IsInstantiatable>false</IsInstantiatable>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Hidden is a object used for hiding instances.</Description>
|
||||
</ClassDef>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>The target endpoint of the HTTP request.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>Method</Name>
|
||||
@@ -16,7 +16,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>The HTTP method used for the request.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>Body</Name>
|
||||
@@ -24,7 +24,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>The payload sent with the request.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>Headers</Name>
|
||||
@@ -32,7 +32,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>A table of HTTP headers to include with the request, represented as key-value pairs.</Description>
|
||||
</Properties>
|
||||
<Methods>
|
||||
<Name>New</Name>
|
||||
@@ -40,10 +40,10 @@
|
||||
<IsAsync>false</IsAsync>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<IsStatic>true</IsStatic>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Creates and returns a new instance of `HttpRequestData`</Description>
|
||||
</Methods>
|
||||
<IsStatic>false</IsStatic>
|
||||
<IsAbstract>false</IsAbstract>
|
||||
<IsInstantiatable>false</IsInstantiatable>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>HttpRequestData represents the data required to construct an HTTP request</Description>
|
||||
</ClassDef>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>true</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Indicates whether the HTTP request completed successfully.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>StatusCode</Name>
|
||||
@@ -16,7 +16,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>true</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>The HTTP status code returned by the server.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>Headers</Name>
|
||||
@@ -24,7 +24,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>true</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>A table containing the HTTP response headers returned by the server, represented as key-value pairs.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>Body</Name>
|
||||
@@ -32,10 +32,10 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>true</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>The response payload returned by the server as a string buffer.</Description>
|
||||
</Properties>
|
||||
<IsStatic>false</IsStatic>
|
||||
<IsAbstract>false</IsAbstract>
|
||||
<IsInstantiatable>false</IsInstantiatable>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>HttpResponseData represents the result of an HTTP request.</Description>
|
||||
</ClassDef>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<IsAsync>true</IsAsync>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<IsStatic>false</IsStatic>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Send a request using the `HttpRequestData`</Description>
|
||||
</Methods>
|
||||
<Methods>
|
||||
<Name>GetAsync</Name>
|
||||
@@ -34,7 +34,7 @@
|
||||
<IsAsync>true</IsAsync>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<IsStatic>false</IsStatic>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Sends a GET request to the specified URL.</Description>
|
||||
</Methods>
|
||||
<Methods>
|
||||
<Name>PostAsync</Name>
|
||||
@@ -60,7 +60,7 @@
|
||||
<IsAsync>true</IsAsync>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<IsStatic>false</IsStatic>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Sends a POST request to the specified URL.</Description>
|
||||
</Methods>
|
||||
<Methods>
|
||||
<Name>PutAsync</Name>
|
||||
@@ -86,7 +86,7 @@
|
||||
<IsAsync>true</IsAsync>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<IsStatic>false</IsStatic>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Sends a PUT request to the specified URL.</Description>
|
||||
</Methods>
|
||||
<Methods>
|
||||
<Name>DeleteAsync</Name>
|
||||
@@ -112,7 +112,7 @@
|
||||
<IsAsync>true</IsAsync>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<IsStatic>false</IsStatic>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Sends a DELETE request to the specified url.</Description>
|
||||
</Methods>
|
||||
<Methods>
|
||||
<Name>PatchAsync</Name>
|
||||
@@ -138,10 +138,10 @@
|
||||
<IsAsync>true</IsAsync>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<IsStatic>false</IsStatic>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Sends a PATCH request to the specified url.</Description>
|
||||
</Methods>
|
||||
<IsStatic>true</IsStatic>
|
||||
<IsAbstract>false</IsAbstract>
|
||||
<IsInstantiatable>false</IsInstantiatable>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Http is a service used for HTTP communications and requests.</Description>
|
||||
</ClassDef>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Specifies the image of the decal.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>TextureScale</Name>
|
||||
@@ -16,7 +16,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>The scale of the texture on the decal.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>TextureOffset</Name>
|
||||
@@ -24,7 +24,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>The offset of the texture on the decal.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>Color</Name>
|
||||
@@ -32,7 +32,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Determines the color of the decal.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>CastShadows</Name>
|
||||
@@ -40,7 +40,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Determines whether or not the decal should cast shadows.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>Shaded</Name>
|
||||
@@ -48,7 +48,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Determines whether or not the decal should be affected by lighting.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>FaceCamera</Name>
|
||||
@@ -56,10 +56,10 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Determines whether or not the decal should always face the camera.</Description>
|
||||
</Properties>
|
||||
<IsStatic>false</IsStatic>
|
||||
<IsAbstract>false</IsAbstract>
|
||||
<IsInstantiatable>true</IsInstantiatable>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Decals are objects that can have an image texture and are placed in the world.</Description>
|
||||
</ClassDef>
|
||||
|
||||
@@ -5,5 +5,5 @@
|
||||
<IsStatic>false</IsStatic>
|
||||
<IsAbstract>true</IsAbstract>
|
||||
<IsInstantiatable>false</IsInstantiatable>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Base class for image assets</Description>
|
||||
</ClassDef>
|
||||
|
||||
@@ -5,5 +5,5 @@
|
||||
<IsStatic>false</IsStatic>
|
||||
<IsAbstract>false</IsAbstract>
|
||||
<IsInstantiatable>false</IsInstantiatable>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Base class for input action</Description>
|
||||
</ClassDef>
|
||||
|
||||
@@ -29,5 +29,5 @@
|
||||
<IsStatic>false</IsStatic>
|
||||
<IsAbstract>false</IsAbstract>
|
||||
<IsInstantiatable>false</IsInstantiatable>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description></Description>
|
||||
</ClassDef>
|
||||
|
||||
Reference in New Issue
Block a user