typescript-to-gdscript 0.1.0 → 0.1.1
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.
- package/README.md +229 -103
- package/dist/converter/common/index.d.ts +17 -1
- package/dist/converter/common/index.d.ts.map +1 -1
- package/dist/converter/common/index.js +69 -19
- package/dist/converter/common/index.js.map +1 -1
- package/dist/converter/ts-to-gd/class-members.d.ts.map +1 -1
- package/dist/converter/ts-to-gd/class-members.js +5 -5
- package/dist/converter/ts-to-gd/class-members.js.map +1 -1
- package/dist/converter/ts-to-gd/expressions.d.ts.map +1 -1
- package/dist/converter/ts-to-gd/expressions.js +1 -1
- package/dist/converter/ts-to-gd/expressions.js.map +1 -1
- package/dist/converter/ts-to-gd/file-scope.d.ts.map +1 -1
- package/dist/converter/ts-to-gd/file-scope.js +1 -1
- package/dist/converter/ts-to-gd/file-scope.js.map +1 -1
- package/dist/converter/ts-to-gd/gd-getset.js +2 -2
- package/dist/converter/ts-to-gd/gd-getset.js.map +1 -1
- package/dist/converter/ts-to-gd/index.d.ts.map +1 -1
- package/dist/converter/ts-to-gd/index.js +1 -0
- package/dist/converter/ts-to-gd/index.js.map +1 -1
- package/dist/converter/ts-to-gd/parameters.d.ts.map +1 -1
- package/dist/converter/ts-to-gd/parameters.js +2 -2
- package/dist/converter/ts-to-gd/parameters.js.map +1 -1
- package/dist/converter/ts-to-gd/statements.d.ts.map +1 -1
- package/dist/converter/ts-to-gd/statements.js +1 -1
- package/dist/converter/ts-to-gd/statements.js.map +1 -1
- package/dist/typings/override-system.d.ts.map +1 -1
- package/dist/typings/override-system.js +6 -0
- package/dist/typings/override-system.js.map +1 -1
- package/package.json +6 -1
- package/typings/classes/AnimationNodeBlendSpace1D.d.ts +2 -17
- package/typings/classes/AnimationNodeBlendSpace2D.d.ts +2 -17
- package/typings/classes/Area3D.d.ts +7 -14
- package/typings/classes/ArrayMesh.d.ts +0 -15
- package/typings/classes/AudioEffectAmplify.d.ts +2 -2
- package/typings/classes/AudioEffectBandLimitFilter.d.ts +1 -1
- package/typings/classes/AudioEffectBandPassFilter.d.ts +1 -1
- package/typings/classes/AudioEffectCapture.d.ts +9 -10
- package/typings/classes/AudioEffectChorus.d.ts +28 -57
- package/typings/classes/AudioEffectCompressor.d.ts +9 -11
- package/typings/classes/AudioEffectDelay.d.ts +15 -21
- package/typings/classes/AudioEffectDistortion.d.ts +10 -19
- package/typings/classes/AudioEffectEQ.d.ts +2 -2
- package/typings/classes/AudioEffectEQ10.d.ts +2 -2
- package/typings/classes/AudioEffectEQ21.d.ts +2 -2
- package/typings/classes/AudioEffectEQ6.d.ts +2 -2
- package/typings/classes/AudioEffectFilter.d.ts +9 -25
- package/typings/classes/AudioEffectHardLimiter.d.ts +5 -8
- package/typings/classes/AudioEffectHighPassFilter.d.ts +1 -1
- package/typings/classes/AudioEffectHighShelfFilter.d.ts +1 -1
- package/typings/classes/AudioEffectLimiter.d.ts +4 -9
- package/typings/classes/AudioEffectLowPassFilter.d.ts +1 -1
- package/typings/classes/AudioEffectLowShelfFilter.d.ts +1 -1
- package/typings/classes/AudioEffectNotchFilter.d.ts +1 -1
- package/typings/classes/AudioEffectPanner.d.ts +2 -7
- package/typings/classes/AudioEffectPhaser.d.ts +7 -9
- package/typings/classes/AudioEffectPitchShift.d.ts +3 -3
- package/typings/classes/AudioEffectReverb.d.ts +8 -17
- package/typings/classes/AudioEffectSpectrumAnalyzer.d.ts +5 -4
- package/typings/classes/AudioEffectStereoEnhance.d.ts +4 -7
- package/typings/classes/AudioServer.d.ts +2 -2
- package/typings/classes/AudioStreamPlaybackResampled.d.ts +0 -8
- package/typings/classes/BaseButton.d.ts +1 -1
- package/typings/classes/Basis.d.ts +0 -4
- package/typings/classes/Camera3D.d.ts +1 -1
- package/typings/classes/CameraAttributes.d.ts +0 -1
- package/typings/classes/CameraFeed.d.ts +0 -4
- package/typings/classes/CanvasItem.d.ts +1 -1
- package/typings/classes/CodeEdit.d.ts +0 -4
- package/typings/classes/CollisionObject2D.d.ts +0 -6
- package/typings/classes/CollisionPolygon2D.d.ts +0 -5
- package/typings/classes/CollisionShape2D.d.ts +0 -5
- package/typings/classes/Container.d.ts +0 -6
- package/typings/classes/Control.d.ts +0 -59
- package/typings/classes/DPITexture.d.ts +0 -14
- package/typings/classes/Decal.d.ts +0 -1
- package/typings/classes/Dictionary.d.ts +0 -1
- package/typings/classes/DisplayServer.d.ts +1 -128
- package/typings/classes/EditorDock.d.ts +2 -8
- package/typings/classes/EditorExportPlugin.d.ts +0 -5
- package/typings/classes/EditorFileSystem.d.ts +0 -2
- package/typings/classes/EditorInterface.d.ts +2 -4
- package/typings/classes/EditorSettings.d.ts +133 -197
- package/typings/classes/EditorSpinSlider.d.ts +0 -6
- package/typings/classes/Environment.d.ts +2 -7
- package/typings/classes/FileAccess.d.ts +1 -1
- package/typings/classes/FileDialog.d.ts +1 -1
- package/typings/classes/FoldableContainer.d.ts +1 -1
- package/typings/classes/Font.d.ts +2 -2
- package/typings/classes/GPUParticles3D.d.ts +0 -4
- package/typings/classes/GeometryInstance3D.d.ts +1 -1
- package/typings/classes/GradientTexture2D.d.ts +0 -2
- package/typings/classes/Image.d.ts +0 -1
- package/typings/classes/ImageTexture.d.ts +2 -0
- package/typings/classes/ImporterMesh.d.ts +0 -6
- package/typings/classes/Input.d.ts +13 -148
- package/typings/classes/InputEvent.d.ts +0 -8
- package/typings/classes/InputEventGesture.d.ts +3 -2
- package/typings/classes/InputEventMouse.d.ts +3 -2
- package/typings/classes/InputEventWithModifiers.d.ts +3 -2
- package/typings/classes/InputMap.d.ts +0 -3
- package/typings/classes/ItemList.d.ts +2 -9
- package/typings/classes/Joint3D.d.ts +0 -1
- package/typings/classes/LookAtModifier3D.d.ts +1 -2
- package/typings/classes/MainLoop.d.ts +0 -4
- package/typings/classes/NativeMenu.d.ts +3 -10
- package/typings/classes/Node.d.ts +5 -9
- package/typings/classes/OS.d.ts +2 -2
- package/typings/classes/Object.d.ts +2 -5
- package/typings/classes/OptionButton.d.ts +0 -6
- package/typings/classes/PCKPacker.d.ts +0 -4
- package/typings/classes/ParticleProcessMaterial.d.ts +0 -5
- package/typings/classes/PhysicsDirectBodyState2D.d.ts +1 -2
- package/typings/classes/PhysicsDirectBodyState3D.d.ts +1 -2
- package/typings/classes/PhysicsServer2D.d.ts +2 -2
- package/typings/classes/PhysicsServer2DExtension.d.ts +1 -1
- package/typings/classes/PhysicsServer3D.d.ts +42 -145
- package/typings/classes/PopupMenu.d.ts +8 -22
- package/typings/classes/PopupPanel.d.ts +0 -2
- package/typings/classes/PortableCompressedTexture2D.d.ts +2 -0
- package/typings/classes/ProjectSettings.d.ts +60 -44
- package/typings/classes/RDShaderSPIRV.d.ts +0 -30
- package/typings/classes/RDShaderSource.d.ts +0 -10
- package/typings/classes/RenderingDevice.d.ts +0 -104
- package/typings/classes/RenderingServer.d.ts +11 -213
- package/typings/classes/Resource.d.ts +2 -2
- package/typings/classes/ResourceImporterDynamicFont.d.ts +1 -3
- package/typings/classes/ResourceImporterSVG.d.ts +0 -10
- package/typings/classes/ResourceImporterTexture.d.ts +2 -2
- package/typings/classes/SceneTree.d.ts +29 -5
- package/typings/classes/ScriptEditor.d.ts +0 -6
- package/typings/classes/Shader.d.ts +0 -2
- package/typings/classes/Shape3D.d.ts +0 -1
- package/typings/classes/SplitContainer.d.ts +0 -6
- package/typings/classes/String.d.ts +1 -1
- package/typings/classes/SubViewport.d.ts +0 -4
- package/typings/classes/TextEdit.d.ts +0 -3
- package/typings/classes/TextServer.d.ts +0 -2
- package/typings/classes/TextServerExtension.d.ts +0 -2
- package/typings/classes/Texture2D.d.ts +0 -14
- package/typings/classes/TextureRect.d.ts +1 -4
- package/typings/classes/Tree.d.ts +2 -9
- package/typings/classes/TreeItem.d.ts +0 -8
- package/typings/classes/Tween.d.ts +0 -13
- package/typings/classes/Viewport.d.ts +0 -10
- package/typings/classes/VisualShader.d.ts +0 -2
- package/typings/classes/VisualShaderNodeColorFunc.d.ts +2 -2
- package/typings/classes/VoxelGIData.d.ts +0 -10
- package/typings/classes/Window.d.ts +0 -23
- package/typings/classes/XRCamera3D.d.ts +1 -1
- package/typings/classes/XRServer.d.ts +0 -2
- package/typings/classes/_globals.d.ts +86 -45
- package/typings/classes/index.d.ts +0 -5
- package/typings/godot-class-registry.json +108 -1254
- package/typings/classes/AccessibilityServer.d.ts +0 -405
- package/typings/classes/AwaitTweener.d.ts +0 -10
- package/typings/classes/BlitMaterial.d.ts +0 -22
- package/typings/classes/DrawableTexture2D.d.ts +0 -47
- package/typings/classes/VirtualJoystick.d.ts +0 -94
|
@@ -6,7 +6,17 @@
|
|
|
6
6
|
/**
|
|
7
7
|
* Override: Global functions — adds generic type parameters to polymorphic functions.
|
|
8
8
|
*/
|
|
9
|
-
declare function abs<
|
|
9
|
+
declare function abs<
|
|
10
|
+
T extends
|
|
11
|
+
| int
|
|
12
|
+
| float
|
|
13
|
+
| Vector2
|
|
14
|
+
| Vector2i
|
|
15
|
+
| Vector3
|
|
16
|
+
| Vector3i
|
|
17
|
+
| Vector4
|
|
18
|
+
| Vector4i,
|
|
19
|
+
>(x: T): T;
|
|
10
20
|
/** Returns the absolute value of float parameter `x` (i.e. positive value). */
|
|
11
21
|
declare function absf(x: float): float;
|
|
12
22
|
/** Returns the absolute value of int parameter `x` (i.e. positive value). */
|
|
@@ -70,7 +80,17 @@ declare function bytes_to_var_with_objects(bytes: PackedByteArray): unknown;
|
|
|
70
80
|
* See also {@link floor}, {@link round}, and {@link snapped}.
|
|
71
81
|
* **Note:** For better type safety, use {@link ceilf}, {@link ceili}, {@link Vector2.ceil}, {@link Vector3.ceil}, or {@link Vector4.ceil}.
|
|
72
82
|
*/
|
|
73
|
-
declare function ceil<
|
|
83
|
+
declare function ceil<
|
|
84
|
+
T extends
|
|
85
|
+
| int
|
|
86
|
+
| float
|
|
87
|
+
| Vector2
|
|
88
|
+
| Vector2i
|
|
89
|
+
| Vector3
|
|
90
|
+
| Vector3i
|
|
91
|
+
| Vector4
|
|
92
|
+
| Vector4i,
|
|
93
|
+
>(x: T): T;
|
|
74
94
|
/**
|
|
75
95
|
* Rounds `x` upward (towards positive infinity), returning the smallest whole number that is not less than `x`.
|
|
76
96
|
* A type-safe version of {@link ceil}, returning a [float].
|
|
@@ -145,7 +165,17 @@ declare function exp(x: float): float;
|
|
|
145
165
|
* See also {@link ceil}, {@link round}, and {@link snapped}.
|
|
146
166
|
* **Note:** For better type safety, use {@link floorf}, {@link floori}, {@link Vector2.floor}, {@link Vector3.floor}, or {@link Vector4.floor}.
|
|
147
167
|
*/
|
|
148
|
-
declare function floor<
|
|
168
|
+
declare function floor<
|
|
169
|
+
T extends
|
|
170
|
+
| int
|
|
171
|
+
| float
|
|
172
|
+
| Vector2
|
|
173
|
+
| Vector2i
|
|
174
|
+
| Vector3
|
|
175
|
+
| Vector3i
|
|
176
|
+
| Vector4
|
|
177
|
+
| Vector4i,
|
|
178
|
+
>(x: T): T;
|
|
149
179
|
/**
|
|
150
180
|
* Rounds `x` downward (towards negative infinity), returning the largest whole number that is not more than `x`.
|
|
151
181
|
* A type-safe version of {@link floor}, returning a [float].
|
|
@@ -229,7 +259,19 @@ declare function is_zero_approx(x: float): boolean;
|
|
|
229
259
|
* See also {@link inverse_lerp} which performs the reverse of this operation. To perform eased interpolation with {@link lerp}, combine it with {@link ease} or {@link smoothstep}. See also {@link remap} to map a continuous series of values to another.
|
|
230
260
|
* **Note:** For better type safety, use {@link lerpf}, {@link Vector2.lerp}, {@link Vector3.lerp}, {@link Vector4.lerp}, {@link Color.lerp}, {@link Quaternion.slerp}, {@link Basis.slerp}, {@link Transform2D.interpolate_with}, or {@link Transform3D.interpolate_with}.
|
|
231
261
|
*/
|
|
232
|
-
declare function lerp<
|
|
262
|
+
declare function lerp<
|
|
263
|
+
T extends
|
|
264
|
+
| int
|
|
265
|
+
| float
|
|
266
|
+
| Vector2
|
|
267
|
+
| Vector3
|
|
268
|
+
| Vector4
|
|
269
|
+
| Color
|
|
270
|
+
| Quaternion
|
|
271
|
+
| Basis
|
|
272
|
+
| Transform2D
|
|
273
|
+
| Transform3D,
|
|
274
|
+
>(from_: T, to: T, weight: float): T;
|
|
233
275
|
/**
|
|
234
276
|
* Linearly interpolates between two angles (in radians) by a `weight` value between 0.0 and 1.0.
|
|
235
277
|
* Similar to {@link lerp}, but interpolates correctly when the angles wrap around {@link @GDScript.TAU}. To perform eased interpolation with {@link lerp_angle}, combine it with {@link ease} or {@link smoothstep}.
|
|
@@ -392,7 +434,17 @@ declare function rotate_toward(from_: float, to: float, delta: float): float;
|
|
|
392
434
|
* See also {@link floor}, {@link ceil}, and {@link snapped}.
|
|
393
435
|
* **Note:** For better type safety, use {@link roundf}, {@link roundi}, {@link Vector2.round}, {@link Vector3.round}, or {@link Vector4.round}.
|
|
394
436
|
*/
|
|
395
|
-
declare function round<
|
|
437
|
+
declare function round<
|
|
438
|
+
T extends
|
|
439
|
+
| int
|
|
440
|
+
| float
|
|
441
|
+
| Vector2
|
|
442
|
+
| Vector2i
|
|
443
|
+
| Vector3
|
|
444
|
+
| Vector3i
|
|
445
|
+
| Vector4
|
|
446
|
+
| Vector4i,
|
|
447
|
+
>(x: T): T;
|
|
396
448
|
/**
|
|
397
449
|
* Rounds `x` to the nearest whole number, with halfway cases rounded away from 0.
|
|
398
450
|
* A type-safe version of {@link round}, returning a [float].
|
|
@@ -412,7 +464,17 @@ declare function seed(base: int): void;
|
|
|
412
464
|
* Supported types: [int], [float], {@link Vector2}, {@link Vector2i}, {@link Vector3}, {@link Vector3i}, {@link Vector4}, {@link Vector4i}.
|
|
413
465
|
* **Note:** For better type safety, use {@link signf}, {@link signi}, {@link Vector2.sign}, {@link Vector2i.sign}, {@link Vector3.sign}, {@link Vector3i.sign}, {@link Vector4.sign}, or {@link Vector4i.sign}.
|
|
414
466
|
*/
|
|
415
|
-
declare function sign<
|
|
467
|
+
declare function sign<
|
|
468
|
+
T extends
|
|
469
|
+
| int
|
|
470
|
+
| float
|
|
471
|
+
| Vector2
|
|
472
|
+
| Vector2i
|
|
473
|
+
| Vector3
|
|
474
|
+
| Vector3i
|
|
475
|
+
| Vector4
|
|
476
|
+
| Vector4i,
|
|
477
|
+
>(x: T): T;
|
|
416
478
|
/**
|
|
417
479
|
* Returns `-1.0` if `x` is negative, `1.0` if `x` is positive, and `0.0` if `x` is zero. For `nan` values of `x` it returns 0.0.
|
|
418
480
|
*/
|
|
@@ -439,7 +501,17 @@ declare function smoothstep(from_: float, to: float, x: float): float;
|
|
|
439
501
|
* See also {@link ceil}, {@link floor}, and {@link round}.
|
|
440
502
|
* **Note:** For better type safety, use {@link snappedf}, {@link snappedi}, {@link Vector2.snapped}, {@link Vector2i.snapped}, {@link Vector3.snapped}, {@link Vector3i.snapped}, {@link Vector4.snapped}, or {@link Vector4i.snapped}.
|
|
441
503
|
*/
|
|
442
|
-
declare function snapped<
|
|
504
|
+
declare function snapped<
|
|
505
|
+
T extends
|
|
506
|
+
| int
|
|
507
|
+
| float
|
|
508
|
+
| Vector2
|
|
509
|
+
| Vector2i
|
|
510
|
+
| Vector3
|
|
511
|
+
| Vector3i
|
|
512
|
+
| Vector4
|
|
513
|
+
| Vector4i,
|
|
514
|
+
>(x: T, step: T): T;
|
|
443
515
|
/**
|
|
444
516
|
* Returns the multiple of `step` that is the closest to `x`. This can also be used to round a floating-point number to an arbitrary number of decimals.
|
|
445
517
|
* A type-safe version of {@link snapped}, returning a [float].
|
|
@@ -1187,20 +1259,8 @@ declare const enum JoyButton {
|
|
|
1187
1259
|
JOY_BUTTON_PADDLE4 = 19,
|
|
1188
1260
|
/** Game controller SDL touchpad button. */
|
|
1189
1261
|
JOY_BUTTON_TOUCHPAD = 20,
|
|
1190
|
-
/**
|
|
1191
|
-
* Game controller SDL miscellaneous button. Used by Nintendo Switch 2 Pro Controller and Horipad Steam controllers.
|
|
1192
|
-
*/
|
|
1193
|
-
JOY_BUTTON_MISC2 = 21,
|
|
1194
|
-
/** Game controller SDL miscellaneous button. */
|
|
1195
|
-
JOY_BUTTON_MISC3 = 22,
|
|
1196
|
-
/** Game controller SDL miscellaneous button. */
|
|
1197
|
-
JOY_BUTTON_MISC4 = 23,
|
|
1198
|
-
/** Game controller SDL miscellaneous button. */
|
|
1199
|
-
JOY_BUTTON_MISC5 = 24,
|
|
1200
|
-
/** Game controller SDL miscellaneous button. */
|
|
1201
|
-
JOY_BUTTON_MISC6 = 25,
|
|
1202
1262
|
/** The number of SDL game controller buttons. */
|
|
1203
|
-
JOY_BUTTON_SDL_MAX =
|
|
1263
|
+
JOY_BUTTON_SDL_MAX = 21,
|
|
1204
1264
|
/**
|
|
1205
1265
|
* The maximum number of game controller buttons supported by the engine. The actual limit may be lower on specific platforms:
|
|
1206
1266
|
* - **Android:** Up to 36 buttons.
|
|
@@ -1849,29 +1909,6 @@ declare const enum Variant_Operator {
|
|
|
1849
1909
|
OP_MAX = 25,
|
|
1850
1910
|
}
|
|
1851
1911
|
|
|
1852
|
-
|
|
1853
|
-
/** Maximum value of an 8-bit unsigned integer. */
|
|
1854
|
-
declare const UINT8_MAX: int;
|
|
1855
|
-
/** Maximum value of a 16-bit unsigned integer. */
|
|
1856
|
-
declare const UINT16_MAX: int;
|
|
1857
|
-
/** Maximum value of a 32-bit unsigned integer. */
|
|
1858
|
-
declare const UINT32_MAX: int;
|
|
1859
|
-
/** Minimum value of an 8-bit signed integer. */
|
|
1860
|
-
declare const INT8_MIN: int;
|
|
1861
|
-
/** Maximum value of an 8-bit signed integer. */
|
|
1862
|
-
declare const INT8_MAX: int;
|
|
1863
|
-
/** Minimum value of a 16-bit signed integer. */
|
|
1864
|
-
declare const INT16_MIN: int;
|
|
1865
|
-
/** Maximum value of a 16-bit signed integer. */
|
|
1866
|
-
declare const INT16_MAX: int;
|
|
1867
|
-
/** Minimum value of a 32-bit signed integer. */
|
|
1868
|
-
declare const INT32_MIN: int;
|
|
1869
|
-
/** Maximum value of a 32-bit signed integer. */
|
|
1870
|
-
declare const INT32_MAX: int;
|
|
1871
|
-
/** Minimum value of a 64-bit signed integer. */
|
|
1872
|
-
declare const INT64_MIN: int;
|
|
1873
|
-
/** Maximum value of a 64-bit signed integer. */
|
|
1874
|
-
declare const INT64_MAX: int;
|
|
1875
1912
|
// @GDScript — built-in constants, functions, and annotations
|
|
1876
1913
|
|
|
1877
1914
|
/**
|
|
@@ -1963,7 +2000,9 @@ declare function len(var_: unknown): int;
|
|
|
1963
2000
|
* **Note:** Files have to be imported into the engine first to load them using this function. If you want to load {@link Image}s at run-time, you may use {@link Image.load}. If you want to import audio files, you can use the snippet described in {@link AudioStreamMP3.data}.
|
|
1964
2001
|
* **Note:** If {@link ProjectSettings.editor/export/convert_text_resources_to_binary} is `true`, {@link @GDScript.load} will not be able to read converted files in an exported project. If you rely on run-time loading of files present within the PCK, set {@link ProjectSettings.editor/export/convert_text_resources_to_binary} to `false`.
|
|
1965
2002
|
*/
|
|
1966
|
-
declare function load<P extends keyof GodotResources>(
|
|
2003
|
+
declare function load<P extends keyof GodotResources>(
|
|
2004
|
+
path: P,
|
|
2005
|
+
): GodotResources[P];
|
|
1967
2006
|
declare function load<T extends Resource = Resource>(path: string): T;
|
|
1968
2007
|
/**
|
|
1969
2008
|
* Returns an integer representing the Unicode code point of the given character `char`, which should be a string of length 1.
|
|
@@ -1975,7 +2014,9 @@ declare function ord(char: string): int;
|
|
|
1975
2014
|
* **Note:** Resource paths can be obtained by right-clicking on a resource in the Assets Panel and choosing "Copy Path", or by dragging the file from the FileSystem dock into the current script.
|
|
1976
2015
|
* **Note:** {@link preload} is a keyword, not a function. So you cannot access it as a {@link Callable}.
|
|
1977
2016
|
*/
|
|
1978
|
-
declare function preload<P extends keyof GodotResources>(
|
|
2017
|
+
declare function preload<P extends keyof GodotResources>(
|
|
2018
|
+
path: P,
|
|
2019
|
+
): GodotResources[P];
|
|
1979
2020
|
declare function preload<T extends Resource = Resource>(path: string): T;
|
|
1980
2021
|
/**
|
|
1981
2022
|
* Like {@link @GlobalScope.print}, but includes the current stack frame when running with the debugger turned on.
|
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
/// <reference path="AStar3D.d.ts" />
|
|
5
5
|
/// <reference path="AStarGrid2D.d.ts" />
|
|
6
6
|
/// <reference path="AcceptDialog.d.ts" />
|
|
7
|
-
/// <reference path="AccessibilityServer.d.ts" />
|
|
8
7
|
/// <reference path="AimModifier3D.d.ts" />
|
|
9
8
|
/// <reference path="AnimatableBody2D.d.ts" />
|
|
10
9
|
/// <reference path="AnimatableBody3D.d.ts" />
|
|
@@ -93,13 +92,11 @@
|
|
|
93
92
|
/// <reference path="AudioStreamPolyphonic.d.ts" />
|
|
94
93
|
/// <reference path="AudioStreamRandomizer.d.ts" />
|
|
95
94
|
/// <reference path="AudioStreamWAV.d.ts" />
|
|
96
|
-
/// <reference path="AwaitTweener.d.ts" />
|
|
97
95
|
/// <reference path="BackBufferCopy.d.ts" />
|
|
98
96
|
/// <reference path="BaseButton.d.ts" />
|
|
99
97
|
/// <reference path="BaseMaterial3D.d.ts" />
|
|
100
98
|
/// <reference path="Basis.d.ts" />
|
|
101
99
|
/// <reference path="BitMap.d.ts" />
|
|
102
|
-
/// <reference path="BlitMaterial.d.ts" />
|
|
103
100
|
/// <reference path="Bone2D.d.ts" />
|
|
104
101
|
/// <reference path="BoneAttachment3D.d.ts" />
|
|
105
102
|
/// <reference path="BoneConstraint3D.d.ts" />
|
|
@@ -194,7 +191,6 @@
|
|
|
194
191
|
/// <reference path="DirectionalLight2D.d.ts" />
|
|
195
192
|
/// <reference path="DirectionalLight3D.d.ts" />
|
|
196
193
|
/// <reference path="DisplayServer.d.ts" />
|
|
197
|
-
/// <reference path="DrawableTexture2D.d.ts" />
|
|
198
194
|
/// <reference path="EditorCommandPalette.d.ts" />
|
|
199
195
|
/// <reference path="EditorContextMenuPlugin.d.ts" />
|
|
200
196
|
/// <reference path="EditorDebuggerPlugin.d.ts" />
|
|
@@ -762,7 +758,6 @@
|
|
|
762
758
|
/// <reference path="VideoStreamPlayer.d.ts" />
|
|
763
759
|
/// <reference path="Viewport.d.ts" />
|
|
764
760
|
/// <reference path="ViewportTexture.d.ts" />
|
|
765
|
-
/// <reference path="VirtualJoystick.d.ts" />
|
|
766
761
|
/// <reference path="VisibleOnScreenEnabler2D.d.ts" />
|
|
767
762
|
/// <reference path="VisibleOnScreenEnabler3D.d.ts" />
|
|
768
763
|
/// <reference path="VisibleOnScreenNotifier2D.d.ts" />
|