@rbxts/types 1.0.906 → 1.0.908
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -148,6 +148,7 @@ interface Services {
|
|
|
148
148
|
PlaceStatsService: PlaceStatsService;
|
|
149
149
|
PlatformCloudStorageService: PlatformCloudStorageService;
|
|
150
150
|
PlatformFriendsService: PlatformFriendsService;
|
|
151
|
+
PlatformLibraries: PlatformLibraries;
|
|
151
152
|
PlayerDataService: PlayerDataService;
|
|
152
153
|
PlayerHydrationService: PlayerHydrationService;
|
|
153
154
|
Players: Players;
|
|
@@ -724,6 +725,7 @@ interface Instances extends Services, CreatableInstances {
|
|
|
724
725
|
QWidgetPluginGui: QWidgetPluginGui;
|
|
725
726
|
RecommendationPages: RecommendationPages;
|
|
726
727
|
RobloxSerializableInstance: RobloxSerializableInstance;
|
|
728
|
+
RolloutValidation: RolloutValidation;
|
|
727
729
|
RootImportData: RootImportData;
|
|
728
730
|
RunningAverageItemDouble: RunningAverageItemDouble;
|
|
729
731
|
RunningAverageItemInt: RunningAverageItemInt;
|
|
@@ -10435,6 +10437,21 @@ interface PlatformFriendsService extends Instance {
|
|
|
10435
10437
|
*/
|
|
10436
10438
|
readonly _nominal_PlatformFriendsService: unique symbol;
|
|
10437
10439
|
}
|
|
10440
|
+
/**
|
|
10441
|
+
* - **Tags**: NotCreatable, Service
|
|
10442
|
+
*
|
|
10443
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/PlatformLibraries)
|
|
10444
|
+
*/
|
|
10445
|
+
interface PlatformLibraries extends Instance {
|
|
10446
|
+
/**
|
|
10447
|
+
* **DO NOT USE!**
|
|
10448
|
+
*
|
|
10449
|
+
* This field exists to force TypeScript to recognize this as a nominal type
|
|
10450
|
+
* @hidden
|
|
10451
|
+
* @deprecated
|
|
10452
|
+
*/
|
|
10453
|
+
readonly _nominal_PlatformLibraries: unique symbol;
|
|
10454
|
+
}
|
|
10438
10455
|
/**
|
|
10439
10456
|
* An object that represents a presently connected client to the experience.
|
|
10440
10457
|
*
|
|
@@ -11782,6 +11799,21 @@ interface RobloxServerStorage extends Instance {
|
|
|
11782
11799
|
*/
|
|
11783
11800
|
readonly _nominal_RobloxServerStorage: unique symbol;
|
|
11784
11801
|
}
|
|
11802
|
+
/**
|
|
11803
|
+
* - **Tags**: NotCreatable
|
|
11804
|
+
*
|
|
11805
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/RolloutValidation)
|
|
11806
|
+
*/
|
|
11807
|
+
interface RolloutValidation extends Instance {
|
|
11808
|
+
/**
|
|
11809
|
+
* **DO NOT USE!**
|
|
11810
|
+
*
|
|
11811
|
+
* This field exists to force TypeScript to recognize this as a nominal type
|
|
11812
|
+
* @hidden
|
|
11813
|
+
* @deprecated
|
|
11814
|
+
*/
|
|
11815
|
+
readonly _nominal_RolloutValidation: unique symbol;
|
|
11816
|
+
}
|
|
11785
11817
|
/**
|
|
11786
11818
|
* - **Tags**: NotCreatable, Service
|
|
11787
11819
|
*
|
|
@@ -13890,10 +13922,6 @@ interface StudioService extends Instance {
|
|
|
13890
13922
|
* - **ThreadSafety**: Unsafe
|
|
13891
13923
|
*
|
|
13892
13924
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/StudioService#GizmoRaycast)
|
|
13893
|
-
* @param this Provides access to configuration of Roblox Studio and allows importing files from the user's file system.
|
|
13894
|
-
* @param origin
|
|
13895
|
-
* @param direction
|
|
13896
|
-
* @param raycastParams
|
|
13897
13925
|
*/
|
|
13898
13926
|
GizmoRaycast(this: StudioService, origin: Vector3, direction: Vector3, raycastParams?: RaycastParams): RaycastResult | undefined;
|
|
13899
13927
|
/**
|
|
@@ -14394,7 +14422,7 @@ interface TeleportOptions extends Instance {
|
|
|
14394
14422
|
readonly _nominal_TeleportOptions: unique symbol;
|
|
14395
14423
|
}
|
|
14396
14424
|
/**
|
|
14397
|
-
* Enables transporting
|
|
14425
|
+
* Enables transporting <code>Players</code> between places and servers. <pre><code>For more information on how to teleport players between servers, see </code></pre> <a href="../../../projects/teleport.md">Teleport between places</a>.
|
|
14398
14426
|
*
|
|
14399
14427
|
* - **Tags**: NotCreatable, Service
|
|
14400
14428
|
*
|
|
@@ -16209,7 +16237,7 @@ interface TerrainWriteOperation extends RBXObject {
|
|
|
16209
16237
|
/**
|
|
16210
16238
|
* An object for sampling frames from video content.
|
|
16211
16239
|
*
|
|
16212
|
-
* - **Tags**: NotCreatable
|
|
16240
|
+
* - **Tags**: NotCreatable, NotReplicated
|
|
16213
16241
|
*
|
|
16214
16242
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/VideoSampler)
|
|
16215
16243
|
*/
|
|
@@ -1066,7 +1066,7 @@ declare namespace Enum {
|
|
|
1066
1066
|
*/
|
|
1067
1067
|
export namespace AlphaMode {
|
|
1068
1068
|
/**
|
|
1069
|
-
* Overlays the `ColorMap` on top of the underlying part color based on the map's alpha channel.
|
|
1069
|
+
* Overlays the `ColorMap` on top of the underlying part color based on the map's alpha channel.
|
|
1070
1070
|
*
|
|
1071
1071
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AlphaMode#Overlay)
|
|
1072
1072
|
*/
|
|
@@ -1077,7 +1077,7 @@ declare namespace Enum {
|
|
|
1077
1077
|
}
|
|
1078
1078
|
export const Overlay: Overlay;
|
|
1079
1079
|
/**
|
|
1080
|
-
* Uses the `ColorMap` alpha channel to control the transparency of the surface.
|
|
1080
|
+
* Uses the `ColorMap` alpha channel to control the transparency of the surface.
|
|
1081
1081
|
*
|
|
1082
1082
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AlphaMode#Transparency)
|
|
1083
1083
|
*/
|
|
@@ -1099,6 +1099,8 @@ declare namespace Enum {
|
|
|
1099
1099
|
}
|
|
1100
1100
|
export const TintMask: TintMask;
|
|
1101
1101
|
/**
|
|
1102
|
+
* Ignores the `ColorMap` alpha channel and assumes an opacity value of 1 everywhere.
|
|
1103
|
+
*
|
|
1102
1104
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AlphaMode#Opaque)
|
|
1103
1105
|
*/
|
|
1104
1106
|
export interface Opaque extends globalThis.EnumItem {
|
|
@@ -6108,6 +6110,33 @@ declare namespace Enum {
|
|
|
6108
6110
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.CameraMode | undefined;
|
|
6109
6111
|
}
|
|
6110
6112
|
export type CameraMode = CameraMode.Classic | CameraMode.LockFirstPerson;
|
|
6113
|
+
/**
|
|
6114
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/CameraNavigationModel)
|
|
6115
|
+
*/
|
|
6116
|
+
export namespace CameraNavigationModel {
|
|
6117
|
+
/**
|
|
6118
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/CameraNavigationModel#Roblox)
|
|
6119
|
+
*/
|
|
6120
|
+
export interface Roblox extends globalThis.EnumItem {
|
|
6121
|
+
Name: "Roblox";
|
|
6122
|
+
Value: 0;
|
|
6123
|
+
EnumType: typeof globalThis.Enum.CameraNavigationModel;
|
|
6124
|
+
}
|
|
6125
|
+
export const Roblox: Roblox;
|
|
6126
|
+
/**
|
|
6127
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/CameraNavigationModel#IndustryCompatible)
|
|
6128
|
+
*/
|
|
6129
|
+
export interface IndustryCompatible extends globalThis.EnumItem {
|
|
6130
|
+
Name: "IndustryCompatible";
|
|
6131
|
+
Value: 1;
|
|
6132
|
+
EnumType: typeof globalThis.Enum.CameraNavigationModel;
|
|
6133
|
+
}
|
|
6134
|
+
export const IndustryCompatible: IndustryCompatible;
|
|
6135
|
+
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.CameraNavigationModel>;
|
|
6136
|
+
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.CameraNavigationModel | undefined;
|
|
6137
|
+
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.CameraNavigationModel | undefined;
|
|
6138
|
+
}
|
|
6139
|
+
export type CameraNavigationModel = CameraNavigationModel.Roblox | CameraNavigationModel.IndustryCompatible;
|
|
6111
6140
|
/**
|
|
6112
6141
|
* The CameraPanMode Enum represents the available pan modes for `Camera:SetCameraPanMode()`.
|
|
6113
6142
|
*
|
|
@@ -16938,11 +16967,22 @@ declare namespace Enum {
|
|
|
16938
16967
|
EnumType: typeof globalThis.Enum.InstanceFileSyncStatus;
|
|
16939
16968
|
}
|
|
16940
16969
|
export const SyncedAsDescendant: SyncedAsDescendant;
|
|
16970
|
+
/**
|
|
16971
|
+
* The `Instance` is not currently being synced because the root of its sync tree is `Errored`.
|
|
16972
|
+
*
|
|
16973
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/InstanceFileSyncStatus#AncestorErrored)
|
|
16974
|
+
*/
|
|
16975
|
+
export interface AncestorErrored extends globalThis.EnumItem {
|
|
16976
|
+
Name: "AncestorErrored";
|
|
16977
|
+
Value: 4;
|
|
16978
|
+
EnumType: typeof globalThis.Enum.InstanceFileSyncStatus;
|
|
16979
|
+
}
|
|
16980
|
+
export const AncestorErrored: AncestorErrored;
|
|
16941
16981
|
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.InstanceFileSyncStatus>;
|
|
16942
16982
|
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.InstanceFileSyncStatus | undefined;
|
|
16943
16983
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.InstanceFileSyncStatus | undefined;
|
|
16944
16984
|
}
|
|
16945
|
-
export type InstanceFileSyncStatus = InstanceFileSyncStatus.NotSynced | InstanceFileSyncStatus.Errored | InstanceFileSyncStatus.SyncedAsRoot | InstanceFileSyncStatus.SyncedAsDescendant;
|
|
16985
|
+
export type InstanceFileSyncStatus = InstanceFileSyncStatus.NotSynced | InstanceFileSyncStatus.Errored | InstanceFileSyncStatus.SyncedAsRoot | InstanceFileSyncStatus.SyncedAsDescendant | InstanceFileSyncStatus.AncestorErrored;
|
|
16946
16986
|
/**
|
|
16947
16987
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/IntermediateMeshGenerationResult)
|
|
16948
16988
|
*/
|
|
@@ -19088,6 +19128,15 @@ declare namespace Enum {
|
|
|
19088
19128
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19089
19129
|
}
|
|
19090
19130
|
export const TrackpadPinch: TrackpadPinch;
|
|
19131
|
+
/**
|
|
19132
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#MouseDelta)
|
|
19133
|
+
*/
|
|
19134
|
+
export interface MouseDelta extends globalThis.EnumItem {
|
|
19135
|
+
Name: "MouseDelta";
|
|
19136
|
+
Value: 1048;
|
|
19137
|
+
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19138
|
+
}
|
|
19139
|
+
export const MouseDelta: MouseDelta;
|
|
19091
19140
|
/**
|
|
19092
19141
|
* **Deprecated:**
|
|
19093
19142
|
*
|
|
@@ -20192,7 +20241,7 @@ declare namespace Enum {
|
|
|
20192
20241
|
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.KeyCode | undefined;
|
|
20193
20242
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.KeyCode | undefined;
|
|
20194
20243
|
}
|
|
20195
|
-
export type KeyCode = KeyCode.Unknown | KeyCode.Backspace | KeyCode.Tab | KeyCode.Clear | KeyCode.Return | KeyCode.Pause | KeyCode.Escape | KeyCode.Space | KeyCode.QuotedDouble | KeyCode.Hash | KeyCode.Dollar | KeyCode.Percent | KeyCode.Ampersand | KeyCode.Quote | KeyCode.LeftParenthesis | KeyCode.RightParenthesis | KeyCode.Asterisk | KeyCode.Plus | KeyCode.Comma | KeyCode.Minus | KeyCode.Period | KeyCode.Slash | KeyCode.Zero | KeyCode.One | KeyCode.Two | KeyCode.Three | KeyCode.Four | KeyCode.Five | KeyCode.Six | KeyCode.Seven | KeyCode.Eight | KeyCode.Nine | KeyCode.Colon | KeyCode.Semicolon | KeyCode.LessThan | KeyCode.Equals | KeyCode.GreaterThan | KeyCode.Question | KeyCode.At | KeyCode.LeftBracket | KeyCode.BackSlash | KeyCode.RightBracket | KeyCode.Caret | KeyCode.Underscore | KeyCode.Backquote | KeyCode.A | KeyCode.B | KeyCode.C | KeyCode.D | KeyCode.E | KeyCode.F | KeyCode.G | KeyCode.H | KeyCode.I | KeyCode.J | KeyCode.K | KeyCode.L | KeyCode.M | KeyCode.N | KeyCode.O | KeyCode.P | KeyCode.Q | KeyCode.R | KeyCode.S | KeyCode.T | KeyCode.U | KeyCode.V | KeyCode.W | KeyCode.X | KeyCode.Y | KeyCode.Z | KeyCode.LeftCurly | KeyCode.Pipe | KeyCode.RightCurly | KeyCode.Tilde | KeyCode.Delete | KeyCode.KeypadZero | KeyCode.KeypadOne | KeyCode.KeypadTwo | KeyCode.KeypadThree | KeyCode.KeypadFour | KeyCode.KeypadFive | KeyCode.KeypadSix | KeyCode.KeypadSeven | KeyCode.KeypadEight | KeyCode.KeypadNine | KeyCode.KeypadPeriod | KeyCode.KeypadDivide | KeyCode.KeypadMultiply | KeyCode.KeypadMinus | KeyCode.KeypadPlus | KeyCode.KeypadEnter | KeyCode.KeypadEquals | KeyCode.Up | KeyCode.Down | KeyCode.Right | KeyCode.Left | KeyCode.Insert | KeyCode.Home | KeyCode.End | KeyCode.PageUp | KeyCode.PageDown | KeyCode.F1 | KeyCode.F2 | KeyCode.F3 | KeyCode.F4 | KeyCode.F5 | KeyCode.F6 | KeyCode.F7 | KeyCode.F8 | KeyCode.F9 | KeyCode.F10 | KeyCode.F11 | KeyCode.F12 | KeyCode.F13 | KeyCode.F14 | KeyCode.F15 | KeyCode.NumLock | KeyCode.CapsLock | KeyCode.ScrollLock | KeyCode.RightShift | KeyCode.LeftShift | KeyCode.RightControl | KeyCode.LeftControl | KeyCode.RightAlt | KeyCode.LeftAlt | KeyCode.RightMeta | KeyCode.LeftMeta | KeyCode.LeftSuper | KeyCode.RightSuper | KeyCode.Mode | KeyCode.Compose | KeyCode.Help | KeyCode.Print | KeyCode.SysReq | KeyCode.Break | KeyCode.Menu | KeyCode.Power | KeyCode.Euro | KeyCode.Undo | KeyCode.ButtonX | KeyCode.ButtonY | KeyCode.ButtonA | KeyCode.ButtonB | KeyCode.ButtonR1 | KeyCode.ButtonL1 | KeyCode.ButtonR2 | KeyCode.ButtonL2 | KeyCode.ButtonR3 | KeyCode.ButtonL3 | KeyCode.ButtonStart | KeyCode.ButtonSelect | KeyCode.DPadLeft | KeyCode.DPadRight | KeyCode.DPadUp | KeyCode.DPadDown | KeyCode.Thumbstick1 | KeyCode.Thumbstick2 | KeyCode.Thumbstick1Up | KeyCode.Thumbstick1Down | KeyCode.Thumbstick1Left | KeyCode.Thumbstick1Right | KeyCode.Thumbstick2Up | KeyCode.Thumbstick2Down | KeyCode.Thumbstick2Left | KeyCode.Thumbstick2Right | KeyCode.MouseLeftButton | KeyCode.MouseRightButton | KeyCode.MouseMiddleButton | KeyCode.MousePosition | KeyCode.Touch | KeyCode.MouseWheel | KeyCode.TrackpadPan | KeyCode.TrackpadPinch | KeyCode.World0 | KeyCode.World1 | KeyCode.World2 | KeyCode.World3 | KeyCode.World4 | KeyCode.World5 | KeyCode.World6 | KeyCode.World7 | KeyCode.World8 | KeyCode.World9 | KeyCode.World10 | KeyCode.World11 | KeyCode.World12 | KeyCode.World13 | KeyCode.World14 | KeyCode.World15 | KeyCode.World16 | KeyCode.World17 | KeyCode.World18 | KeyCode.World19 | KeyCode.World20 | KeyCode.World21 | KeyCode.World22 | KeyCode.World23 | KeyCode.World24 | KeyCode.World25 | KeyCode.World26 | KeyCode.World27 | KeyCode.World28 | KeyCode.World29 | KeyCode.World30 | KeyCode.World31 | KeyCode.World32 | KeyCode.World33 | KeyCode.World34 | KeyCode.World35 | KeyCode.World36 | KeyCode.World37 | KeyCode.World38 | KeyCode.World39 | KeyCode.World40 | KeyCode.World41 | KeyCode.World42 | KeyCode.World43 | KeyCode.World44 | KeyCode.World45 | KeyCode.World46 | KeyCode.World47 | KeyCode.World48 | KeyCode.World49 | KeyCode.World50 | KeyCode.World51 | KeyCode.World52 | KeyCode.World53 | KeyCode.World54 | KeyCode.World55 | KeyCode.World56 | KeyCode.World57 | KeyCode.World58 | KeyCode.World59 | KeyCode.World60 | KeyCode.World61 | KeyCode.World62 | KeyCode.World63 | KeyCode.World64 | KeyCode.World65 | KeyCode.World66 | KeyCode.World67 | KeyCode.World68 | KeyCode.World69 | KeyCode.World70 | KeyCode.World71 | KeyCode.World72 | KeyCode.World73 | KeyCode.World74 | KeyCode.World75 | KeyCode.World76 | KeyCode.World77 | KeyCode.World78 | KeyCode.World79 | KeyCode.World80 | KeyCode.World81 | KeyCode.World82 | KeyCode.World83 | KeyCode.World84 | KeyCode.World85 | KeyCode.World86 | KeyCode.World87 | KeyCode.World88 | KeyCode.World89 | KeyCode.World90 | KeyCode.World91 | KeyCode.World92 | KeyCode.World93 | KeyCode.World94 | KeyCode.World95 | KeyCode.MouseBackButton | KeyCode.MouseNoButton | KeyCode.MouseX | KeyCode.MouseY;
|
|
20244
|
+
export type KeyCode = KeyCode.Unknown | KeyCode.Backspace | KeyCode.Tab | KeyCode.Clear | KeyCode.Return | KeyCode.Pause | KeyCode.Escape | KeyCode.Space | KeyCode.QuotedDouble | KeyCode.Hash | KeyCode.Dollar | KeyCode.Percent | KeyCode.Ampersand | KeyCode.Quote | KeyCode.LeftParenthesis | KeyCode.RightParenthesis | KeyCode.Asterisk | KeyCode.Plus | KeyCode.Comma | KeyCode.Minus | KeyCode.Period | KeyCode.Slash | KeyCode.Zero | KeyCode.One | KeyCode.Two | KeyCode.Three | KeyCode.Four | KeyCode.Five | KeyCode.Six | KeyCode.Seven | KeyCode.Eight | KeyCode.Nine | KeyCode.Colon | KeyCode.Semicolon | KeyCode.LessThan | KeyCode.Equals | KeyCode.GreaterThan | KeyCode.Question | KeyCode.At | KeyCode.LeftBracket | KeyCode.BackSlash | KeyCode.RightBracket | KeyCode.Caret | KeyCode.Underscore | KeyCode.Backquote | KeyCode.A | KeyCode.B | KeyCode.C | KeyCode.D | KeyCode.E | KeyCode.F | KeyCode.G | KeyCode.H | KeyCode.I | KeyCode.J | KeyCode.K | KeyCode.L | KeyCode.M | KeyCode.N | KeyCode.O | KeyCode.P | KeyCode.Q | KeyCode.R | KeyCode.S | KeyCode.T | KeyCode.U | KeyCode.V | KeyCode.W | KeyCode.X | KeyCode.Y | KeyCode.Z | KeyCode.LeftCurly | KeyCode.Pipe | KeyCode.RightCurly | KeyCode.Tilde | KeyCode.Delete | KeyCode.KeypadZero | KeyCode.KeypadOne | KeyCode.KeypadTwo | KeyCode.KeypadThree | KeyCode.KeypadFour | KeyCode.KeypadFive | KeyCode.KeypadSix | KeyCode.KeypadSeven | KeyCode.KeypadEight | KeyCode.KeypadNine | KeyCode.KeypadPeriod | KeyCode.KeypadDivide | KeyCode.KeypadMultiply | KeyCode.KeypadMinus | KeyCode.KeypadPlus | KeyCode.KeypadEnter | KeyCode.KeypadEquals | KeyCode.Up | KeyCode.Down | KeyCode.Right | KeyCode.Left | KeyCode.Insert | KeyCode.Home | KeyCode.End | KeyCode.PageUp | KeyCode.PageDown | KeyCode.F1 | KeyCode.F2 | KeyCode.F3 | KeyCode.F4 | KeyCode.F5 | KeyCode.F6 | KeyCode.F7 | KeyCode.F8 | KeyCode.F9 | KeyCode.F10 | KeyCode.F11 | KeyCode.F12 | KeyCode.F13 | KeyCode.F14 | KeyCode.F15 | KeyCode.NumLock | KeyCode.CapsLock | KeyCode.ScrollLock | KeyCode.RightShift | KeyCode.LeftShift | KeyCode.RightControl | KeyCode.LeftControl | KeyCode.RightAlt | KeyCode.LeftAlt | KeyCode.RightMeta | KeyCode.LeftMeta | KeyCode.LeftSuper | KeyCode.RightSuper | KeyCode.Mode | KeyCode.Compose | KeyCode.Help | KeyCode.Print | KeyCode.SysReq | KeyCode.Break | KeyCode.Menu | KeyCode.Power | KeyCode.Euro | KeyCode.Undo | KeyCode.ButtonX | KeyCode.ButtonY | KeyCode.ButtonA | KeyCode.ButtonB | KeyCode.ButtonR1 | KeyCode.ButtonL1 | KeyCode.ButtonR2 | KeyCode.ButtonL2 | KeyCode.ButtonR3 | KeyCode.ButtonL3 | KeyCode.ButtonStart | KeyCode.ButtonSelect | KeyCode.DPadLeft | KeyCode.DPadRight | KeyCode.DPadUp | KeyCode.DPadDown | KeyCode.Thumbstick1 | KeyCode.Thumbstick2 | KeyCode.Thumbstick1Up | KeyCode.Thumbstick1Down | KeyCode.Thumbstick1Left | KeyCode.Thumbstick1Right | KeyCode.Thumbstick2Up | KeyCode.Thumbstick2Down | KeyCode.Thumbstick2Left | KeyCode.Thumbstick2Right | KeyCode.MouseLeftButton | KeyCode.MouseRightButton | KeyCode.MouseMiddleButton | KeyCode.MousePosition | KeyCode.Touch | KeyCode.MouseWheel | KeyCode.TrackpadPan | KeyCode.TrackpadPinch | KeyCode.MouseDelta | KeyCode.World0 | KeyCode.World1 | KeyCode.World2 | KeyCode.World3 | KeyCode.World4 | KeyCode.World5 | KeyCode.World6 | KeyCode.World7 | KeyCode.World8 | KeyCode.World9 | KeyCode.World10 | KeyCode.World11 | KeyCode.World12 | KeyCode.World13 | KeyCode.World14 | KeyCode.World15 | KeyCode.World16 | KeyCode.World17 | KeyCode.World18 | KeyCode.World19 | KeyCode.World20 | KeyCode.World21 | KeyCode.World22 | KeyCode.World23 | KeyCode.World24 | KeyCode.World25 | KeyCode.World26 | KeyCode.World27 | KeyCode.World28 | KeyCode.World29 | KeyCode.World30 | KeyCode.World31 | KeyCode.World32 | KeyCode.World33 | KeyCode.World34 | KeyCode.World35 | KeyCode.World36 | KeyCode.World37 | KeyCode.World38 | KeyCode.World39 | KeyCode.World40 | KeyCode.World41 | KeyCode.World42 | KeyCode.World43 | KeyCode.World44 | KeyCode.World45 | KeyCode.World46 | KeyCode.World47 | KeyCode.World48 | KeyCode.World49 | KeyCode.World50 | KeyCode.World51 | KeyCode.World52 | KeyCode.World53 | KeyCode.World54 | KeyCode.World55 | KeyCode.World56 | KeyCode.World57 | KeyCode.World58 | KeyCode.World59 | KeyCode.World60 | KeyCode.World61 | KeyCode.World62 | KeyCode.World63 | KeyCode.World64 | KeyCode.World65 | KeyCode.World66 | KeyCode.World67 | KeyCode.World68 | KeyCode.World69 | KeyCode.World70 | KeyCode.World71 | KeyCode.World72 | KeyCode.World73 | KeyCode.World74 | KeyCode.World75 | KeyCode.World76 | KeyCode.World77 | KeyCode.World78 | KeyCode.World79 | KeyCode.World80 | KeyCode.World81 | KeyCode.World82 | KeyCode.World83 | KeyCode.World84 | KeyCode.World85 | KeyCode.World86 | KeyCode.World87 | KeyCode.World88 | KeyCode.World89 | KeyCode.World90 | KeyCode.World91 | KeyCode.World92 | KeyCode.World93 | KeyCode.World94 | KeyCode.World95 | KeyCode.MouseBackButton | KeyCode.MouseNoButton | KeyCode.MouseX | KeyCode.MouseY;
|
|
20196
20245
|
/**
|
|
20197
20246
|
* Describes the interpolation method between two keys.
|
|
20198
20247
|
*
|