I
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>true</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Indicates whether the game window is currently focused.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>IsTouchscreen</Name>
|
||||
@@ -16,7 +16,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>true</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Indicates whether the input device is a touchscreen.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>IsGameFocused</Name>
|
||||
@@ -24,7 +24,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>true</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Indicates whether the game is currently focused.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>IsInputFocused</Name>
|
||||
@@ -32,7 +32,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>true</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Indicates whether an input is currently focused.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>IsGamepadConnected</Name>
|
||||
@@ -40,7 +40,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>true</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Indicates whether a gamepad is currently connected.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>IsMenuOpened</Name>
|
||||
@@ -48,7 +48,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>true</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Indicates whether the game menu is currently opened.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>CursorLocked</Name>
|
||||
@@ -56,7 +56,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Determines whether the cursor is currently locked.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>CursorVisible</Name>
|
||||
@@ -64,7 +64,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Determines whether the cursor is currently visible.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>MousePosition</Name>
|
||||
@@ -72,7 +72,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>true</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Indicates the current position of the mouse cursor.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>ScreenWidth</Name>
|
||||
@@ -80,7 +80,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>true</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Indicates the width of the screen.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>ScreenHeight</Name>
|
||||
@@ -88,7 +88,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>true</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Indicates the height of the screen.</Description>
|
||||
</Properties>
|
||||
<Methods>
|
||||
<Name>GetMouseWorldPosition</Name>
|
||||
@@ -102,7 +102,7 @@
|
||||
<IsAsync>false</IsAsync>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<IsStatic>false</IsStatic>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Returns the 3D world-space position corresponding to the current mouse cursor location.</Description>
|
||||
</Methods>
|
||||
<Methods>
|
||||
<Name>GetVector2</Name>
|
||||
@@ -130,7 +130,7 @@
|
||||
<IsAsync>false</IsAsync>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<IsStatic>false</IsStatic>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Returns true if the specified button is being held down.</Description>
|
||||
</Methods>
|
||||
<Methods>
|
||||
<Name>GetAxis</Name>
|
||||
@@ -144,7 +144,7 @@
|
||||
<IsAsync>false</IsAsync>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<IsStatic>false</IsStatic>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Returns the value of the specified axis.</Description>
|
||||
</Methods>
|
||||
<Methods>
|
||||
<Name>BindButton</Name>
|
||||
@@ -239,5 +239,5 @@
|
||||
<IsStatic>true</IsStatic>
|
||||
<IsAbstract>false</IsAbstract>
|
||||
<IsInstantiatable>false</IsInstantiatable>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>InputService is a class used for retrieving user input data, such as the mouse and keyboard.</Description>
|
||||
</ClassDef>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<IsAsync>true</IsAsync>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<IsStatic>false</IsStatic>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Inserts a model with the specified ID.</Description>
|
||||
</Methods>
|
||||
<Methods>
|
||||
<Name>AccessoryAsync</Name>
|
||||
@@ -28,7 +28,7 @@
|
||||
<IsAsync>true</IsAsync>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<IsStatic>false</IsStatic>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Inserts an accessory with the specified ID.</Description>
|
||||
</Methods>
|
||||
<Methods>
|
||||
<Name>ToolAsync</Name>
|
||||
@@ -47,5 +47,5 @@
|
||||
<IsStatic>true</IsStatic>
|
||||
<IsAbstract>false</IsAbstract>
|
||||
<IsInstantiatable>false</IsInstantiatable>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Insert is a class used for inserting user-generated models into your game via scripts.</Description>
|
||||
</ClassDef>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Defines the parent of this instance in the hierarchy.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>EditableChildren</Name>
|
||||
@@ -24,7 +24,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Tags associated with this instance.</Description>
|
||||
</Properties>
|
||||
<Methods>
|
||||
<Name>GetDescendants</Name>
|
||||
@@ -32,7 +32,7 @@
|
||||
<IsAsync>false</IsAsync>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<IsStatic>false</IsStatic>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Gets all descendants of this instance.</Description>
|
||||
</Methods>
|
||||
<Methods>
|
||||
<Name>FindChild</Name>
|
||||
@@ -46,7 +46,7 @@
|
||||
<IsAsync>false</IsAsync>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<IsStatic>false</IsStatic>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Finds a child of this instance by name.</Description>
|
||||
</Methods>
|
||||
<Methods>
|
||||
<Name>WaitChild</Name>
|
||||
@@ -80,7 +80,7 @@
|
||||
<IsAsync>false</IsAsync>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<IsStatic>false</IsStatic>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Finds a child of this instance by class name.</Description>
|
||||
</Methods>
|
||||
<Methods>
|
||||
<Name>MoveChild</Name>
|
||||
@@ -108,7 +108,7 @@
|
||||
<IsAsync>false</IsAsync>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<IsStatic>false</IsStatic>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Gets all children of this instance.</Description>
|
||||
</Methods>
|
||||
<Methods>
|
||||
<Name>GetChildrenOfClass</Name>
|
||||
@@ -122,7 +122,7 @@
|
||||
<IsAsync>false</IsAsync>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<IsStatic>false</IsStatic>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Gets all children of this instance that are of the specified class.</Description>
|
||||
</Methods>
|
||||
<Methods>
|
||||
<Name>IsAncestorOf</Name>
|
||||
@@ -136,7 +136,7 @@
|
||||
<IsAsync>false</IsAsync>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<IsStatic>false</IsStatic>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Determines if this instance is an ancestor of the given instance.</Description>
|
||||
</Methods>
|
||||
<Methods>
|
||||
<Name>IsDescendantOf</Name>
|
||||
@@ -150,7 +150,7 @@
|
||||
<IsAsync>false</IsAsync>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<IsStatic>false</IsStatic>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Determines if this instance is a descendant of the given instance.</Description>
|
||||
</Methods>
|
||||
<Methods>
|
||||
<Name>IsDescendantOfClass</Name>
|
||||
@@ -164,7 +164,7 @@
|
||||
<IsAsync>false</IsAsync>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<IsStatic>false</IsStatic>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Determines if this instance is a descendant of the given class.</Description>
|
||||
</Methods>
|
||||
<Methods>
|
||||
<Name>New</Name>
|
||||
@@ -184,7 +184,7 @@
|
||||
<IsAsync>false</IsAsync>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<IsStatic>true</IsStatic>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Creates a new instance of the specified class.</Description>
|
||||
</Methods>
|
||||
<Methods>
|
||||
<Name>AddTag</Name>
|
||||
@@ -198,7 +198,7 @@
|
||||
<IsAsync>false</IsAsync>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<IsStatic>false</IsStatic>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Adds a tag to this instance.</Description>
|
||||
</Methods>
|
||||
<Methods>
|
||||
<Name>RemoveTag</Name>
|
||||
@@ -212,7 +212,7 @@
|
||||
<IsAsync>false</IsAsync>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<IsStatic>false</IsStatic>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Removes a tag from this instance.</Description>
|
||||
</Methods>
|
||||
<Methods>
|
||||
<Name>HasTag</Name>
|
||||
@@ -226,7 +226,7 @@
|
||||
<IsAsync>false</IsAsync>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<IsStatic>false</IsStatic>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Checks if this instance has the specified tag.</Description>
|
||||
</Methods>
|
||||
<Methods>
|
||||
<Name>Reparent</Name>
|
||||
@@ -248,7 +248,7 @@
|
||||
<IsAsync>false</IsAsync>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<IsStatic>false</IsStatic>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Gets the parent of this instance.</Description>
|
||||
</Methods>
|
||||
<Methods>
|
||||
<Name>SetParent</Name>
|
||||
@@ -262,7 +262,7 @@
|
||||
<IsAsync>false</IsAsync>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<IsStatic>false</IsStatic>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Sets the parent of this instance.</Description>
|
||||
</Methods>
|
||||
<Events>
|
||||
<Name>ChildAdded</Name>
|
||||
@@ -299,5 +299,5 @@
|
||||
<IsStatic>false</IsStatic>
|
||||
<IsAbstract>true</IsAbstract>
|
||||
<IsInstantiatable>false</IsInstantiatable>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Instance is the base class of all classes. Every class derives from it and has all properties, events and functions Instance has.</Description>
|
||||
</ClassDef>
|
||||
|
||||
@@ -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>InstanceValue is an object that holds an Instance value.</Description>
|
||||
</ClassDef>
|
||||
|
||||
@@ -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>IntValue is an object that holds an integer value.</Description>
|
||||
</ClassDef>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Sets the color of the light.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>Brightness</Name>
|
||||
@@ -16,7 +16,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Sets the brightness of the light.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>Specular</Name>
|
||||
@@ -24,7 +24,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Sets the specular intensity of the light.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>Shadows</Name>
|
||||
@@ -32,10 +32,10 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Enables or disables shadows cast by the light.</Description>
|
||||
</Properties>
|
||||
<IsStatic>false</IsStatic>
|
||||
<IsAbstract>true</IsAbstract>
|
||||
<IsInstantiatable>false</IsInstantiatable>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Light is an abstract base class for all light objects in the world.</Description>
|
||||
</ClassDef>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Sets the skybox to one of the preset skyboxes.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>AmbientSource</Name>
|
||||
@@ -16,7 +16,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Determines the source of ambient lighting in the place.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>AmbientColor</Name>
|
||||
@@ -24,7 +24,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Sets the ambient color of the lighting in the place.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>FogEnabled</Name>
|
||||
@@ -32,7 +32,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Enables or disables fog in the place.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>FogColor</Name>
|
||||
@@ -40,7 +40,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Sets the color of the fog in the place.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>FogStartDistance</Name>
|
||||
@@ -48,7 +48,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Sets the distance from the camera at which fog begins to appear.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>FogEndDistance</Name>
|
||||
@@ -56,10 +56,10 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Sets the distance from the camera at which fog stops appearing.</Description>
|
||||
</Properties>
|
||||
<IsStatic>true</IsStatic>
|
||||
<IsAbstract>false</IsAbstract>
|
||||
<IsInstantiatable>false</IsInstantiatable>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Lighting is responsible for controlling the state of the lighting in the place. It provides many different options for creators to enhance and fine-tune the visuals of their worlds.</Description>
|
||||
</ClassDef>
|
||||
|
||||
Reference in New Issue
Block a user