a
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
<IsAsync>false</IsAsync>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<IsStatic>false</IsStatic>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Create new asset with the class name</Description>
|
||||
</Methods>
|
||||
<Methods>
|
||||
<Name>NewPTImage</Name>
|
||||
@@ -28,7 +28,7 @@
|
||||
<IsAsync>false</IsAsync>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<IsStatic>false</IsStatic>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Create new image from Polytoria with the target ID</Description>
|
||||
</Methods>
|
||||
<Methods>
|
||||
<Name>NewPTAudio</Name>
|
||||
@@ -42,7 +42,7 @@
|
||||
<IsAsync>false</IsAsync>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<IsStatic>false</IsStatic>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Create new audio from Polytoria with the target ID</Description>
|
||||
</Methods>
|
||||
<Methods>
|
||||
<Name>NewPTMesh</Name>
|
||||
@@ -56,10 +56,10 @@
|
||||
<IsAsync>false</IsAsync>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<IsStatic>false</IsStatic>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Create new mesh from Polytoria with the target ID</Description>
|
||||
</Methods>
|
||||
<IsStatic>true</IsStatic>
|
||||
<IsAbstract>false</IsAbstract>
|
||||
<IsInstantiatable>false</IsInstantiatable>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Service for managing assets</Description>
|
||||
</ClassDef>
|
||||
|
||||
@@ -5,5 +5,5 @@
|
||||
<IsStatic>false</IsStatic>
|
||||
<IsAbstract>true</IsAbstract>
|
||||
<IsInstantiatable>false</IsInstantiatable>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Abstract class for audio</Description>
|
||||
</ClassDef>
|
||||
|
||||
@@ -5,5 +5,5 @@
|
||||
<IsStatic>false</IsStatic>
|
||||
<IsAbstract>true</IsAbstract>
|
||||
<IsInstantiatable>false</IsInstantiatable>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Base class for all assets</Description>
|
||||
</ClassDef>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<IsAsync>false</IsAsync>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<IsStatic>false</IsStatic>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Invoke this event with parameters</Description>
|
||||
</Methods>
|
||||
<Events>
|
||||
<Name>Invoked</Name>
|
||||
@@ -22,10 +22,10 @@
|
||||
<Name>...</Name>
|
||||
<Type>any</Type>
|
||||
</Arguments>
|
||||
<Description>Fires when this bindable has been invoked</Description>
|
||||
<Description>Fires when this event has been invoked</Description>
|
||||
</Events>
|
||||
<IsStatic>false</IsStatic>
|
||||
<IsAbstract>false</IsAbstract>
|
||||
<IsInstantiatable>true</IsInstantiatable>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>BindableEvent are events that can be called to communicate between scripts in the same boundary.</Description>
|
||||
</ClassDef>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Determines the target position that the body applies forces to get to.</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 how much force the body applies.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>AcceptanceDistance</Name>
|
||||
@@ -24,10 +24,10 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Determines how close the body has to be to the target position to stop applying forces to it.</Description>
|
||||
</Properties>
|
||||
<IsStatic>false</IsStatic>
|
||||
<IsAbstract>false</IsAbstract>
|
||||
<IsInstantiatable>true</IsInstantiatable>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>BodyPosition are objects that apply a force to their parent until it moves toward the target position.</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>BoolValue is a ValueBase that stores a boolean.</Description>
|
||||
</ClassDef>
|
||||
|
||||
@@ -8,10 +8,10 @@
|
||||
<IsAccessibleByScripts>false</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>The target audio to use</Description>
|
||||
</Properties>
|
||||
<IsStatic>false</IsStatic>
|
||||
<IsAbstract>false</IsAbstract>
|
||||
<IsInstantiatable>true</IsInstantiatable>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Audio asset that's built-in with the client</Description>
|
||||
</ClassDef>
|
||||
|
||||
@@ -8,10 +8,10 @@
|
||||
<IsAccessibleByScripts>false</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Target font to use</Description>
|
||||
</Properties>
|
||||
<IsStatic>false</IsStatic>
|
||||
<IsAbstract>false</IsAbstract>
|
||||
<IsInstantiatable>true</IsInstantiatable>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Font asset that's built-in with the client</Description>
|
||||
</ClassDef>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Determines or returns the camera's current mode.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>FOV</Name>
|
||||
@@ -16,7 +16,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Determines or returns the camera's field of view.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>ClipThroughWalls</Name>
|
||||
@@ -24,7 +24,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Determines whether or not the camera should clip through walls.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>MinDistance</Name>
|
||||
@@ -32,7 +32,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>The camera's minimum distance from the player in Follow mode.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>MaxDistance</Name>
|
||||
@@ -40,7 +40,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Determines camera's maximum distance from the player in Follow mode.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>Distance</Name>
|
||||
@@ -48,7 +48,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Determines the distance between the camera and the player when the camera is in Follow mode.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>ScrollSensitivity</Name>
|
||||
@@ -56,7 +56,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Determines the scroll move speed of the camera.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>Orthographic</Name>
|
||||
@@ -64,7 +64,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Determines whether or not the camera should render in orthographic (2D) mode or not (3D).</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>FollowLerp</Name>
|
||||
@@ -72,7 +72,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Determines whether or not to use lerping in Follow mode.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>LerpSpeed</Name>
|
||||
@@ -80,7 +80,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Determines the lerp speed of the camera when lerping is enabled.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>OrthographicSize</Name>
|
||||
@@ -88,7 +88,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Determines the half-size of the camera when in orthographic mode.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>PositionOffset</Name>
|
||||
@@ -96,7 +96,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Determines the camera's offset from its position.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>RotationOffset</Name>
|
||||
@@ -104,7 +104,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Determines the camera's offset from its rotation.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>IsFirstPerson</Name>
|
||||
@@ -112,7 +112,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>true</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Returns whether or not the camera is in first person.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>CanLock</Name>
|
||||
@@ -120,7 +120,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Determine if camera can be ctrl locked.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>SensitivityMultiplier</Name>
|
||||
@@ -128,7 +128,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Multipler for camera sensitivity</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>Sensitivity</Name>
|
||||
@@ -136,7 +136,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>true</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Current sensitivity of the camera</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>HorizontalSpeed</Name>
|
||||
@@ -144,7 +144,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Determines the horizontal movement speed of the camera in Follow mode.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>VerticalSpeed</Name>
|
||||
@@ -152,7 +152,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Determines the vertical move speed of the camera.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>ScrollLerpSpeed</Name>
|
||||
@@ -160,7 +160,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Determines the lerp amount when scrolling</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>CtrlLocked</Name>
|
||||
@@ -168,7 +168,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Determine if camera is in Ctrl lock mode</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>AlwaysLocked</Name>
|
||||
@@ -176,7 +176,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Determine if camera should always be in locked mode</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>Target</Name>
|
||||
@@ -184,7 +184,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>The target of Follow mode</Description>
|
||||
</Properties>
|
||||
<Methods>
|
||||
<Name>ViewportPointToRay</Name>
|
||||
@@ -210,7 +210,7 @@
|
||||
<IsAsync>false</IsAsync>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<IsStatic>false</IsStatic>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Cast a ray from the camera at the specified ViewportPoint (Vector3 with components with values in range of 0 - 1 describing how far a point is to to right and to the top of the screen) into the game world</Description>
|
||||
</Methods>
|
||||
<Methods>
|
||||
<Name>ScreenPointToRay</Name>
|
||||
@@ -236,7 +236,7 @@
|
||||
<IsAsync>false</IsAsync>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<IsStatic>false</IsStatic>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Cast a ray from the camera at screen point into the game world</Description>
|
||||
</Methods>
|
||||
<Methods>
|
||||
<Name>ViewportToScreenPoint</Name>
|
||||
@@ -250,7 +250,7 @@
|
||||
<IsAsync>false</IsAsync>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<IsStatic>false</IsStatic>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Transforms `pos` from viewport space into screen space.</Description>
|
||||
</Methods>
|
||||
<Methods>
|
||||
<Name>ViewportToWorldPoint</Name>
|
||||
@@ -264,7 +264,7 @@
|
||||
<IsAsync>false</IsAsync>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<IsStatic>false</IsStatic>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Transforms `pos` from viewport space into world space.</Description>
|
||||
</Methods>
|
||||
<Methods>
|
||||
<Name>WorldToViewportPoint</Name>
|
||||
@@ -278,7 +278,7 @@
|
||||
<IsAsync>false</IsAsync>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<IsStatic>false</IsStatic>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Transforms `pos` from world space into viewport space.</Description>
|
||||
</Methods>
|
||||
<Methods>
|
||||
<Name>WorldToScreenPoint</Name>
|
||||
@@ -292,7 +292,7 @@
|
||||
<IsAsync>false</IsAsync>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<IsStatic>false</IsStatic>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Transforms `pos` from world space into screen space.</Description>
|
||||
</Methods>
|
||||
<Methods>
|
||||
<Name>ScreenToViewportPoint</Name>
|
||||
@@ -306,7 +306,7 @@
|
||||
<IsAsync>false</IsAsync>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<IsStatic>false</IsStatic>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Transforms `pos` from screen space into viewport space.</Description>
|
||||
</Methods>
|
||||
<Methods>
|
||||
<Name>ScreenToWorldPoint</Name>
|
||||
@@ -320,7 +320,7 @@
|
||||
<IsAsync>false</IsAsync>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<IsStatic>false</IsStatic>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Transforms `pos` from screen space into world space.</Description>
|
||||
</Methods>
|
||||
<Events>
|
||||
<Name>FirstPersonEntered</Name>
|
||||
@@ -335,5 +335,5 @@
|
||||
<IsStatic>false</IsStatic>
|
||||
<IsAbstract>false</IsAbstract>
|
||||
<IsInstantiatable>true</IsInstantiatable>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Camera is a class that represents the local player's camera.</Description>
|
||||
</ClassDef>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>true</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Returns whenever the capture is on cooldown.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>CanCapture</Name>
|
||||
@@ -16,7 +16,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Determines if user/scripts can take a picture.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>DefaultCaptureOverlay</Name>
|
||||
@@ -24,7 +24,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Default capture overlay for all captures</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>SpectatorAttach</Name>
|
||||
@@ -32,7 +32,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Attaches a spectator camera at dynamic for use with spectator mode.</Description>
|
||||
</Properties>
|
||||
<Methods>
|
||||
<Name>TakePhotoAtDynamic</Name>
|
||||
@@ -58,7 +58,7 @@
|
||||
<IsAsync>true</IsAsync>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<IsStatic>false</IsStatic>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Take a photo at dynamic</Description>
|
||||
</Methods>
|
||||
<Methods>
|
||||
<Name>TakePhotoAt</Name>
|
||||
@@ -90,10 +90,10 @@
|
||||
<IsAsync>true</IsAsync>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<IsStatic>false</IsStatic>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Take photo at `pos` for position and `rot` for rotation, optional `photoSize` defines the size, and optional UI `overlay` can be passed to include it in the result photo.</Description>
|
||||
</Methods>
|
||||
<IsStatic>true</IsStatic>
|
||||
<IsAbstract>false</IsAbstract>
|
||||
<IsInstantiatable>false</IsInstantiatable>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Service for capturing photos</Description>
|
||||
</ClassDef>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>The animator for this character</Description>
|
||||
</Properties>
|
||||
<Methods>
|
||||
<Name>GetAttachment</Name>
|
||||
@@ -22,10 +22,10 @@
|
||||
<IsAsync>false</IsAsync>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<IsStatic>false</IsStatic>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Get attachment dynamic from this character</Description>
|
||||
</Methods>
|
||||
<IsStatic>false</IsStatic>
|
||||
<IsAbstract>false</IsAbstract>
|
||||
<IsInstantiatable>true</IsInstantiatable>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Base class for Character Models</Description>
|
||||
</ClassDef>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<IsAsync>false</IsAsync>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<IsStatic>false</IsStatic>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Sends a chat message to all players.</Description>
|
||||
</Methods>
|
||||
<Methods>
|
||||
<Name>UnicastMessage</Name>
|
||||
@@ -34,7 +34,7 @@
|
||||
<IsAsync>false</IsAsync>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<IsStatic>false</IsStatic>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Sends a chat message to a specific player.</Description>
|
||||
</Methods>
|
||||
<Events>
|
||||
<Name>NewChatMessage</Name>
|
||||
@@ -59,5 +59,5 @@
|
||||
<IsStatic>true</IsStatic>
|
||||
<IsAbstract>false</IsAbstract>
|
||||
<IsInstantiatable>false</IsInstantiatable>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Chat is a static class used for various actions regarding the chat.</Description>
|
||||
</ClassDef>
|
||||
|
||||
@@ -5,5 +5,5 @@
|
||||
<IsStatic>false</IsStatic>
|
||||
<IsAbstract>false</IsAbstract>
|
||||
<IsInstantiatable>true</IsInstantiatable>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>ClientScript is a script that runs locally for each player. It can only see what the player can see.</Description>
|
||||
</ClassDef>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Red color component</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>G</Name>
|
||||
@@ -16,7 +16,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Green color component</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>B</Name>
|
||||
@@ -24,7 +24,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Blue color component</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>A</Name>
|
||||
@@ -32,7 +32,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Alpha (opacity) color component</Description>
|
||||
</Properties>
|
||||
<Methods>
|
||||
<Name>New</Name>
|
||||
@@ -40,7 +40,7 @@
|
||||
<IsAsync>false</IsAsync>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<IsStatic>true</IsStatic>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Creates a new black color.</Description>
|
||||
</Methods>
|
||||
<Methods>
|
||||
<Name>New</Name>
|
||||
@@ -54,7 +54,7 @@
|
||||
<IsAsync>false</IsAsync>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<IsStatic>true</IsStatic>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Creates a new Color with an R, G and B value of `d`</Description>
|
||||
</Methods>
|
||||
<Methods>
|
||||
<Name>New</Name>
|
||||
@@ -80,7 +80,7 @@
|
||||
<IsAsync>false</IsAsync>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<IsStatic>true</IsStatic>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Creates a new Color with the set R, G and B values and an alpha value of 1</Description>
|
||||
</Methods>
|
||||
<Methods>
|
||||
<Name>New</Name>
|
||||
@@ -112,7 +112,7 @@
|
||||
<IsAsync>false</IsAsync>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<IsStatic>true</IsStatic>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Creates a new Color with the set R, G, B and A values</Description>
|
||||
</Methods>
|
||||
<Methods>
|
||||
<Name>Random</Name>
|
||||
@@ -120,7 +120,7 @@
|
||||
<IsAsync>false</IsAsync>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<IsStatic>true</IsStatic>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Returns a random color with an alpha value of 1.</Description>
|
||||
</Methods>
|
||||
<Methods>
|
||||
<Name>FromHex</Name>
|
||||
@@ -134,7 +134,7 @@
|
||||
<IsAsync>false</IsAsync>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<IsStatic>true</IsStatic>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Creates a new Color from the specified hex value.</Description>
|
||||
</Methods>
|
||||
<Methods>
|
||||
<Name>Lerp</Name>
|
||||
@@ -160,10 +160,12 @@
|
||||
<IsAsync>false</IsAsync>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<IsStatic>true</IsStatic>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Linearly interpolates colors a and b by t.</Description>
|
||||
</Methods>
|
||||
<IsStatic>false</IsStatic>
|
||||
<IsAbstract>false</IsAbstract>
|
||||
<IsInstantiatable>false</IsInstantiatable>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Color is a data type that represents a color.
|
||||
|
||||
The alpha property is between 0 and 1. 0 is fully transparent and 1 is fully visible.</Description>
|
||||
</ClassDef>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Determine the brightness adjustment</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>Contrast</Name>
|
||||
@@ -16,7 +16,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Determine the contrast adjustment</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>Saturation</Name>
|
||||
@@ -24,7 +24,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Determine the saturation adjustment</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>TintColor</Name>
|
||||
@@ -32,10 +32,10 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Determine the tint color</Description>
|
||||
</Properties>
|
||||
<IsStatic>false</IsStatic>
|
||||
<IsAbstract>false</IsAbstract>
|
||||
<IsInstantiatable>true</IsInstantiatable>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>ColorAdjustModifier is a LightingModifier that allows the adjustment of lighting</Description>
|
||||
</ClassDef>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>true</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Returns the point count of this color series</Description>
|
||||
</Properties>
|
||||
<Methods>
|
||||
<Name>New</Name>
|
||||
@@ -16,7 +16,7 @@
|
||||
<IsAsync>false</IsAsync>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<IsStatic>true</IsStatic>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Create new color range with 2 default points</Description>
|
||||
</Methods>
|
||||
<Methods>
|
||||
<Name>New</Name>
|
||||
@@ -36,10 +36,10 @@
|
||||
<IsAsync>false</IsAsync>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<IsStatic>true</IsStatic>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Create color series by this color range</Description>
|
||||
</Methods>
|
||||
<IsStatic>false</IsStatic>
|
||||
<IsAbstract>false</IsAbstract>
|
||||
<IsInstantiatable>false</IsInstantiatable>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Color series is a data type that represents a collection of color and points, also known as gradient.</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>ColorValue is a ValueBase that stores a color.</Description>
|
||||
</ClassDef>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Determines whether or not the user card (in the upper right hand corner above the leaderboard) is visible.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>UseChat</Name>
|
||||
@@ -16,7 +16,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Determines whether or not the chat box is visible.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>UseHealthBar</Name>
|
||||
@@ -24,7 +24,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Determines whether or not the player's health bar is visible.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>UseLeaderboard</Name>
|
||||
@@ -32,7 +32,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Determines whether or not the player list/leaderboard is visible.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>UseHotbar</Name>
|
||||
@@ -40,7 +40,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Determines whether or not the hot bar is visible.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>UseMenuButton</Name>
|
||||
@@ -48,7 +48,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Determines whether or not the menu button is visible.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>UseEmoteWheel</Name>
|
||||
@@ -56,7 +56,7 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Determines whether or not the emote wheel is visible.</Description>
|
||||
</Properties>
|
||||
<Properties>
|
||||
<Name>CanRespawn</Name>
|
||||
@@ -64,10 +64,10 @@
|
||||
<IsAccessibleByScripts>true</IsAccessibleByScripts>
|
||||
<IsReadOnly>false</IsReadOnly>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Determines whether or not the player can respawn.</Description>
|
||||
</Properties>
|
||||
<IsStatic>true</IsStatic>
|
||||
<IsAbstract>false</IsAbstract>
|
||||
<IsInstantiatable>false</IsInstantiatable>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>CoreUI is a static class that allows for the toggling of certain core GUI.</Description>
|
||||
</ClassDef>
|
||||
|
||||
@@ -5,5 +5,5 @@
|
||||
<IsStatic>true</IsStatic>
|
||||
<IsAbstract>false</IsAbstract>
|
||||
<IsInstantiatable>false</IsInstantiatable>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>CreatorContextService is a service that manage per game specific tools, such as Selections and History. This class is only available in the creator.</Description>
|
||||
</ClassDef>
|
||||
|
||||
@@ -5,5 +5,5 @@
|
||||
<IsStatic>false</IsStatic>
|
||||
<IsAbstract>false</IsAbstract>
|
||||
<IsInstantiatable>false</IsInstantiatable>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>CreatorGUI is an object that allows GUI to overlay on top of the viewport in the creator. This class is only available in the creator.</Description>
|
||||
</ClassDef>
|
||||
|
||||
@@ -55,5 +55,5 @@
|
||||
<IsStatic>false</IsStatic>
|
||||
<IsAbstract>false</IsAbstract>
|
||||
<IsInstantiatable>false</IsInstantiatable>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>CreatorHistory is a class that manages history (undo-redo) of this game instance. This class is only available in the creator.</Description>
|
||||
</ClassDef>
|
||||
|
||||
@@ -77,5 +77,5 @@
|
||||
<IsStatic>false</IsStatic>
|
||||
<IsAbstract>false</IsAbstract>
|
||||
<IsInstantiatable>false</IsInstantiatable>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>CreatorInterface represent the user interface of the creator. This class is only available in the creator.</Description>
|
||||
</ClassDef>
|
||||
|
||||
@@ -183,5 +183,5 @@
|
||||
<IsStatic>false</IsStatic>
|
||||
<IsAbstract>false</IsAbstract>
|
||||
<IsInstantiatable>false</IsInstantiatable>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>CreatorSelections is an object that manages selections in the game instance. This class is only available in the creator.</Description>
|
||||
</ClassDef>
|
||||
|
||||
@@ -47,5 +47,5 @@
|
||||
<IsStatic>true</IsStatic>
|
||||
<IsAbstract>false</IsAbstract>
|
||||
<IsInstantiatable>false</IsInstantiatable>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>CreatorService is the class that manages the creator. This class is only available in the creator.</Description>
|
||||
</ClassDef>
|
||||
|
||||
@@ -66,5 +66,5 @@
|
||||
<IsStatic>false</IsStatic>
|
||||
<IsAbstract>false</IsAbstract>
|
||||
<IsInstantiatable>false</IsInstantiatable>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Datastore is an object that represent datastore connection.</Description>
|
||||
</ClassDef>
|
||||
|
||||
@@ -19,5 +19,5 @@
|
||||
<IsStatic>true</IsStatic>
|
||||
<IsAbstract>false</IsAbstract>
|
||||
<IsInstantiatable>false</IsInstantiatable>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Datastore (not to be confused with the Datastore data type) is a service used for storing data between place sessions.</Description>
|
||||
</ClassDef>
|
||||
|
||||
@@ -29,5 +29,5 @@
|
||||
<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 wrapped around other objects.</Description>
|
||||
</ClassDef>
|
||||
|
||||
@@ -292,7 +292,7 @@
|
||||
</Methods>
|
||||
<Methods>
|
||||
<Name>GetBounds</Name>
|
||||
<ReturnType>Aabb</ReturnType>
|
||||
<ReturnType>Bounds</ReturnType>
|
||||
<IsAsync>false</IsAsync>
|
||||
<IsObsolete>false</IsObsolete>
|
||||
<IsStatic>false</IsStatic>
|
||||
@@ -301,5 +301,5 @@
|
||||
<IsStatic>false</IsStatic>
|
||||
<IsAbstract>false</IsAbstract>
|
||||
<IsInstantiatable>true</IsInstantiatable>
|
||||
<Description>Missing Documentation</Description>
|
||||
<Description>Dynamic is the base class where all objects with a position, rotation and scale derive from.</Description>
|
||||
</ClassDef>
|
||||
|
||||
Reference in New Issue
Block a user