virtualx-engine/doc/classes
Alex Docauer 08dcbce6b5
Add movement caveats to InputEventMouseMotion docs
InputEventMouseMotion may fire when the mouse hasn't moved.
Also, it generally won't fire when the mouse stops moving.
This makes reliably detecting when the mouse isn't moving tricky.

Update the docs for InputEventMouseMotion to capture these caveats
and give guidance for the best way to detect lack of mouse movement.
2024-08-23 07:54:18 -07:00
..
@GlobalScope.xml This PR handles the smoothstep degenerate case where the range is empty. 2024-08-15 19:08:05 -04:00
AABB.xml Fix typo in AABB docs 2024-07-15 14:35:12 +03:00
AcceptDialog.xml Add minimum width/height to dialog buttons 2024-04-17 23:48:05 +02:00
AESContext.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AnimatableBody2D.xml Implement AnimationManager the base class of AnimationPlayer/Tree 2023-09-29 08:23:57 +09:00
AnimatableBody3D.xml Update links to outdated asset library demos 2024-04-07 16:59:43 +02:00
AnimatedSprite2D.xml Update links to outdated asset library demos 2024-04-07 16:59:43 +02:00
AnimatedSprite3D.xml Fix several minor class reference issues 2024-01-23 21:30:43 -05:00
AnimatedTexture.xml Update many Deprecated/Experimental descriptions for consistency 2024-02-17 21:33:12 +01:00
Animation.xml Make Animation::capture_included read-only 2024-08-10 18:53:45 +02:00
AnimationLibrary.xml Unexpose internal data property of AnimationLibrary 2023-11-02 18:57:39 +01:00
AnimationMixer.xml Add Animation tutorial links to class reference by 4.3 2024-08-13 01:57:28 +09:00
AnimationNode.xml Correct AnimationNode document where it mentions multiple inputs 2024-04-21 05:16:13 +09:00
AnimationNodeAdd2.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AnimationNodeAdd3.xml Update links to outdated asset library demos 2024-04-07 16:59:43 +02:00
AnimationNodeAnimation.xml Add a note of loop_mode for custom_timeline to the NodeAnimation docs 2024-08-01 18:52:32 +09:00
AnimationNodeBlend2.xml Update links to outdated asset library demos 2024-04-07 16:59:43 +02:00
AnimationNodeBlend3.xml Fix various typos in documentation 2023-07-09 04:41:18 +07:00
AnimationNodeBlendSpace1D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AnimationNodeBlendSpace2D.xml Minor AnimationNodeBlendSpace2D documentation fixes 2024-08-16 15:13:36 -04:00
AnimationNodeBlendTree.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AnimationNodeOneShot.xml Update links to outdated asset library demos 2024-04-07 16:59:43 +02:00
AnimationNodeOutput.xml Update links to outdated asset library demos 2024-04-07 16:59:43 +02:00
AnimationNodeStateMachine.xml Replace some "uncommon" words in class reference 2024-01-15 18:51:52 +01:00
AnimationNodeStateMachinePlayback.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AnimationNodeStateMachineTransition.xml Rework AnimationNode process for retrieving the semantic time info 2024-03-20 22:52:26 +09:00
AnimationNodeSub2.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AnimationNodeSync.xml Correct AnimationNode document where it mentions multiple inputs 2024-04-21 05:16:13 +09:00
AnimationNodeTimeScale.xml Update links to outdated asset library demos 2024-04-07 16:59:43 +02:00
AnimationNodeTimeSeek.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AnimationNodeTransition.xml Update links to outdated asset library demos 2024-04-07 16:59:43 +02:00
AnimationPlayer.xml clarify animation queuing documentation 2024-07-19 12:36:25 -04:00
AnimationRootNode.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AnimationTree.xml Update links to outdated asset library demos 2024-04-07 16:59:43 +02:00
Area2D.xml Update links to outdated asset library demos 2024-04-07 16:59:43 +02:00
Area3D.xml Document Area3D wind properties only affecting SoftBody3D 2024-04-10 00:06:27 +02:00
Array.xml Fix typo in Array's sort() method description 2024-07-27 16:13:42 -03:00
ArrayMesh.xml Add note to shadow_mesh docs to warn about improper usage 2024-07-19 13:26:51 -07:00
ArrayOccluder3D.xml Add missing tutorials to documentation classes 2023-08-19 20:29:24 +02:00
AspectRatioContainer.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AStar2D.xml Fix wrong return type mention in AStarGrid2D docs 2024-04-04 14:55:59 +02:00
AStar3D.xml Fix wrong return type mention in AStarGrid2D docs 2024-04-04 14:55:59 +02:00
AStarGrid2D.xml Fix wrong return type mention in AStarGrid2D docs 2024-04-04 14:55:59 +02:00
AtlasTexture.xml Fix empty region in AtlasTexture 2024-07-18 15:31:59 +02:00
AudioBusLayout.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioEffect.xml Update links to outdated asset library demos 2024-04-07 16:59:43 +02:00
AudioEffectAmplify.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioEffectBandLimitFilter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioEffectBandPassFilter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioEffectCapture.xml Add details about AudioEffectCapture.clear_buffer() and get_buffer() 2024-02-20 18:27:19 +01:00
AudioEffectChorus.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioEffectCompressor.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioEffectDelay.xml Fix invalid use of markdown syntax in classref 2023-08-01 22:44:31 +08:00
AudioEffectDistortion.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioEffectEQ.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioEffectEQ6.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioEffectEQ10.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioEffectEQ21.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioEffectFilter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioEffectHardLimiter.xml Add AudioEffectHardLimiter as a rework of audio limiter effect 2024-03-25 13:37:03 +01:00
AudioEffectHighPassFilter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioEffectHighShelfFilter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioEffectInstance.xml Fill the documentation of a few overlooked classes 2024-01-07 17:51:04 +01:00
AudioEffectLimiter.xml Add AudioEffectHardLimiter as a rework of audio limiter effect 2024-03-25 13:37:03 +01:00
AudioEffectLowPassFilter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioEffectLowShelfFilter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioEffectNotchFilter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioEffectPanner.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioEffectPhaser.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioEffectPitchShift.xml Replace some "uncommon" words in class reference 2024-01-15 18:51:52 +01:00
AudioEffectRecord.xml Update links to outdated asset library demos 2024-04-07 16:59:43 +02:00
AudioEffectReverb.xml Update links to outdated asset library demos 2024-04-07 16:59:43 +02:00
AudioEffectSpectrumAnalyzer.xml Document AudioEffectSpectrumAnalyzerInstance, clarify relationship with AudioEffectSpectrumAnalyzer 2024-05-08 00:17:59 -07:00
AudioEffectSpectrumAnalyzerInstance.xml Document AudioEffectSpectrumAnalyzerInstance, clarify relationship with AudioEffectSpectrumAnalyzer 2024-05-08 00:17:59 -07:00
AudioEffectStereoEnhance.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioListener2D.xml Add keywords to improve search in the class reference 2024-02-22 16:16:49 +01:00
AudioListener3D.xml Add keywords to improve search in the class reference 2024-02-22 16:16:49 +01:00
AudioSample.xml Add samples playback support 2024-06-18 11:06:31 -04:00
AudioSamplePlayback.xml Add samples playback support 2024-06-18 11:06:31 -04:00
AudioServer.xml Add samples playback support 2024-06-18 11:06:31 -04:00
AudioStream.xml Add samples playback support 2024-06-18 11:06:31 -04:00
AudioStreamGenerator.xml Update links to outdated asset library demos 2024-04-07 16:59:43 +02:00
AudioStreamGeneratorPlayback.xml Update links to outdated asset library demos 2024-04-07 16:59:43 +02:00
AudioStreamMicrophone.xml Add missing tutorials to documentation classes 2023-08-19 20:29:24 +02:00
AudioStreamPlayback.xml Add samples playback support 2024-06-18 11:06:31 -04:00
AudioStreamPlaybackPolyphonic.xml Add samples playback support 2024-06-18 11:06:31 -04:00
AudioStreamPlaybackResampled.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioStreamPlayer.xml Fix several typos in the documentation 2024-08-02 08:42:20 +08:00
AudioStreamPlayer2D.xml Add samples playback support 2024-06-18 11:06:31 -04:00
AudioStreamPlayer3D.xml Add samples playback support 2024-06-18 11:06:31 -04:00
AudioStreamPolyphonic.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioStreamRandomizer.xml Simpler default values for AudioStreamRandomizer 2023-08-02 17:20:40 +02:00
AudioStreamWAV.xml Change "sample" to "stream" 2024-06-22 19:58:45 -07:00
BackBufferCopy.xml Improve the top docs sections of VFX classes 2023-08-11 21:17:04 +03:00
BaseButton.xml Add keywords to improve search in the class reference 2024-02-22 16:16:49 +01:00
BaseMaterial3D.xml reverted naming to premul alpha (no T) 2024-05-01 22:24:49 +02:00
Basis.xml Fix asset pipeline coordinate systems doc url 2024-07-01 10:17:47 +02:00
BitMap.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Bone2D.xml Fix the documentation of Bone2D::apply_rest (squashed) 2024-01-28 13:37:11 +00:00
BoneAttachment3D.xml Add BoneAttachment3D::get_skeleton() method 2024-08-17 09:35:24 +10:00
BoneMap.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
bool.xml Overlay bool documentation 2023-08-02 09:54:20 +02:00
BoxContainer.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
BoxMesh.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
BoxOccluder3D.xml Add missing tutorials to documentation classes 2023-08-19 20:29:24 +02:00
BoxShape3D.xml Update links to outdated asset library demos 2024-04-07 16:59:43 +02:00
Button.xml [Button] Use align_to_largest_stylebox for min. size calculation. 2024-07-04 09:40:55 +03:00
ButtonGroup.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Callable.xml Add methods to get argument count of methods 2024-03-10 11:02:43 +01:00
CallbackTweener.xml Prevent errors if Tween callback's object is freed 2023-08-29 14:50:53 +02:00
Camera2D.xml Update links to outdated asset library demos 2024-04-07 16:59:43 +02:00
Camera3D.xml Update links to outdated asset library demos 2024-04-07 16:59:43 +02:00
CameraAttributes.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
CameraAttributesPhysical.xml Improve documentation for CameraAttributesPhysical.exposure_shutter_speed 2023-12-04 17:35:31 -07:00
CameraAttributesPractical.xml Fix various typos in documentation 2023-12-27 20:37:37 +07:00
CameraFeed.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
CameraServer.xml Added hint for required ios camera plugin in CameraServer documentation 2024-04-09 21:59:42 +02:00
CameraTexture.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
CanvasGroup.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
CanvasItem.xml Clarify is_visible_in_tree() in CanvasItem 2024-07-14 01:16:25 +02:00
CanvasItemMaterial.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
CanvasLayer.xml Update links to outdated asset library demos 2024-04-07 16:59:43 +02:00
CanvasModulate.xml Add keywords to improve search in the class reference 2024-02-22 16:16:49 +01:00
CanvasTexture.xml Specify how CanvasTexture does not work in 3D 2024-01-06 01:43:40 +01:00
CapsuleMesh.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
CapsuleShape2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
CapsuleShape3D.xml Update links to outdated asset library demos 2024-04-07 16:59:43 +02:00
CenterContainer.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
CharacterBody2D.xml Surface normal is not correct 2024-04-09 19:30:57 -07:00
CharacterBody3D.xml Surface normal is not correct 2024-04-09 19:30:57 -07:00
CharFXTransform.xml Add keywords to improve search in the class reference 2024-02-22 16:16:49 +01:00
CheckBox.xml Use bound theme properties for documentation 2023-09-26 18:48:51 +02:00
CheckButton.xml Use bound theme properties for documentation 2023-09-26 18:48:51 +02:00
CircleShape2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ClassDB.xml Expose ClassDB methods get_property_setter / get_property_getter 2024-07-27 00:13:34 -04:00
CodeEdit.xml Overhaul multiple caret editing in TextEdit. 2024-04-26 14:26:10 -04:00
CodeHighlighter.xml Overhaul some "uncommon" wording in class reference 2024-03-01 15:32:38 +01:00
CollisionObject2D.xml Validate code tags for class and member references 2023-10-03 15:48:31 +02:00
CollisionObject3D.xml Rename some arguments called "position" 2024-03-27 01:28:24 +01:00
CollisionPolygon2D.xml Add further details on properties returning Packed*Array 2024-04-08 11:35:27 +02:00
CollisionPolygon3D.xml Add further details on properties returning Packed*Array 2024-04-08 11:35:27 +02:00
CollisionShape2D.xml Update links to outdated asset library demos 2024-04-07 16:59:43 +02:00
CollisionShape3D.xml Update links to outdated asset library demos 2024-04-07 16:59:43 +02:00
Color.xml Document alternatives to some static Color methods 2024-07-28 17:30:02 +02:00
ColorPicker.xml Update links to outdated asset library demos 2024-04-07 16:59:43 +02:00
ColorPickerButton.xml Update links to outdated asset library demos 2024-04-07 16:59:43 +02:00
ColorRect.xml Update links to outdated asset library demos 2024-04-07 16:59:43 +02:00
Compositor.xml Add tutorial link in Compositor and CompositorEffect docs 2024-08-14 22:04:12 -07:00
CompositorEffect.xml Add tutorial link in Compositor and CompositorEffect docs 2024-08-14 22:04:12 -07:00
CompressedCubemap.xml Fix various typos in documentation 2023-12-27 20:37:37 +07:00
CompressedCubemapArray.xml Fix various typos in documentation 2023-12-27 20:37:37 +07:00
CompressedTexture2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
CompressedTexture2DArray.xml Fix various typos in documentation 2023-12-27 20:37:37 +07:00
CompressedTexture3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
CompressedTextureLayered.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ConcavePolygonShape2D.xml doc: Fix typo in ConcavePolygonShape2D/3D description 2023-10-29 17:27:47 +03:00
ConcavePolygonShape3D.xml Update links to outdated asset library demos 2024-04-07 16:59:43 +02:00
ConeTwistJoint3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ConfigFile.xml Use [codeblock lang=text] more often in class ref 2024-04-08 16:17:50 +02:00
ConfirmationDialog.xml Fix confusing descriptions of ConfirmationDialog's description. 2024-05-22 15:05:56 +08:00
Container.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Control.xml Don't store deprecated auto-translate property 2024-04-15 14:23:24 +08:00
ConvexPolygonShape2D.xml Use [constant] instead of [code] when possible 2023-09-01 16:57:53 +02:00
ConvexPolygonShape3D.xml Update links to outdated asset library demos 2024-04-07 16:59:43 +02:00
CPUParticles2D.xml Add keywords to improve search in the class reference 2024-02-22 16:16:49 +01:00
CPUParticles3D.xml Add keywords to improve search in the class reference 2024-02-22 16:16:49 +01:00
Crypto.xml [Doc] Update Crypto example 2024-05-09 14:36:28 +02:00
CryptoKey.xml Update CryptoKey documentation to mention ECC. 2024-05-08 20:14:04 -07:00
Cubemap.xml Improve the top docs sections of VFX classes 2023-08-11 21:17:04 +03:00
CubemapArray.xml Overhaul some "uncommon" wording in class reference 2024-03-01 15:32:38 +01:00
Curve.xml Improve the top docs sections of VFX classes 2023-08-11 21:17:04 +03:00
Curve2D.xml Changed the way the rotation of a curve at a point is evaluated to match PathFollow2D 2023-10-28 01:23:38 -05:00
Curve3D.xml Validate code tags for class and member references 2023-10-03 15:48:31 +02:00
CurveTexture.xml Improve the top docs sections of VFX classes 2023-08-11 21:17:04 +03:00
CurveXYZTexture.xml Improve the top docs sections of VFX classes 2023-08-11 21:17:04 +03:00
CylinderMesh.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
CylinderShape3D.xml Update links to outdated asset library demos 2024-04-07 16:59:43 +02:00
DampedSpringJoint2D.xml Validate code tags for class and member references 2023-10-03 15:48:31 +02:00
Decal.xml Add keywords to improve search in the class reference 2024-02-22 16:16:49 +01:00
Dictionary.xml Fix several typos in the documentation 2024-08-02 08:42:20 +08:00
DirAccess.xml Add symlink API support for Windows, expose symlink methods. 2024-04-28 19:59:34 +03:00
DirectionalLight2D.xml Add keywords to improve search in the class reference 2024-02-22 16:16:49 +01:00
DirectionalLight3D.xml Add keywords to improve search in the class reference 2024-02-22 16:16:49 +01:00
DisplayServer.xml Merge pull request #94412 from dsnopek/xr-always-render 2024-07-18 15:38:14 +02:00
DTLSServer.xml [Doc] Fix casing of some C# names 2024-03-20 13:39:00 +01:00
EditorCommandPalette.xml Make EditorInterface accessible as a singleton 2023-08-09 16:01:31 +02:00
EditorDebuggerPlugin.xml Expose several EngineDebugger methods and signals as plugin callbacks 2024-06-10 19:46:23 -04:00
EditorDebuggerSession.xml Expose several EngineDebugger methods and signals as plugin callbacks 2024-06-10 19:46:23 -04:00
EditorExportPlatform.xml Fix inverted link in docs 2024-02-04 18:31:09 +01:00
EditorExportPlatformPC.xml Add miscellaneous documentation to some classes 2024-01-10 16:52:47 +01:00
EditorExportPlugin.xml EditorExportPlugin: Call _export_file for all resource types 2024-07-04 23:35:32 -04:00
EditorFeatureProfile.xml Allow changing feature profile via EditorInterface 2023-07-24 18:46:36 +02:00
EditorFileDialog.xml Expose EditorFileDialog::popup_file_dialog() to GDScript and GDExtension 2024-04-29 14:49:32 -05:00
EditorFileSystem.xml Fix instanced .blend/GLTF scenes lose all children after update until .tscn is reopened 2024-07-19 08:51:23 -04:00
EditorFileSystemDirectory.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
EditorFileSystemImportFormatSupportQuery.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
EditorImportPlugin.xml Merge pull request #95336 from esainane/typo-eh 2024-08-12 14:10:21 +02:00
EditorInspector.xml Disable follow focus while updating inspector 2024-05-19 12:44:30 +02:00
EditorInspectorPlugin.xml Display custom data name instead of indices in TileData inspector 2024-05-25 17:21:31 +02:00
EditorInterface.xml Merge pull request #81655 from nlupugla/editor-interface-can-popup-dialogs 2024-02-08 10:53:13 +01:00
EditorNode3DGizmo.xml [Editor] Add missing virtual bind to EditorNode3DGizmo(Plugin) 2024-01-06 17:27:50 +01:00
EditorNode3DGizmoPlugin.xml [Editor] Add missing virtual bind to EditorNode3DGizmo(Plugin) 2024-01-06 17:27:50 +01:00
EditorPaths.xml Use [codeblock lang=text] more often in class ref 2024-04-08 16:17:50 +02:00
EditorPlugin.xml Fix typo in EditorPlugin _forward_3d_draw_over_viewport(overlay) method example 2024-08-01 00:10:16 +02:00
EditorProperty.xml Add keywords to improve search in the class reference 2024-02-22 16:16:49 +01:00
EditorResourceConversionPlugin.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
EditorResourcePicker.xml Add keywords to improve search in the class reference 2024-02-22 16:16:49 +01:00
EditorResourcePreview.xml Fix various typos in classref 2023-08-22 18:05:50 +08:00
EditorResourcePreviewGenerator.xml Fix various typos in classref 2023-08-22 18:05:50 +08:00
EditorResourceTooltipPlugin.xml Fix unmatched brackets in the documentation 2023-09-05 15:57:39 +08:00
EditorSceneFormatImporter.xml Vertex and attribute compression to reduce the size of the vertex format. 2023-10-05 12:02:23 -06:00
EditorScenePostImport.xml Update Importing 3D scenes link to match splitting PR 2023-09-23 16:53:18 -05:00
EditorScenePostImportPlugin.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
EditorScript.xml Fix add_root_node() being no-op 2024-04-03 20:07:56 +02:00
EditorScriptPicker.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
EditorSelection.xml Overhaul some "uncommon" wording in class reference 2024-03-01 15:32:38 +01:00
EditorSettings.xml Merge pull request #95230 from bruvzg/msdf_custom 2024-08-16 14:33:12 +02:00
EditorSpinSlider.xml Add keywords to improve search in the class reference 2024-02-22 16:16:49 +01:00
EditorSyntaxHighlighter.xml Fix various typos in classref 2023-08-22 18:05:50 +08:00
EditorTranslationParserPlugin.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
EditorUndoRedoManager.xml Add a way to force history for undoredo 2024-06-26 13:24:34 +02:00
EditorVCSInterface.xml Add missing tutorials to documentation classes 2023-08-19 20:29:24 +02:00
EncodedObjectAsID.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Engine.xml [Doc] Fix some incorrect uses of a/an 2024-03-13 21:20:28 +01:00
EngineDebugger.xml Expose several EngineDebugger methods and signals as plugin callbacks 2024-06-10 19:46:23 -04:00
EngineProfiler.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Environment.xml Ensure post processing happens when adjustments are enabled in the Compatibility renderer 2024-06-11 14:31:06 -07:00
Expression.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
FileAccess.xml Fix mismatched parentheses in class reference 2024-05-30 15:54:53 +08:00
FileDialog.xml [Docs] Add some notes about native file dialog limitations. 2024-07-22 15:56:54 +03:00
FileSystemDock.xml Fix folder colors not present in editor dir dialog 2024-04-16 16:21:49 -03:00
float.xml Overhaul some "uncommon" wording in class reference 2024-03-01 15:32:38 +01:00
FlowContainer.xml Add FlowContainer wrap options for center alignment. 2024-04-29 08:26:45 -05:00
FogMaterial.xml Add keywords to improve search in the class reference 2024-02-22 16:16:49 +01:00
FogVolume.xml Add missing tutorials to documentation classes 2023-08-19 20:29:24 +02:00
Font.xml Font: Fix typo in get_supported_variation_list example 2024-07-31 23:16:30 +02:00
FontFile.xml [TextServer] Use GDVIRTUAL_REQUIRED_CALL for required extensions methods, update extension docs. 2024-03-13 12:57:39 +02:00
FontVariation.xml Font: Fix typo in get_supported_variation_list example 2024-07-31 23:16:30 +02:00
FramebufferCacheRD.xml Implement hooks into renderer 2024-02-18 21:54:21 +11:00
GDExtension.xml Unbind GDExtension methods that can't reasonably be used 2024-02-16 16:31:09 -06:00
GDExtensionManager.xml Style: Trim trailing whitespace and ensure newline at EOF 2024-05-08 10:12:46 +02:00
Generic6DOFJoint3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Geometry2D.xml Merge pull request #92001 from GrahameGW/line_intersect_docs 2024-08-16 14:31:59 +02:00
Geometry3D.xml Expose 3D Delaunay tetrahedralization in Geometry3D 2023-10-16 11:48:49 +02:00
GeometryInstance3D.xml Merge pull request #87231 from Calinou/geometryinstance3d-transparency-warn-mobile-compatibility 2024-05-04 11:52:06 +02:00
GPUParticles2D.xml Style: Trim trailing whitespace and ensure newline at EOF 2024-05-08 10:12:46 +02:00
GPUParticles3D.xml Merge pull request #90310 from mhilbrunner/OutdatedDemos 2024-04-08 11:21:38 +02:00
GPUParticlesAttractor3D.xml Improve the top docs sections of VFX classes 2023-08-11 21:17:04 +03:00
GPUParticlesAttractorBox3D.xml Improve the top docs sections of VFX classes 2023-08-11 21:17:04 +03:00
GPUParticlesAttractorSphere3D.xml Improve the top docs sections of VFX classes 2023-08-11 21:17:04 +03:00
GPUParticlesAttractorVectorField3D.xml Improve the top docs sections of VFX classes 2023-08-11 21:17:04 +03:00
GPUParticlesCollision3D.xml Improve the top docs sections of VFX classes 2023-08-11 21:17:04 +03:00
GPUParticlesCollisionBox3D.xml Improve the top docs sections of VFX classes 2023-08-11 21:17:04 +03:00
GPUParticlesCollisionHeightField3D.xml Improve the top docs sections of VFX classes 2023-08-11 21:17:04 +03:00
GPUParticlesCollisionSDF3D.xml Improve the top docs sections of VFX classes 2023-08-11 21:17:04 +03:00
GPUParticlesCollisionSphere3D.xml Improve the top docs sections of VFX classes 2023-08-11 21:17:04 +03:00
Gradient.xml Add further details on properties returning Packed*Array 2024-04-08 11:35:27 +02:00
GradientTexture1D.xml Improve the top docs sections of VFX classes 2023-08-11 21:17:04 +03:00
GradientTexture2D.xml Improve the top docs sections of VFX classes 2023-08-11 21:17:04 +03:00
GraphEdit.xml [GraphEdit] Add a note about the behavior of get_children() 2024-06-29 19:40:10 +02:00
GraphElement.xml Add GraphFrame and integrate it in VisualShader 2024-04-04 15:11:00 +02:00
GraphFrame.xml Add GraphFrame and integrate it in VisualShader 2024-04-04 15:11:00 +02:00
GraphNode.xml [VisualShader] Add reroute node and improve port drawing 2024-05-13 03:26:01 +02:00
GridContainer.xml Update links to outdated asset library demos 2024-04-07 16:59:43 +02:00
GrooveJoint2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
HashingContext.xml Fix hashing context example 2024-05-14 19:22:50 +12:00
HBoxContainer.xml Use bound theme properties for documentation 2023-09-26 18:48:51 +02:00
HeightMapShape3D.xml Add HeightMapShape3D update with Image data 2024-04-04 02:10:00 +02:00
HFlowContainer.xml Use bound theme properties for documentation 2023-09-26 18:48:51 +02:00
HingeJoint3D.xml Deprecate unused paramater angular_limit/softness in HingeJoint3D 2024-05-02 10:50:58 +02:00
HMACContext.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
HScrollBar.xml Use bound theme properties for documentation 2023-09-26 18:48:51 +02:00
HSeparator.xml Use bound theme properties for documentation 2023-09-26 18:48:51 +02:00
HSlider.xml Use bound theme properties for documentation 2023-09-26 18:48:51 +02:00
HSplitContainer.xml Use bound theme properties for documentation 2023-09-26 18:48:51 +02:00
HTTPClient.xml [Doc] Fix casing of some C# names 2024-03-20 13:39:00 +01:00
HTTPRequest.xml [Doc] Fix casing of some C# names 2024-03-20 13:39:00 +01:00
Image.xml Merge pull request #92496 from clayjohn/HDR-2D-sRGB 2024-08-19 12:08:40 +02:00
ImageFormatLoader.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ImageFormatLoaderExtension.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ImageTexture.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ImageTexture3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ImageTextureLayered.xml Validate code tags for class and member references 2023-10-03 15:48:31 +02:00
ImmediateMesh.xml Add C# Example to ImmediateMesh.xml 2023-10-23 14:50:07 +02:00
ImporterMesh.xml [Doc] Fix some incorrect uses of a/an 2024-03-13 21:20:28 +01:00
ImporterMeshInstance3D.xml Merge pull request #78803 from EMBYRDEV/additional-mesh-import-options 2023-09-24 23:30:30 +02:00
Input.xml docs: highlight lack of joystick info on majority of platforms 2024-08-18 14:47:32 -05:00
InputEvent.xml Add "repeat" keyword alias for InputEvent "echo" in the class reference 2024-06-24 19:23:18 +02:00
InputEventAction.xml Add event_index to InputEventAction 2024-05-30 12:51:15 +02:00
InputEventFromWindow.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
InputEventGesture.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
InputEventJoypadButton.xml Add keywords to improve search in the class reference 2024-02-22 16:16:49 +01:00
InputEventJoypadMotion.xml Add keywords to improve search in the class reference 2024-02-22 16:16:49 +01:00
InputEventKey.xml Add "repeat" keyword alias for InputEvent "echo" in the class reference 2024-06-24 19:23:18 +02:00
InputEventMagnifyGesture.xml Update the description for the InputEventMagnifyGesture and InputEventPanGesture gestures 2023-11-06 11:02:39 -08:00
InputEventMIDI.xml [Doc] Fix casing of some C# names 2024-03-20 13:39:00 +01:00
InputEventMouse.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
InputEventMouseButton.xml Merge pull request #88130 from AlekseyKapustyanenko/Rotary_Input 2024-02-13 23:43:33 +01:00
InputEventMouseMotion.xml Add movement caveats to InputEventMouseMotion docs 2024-08-23 07:54:18 -07:00
InputEventPanGesture.xml Update the description for the InputEventMagnifyGesture and InputEventPanGesture gestures 2023-11-06 11:02:39 -08:00
InputEventScreenDrag.xml Fix description of touch input position 2024-03-15 16:51:51 +08:00
InputEventScreenTouch.xml Fix description of touch input position 2024-03-15 16:51:51 +08:00
InputEventShortcut.xml Update documentation for places to receive InputEventShortcut 2024-07-26 16:56:27 +03:00
InputEventWithModifiers.xml Replaced Command with Cmd in documentation 2023-08-13 23:53:24 +02:00
InputMap.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
InstancePlaceholder.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
int.xml Overhaul some "uncommon" wording in class reference 2024-03-01 15:32:38 +01:00
IntervalTweener.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
IP.xml Add keywords to improve search in the class reference 2024-02-22 16:16:49 +01:00
ItemList.xml Merge pull request #88577 from davthedev/itemlist-light-refactor 2024-02-29 13:54:03 +01:00
JavaClass.xml Add documentation to JavaClass & JavaClassWrapper 2024-01-05 19:54:25 +01:00
JavaClassWrapper.xml Add documentation to JavaClass & JavaClassWrapper 2024-01-05 19:54:25 +01:00
JavaScriptBridge.xml Validate code tags for class and member references 2023-10-03 15:48:31 +02:00
JavaScriptObject.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
JNISingleton.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Joint2D.xml Tweak Joint2D and Joint3D documentation for consistency 2024-04-08 16:51:47 +02:00
Joint3D.xml Merge pull request #87446 from Mickeon/documentation-Joint-tweaks 2024-05-29 22:13:18 +02:00
JSON.xml Clean up English in JSON documentation 2024-08-06 11:21:45 +02:00
JSONRPC.xml Add miscellaneous documentation to some classes 2024-01-10 16:52:47 +01:00
KinematicCollision2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
KinematicCollision3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Label.xml Update links to outdated asset library demos 2024-04-07 16:59:43 +02:00
Label3D.xml Add keywords to improve search in the class reference 2024-02-22 16:16:49 +01:00
LabelSettings.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Light2D.xml Add keywords to improve search in the class reference 2024-02-22 16:16:49 +01:00
Light3D.xml Fix Light3D BakeMode enum documentation 2024-05-28 01:48:43 -03:00
LightmapGI.xml Lightmapper: Prevent infinite loop when blitting lightmaps into an atlas 2024-07-13 13:10:04 +02:00
LightmapGIData.xml Update many Deprecated/Experimental descriptions for consistency 2024-02-17 21:33:12 +01:00
Lightmapper.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
LightmapperRD.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
LightmapProbe.xml Clarify lightmap rebaking being required for LightmapProbe changes 2024-06-20 00:58:55 +02:00
LightOccluder2D.xml Add sdf_collision property description to LightOccluder2D 2023-10-06 12:10:13 +02:00
Line2D.xml Update links to outdated asset library demos 2024-04-07 16:59:43 +02:00
LineEdit.xml Use black for font outlines by default instead of white 2024-02-28 20:25:15 +01:00
LinkButton.xml Use black for font outlines by default instead of white 2024-02-28 20:25:15 +01:00
MainLoop.xml Additional docs: c# mainloop needs to be registered in the global class 2024-02-22 00:40:26 +08:00
MarginContainer.xml Add keywords to improve search in the class reference 2024-02-22 16:16:49 +01:00
Marker2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Marker3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Marshalls.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Material.xml Fix mismatched parentheses in class reference 2024-05-30 15:54:53 +08:00
MenuBar.xml Use black for font outlines by default instead of white 2024-02-28 20:25:15 +01:00
MenuButton.xml Validate code tags for class and member references 2023-10-03 15:48:31 +02:00
Mesh.xml Clarify that the Mesh.ARRAY_NORMAL array will normalize its contents internally 2024-07-04 10:55:43 +02:00
MeshConvexDecompositionSettings.xml Overhaul some "uncommon" wording in class reference 2024-03-01 15:32:38 +01:00
MeshDataTool.xml Overhaul some "uncommon" wording in class reference 2024-03-01 15:32:38 +01:00
MeshInstance2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
MeshInstance3D.xml Add option to bake a mesh from blend shape mix 2024-04-10 23:35:28 +02:00
MeshLibrary.xml Improve description of find_item_by_name() method in MeshLibrary class doc 2024-05-27 05:51:30 -03:00
MeshTexture.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
MethodTweener.xml Prevent errors if Tween callback's object is freed 2023-08-29 14:50:53 +02:00
MissingNode.xml Allow opening scenes with missing scene dependency 2024-02-13 19:46:35 +01:00
MissingResource.xml Fill the documentation of a few overlooked classes 2024-01-07 17:51:04 +01:00
MovieWriter.xml Fix metadata name in MovieWriter.xml 2023-09-29 14:09:04 -04:00
MultiMesh.xml Fixed Timestep Interpolation: MultiMesh 2024-08-18 17:14:59 +02:00
MultiMeshInstance2D.xml Add keywords to improve search in the class reference 2024-02-22 16:16:49 +01:00
MultiMeshInstance3D.xml Add keywords to improve search in the class reference 2024-02-22 16:16:49 +01:00
MultiplayerAPI.xml Merge pull request #87610 from Mickeon/documentation-MultiplayerAPI-peer-id 2024-03-10 21:12:48 +01:00
MultiplayerAPIExtension.xml Add keywords to improve search in the class reference 2024-02-22 16:16:49 +01:00
MultiplayerPeer.xml Update links to outdated asset library demos 2024-04-07 16:59:43 +02:00
MultiplayerPeerExtension.xml Add keywords to improve search in the class reference 2024-02-22 16:16:49 +01:00
Mutex.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
NativeMenu.xml [macOS] Improve native menu open/close callbacks. 2024-06-05 20:22:41 +03:00
NavigationAgent2D.xml Update velocity_computed signal description 2024-05-25 15:12:49 -03:00
NavigationAgent3D.xml Update velocity_computed signal description 2024-05-25 15:12:49 -03:00
NavigationLink2D.xml Add NavigationLink function to change navigation map 2024-08-15 22:37:02 +02:00
NavigationLink3D.xml Add NavigationLink function to change navigation map 2024-08-15 22:37:02 +02:00
NavigationMesh.xml Change NavigationMesh to also parse collision shapes by default 2024-08-01 14:41:49 +02:00
NavigationMeshGenerator.xml Overhaul some "uncommon" wording in class reference 2024-03-01 15:32:38 +01:00
NavigationMeshSourceGeometryData2D.xml Add bounds function to NavigationMeshSourceGeometryData 2024-08-19 00:12:37 +02:00
NavigationMeshSourceGeometryData3D.xml Add bounds function to NavigationMeshSourceGeometryData 2024-08-19 00:12:37 +02:00
NavigationObstacle2D.xml Add NavigationObstacle options to affect and carve navigation mesh 2024-03-15 01:45:44 +01:00
NavigationObstacle3D.xml Add NavigationObstacle options to affect and carve navigation mesh 2024-03-15 01:45:44 +01:00
NavigationPathQueryParameters2D.xml Add navigation path simplification 2024-04-11 12:32:21 +02:00
NavigationPathQueryParameters3D.xml Add navigation path simplification 2024-04-11 12:32:21 +02:00
NavigationPathQueryResult2D.xml Documentation: Add support for deprecated/experimental messages 2024-02-15 15:59:50 +03:00
NavigationPathQueryResult3D.xml Documentation: Add support for deprecated/experimental messages 2024-02-15 15:59:50 +03:00
NavigationPolygon.xml Add triangulation partition option to 2D navigation mesh baking 2024-08-05 00:08:46 +02:00
NavigationRegion2D.xml Remove experimental constrain_avoidance from NavigationRegion2D 2024-04-16 18:02:53 +02:00
NavigationRegion3D.xml Documentation: Add support for deprecated/experimental messages 2024-02-15 15:59:50 +03:00
NavigationServer2D.xml Add navigation source geometry parser callbacks 2024-04-19 12:10:57 +02:00
NavigationServer3D.xml Add navigation obstacles to performance monitor stats 2024-06-25 05:17:27 +02:00
NinePatchRect.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Node.xml Update Node docs to change iOS to Android for NOTIFICATION_WM_GO_BACK_REQUEST 2024-07-17 11:41:58 +02:00
Node2D.xml Make it clear Node2D.look_at() aligns the +X axis 2024-04-29 08:12:26 +08:00
Node3D.xml Fixed Timestep Interpolation (3D) 2024-07-07 22:15:23 +02:00
Node3DGizmo.xml Add docs for Node3DGizmo to clarify its link to EditorNode3DGizmo 2023-10-02 16:17:16 +02:00
NodePath.xml Add : to node properties, to differentiate them from node paths 2024-07-03 17:07:49 +02:00
Object.xml Fix check in Object._ValidateProperty example 2024-08-09 19:08:27 +00:00
Occluder3D.xml Add missing tutorials to documentation classes 2023-08-19 20:29:24 +02:00
OccluderInstance3D.xml Fix invalid inheritance of OccluderInstance3D 2024-06-19 16:47:37 +02:00
OccluderPolygon2D.xml Add further details on properties returning Packed*Array 2024-04-08 11:35:27 +02:00
OfflineMultiplayerPeer.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
OmniLight3D.xml Correct documentation for Omni and Spot light distance attenuation 2024-06-03 09:37:57 +02:00
OptimizedTranslation.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
OptionButton.xml Add keywords to improve search in the class reference 2024-02-22 16:16:49 +01:00
ORMMaterial3D.xml Improve the top docs sections of VFX classes 2023-08-11 21:17:04 +03:00
OS.xml Add Metal support for macOS (arm64) and iOS 2024-08-20 12:11:06 +02:00
PackedByteArray.xml Add further details on properties returning Packed*Array 2024-04-08 11:35:27 +02:00
PackedColorArray.xml Add further details on properties returning Packed*Array 2024-04-08 11:35:27 +02:00
PackedDataContainer.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PackedDataContainerRef.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PackedFloat32Array.xml Add further details on properties returning Packed*Array 2024-04-08 11:35:27 +02:00
PackedFloat64Array.xml Add further details on properties returning Packed*Array 2024-04-08 11:35:27 +02:00
PackedInt32Array.xml Add further details on properties returning Packed*Array 2024-04-08 11:35:27 +02:00
PackedInt64Array.xml Add further details on properties returning Packed*Array 2024-04-08 11:35:27 +02:00
PackedScene.xml Minor PackedScene documentation improvements 2024-05-01 11:13:01 -04:00
PackedStringArray.xml Add further details on properties returning Packed*Array 2024-04-08 11:35:27 +02:00
PackedVector2Array.xml Add further details on properties returning Packed*Array 2024-04-08 11:35:27 +02:00
PackedVector3Array.xml Add further details on properties returning Packed*Array 2024-04-08 11:35:27 +02:00
PackedVector4Array.xml Add PackedVector4Array Variant type 2024-05-03 00:58:27 +02:00
PacketPeer.xml Validate code tags for class and member references 2023-10-03 15:48:31 +02:00
PacketPeerDTLS.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PacketPeerExtension.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PacketPeerStream.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PacketPeerUDP.xml [Doc] Fix casing of some C# names 2024-03-20 13:39:00 +01:00
Panel.xml Update links to outdated asset library demos 2024-04-07 16:59:43 +02:00
PanelContainer.xml Update links to outdated asset library demos 2024-04-07 16:59:43 +02:00
PanoramaSkyMaterial.xml Expose energy_multiplier to PanoramaSkyMaterial and ProceduralSkyMaterial 2023-10-25 14:12:22 +02:00
Parallax2D.xml Add tutorial link to Parallax2D doc 2024-07-16 08:25:29 -04:00
ParallaxBackground.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ParallaxLayer.xml Fixed Timestep Interpolation (2D) 2024-03-23 12:28:36 +01:00
ParticleProcessMaterial.xml Clarify docs for ParticleProcessMaterial emission_box_extents 2024-04-26 10:50:41 +02:00
Path2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Path3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PathFollow2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PathFollow3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PCKPacker.xml [Doc] Fix casing of some C# names 2024-03-20 13:39:00 +01:00
Performance.xml Add navigation obstacles to performance monitor stats 2024-06-25 05:17:27 +02:00
PhysicalBone2D.xml Update class reference to include some keywords 2024-02-09 18:13:23 +01:00
PhysicalBone3D.xml Rework migration of animate_physical_bones to compatibility 2024-06-25 18:54:59 +09:00
PhysicalBoneSimulator3D.xml Skeleton3D: Add SkeletonModifier / Deprecate Override / Separate PB 2024-04-05 01:28:26 +09:00
PhysicalSkyMaterial.xml Remove note about night sky in PhysicalSkyMaterial 2024-06-04 15:34:27 +02:00
PhysicsBody2D.xml Add keywords to PhysicsBody{2D,3D}.test_move() for easier discoverability 2024-03-09 17:33:04 +01:00
PhysicsBody3D.xml Add keywords to PhysicsBody{2D,3D}.test_move() for easier discoverability 2024-03-09 17:33:04 +01:00
PhysicsDirectBodyState2D.xml Fix force integration documentation 2024-03-16 00:32:21 +01:00
PhysicsDirectBodyState2DExtension.xml Add documentation to PhysicsDirectBodyState2DExtension 2024-01-10 14:32:45 +01:00
PhysicsDirectBodyState3D.xml Fix force integration documentation 2024-03-16 00:32:21 +01:00
PhysicsDirectBodyState3DExtension.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PhysicsDirectSpaceState2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PhysicsDirectSpaceState2DExtension.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PhysicsDirectSpaceState3D.xml Add ability to get barycentric coordinates from ray 2023-08-02 15:16:44 -05:00
PhysicsDirectSpaceState3DExtension.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PhysicsMaterial.xml Fix PhysicsMaterial description being limited to 3D 2024-05-28 08:25:33 +08:00
PhysicsPointQueryParameters2D.xml Clarify that some exclude properties of physics query parameters are copied 2024-07-08 18:46:29 +05:30
PhysicsPointQueryParameters3D.xml Clarify that some exclude properties of physics query parameters are copied 2024-07-08 18:46:29 +05:30
PhysicsRayQueryParameters2D.xml Clarify that some exclude properties of physics query parameters are copied 2024-07-08 18:46:29 +05:30
PhysicsRayQueryParameters3D.xml Clarify that some exclude properties of physics query parameters are copied 2024-07-08 18:46:29 +05:30
PhysicsServer2D.xml Bind PhysicsServer*D::body_set_state_sync_callback 2024-07-23 13:30:44 +02:00
PhysicsServer2DExtension.xml Bind PhysicsServer*D::body_set_state_sync_callback 2024-07-23 13:30:44 +02:00
PhysicsServer2DManager.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PhysicsServer3D.xml Bind PhysicsServer*D::body_set_state_sync_callback 2024-07-23 13:30:44 +02:00
PhysicsServer3DExtension.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PhysicsServer3DManager.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PhysicsServer3DRenderingServerHandler.xml Fix bindings of PhysicsServer3DRenderingServerHandler 2023-09-20 12:24:32 +02:00
PhysicsShapeQueryParameters2D.xml Clarify that some exclude properties of physics query parameters are copied 2024-07-08 18:46:29 +05:30
PhysicsShapeQueryParameters3D.xml Clarify that some exclude properties of physics query parameters are copied 2024-07-08 18:46:29 +05:30
PhysicsTestMotionParameters2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PhysicsTestMotionParameters3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PhysicsTestMotionResult2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PhysicsTestMotionResult3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PinJoint2D.xml Update PinJoint2D API with angle limits and motor speed 2023-09-26 10:29:23 +02:00
PinJoint3D.xml Fix some mixups between 2D/3D in documentation 2023-07-23 09:02:52 +02:00
PlaceholderCubemap.xml Improve the top docs sections of VFX classes 2023-08-11 21:17:04 +03:00
PlaceholderCubemapArray.xml Improve the top docs sections of VFX classes 2023-08-11 21:17:04 +03:00
PlaceholderMaterial.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PlaceholderMesh.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PlaceholderTexture2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PlaceholderTexture2DArray.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PlaceholderTexture3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PlaceholderTextureLayered.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Plane.xml Clarify docs for operators performing xform_inv 2023-10-16 21:52:02 +02:00
PlaneMesh.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PointLight2D.xml Add keywords to improve search in the class reference 2024-02-22 16:16:49 +01:00
PointMesh.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Polygon2D.xml Make Polygon2D::bones property internal 2024-08-10 17:55:29 +02:00
PolygonOccluder3D.xml Add missing tutorials to documentation classes 2023-08-19 20:29:24 +02:00
PolygonPathFinder.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Popup.xml Remove Popup's unused "panel" style 2024-04-13 15:18:12 -03:00
PopupMenu.xml [NativeMenu] Do not auto toggle check/multi-state items. Add is_native_menu method. 2024-07-08 11:20:28 +03:00
PopupPanel.xml Remove Popup's unused "panel" style 2024-04-13 15:18:12 -03:00
PortableCompressedTexture2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PrimitiveMesh.xml Expose PrimitiveMesh's request_update` method 2024-03-06 19:18:01 +08:00
PrismMesh.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ProceduralSkyMaterial.xml Replace some "uncommon" words in class reference 2024-01-15 18:51:52 +01:00
ProgressBar.xml Use black for font outlines by default instead of white 2024-02-28 20:25:15 +01:00
Projection.xml Overhaul some "uncommon" wording in class reference 2024-03-01 15:32:38 +01:00
ProjectSettings.xml Merge pull request #91535 from BlueCube3310/betsy-bc6h 2024-08-21 06:38:03 +02:00
PropertyTweener.xml Add set_custom_interpolator() to PropertyTweener 2023-10-12 16:41:51 +02:00
QuadMesh.xml Update links to outdated asset library demos 2024-04-07 16:59:43 +02:00
QuadOccluder3D.xml Add missing tutorials to documentation classes 2023-08-19 20:29:24 +02:00
Quaternion.xml Update links to outdated asset library demos 2024-04-07 16:59:43 +02:00
RandomNumberGenerator.xml Fix RandomNumberGenerator::rand_weighted return type 2024-03-02 20:56:01 -06:00
Range.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
RayCast2D.xml Add instructions to get shape of RayCast2D/3D 2024-04-07 11:42:30 +02:00
RayCast3D.xml Merge pull request #90310 from mhilbrunner/OutdatedDemos 2024-04-08 11:21:38 +02:00
RDAttachmentFormat.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
RDFramebufferPass.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
RDPipelineColorBlendState.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
RDPipelineColorBlendStateAttachment.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
RDPipelineDepthStencilState.xml Add descriptions to the remaining properties of RDPipelineDepthStencilState 2024-01-15 12:33:24 -08:00
RDPipelineMultisampleState.xml Fix various typos in classref 2023-08-04 16:29:55 +08:00
RDPipelineRasterizationState.xml Add descriptions to the remaining properties of RDPipelineRasterizationState 2024-01-31 19:27:41 -08:00
RDPipelineSpecializationConstant.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
RDSamplerState.xml Add descriptions to remaining properties of RDSamplerState 2024-01-16 16:10:46 -08:00
RDShaderFile.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
RDShaderSource.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
RDShaderSPIRV.xml Fix typos in EditorDebuggerPlugin and RDShaderSPIRV classref 2023-09-12 16:16:32 +08:00
RDTextureFormat.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
RDTextureView.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
RDUniform.xml Add descriptions to all RDUniform methods 2023-11-26 08:15:46 -08:00
RDVertexAttribute.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Rect2.xml Fix incorrect example in the documentation for the expand method in Rect2 2024-05-02 12:06:22 +02:00
Rect2i.xml Fix incorrect example in the documentation for the expand method in Rect2 2024-05-02 12:06:22 +02:00
RectangleShape2D.xml Update links to outdated asset library demos 2024-04-07 16:59:43 +02:00
RefCounted.xml Overhaul some "uncommon" wording in class reference 2024-03-01 15:32:38 +01:00
ReferenceRect.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ReflectionProbe.xml Add keywords to improve search in the class reference 2024-02-22 16:16:49 +01:00
RemoteTransform2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
RemoteTransform3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
RenderData.xml Implement hooks into renderer 2024-02-18 21:54:21 +11:00
RenderDataExtension.xml Clean up RenderDataExtension's documentation 2024-07-11 08:00:32 -07:00
RenderDataRD.xml Implement hooks into renderer 2024-02-18 21:54:21 +11:00
RenderingDevice.xml Fix texture compression descriptions in RenderingDevice docs 2024-07-15 15:19:02 +02:00
RenderingServer.xml Merge pull request #91818 from rburing/fti_multimesh 2024-08-20 10:01:46 +02:00
RenderSceneBuffers.xml Implement hooks into renderer 2024-02-18 21:54:21 +11:00
RenderSceneBuffersConfiguration.xml Expose RenderingSceneBuffers through ClassDB 2023-07-26 23:48:30 +10:00
RenderSceneBuffersExtension.xml Expose RenderingSceneBuffers through ClassDB 2023-07-26 23:48:30 +10:00
RenderSceneBuffersRD.xml Expose more state in RenderSceneBuffersRD 2024-07-15 22:04:10 +10:00
RenderSceneData.xml Implement hooks into renderer 2024-02-18 21:54:21 +11:00
RenderSceneDataExtension.xml Implement hooks into renderer 2024-02-18 21:54:21 +11:00
RenderSceneDataRD.xml Implement hooks into renderer 2024-02-18 21:54:21 +11:00
Resource.xml Clarify that Resource.duplicate(true) doesn't duplicate subresources inside Array or Dictionary properties 2024-07-14 16:32:08 +02:00
ResourceFormatLoader.xml Enhance cache modes in resource loading 2024-02-26 14:59:04 +01:00
ResourceFormatSaver.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ResourceImporter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ResourceImporterBitMap.xml Fill in descriptions for import options in the class reference 2023-07-27 19:18:27 +02:00
ResourceImporterBMFont.xml [Bitmap fonts] Add support for scaling. 2023-10-13 12:57:45 +03:00
ResourceImporterCSVTranslation.xml Use [codeblock lang=text] more often in class ref 2024-04-08 16:17:50 +02:00
ResourceImporterDynamicFont.xml [Font Import] Detect pixel fonts and disable subpixel positioning. 2024-07-23 20:34:39 +03:00
ResourceImporterImage.xml Fill in descriptions for import options in the class reference 2023-07-27 19:18:27 +02:00
ResourceImporterImageFont.xml [ImageFont] Fix escape sequence parsing, add note to the docs. 2024-08-16 15:48:56 +03:00
ResourceImporterLayeredTexture.xml Add missing tutorials to documentation classes 2023-08-19 20:29:24 +02:00
ResourceImporterOBJ.xml Remove unused Optimize Mesh import option from OBJ mesh import 2024-07-08 22:58:51 +02:00
ResourceImporterScene.xml Add option to import skeleton rest as RESET animation 2024-03-19 02:27:34 -07:00
ResourceImporterShaderFile.xml Fill in descriptions for import options in the class reference 2023-07-27 19:18:27 +02:00
ResourceImporterTexture.xml Document support 3D premultiplied alpha in ResourceImporterTexture 2024-08-01 03:59:49 +02:00
ResourceImporterTextureAtlas.xml Fix link in the docs about ResourceImporterTextureAtlas 2023-11-10 09:51:11 +01:00
ResourceImporterWAV.xml Fix incorrect text in ResourceImporterWAV description 2024-06-24 17:46:58 +02:00
ResourceLoader.xml ResourceLoader: Support polling and get-before-complete on the main thread 2024-06-28 11:25:10 +02:00
ResourcePreloader.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ResourceSaver.xml Document UID behavior in ResourceSaver's save function 2023-10-15 22:19:44 +08:00
ResourceUID.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
RibbonTrailMesh.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
RichTextEffect.xml Improve RichTextLabel install_effect() documentation 2023-12-19 17:29:49 +01:00
RichTextLabel.xml Add push_url as a keyword for push_meta 2024-07-09 12:39:30 +02:00
RID.xml [Doc] Clarify the session-specific nature of RID and ObjectID 2024-06-18 20:19:21 +02:00
RigidBody2D.xml Merge pull request #90310 from mhilbrunner/OutdatedDemos 2024-04-08 11:21:38 +02:00
RigidBody3D.xml Merge pull request #90310 from mhilbrunner/OutdatedDemos 2024-04-08 11:21:38 +02:00
RootMotionView.xml Add keywords to improve search in the class reference 2024-02-22 16:16:49 +01:00
SceneState.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
SceneTree.xml Add link to notification docs in SceneTree docs 2024-07-26 13:26:26 +02:00
SceneTreeTimer.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Script.xml Add note about Script.has_source_code and GDScript binary tokenization 2024-07-19 10:38:55 +02:00
ScriptCreateDialog.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ScriptEditor.xml Expose goto_help for GDExtension on ScriptEditor 2024-04-16 19:32:33 -04:00
ScriptEditorBase.xml Fix request_save_previous_state signal type 2024-07-07 19:12:30 -04:00
ScriptExtension.xml Add extension support for argument count to ScriptInstance 2024-03-13 22:40:09 +01:00
ScriptLanguage.xml Allow configuring the script filename casing rule 2024-03-05 09:43:29 +01:00
ScriptLanguageExtension.xml Fix virtual binding for ScriptLanguageExtension::_reload_scripts 2024-08-17 21:09:32 -07:00
ScrollBar.xml Document, cleanup and fix some theme properties 2023-09-27 00:06:15 +02:00
ScrollContainer.xml Document ScrollContainer signals being emitted for touch events only 2023-09-10 18:26:13 +02:00
SegmentShape2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Semaphore.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
SeparationRayShape2D.xml Improve SeparationRayShape docs 2023-09-29 22:18:00 +03:00
SeparationRayShape3D.xml Improve SeparationRayShape docs 2023-09-29 22:18:00 +03:00
Separator.xml Use bound theme properties for documentation 2023-09-26 18:48:51 +02:00
Shader.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ShaderGlobalsOverride.xml Improve the top docs sections of VFX classes 2023-08-11 21:17:04 +03:00
ShaderInclude.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ShaderMaterial.xml Improve the top docs sections of VFX classes 2023-08-11 21:17:04 +03:00
Shape2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Shape3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ShapeCast2D.xml Fix some differences between ShapeCast2D and ShapeCast3D documentation 2024-08-19 00:32:14 +02:00
ShapeCast3D.xml Fix some differences between ShapeCast2D and ShapeCast3D documentation 2024-08-19 00:32:14 +02:00
Shortcut.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Signal.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Skeleton2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Skeleton3D.xml Re-add Skeleton3D::animate_physical_bones 2024-07-14 14:24:25 +09:00
SkeletonIK3D.xml Add SkeletonIK3D get/set_interpolation compat from #87888 2024-04-18 01:49:12 -07:00
SkeletonModification2D.xml Documentation: Add support for deprecated/experimental messages 2024-02-15 15:59:50 +03:00
SkeletonModification2DCCDIK.xml Documentation: Add support for deprecated/experimental messages 2024-02-15 15:59:50 +03:00
SkeletonModification2DFABRIK.xml Documentation: Add support for deprecated/experimental messages 2024-02-15 15:59:50 +03:00
SkeletonModification2DJiggle.xml Documentation: Add support for deprecated/experimental messages 2024-02-15 15:59:50 +03:00
SkeletonModification2DLookAt.xml Documentation: Add support for deprecated/experimental messages 2024-02-15 15:59:50 +03:00
SkeletonModification2DPhysicalBones.xml [Docs] Fix some experimental/deprecated hints 2024-02-23 19:48:53 +01:00
SkeletonModification2DStackHolder.xml Documentation: Add support for deprecated/experimental messages 2024-02-15 15:59:50 +03:00
SkeletonModification2DTwoBoneIK.xml Documentation: Add support for deprecated/experimental messages 2024-02-15 15:59:50 +03:00
SkeletonModificationStack2D.xml Documentation: Add support for deprecated/experimental messages 2024-02-15 15:59:50 +03:00
SkeletonModifier3D.xml Add Animation tutorial links to class reference by 4.3 2024-08-13 01:57:28 +09:00
SkeletonProfile.xml [Animation] Expose SkeletonProfile.set/is_required 2024-03-30 20:57:55 +01:00
SkeletonProfileHumanoid.xml Use [codeblock lang=text] more often in class ref 2024-04-08 16:17:50 +02:00
Skin.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
SkinReference.xml Expose MeshInstance3D.get_skin_reference and add docs 2024-04-10 14:12:25 +02:00
Sky.xml Improve the top docs sections of VFX classes 2023-08-11 21:17:04 +03:00
Slider.xml Add keywords to improve search in the class reference 2024-02-22 16:16:49 +01:00
SliderJoint3D.xml Add missing descriptions for SliderJoint3D's param methods 2024-01-16 11:13:34 +01:00
SoftBody3D.xml Document Area3D wind properties only affecting SoftBody3D 2024-04-10 00:06:27 +02:00
SphereMesh.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
SphereOccluder3D.xml Add missing tutorials to documentation classes 2023-08-19 20:29:24 +02:00
SphereShape3D.xml Update links to outdated asset library demos 2024-04-07 16:59:43 +02:00
SpinBox.xml Overhaul some "uncommon" wording in class reference 2024-03-01 15:32:38 +01:00
SplitContainer.xml Use bound theme properties for documentation 2023-09-26 18:48:51 +02:00
SpotLight3D.xml Correct documentation for Omni and Spot light distance attenuation 2024-06-03 09:37:57 +02:00
SpringArm3D.xml Fix unmatched brackets in the documentation 2023-09-05 15:57:39 +08:00
Sprite2D.xml Update links to outdated asset library demos 2024-04-07 16:59:43 +02:00
Sprite3D.xml Fix invalid frame index when Sprite2D's hframes or vframes has been changed 2023-12-15 20:32:18 +02:00
SpriteBase3D.xml Add keywords to improve search in the class reference 2024-02-22 16:16:49 +01:00
SpriteFrames.xml Animation: Document frame duration units in SpriteFrames 2024-06-16 18:43:20 +03:00
StandardMaterial3D.xml Improve the top docs sections of VFX classes 2023-08-11 21:17:04 +03:00
StaticBody2D.xml Implement AnimationManager the base class of AnimationPlayer/Tree 2023-09-29 08:23:57 +09:00
StaticBody3D.xml Update links to outdated asset library demos 2024-04-07 16:59:43 +02:00
StatusIndicator.xml [StatusIndicator] Add method to get indicator icon screen rect. 2024-05-02 14:39:33 +03:00
StreamPeer.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
StreamPeerBuffer.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
StreamPeerExtension.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
StreamPeerGZIP.xml Documentation: Add support for deprecated/experimental messages 2024-02-15 15:59:50 +03:00
StreamPeerTCP.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
StreamPeerTLS.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
String.xml [Core] Add case-insensitive String::containsn 2024-05-08 12:48:01 +02:00
StringName.xml [Core] Add case-insensitive String::containsn 2024-05-08 12:48:01 +02:00
StyleBox.xml Some grammar and punctuation enhancements in the class reference. 2023-08-28 21:32:37 +02:00
StyleBoxEmpty.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
StyleBoxFlat.xml Use [codeblock lang=text] more often in class ref 2024-04-08 16:17:50 +02:00
StyleBoxLine.xml Add keywords to improve search in the class reference 2024-02-22 16:16:49 +01:00
StyleBoxTexture.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
SubViewport.xml Update links to outdated asset library demos 2024-04-07 16:59:43 +02:00
SubViewportContainer.xml Documentation: Add support for deprecated/experimental messages 2024-02-15 15:59:50 +03:00
SurfaceTool.xml Expose create_from_arrays in SurfaceTool and cleanup some naming 2024-04-19 18:45:06 -07:00
SyntaxHighlighter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
SystemFont.xml [Font] Add option to disable embedded bitmaps loading. 2024-03-11 16:31:10 +02:00
TabBar.xml Add tab tooltip text 2024-04-23 08:28:48 +04:00
TabContainer.xml Allow setting icon max width for TabContainer 2024-04-26 08:27:27 +08:00
TCPServer.xml Overhaul some "uncommon" wording in class reference 2024-03-01 15:32:38 +01:00
TextEdit.xml add missing punctuation to the default list 2024-06-27 17:51:21 +02:00
TextLine.xml [Text Overrun] Add option to set custom ellipsis character, add support for system font fallback. 2023-12-04 08:21:42 +02:00
TextMesh.xml Make Label3D obey auto translation 2024-03-01 14:19:17 -03:00
TextParagraph.xml [RTL] Fix text size rounding with MSDF fonts. 2024-07-22 07:48:29 +03:00
TextServer.xml [Font Import] Detect pixel fonts and disable subpixel positioning. 2024-07-23 20:34:39 +03:00
TextServerDummy.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
TextServerExtension.xml [Font Import] Detect pixel fonts and disable subpixel positioning. 2024-07-23 20:34:39 +03:00
TextServerManager.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Texture.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Texture2D.xml Update get_image doc to mention that it will return an empty image with invalid texture 2024-01-02 11:31:38 +08:00
Texture2DArray.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Texture2DArrayRD.xml Add custom texture create function 2023-07-26 20:46:34 +10:00
Texture2DRD.xml Avoid saving the texture_rd_rid property of TextureRD resources 2024-01-24 10:34:51 -08:00
Texture3D.xml Fix "dimensionnal" typo 2024-02-19 16:43:42 +00:00
Texture3DRD.xml Avoid saving the texture_rd_rid property of TextureRD resources 2024-01-24 10:34:51 -08:00
TextureButton.xml Update links to outdated asset library demos 2024-04-07 16:59:43 +02:00
TextureCubemapArrayRD.xml Add custom texture create function 2023-07-26 20:46:34 +10:00
TextureCubemapRD.xml Add custom texture create function 2023-07-26 20:46:34 +10:00
TextureLayered.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
TextureLayeredRD.xml Avoid saving the texture_rd_rid property of TextureRD resources 2024-01-24 10:34:51 -08:00
TextureProgressBar.xml Add keywords to improve search in the class reference 2024-02-22 16:16:49 +01:00
TextureRect.xml Update links to outdated asset library demos 2024-04-07 16:59:43 +02:00
Theme.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ThemeDB.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Thread.xml Update links to outdated asset library demos 2024-04-07 16:59:43 +02:00
TileData.xml [TileSet] Expose TileData.is_valid_terrain_peering_bit 2024-03-26 16:07:50 +01:00
TileMap.xml Add helper methods to check for tile transforms 2024-08-12 02:51:34 +02:00
TileMapLayer.xml Add helper methods to check for tile transforms 2024-08-12 02:51:34 +02:00
TileMapPattern.xml Fix various typos with codespell 2023-08-07 13:09:47 +02:00
TileSet.xml Update links to outdated asset library demos 2024-04-07 16:59:43 +02:00
TileSetAtlasSource.xml document 0, 90, 180, and 270 degree TileMap cell rotations 2024-04-30 09:16:54 -04:00
TileSetScenesCollectionSource.xml Some improvements to TileSetScenesCollectionSource docs 2024-07-14 20:04:49 +02:00
TileSetSource.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Time.xml Style: Trim trailing whitespace and ensure newline at EOF 2024-05-08 10:12:46 +02:00
Timer.xml Clarify Timer.start() documentation to match the current behavior. 2024-08-13 21:05:14 +07:00
TLSOptions.xml [Crypto] Expose TLSOptions getters 2024-06-14 22:33:10 +02:00
TorusMesh.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
TouchScreenButton.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Transform2D.xml Overhaul Transform2D documentation 2024-07-09 18:01:17 +02:00
Transform3D.xml Fix asset pipeline coordinate systems doc url 2024-07-01 10:17:47 +02:00
Translation.xml Fix some DEFVALs to use the right type 2024-02-23 01:50:18 +01:00
TranslationServer.xml Fix some DEFVALs to use the right type 2024-02-23 01:50:18 +01:00
Tree.xml Improve documentation on TreeItem's cell modes 2024-05-19 14:15:38 +02:00
TreeItem.xml Improve documentation on TreeItem's cell modes 2024-05-19 14:15:38 +02:00
TriangleMesh.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
TubeTrailMesh.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Tween.xml Merge pull request #79758 from KoBeWi/understandment 2024-02-19 00:07:16 +01:00
Tweener.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
UDPServer.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
UndoRedo.xml Clarify UndoRedo MergeMode and add_*_reference docs 2024-04-05 20:05:56 +03:00
UniformSetCacheRD.xml Implement hooks into renderer 2024-02-18 21:54:21 +11:00
Variant.xml Update Variant documentation comment about class_name 2024-04-30 21:21:22 +03:00
VBoxContainer.xml Update links to outdated asset library demos 2024-04-07 16:59:43 +02:00
Vector2.xml Fix description of Vector2/3.dot 2024-06-15 18:21:05 +02:00
Vector2i.xml Expose Vector* component-wise and scalar min/max to scripting 2024-05-02 13:02:40 +02:00
Vector3.xml Fix description of Vector2/3.dot 2024-06-15 18:21:05 +02:00
Vector3i.xml Expose Vector* component-wise and scalar min/max to scripting 2024-05-02 13:02:40 +02:00
Vector4.xml Clarify the results of VectorN.normalized() in the docs 2024-06-03 14:17:12 -07:00
Vector4i.xml Expose Vector* component-wise and scalar min/max to scripting 2024-05-02 13:02:40 +02:00
VehicleBody3D.xml Update links to outdated asset library demos 2024-04-07 16:59:43 +02:00
VehicleWheel3D.xml Update links to outdated asset library demos 2024-04-07 16:59:43 +02:00
VFlowContainer.xml Use bound theme properties for documentation 2023-09-26 18:48:51 +02:00
VideoStream.xml Link to runtime loading/saving tutorial and improve Image documentation 2023-11-14 12:05:54 +01:00
VideoStreamPlayback.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VideoStreamPlayer.xml VideoPlayer: Fix reloading translation remapped stream 2023-11-12 15:22:16 +01:00
Viewport.xml Merge pull request #92496 from clayjohn/HDR-2D-sRGB 2024-08-19 12:08:40 +02:00
ViewportTexture.xml Ensure MovieWriter output is in gamma space when using HDR 2D 2024-05-28 15:30:13 -07:00
VisibleOnScreenEnabler2D.xml Allow VisibleOnScreenNotifier2D/3D to have empty enable_node_path 2024-02-16 17:34:02 +01:00
VisibleOnScreenEnabler3D.xml Allow VisibleOnScreenNotifier2D/3D to have empty enable_node_path 2024-02-16 17:34:02 +01:00
VisibleOnScreenNotifier2D.xml Fix incorrect reference to VisibleOnScreenEnabler2D/3D in *Notifier2D/3D docs 2024-08-12 13:19:49 +02:00
VisibleOnScreenNotifier3D.xml Fix incorrect reference to VisibleOnScreenEnabler2D/3D in *Notifier2D/3D docs 2024-08-12 13:19:49 +02:00
VisualInstance3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShader.xml Add GraphFrame and integrate it in VisualShader 2024-04-04 15:11:00 +02:00
VisualShaderNode.xml Add GraphFrame and integrate it in VisualShader 2024-04-04 15:11:00 +02:00
VisualShaderNodeBillboard.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeBooleanConstant.xml Validate code tags for class and member references 2023-10-03 15:48:31 +02:00
VisualShaderNodeBooleanParameter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeClamp.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeColorConstant.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeColorFunc.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeColorOp.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeColorParameter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeComment.xml [Compatibility] Add stub for VisualShaderNodeComment 2024-04-18 02:39:29 +02:00
VisualShaderNodeCompare.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeConstant.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeCubemap.xml Fix some leftover references to hint_albedo in docs 2024-02-18 16:57:38 +01:00
VisualShaderNodeCubemapParameter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeCurveTexture.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeCurveXYZTexture.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeCustom.xml Implement drop-down list properties to the custom visual shader nodes 2023-09-29 10:55:05 +03:00
VisualShaderNodeDerivativeFunc.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeDeterminant.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeDistanceFade.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeDotProduct.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeExpression.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeFaceForward.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeFloatConstant.xml Validate code tags for class and member references 2023-10-03 15:48:31 +02:00
VisualShaderNodeFloatFunc.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeFloatOp.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeFloatParameter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeFrame.xml Style: Trim trailing whitespace and ensure newline at EOF 2024-05-08 10:12:46 +02:00
VisualShaderNodeFresnel.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeGlobalExpression.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeGroupBase.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeIf.xml Overhaul some "uncommon" wording in class reference 2024-03-01 15:32:38 +01:00
VisualShaderNodeInput.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeIntConstant.xml Validate code tags for class and member references 2023-10-03 15:48:31 +02:00
VisualShaderNodeIntFunc.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeIntOp.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeIntParameter.xml Add hint_enum for uniform int in gdshader 2024-07-13 14:30:08 -04:00
VisualShaderNodeIs.xml Overhaul some "uncommon" wording in class reference 2024-03-01 15:32:38 +01:00
VisualShaderNodeLinearSceneDepth.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeMix.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeMultiplyAdd.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeOuterProduct.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeOutput.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeParameter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeParameterRef.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeParticleAccelerator.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeParticleBoxEmitter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeParticleConeVelocity.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeParticleEmit.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeParticleEmitter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeParticleMeshEmitter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeParticleMultiplyByAxisAngle.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeParticleOutput.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeParticleRandomness.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeParticleRingEmitter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeParticleSphereEmitter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeProximityFade.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeRandomRange.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeRemap.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeReroute.xml [VisualShader] Add reroute node and improve port drawing 2024-05-13 03:26:01 +02:00
VisualShaderNodeResizableBase.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeRotationByAxis.xml Additional Visual Shader Nodes 2023-07-26 00:39:12 +02:00
VisualShaderNodeSample3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeScreenNormalWorldSpace.xml Additional Visual Shader Nodes 2023-07-26 00:39:12 +02:00
VisualShaderNodeScreenUVToSDF.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeSDFRaymarch.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeSDFToScreenUV.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeSmoothStep.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeStep.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeSwitch.xml Validate code tags for class and member references 2023-10-03 15:48:31 +02:00
VisualShaderNodeTexture.xml Fix some leftover references to hint_albedo in docs 2024-02-18 16:57:38 +01:00
VisualShaderNodeTexture2DArray.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeTexture2DArrayParameter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeTexture2DParameter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeTexture3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeTexture3DParameter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeTextureParameter.xml Improve and clarify texture filtering documentation 2023-11-14 15:18:03 +01:00
VisualShaderNodeTextureParameterTriplanar.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeTextureSDF.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeTextureSDFNormal.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeTransformCompose.xml Overhaul some "uncommon" wording in class reference 2024-03-01 15:32:38 +01:00
VisualShaderNodeTransformConstant.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeTransformDecompose.xml Overhaul some "uncommon" wording in class reference 2024-03-01 15:32:38 +01:00
VisualShaderNodeTransformFunc.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeTransformOp.xml Overhaul some "uncommon" wording in class reference 2024-03-01 15:32:38 +01:00
VisualShaderNodeTransformParameter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeTransformVecMult.xml Overhaul some "uncommon" wording in class reference 2024-03-01 15:32:38 +01:00
VisualShaderNodeUIntConstant.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeUIntFunc.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeUIntOp.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeUIntParameter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeUVFunc.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeUVPolarCoord.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeVarying.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeVaryingGetter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeVaryingSetter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeVec2Constant.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeVec2Parameter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeVec3Constant.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeVec3Parameter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeVec4Constant.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeVec4Parameter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeVectorBase.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeVectorCompose.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeVectorDecompose.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeVectorDistance.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeVectorFunc.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeVectorLen.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeVectorOp.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeVectorRefract.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeWorldPositionFromDepth.xml Additional Visual Shader Nodes 2023-07-26 00:39:12 +02:00
VoxelGI.xml Update links to outdated asset library demos 2024-04-07 16:59:43 +02:00
VoxelGIData.xml Update links to outdated asset library demos 2024-04-07 16:59:43 +02:00
VScrollBar.xml Use bound theme properties for documentation 2023-09-26 18:48:51 +02:00
VSeparator.xml Use bound theme properties for documentation 2023-09-26 18:48:51 +02:00
VSlider.xml Use bound theme properties for documentation 2023-09-26 18:48:51 +02:00
VSplitContainer.xml Use bound theme properties for documentation 2023-09-26 18:48:51 +02:00
WeakRef.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Window.xml Document expected coordinates in PopupMenu.popup() 2024-08-05 16:45:33 +02:00
WorkerThreadPool.xml Update WorkerThreadPool doc to mention every task should be waited 2024-02-21 19:16:45 +08:00
World2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
World3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
WorldBoundaryShape2D.xml Validate code tags for class and member references 2023-10-03 15:48:31 +02:00
WorldBoundaryShape3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
WorldEnvironment.xml Update links to outdated asset library demos 2024-04-07 16:59:43 +02:00
X509Certificate.xml Add missing tutorials to documentation classes 2023-08-19 20:29:24 +02:00
XMLParser.xml [Doc] Fix some incorrect uses of a/an 2024-03-13 21:20:28 +01:00
XRAnchor3D.xml Overhaul some "uncommon" wording in class reference 2024-03-01 15:32:38 +01:00
XRBodyModifier3D.xml Rework XR Trackers to have a common ancestor. Allow creation of XRNode3D to drive node positions and visibility. 2024-04-18 20:04:01 -04:00
XRBodyTracker.xml Rework XR Trackers to have a common ancestor. Allow creation of XRNode3D to drive node positions and visibility. 2024-04-18 20:04:01 -04:00
XRCamera3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
XRController3D.xml Expose profile_changed signal to XRController3D 2024-03-06 16:48:25 -06:00
XRControllerTracker.xml Rework XR Trackers to have a common ancestor. Allow creation of XRNode3D to drive node positions and visibility. 2024-04-18 20:04:01 -04:00
XRFaceModifier3D.xml Rework XR Trackers to have a common ancestor. Allow creation of XRNode3D to drive node positions and visibility. 2024-04-18 20:04:01 -04:00
XRFaceTracker.xml Rework XR Trackers to have a common ancestor. Allow creation of XRNode3D to drive node positions and visibility. 2024-04-18 20:04:01 -04:00
XRHandModifier3D.xml Rework XR Trackers to have a common ancestor. Allow creation of XRNode3D to drive node positions and visibility. 2024-04-18 20:04:01 -04:00
XRHandTracker.xml Change hand tracking project settings and finetune show_when_tracked 2024-08-20 11:12:52 +10:00
XRInterface.xml Couple of small fixes on the action map: now saves when CTRL-S is pressed/project is run, no longer looses content if OpenXR is not enabled, and a small documentation fix. 2024-07-11 20:06:46 +10:00
XRInterfaceExtension.xml Overhaul some "uncommon" wording in class reference 2024-03-01 15:32:38 +01:00
XRNode3D.xml Couple of small fixes on the action map: now saves when CTRL-S is pressed/project is run, no longer looses content if OpenXR is not enabled, and a small documentation fix. 2024-07-11 20:06:46 +10:00
XROrigin3D.xml Tweak XROrigin3D documentation 2024-01-24 16:53:09 +01:00
XRPose.xml Overhaul some "uncommon" wording in class reference 2024-03-01 15:32:38 +01:00
XRPositionalTracker.xml Rework XR Trackers to have a common ancestor. Allow creation of XRNode3D to drive node positions and visibility. 2024-04-18 20:04:01 -04:00
XRServer.xml Apply reference frame transform to OpenXRCompositionLayer nodes 2024-05-29 07:52:54 -05:00
XRTracker.xml Rework XR Trackers to have a common ancestor. Allow creation of XRNode3D to drive node positions and visibility. 2024-04-18 20:04:01 -04:00
XRVRS.xml Improvements to VRS/Foveated rendering 2024-05-03 17:20:30 +10:00