..
@GlobalScope.xml
Document suffix hint in PROPERTY_HINT_RANGE
2025-12-17 19:04:48 +01:00
AABB.xml
[Docs] Various grammar and spelling fixes
2025-06-23 20:54:08 +02:00
AcceptDialog.xml
Document popups being invisible by default
2025-10-23 19:55:03 +02:00
AESContext.xml
Fixed typo "blocker" to "block" in AESContext
2025-10-01 21:44:01 +02:00
AimModifier3D.xml
Add relative option to LookAt/AimModifier3D
2025-11-15 23:06:48 +09:00
AnimatableBody2D.xml
Improve documentation on "physics spiral of death" in ProjectSettings
2024-10-16 22:51:01 +02:00
AnimatableBody3D.xml
Improve documentation on "physics spiral of death" in ProjectSettings
2024-10-16 22:51:01 +02:00
AnimatedSprite2D.xml
Fix *even* more miscellaneous oddities around the class reference
2025-04-07 17:37:08 +02:00
AnimatedSprite3D.xml
Fix *even* more miscellaneous oddities around the class reference
2025-04-07 17:37:08 +02:00
AnimatedTexture.xml
Update many Deprecated/Experimental descriptions for consistency
2024-02-17 21:33:12 +01:00
Animation.xml
Fix miscellaneous oddities around the class reference (part 5)
2025-06-06 15:21:25 +02:00
AnimationLibrary.xml
Add RetargetModifier3D for realtime retarget to keep original rest
2024-11-18 22:44:55 +09:00
AnimationMixer.xml
Document AnimationMixer.animation_started not being emitted for looping animations
2025-07-14 22:31:23 +02:00
AnimationNode.xml
Remove redundant info on the enum types used
2025-06-04 08:21:47 +08:00
AnimationNodeAdd2.xml
AnimationNodeAdd3.xml
Update links to outdated asset library demos
2024-04-07 16:59:43 +02:00
AnimationNodeAnimation.xml
Add advance_on_start option to NodeAnimation
2024-11-12 04:40:15 +09:00
AnimationNodeBlend2.xml
Update links to outdated asset library demos
2024-04-07 16:59:43 +02:00
AnimationNodeBlend3.xml
AnimationNodeBlendSpace1D.xml
Remove redundant info on the enum types used
2025-06-04 08:21:47 +08:00
AnimationNodeBlendSpace2D.xml
Remove redundant info on the enum types used
2025-06-04 08:21:47 +08:00
AnimationNodeBlendTree.xml
Expose AnimationNode(StateMachine/BlendTree).get_node_list()
2025-04-22 21:08:26 +02:00
AnimationNodeExtension.xml
Doc: Add "required" qualifier to methods
2025-06-05 21:41:07 +08:00
AnimationNodeOneShot.xml
Abort OneShot if previously interrupted
2025-11-22 03:05:31 +05:30
AnimationNodeOutput.xml
Update links to outdated asset library demos
2024-04-07 16:59:43 +02:00
AnimationNodeStateMachine.xml
Expose AnimationNode(StateMachine/BlendTree).get_node_list()
2025-04-22 21:08:26 +02:00
AnimationNodeStateMachinePlayback.xml
Expose "fade" methods for AnimationNodeStateMachinePlayback
2025-08-28 13:54:42 -04:00
AnimationNodeStateMachineTransition.xml
Merge pull request #67857 from anvilfolk/extended-curve
2024-11-29 22:45:19 +01:00
AnimationNodeSub2.xml
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
Add explicit_elapse option to NodeSeek to handle some processes
2024-11-20 22:51:27 +09:00
AnimationNodeTransition.xml
Extend Curve to allow for arbitrary domains
2024-11-02 08:25:40 -04:00
AnimationPlayer.xml
Merge pull request #110767 from Ryan-000/Fix-AnimationPlayer-to-use-StringName
2025-10-07 17:15:06 -05:00
AnimationRootNode.xml
AnimationTree.xml
Update links to outdated asset library demos
2024-04-07 16:59:43 +02:00
Area2D.xml
Remove redundant info on the enum types used
2025-06-04 08:21:47 +08:00
Area3D.xml
Remove redundant info on the enum types used
2025-06-04 08:21:47 +08:00
Array.xml
Fix miscellaneous oddities around the class reference (part 7)
2025-11-28 18:19:45 +01:00
ArrayMesh.xml
Replace XML codeblock spaces with tabs
2025-06-06 14:35:38 +02:00
ArrayOccluder3D.xml
Add missing tutorials to documentation classes
2023-08-19 20:29:24 +02:00
AspectRatioContainer.xml
AStar2D.xml
Fix incorrect statement on thread (un)safety in AStar class reference
2025-08-19 20:48:20 +02:00
AStar3D.xml
Fix incorrect statement on thread (un)safety in AStar class reference
2025-08-19 20:48:20 +02:00
AStarGrid2D.xml
Fix incorrect statement on thread (un)safety in AStar class reference
2025-08-19 20:48:20 +02:00
AtlasTexture.xml
Round Atlastexture size
2025-01-10 15:33:02 +01:00
AudioBusLayout.xml
AudioEffect.xml
Replace XML codeblock spaces with tabs
2025-06-06 14:35:38 +02:00
AudioEffectAmplify.xml
Add volume_linear property and methods for audio-related classes
2024-12-18 12:41:57 -08:00
AudioEffectBandLimitFilter.xml
AudioEffectBandPassFilter.xml
AudioEffectCapture.xml
Add details about AudioEffectCapture.clear_buffer() and get_buffer()
2024-02-20 18:27:19 +01:00
AudioEffectChorus.xml
AudioEffectCompressor.xml
AudioEffectCompressor: recommend HardLimiter over deprecated Limiter
2025-03-09 00:26:15 -03:00
AudioEffectDelay.xml
Fix invalid use of markdown syntax in classref
2023-08-01 22:44:31 +08:00
AudioEffectDistortion.xml
AudioEffectEQ.xml
AudioEffectEQ6.xml
AudioEffectEQ10.xml
AudioEffectEQ21.xml
AudioEffectFilter.xml
AudioEffectFilter and StereoEnhance: Documentation improvements
2024-10-24 15:15:52 +02:00
AudioEffectHardLimiter.xml
Add AudioEffectHardLimiter as a rework of audio limiter effect
2024-03-25 13:37:03 +01:00
AudioEffectHighPassFilter.xml
AudioEffectHighShelfFilter.xml
AudioEffectInstance.xml
Doc: Add "required" qualifier to methods
2025-06-05 21:41:07 +08:00
AudioEffectLimiter.xml
Add AudioEffectHardLimiter as a rework of audio limiter effect
2024-03-25 13:37:03 +01:00
AudioEffectLowPassFilter.xml
AudioEffectLowShelfFilter.xml
AudioEffectNotchFilter.xml
AudioEffectPanner.xml
AudioEffectPhaser.xml
Fix *even* more miscellaneous oddities around the class reference
2025-04-07 17:37:08 +02:00
AudioEffectPitchShift.xml
Replace some "uncommon" words in class reference
2024-01-15 18:51:52 +01:00
AudioEffectRecord.xml
Remove redundant info on the enum types used
2025-06-04 08:21:47 +08:00
AudioEffectReverb.xml
Update links to outdated asset library demos
2024-04-07 16:59:43 +02:00
AudioEffectSpectrumAnalyzer.xml
Fix more miscellaneous oddities around the class reference
2024-11-12 17:44:45 +01:00
AudioEffectSpectrumAnalyzerInstance.xml
Remove redundant info on the enum types used
2025-06-04 08:21:47 +08:00
AudioEffectStereoEnhance.xml
AudioEffectFilter and StereoEnhance: Documentation improvements
2024-10-24 15:15:52 +02:00
AudioListener2D.xml
Add keywords to improve search in the class reference
2024-02-22 16:16:49 +01:00
AudioListener3D.xml
fix AudioListener3D not tracking self velocity for doppler
2025-07-28 23:02:16 -07: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
Access microphone buffer from AudioServer and prevent microphone double starts
2025-12-03 19:49:56 +01:00
AudioStream.xml
Mark methods for various classes as required
2025-07-30 19:24:56 +02:00
AudioStreamGenerator.xml
Replace XML codeblock spaces with tabs
2025-06-06 14:35:38 +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
Mark methods for various classes as required
2025-07-30 19:24:56 +02:00
AudioStreamPlaybackPolyphonic.xml
Fix many untagged true/false/null in the documentation
2024-11-10 11:26:39 +01:00
AudioStreamPlaybackResampled.xml
Doc: Add "required" qualifier to methods
2025-06-05 21:41:07 +08:00
AudioStreamPlayer.xml
Remove redundant info on the enum types used
2025-06-04 08:21:47 +08:00
AudioStreamPlayer2D.xml
Add volume_linear property and methods for audio-related classes
2024-12-18 12:41:57 -08:00
AudioStreamPlayer3D.xml
fix AudioListener3D not tracking self velocity for doppler
2025-07-28 23:02:16 -07:00
AudioStreamPolyphonic.xml
AudioStreamRandomizer.xml
Improve documentation of pitch and volume variation in AudioStreamRandomizer
2025-11-22 13:28:33 +00:00
AudioStreamWAV.xml
Replace XML codeblock spaces with tabs
2025-06-06 14:35:38 +02:00
BackBufferCopy.xml
Remove redundant info on the enum types used
2025-06-04 08:21:47 +08:00
BaseButton.xml
Fix button down signal not emitting on first press after being disabled
2025-07-30 16:23:42 +02:00
BaseMaterial3D.xml
Fix miscellaneous oddities around the class reference (part 7)
2025-11-28 18:19:45 +01:00
Basis.xml
Fix Basis.determinant() doc: uniform scale determinant is scale^3, not scale^2
2025-09-11 18:45:02 +03:00
BitMap.xml
[Docs] Various grammar and spelling fixes
2025-06-23 20:54:08 +02:00
Bone2D.xml
Fix the documentation of Bone2D::apply_rest (squashed)
2024-01-28 13:37:11 +00:00
BoneAttachment3D.xml
Refactore BoneAttachment property registration
2025-06-05 09:42:31 +09:00
BoneConstraint3D.xml
Add option to BoneConstraint3D to make reference target allow node
2025-11-05 07:52:24 +09:00
BoneMap.xml
BoneTwistDisperser3D.xml
Add BoneTwistDisperser3D to propagate IK target's twist
2025-12-02 19:20:26 +09:00
bool.xml
Replace XML codeblock spaces with tabs
2025-06-06 14:35:38 +02:00
BoxContainer.xml
BoxMesh.xml
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
Fix miscellaneous oddities around the class reference (part 6)
2025-11-25 21:20:57 +01:00
ButtonGroup.xml
Add search keywords for CheckButton and ButtonGroup
2025-07-31 23:23:27 +02:00
Callable.xml
Enforce GDScript and C# dictionary spacing style guidelines in code samples
2025-06-10 13:32:57 -04:00
CallbackTweener.xml
Clean up more [b]Example:[/b] lines from the class reference
2024-11-11 12:05:34 +01:00
Camera2D.xml
Improve Camera2D.zoom description to be less ambiguous
2025-06-05 18:26:57 +02:00
Camera3D.xml
fix AudioListener3D not tracking self velocity for doppler
2025-07-28 23:02:16 -07:00
CameraAttributes.xml
Fix miscellaneous oddities around the class reference
2024-08-18 23:18:44 +02:00
CameraAttributesPhysical.xml
Docs: remove duplicate words
2024-09-30 12:21:30 +02:00
CameraAttributesPractical.xml
Disable unsupported SSR, SSS, DoF on transparent viewports
2025-09-11 14:59:07 +02:00
CameraFeed.xml
Expose CameraFeed::set_ycbcr_images
2025-10-19 20:27:55 +09:00
CameraServer.xml
Add CameraServer camera_feeds_updated signal, and document async behavior
2025-08-08 03:53:41 +09:00
CameraTexture.xml
CanvasGroup.xml
Tweak CanvasGroup description to be more explicit about its purpose
2025-11-14 20:03:23 +01:00
CanvasItem.xml
Merge pull request #110705 from Calinou/doc-canvasitem-visibility-layer
2025-12-19 11:52:23 +01:00
CanvasItemMaterial.xml
CanvasLayer.xml
Merge pull request #105245 from timothyqiu/canvas-layer-range
2025-06-05 13:10:50 +02:00
CanvasModulate.xml
Docs: Add link to 2D lights and shadows from CanvasModulate
2024-10-17 19:53:41 -07:00
CanvasTexture.xml
Specify how CanvasTexture does not work in 3D
2024-01-06 01:43:40 +01:00
CapsuleMesh.xml
Update capsule documentations for size constraint clarifications
2025-06-21 20:49:41 +03:00
CapsuleShape2D.xml
Update capsule documentations for size constraint clarifications
2025-06-21 20:49:41 +03:00
CapsuleShape3D.xml
Update capsule documentations for size constraint clarifications
2025-06-21 20:49:41 +03:00
CCDIK3D.xml
Add IKModifier3D
2025-11-04 02:38:48 +09:00
CenterContainer.xml
ChainIK3D.xml
Add IKModifier3D
2025-11-04 02:38:48 +09:00
CharacterBody2D.xml
Document CharacterBody.get_last_slide_collision() returning null with no collision
2025-10-30 02:52:08 +01:00
CharacterBody3D.xml
Document CharacterBody.get_last_slide_collision() returning null with no collision
2025-10-30 02:52:08 +01:00
CharFXTransform.xml
Make CharFXTransform.font property read only, add some extra documentation notes.
2025-02-02 23:08:35 +02:00
CheckBox.xml
Allow modification of the color for the checkbox's checked and unchecked icons
2024-12-15 22:19:13 +07:00
CheckButton.xml
Add search keywords for CheckButton and ButtonGroup
2025-07-31 23:23:27 +02:00
CircleShape2D.xml
ClassDB.xml
Document ClassDB not storing information on user-defined classes
2025-08-18 23:44:01 +02:00
CodeEdit.xml
CodeEdit: Add line number gutter minimum digits
2025-11-03 18:15:49 +08:00
CodeHighlighter.xml
Overhaul some "uncommon" wording in class reference
2024-03-01 15:32:38 +01:00
CollisionObject2D.xml
Remove redundant info on the enum types used
2025-06-04 08:21:47 +08:00
CollisionObject3D.xml
Remove redundant info on the enum types used
2025-06-04 08:21:47 +08:00
CollisionPolygon2D.xml
Fix minor grammar error in CollisionPolygon2D, CollisionPolygon3D, CollisionShape2D, and CollisionShape3D docs
2025-09-17 11:43:20 +12:00
CollisionPolygon3D.xml
Fix minor grammar error in CollisionPolygon2D, CollisionPolygon3D, CollisionShape2D, and CollisionShape3D docs
2025-09-17 11:43:20 +12:00
CollisionShape2D.xml
Fix minor grammar error in CollisionPolygon2D, CollisionPolygon3D, CollisionShape2D, and CollisionShape3D docs
2025-09-17 11:43:20 +12:00
CollisionShape3D.xml
Fix minor grammar error in CollisionPolygon2D, CollisionPolygon3D, CollisionShape2D, and CollisionShape3D docs
2025-09-17 11:43:20 +12:00
Color.xml
Merge pull request #111426 from notroid5/patch-1
2025-11-26 23:43:27 +01:00
ColorPalette.xml
Save color palette as resources to reuse later
2024-12-06 20:16:06 +07:00
ColorPicker.xml
Replace the term "color space" with "color encoding". Add additional detail to Color class description. State clearly that Color is expected to use the nonlinear sRGB transfer function.
2025-09-15 18:11:53 -04:00
ColorPickerButton.xml
ColorPicker: Add intensity slider
2025-05-23 12:45:29 +08: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
Replace XML codeblock spaces with tabs
2025-06-06 14:35:38 +02: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
CompressedTexture2DArray.xml
Fix various typos in documentation
2023-12-27 20:37:37 +07:00
CompressedTexture3D.xml
CompressedTextureLayered.xml
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
Use Grisu2 algorithm in String::num_scientific to fix serializing
2025-05-22 09:13:16 -07:00
ConfigFile.xml
Replace XML codeblock spaces with tabs
2025-06-06 14:35:38 +02:00
ConfirmationDialog.xml
Document popups being invisible by default
2025-10-23 19:55:03 +02:00
Container.xml
Control.xml
Fix incorrect transform method reference in CanvasItem.get_screen_transform() documentation
2025-12-01 01:07:57 +08:00
ConvertTransformModifier3D.xml
Add BoneTwistDisperser3D to propagate IK target's twist
2025-12-02 19:20:26 +09: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
CopyTransformModifier3D.xml
Add option to BoneConstraint3D to make reference target allow node
2025-11-05 07:52:24 +09:00
CPUParticles2D.xml
Add emission shape ring for CPUParticles2D
2025-08-26 15:09:05 +02:00
CPUParticles3D.xml
Remove redundant info on the enum types used
2025-06-04 08:21:47 +08: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
Replace XML codeblock spaces with tabs
2025-06-06 14:35:38 +02:00
CubemapArray.xml
[Docs] Various grammar and spelling fixes
2025-06-23 20:54:08 +02:00
Curve.xml
Extend Curve to allow for arbitrary domains
2024-11-02 08:25:40 -04:00
Curve2D.xml
Fix curve2d incorrect sample range description
2024-08-21 16:00:25 +08:00
Curve3D.xml
Implement closed path for Curve3d
2024-11-16 12:59:08 +01:00
CurveTexture.xml
Extend Curve to allow for arbitrary domains
2024-11-02 08:25:40 -04:00
CurveXYZTexture.xml
Extend Curve to allow for arbitrary domains
2024-11-02 08:25:40 -04:00
CylinderMesh.xml
CylinderShape3D.xml
Update links to outdated asset library demos
2024-04-07 16:59:43 +02:00
DampedSpringJoint2D.xml
Fix miscellaneous oddities around the class reference (part 5)
2025-06-06 15:21:25 +02:00
Decal.xml
Replace XML codeblock spaces with tabs
2025-06-06 14:35:38 +02:00
Dictionary.xml
Fix miscellaneous oddities around the class reference (part 7)
2025-11-28 18:19:45 +01:00
DirAccess.xml
Fix drive selection issue on Android
2025-08-11 21:47:00 +05:30
DirectionalLight2D.xml
Document the direction that directional and spot lights emit light in
2025-06-08 03:34:01 -07:00
DirectionalLight3D.xml
Document the direction that directional and spot lights emit light in
2025-06-08 03:34:01 -07:00
DisplayServer.xml
Merge pull request #111334 from Calinou/doc-displayserver-refresh-rate-vsync
2025-12-19 11:52:46 +01:00
DPITexture.xml
Fix miscellaneous oddities around the class reference (part 6)
2025-11-25 21:20:57 +01:00
DTLSServer.xml
Replace XML codeblock spaces with tabs
2025-06-06 14:35:38 +02:00
EditorCommandPalette.xml
Make EditorInterface accessible as a singleton
2023-08-09 16:01:31 +02:00
EditorContextMenuPlugin.xml
Merge pull request #107085 from KoBeWi/new_in_folder
2025-06-13 01:30:43 +02:00
EditorDebuggerPlugin.xml
Replace XML codeblock spaces with tabs
2025-06-06 14:35:38 +02:00
EditorDebuggerSession.xml
[Docs] Various grammar and spelling fixes
2025-06-23 20:54:08 +02:00
EditorDock.xml
Update EditorDock shortcut documentation
2025-12-11 13:37:33 -08:00
EditorExportPlatform.xml
Fix miscellaneous oddities around the class reference (part 6)
2025-11-25 21:20:57 +01:00
EditorExportPlatformAppleEmbedded.xml
Introduce 'visionos' platform derived from 'apple_embedded'
2025-05-19 15:47:01 -07:00
EditorExportPlatformExtension.xml
Fix miscellaneous oddities around the class reference (part 7)
2025-11-28 18:19:45 +01:00
EditorExportPlatformPC.xml
Introduce 'drivers/apple_embedded' abstract platform for code reuse
2025-05-19 15:37:13 -07:00
EditorExportPlugin.xml
Fix miscellaneous oddities around the class reference (part 5)
2025-06-06 15:21:25 +02:00
EditorExportPreset.xml
Use ScriptExportMode enum in EditorExportPreset
2025-12-03 09:21:50 +01:00
EditorFeatureProfile.xml
Separate Node editor dock
2025-11-22 10:17:03 +08:00
EditorFileDialog.xml
Make EditorFileDialog inherit FileDialog
2025-12-02 12:30:51 +01: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
EditorFileSystemImportFormatSupportQuery.xml
Doc: Add "required" qualifier to methods
2025-06-05 21:41:07 +08:00
EditorImportPlugin.xml
Merge pull request #104740 from Jojo-1000/update-import-plugin-docs
2025-10-01 13:12:32 -05:00
EditorInspector.xml
Revert "Fix inspector jumping when gaining focus"
2025-02-26 18:18:30 +08:00
EditorInspectorPlugin.xml
Display custom data name instead of indices in TileData inspector
2024-05-25 17:21:31 +02:00
EditorInterface.xml
Expose set_edited and is_edited on EditorInterface
2025-12-01 06:43:11 -05:00
EditorNode3DGizmo.xml
[Docs] Various grammar and spelling fixes
2025-06-23 20:54:08 +02:00
EditorNode3DGizmoPlugin.xml
Fix more miscellaneous oddities around the class reference
2024-11-12 17:44:45 +01:00
EditorPaths.xml
Use ProjectSettings functions instead of hard-coded folder name in tests
2025-10-24 20:24:50 -07:00
EditorPlugin.xml
Update EditorDock shortcut documentation
2025-12-11 13:37:33 -08:00
EditorProperty.xml
Allow to override editor settings per project
2025-06-02 17:51:26 +02:00
EditorResourceConversionPlugin.xml
Replace XML codeblock spaces with tabs
2025-06-06 14:35:38 +02:00
EditorResourcePicker.xml
Add keywords to improve search in the class reference
2024-02-22 16:16:49 +01:00
EditorResourcePreview.xml
Fix many untagged true/false/null in the documentation
2024-11-10 11:26:39 +01:00
EditorResourcePreviewGenerator.xml
EditorResourcePreviewGenerator::request_draw_and_wait
2025-11-27 14:12:14 -08:00
EditorResourceTooltipPlugin.xml
Replace XML codeblock spaces with tabs
2025-06-06 14:35:38 +02:00
EditorSceneFormatImporter.xml
Mark methods for various classes as required
2025-07-30 19:24:56 +02:00
EditorScenePostImport.xml
Replace XML codeblock spaces with tabs
2025-06-06 14:35:38 +02:00
EditorScenePostImportPlugin.xml
Fix miscellaneous oddities around the class reference (part 5)
2025-06-06 15:21:25 +02:00
EditorScript.xml
Deprecate get_scene() in EditorScript class
2025-10-22 17:03:41 -05:00
EditorScriptPicker.xml
EditorSelection.xml
Clarify API for top selected nodes in EditorSelection and make public
2025-03-27 16:09:08 -07:00
EditorSettings.xml
Merge pull request #113917 from Calinou/project-manager-folder-naming-convention-quick-settings
2025-12-19 11:53:16 +01:00
EditorSpinSlider.xml
Allow to use sliders for integers in EditorSpinSlider
2025-09-22 11:23:15 -03:00
EditorSyntaxHighlighter.xml
Expose the EditorScriptHighlighter::_create() method to GDExtension
2024-11-07 12:22:55 -06:00
EditorToaster.xml
Fix miscellaneous oddities around the class reference (part 6)
2025-11-25 21:20:57 +01:00
EditorTranslationParserPlugin.xml
Add CSV translation template generation
2025-10-30 08:44:41 +08:00
EditorUndoRedoManager.xml
Remove redundant info on the enum types used
2025-06-04 08:21:47 +08:00
EditorVCSInterface.xml
Doc: Add "required" qualifier to methods
2025-06-05 21:41:07 +08:00
EncodedObjectAsID.xml
Engine.xml
Merge pull request #111774 from Calinou/doc-engine-physics-ticks-per-second
2025-12-21 10:40:43 +01:00
EngineDebugger.xml
Clarify EngineDebugger and EditorDebugger* documentation
2024-10-21 11:36:59 +03:00
EngineProfiler.xml
Environment.xml
Add agx_white, agx_contrast and HDR support to the AgX tonemapper.
2025-12-03 09:01:39 -05:00
Expression.xml
Replace XML codeblock spaces with tabs
2025-06-06 14:35:38 +02:00
ExternalTexture.xml
Add external texture support (GLES3)
2024-09-20 10:48:32 -05:00
FABRIK3D.xml
Add IKModifier3D
2025-11-04 02:38:48 +09:00
FileAccess.xml
Remove underscore from parameter name in FileAccess::set_extended_attribute_string
2025-12-12 14:20:13 +01:00
FileDialog.xml
Merge pull request #113261 from Mickeon/documentation-miscellaneous-oddities-part-7
2025-12-03 11:42:23 -06:00
FileSystemDock.xml
Expose the signal when user select a file/folder in the FileSystemDock
2025-10-04 05:33:04 -07:00
float.xml
Standardize all "Prints" comments in documentation
2024-12-23 21:26:00 +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
FoldableContainer.xml
Merge pull request #110572 from Calinou/doc-foldablecontainer-keywords
2025-12-19 11:52:06 +01:00
FoldableGroup.xml
Add FoldableContainer
2025-04-08 22:27:32 +02:00
Font.xml
Fix miscellaneous oddities around the class reference (part 7)
2025-11-28 18:19:45 +01:00
FontFile.xml
Restore per font oversampling override.
2025-06-19 18:10:54 +03:00
FontVariation.xml
Remove redundant info on the enum types used
2025-06-04 08:21:47 +08:00
FramebufferCacheRD.xml
Implement hooks into renderer
2024-02-18 21:54:21 +11:00
GDExtension.xml
Change "GDExtension example in C++" links to accommodate the new docs file structure.
2025-04-03 16:01:43 +02:00
GDExtensionManager.xml
LibGodot: Core - Build Godot Engine as a Library
2025-10-07 02:15:41 +02:00
Generic6DOFJoint3D.xml
Geometry2D.xml
Replace XML codeblock spaces with tabs
2025-06-06 14:35:38 +02:00
Geometry3D.xml
Expose 3D Delaunay tetrahedralization in Geometry3D
2023-10-16 11:48:49 +02:00
GeometryInstance3D.xml
Fix miscellaneous oddities around the class reference (part 6)
2025-11-25 21:20:57 +01:00
GodotInstance.xml
LibGodot: Core - Build Godot Engine as a Library
2025-10-07 02:15:41 +02:00
GPUParticles2D.xml
Remove redundant info on the enum types used
2025-06-04 08:21:47 +08:00
GPUParticles3D.xml
Remove redundant info on the enum types used
2025-06-04 08:21:47 +08: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
Fix miscellaneous oddities around the class reference
2024-08-18 23:18:44 +02:00
GPUParticlesCollisionBox3D.xml
Improve the top docs sections of VFX classes
2023-08-11 21:17:04 +03:00
GPUParticlesCollisionHeightField3D.xml
Fix GPUParticlesCollisionHeightField3D adding collisions excluded by its layer_mask
2025-02-04 08:02:44 +02: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
Replace the term "color space" with "color encoding". Add additional detail to Color class description. State clearly that Color is expected to use the nonlinear sRGB transfer function.
2025-09-15 18:11:53 -04:00
GradientTexture1D.xml
Improve the top docs sections of VFX classes
2023-08-11 21:17:04 +03:00
GradientTexture2D.xml
Remove redundant info on the enum types used
2025-06-04 08:21:47 +08:00
GraphEdit.xml
Fix miscellaneous oddities around the class reference (part 7)
2025-11-28 18:19:45 +01:00
GraphElement.xml
[GraphEdit] Do not scale popup menus in the graph elements when zoomed.
2025-11-27 13:40:14 +02:00
GraphFrame.xml
Add GraphFrame and integrate it in VisualShader
2024-04-04 15:11:00 +02:00
GraphNode.xml
Add metadata for slots in GraphNode
2025-08-08 07:36:26 +04:00
GridContainer.xml
Update links to outdated asset library demos
2024-04-07 16:59:43 +02:00
GrooveJoint2D.xml
HashingContext.xml
Replace XML codeblock spaces with tabs
2025-06-06 14:35:38 +02:00
HBoxContainer.xml
Use bound theme properties for documentation
2023-09-26 18:48:51 +02:00
HeightMapShape3D.xml
Improve HeightMapShape3D documentation
2025-11-17 12:07:00 +01:00
HFlowContainer.xml
Use bound theme properties for documentation
2023-09-26 18:48:51 +02:00
HingeJoint3D.xml
Use Grisu2 algorithm in String::num_scientific to fix serializing
2025-05-22 09:13:16 -07:00
HMACContext.xml
Replace XML codeblock spaces with tabs
2025-06-06 14:35:38 +02:00
HScrollBar.xml
Allow to add padding to ScrollBars
2025-11-11 19:21:25 -03: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
[Docs] Various grammar and spelling fixes
2025-06-23 20:54:08 +02:00
HTTPRequest.xml
Fix HTTPRequest timeout being scaled with Engine.time_scale
2025-11-12 23:55:29 +01:00
IKModifier3D.xml
Add mutable_bone_axes to IKs
2025-11-17 09:45:31 +09:00
Image.xml
Fix miscellaneous oddities around the class reference (part 6)
2025-11-25 21:20:57 +01:00
ImageFormatLoader.xml
ImageFormatLoaderExtension.xml
ImageTexture.xml
Remove redundant info on the enum types used
2025-06-04 08:21:47 +08:00
ImageTexture3D.xml
Remove redundant info on the enum types used
2025-06-04 08:21:47 +08:00
ImageTextureLayered.xml
Replace XML codeblock spaces with tabs
2025-06-06 14:35:38 +02:00
ImmediateMesh.xml
Add note for some usages of Plane in APIs
2025-10-13 16:09:49 -04:00
ImporterMesh.xml
Allow converting from Mesh to ImporterMesh
2025-11-26 11:13:39 -08:00
ImporterMeshInstance3D.xml
Merge pull request #78803 from EMBYRDEV/additional-mesh-import-options
2023-09-24 23:30:30 +02:00
Input.xml
Add support for joypad LED lights
2025-11-12 06:01:03 +05:00
InputEvent.xml
Clarify the types InputEvent.is_action_type() will return true for
2025-08-12 19:15:46 +02:00
InputEventAction.xml
Fix type error in InputEventAction.action description
2025-05-09 17:01:36 +08:00
InputEventFromWindow.xml
InputEventGesture.xml
InputEventJoypadButton.xml
Add keywords to improve search in the class reference
2024-02-22 16:16:49 +01:00
InputEventJoypadMotion.xml
Remove redundant info on the enum types used
2025-06-04 08:21:47 +08:00
InputEventKey.xml
Add notes about InputEventKey property usage.
2025-06-13 15:39:29 +03:00
InputEventMagnifyGesture.xml
Update the description for the InputEventMagnifyGesture and InputEventPanGesture gestures
2023-11-06 11:02:39 -08:00
InputEventMIDI.xml
Replace XML codeblock spaces with tabs
2025-06-06 14:35:38 +02:00
InputEventMouse.xml
InputEventMouseButton.xml
Merge pull request #88130 from AlekseyKapustyanenko/Rotary_Input
2024-02-13 23:43:33 +01:00
InputEventMouseMotion.xml
Fix InputEventMouseMotion reference
2025-05-13 11:06:11 +00: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
Update documentation for modifier key behaviour
2025-01-16 04:11:30 +03:00
InputMap.xml
Base accessibility API.
2025-04-08 20:14:28 +03:00
InstancePlaceholder.xml
Docs: Fix typo and spacing in vector coordinates
2025-06-16 15:44:20 +02:00
int.xml
Replace XML codeblock spaces with tabs
2025-06-06 14:35:38 +02:00
IntervalTweener.xml
IP.xml
Replace XML codeblock spaces with tabs
2025-06-06 14:35:38 +02:00
ItemList.xml
Enable scroll hints for several parts of the editor
2025-12-09 10:55:26 -03:00
IterateIK3D.xml
Add Deterministic option to IK
2025-11-18 07:13:17 +09:00
JacobianIK3D.xml
Fix JacobianIK to apply gradient correctly
2025-11-09 15:55:20 +09:00
JavaClass.xml
Implement has_java_method(...) for JavaClassWrapper and JNISingleton
2025-09-22 00:01:50 -04:00
JavaClassWrapper.xml
JavaClassWrapper: Add example to invoke constructor
2025-07-30 13:27:35 +05:30
JavaObject.xml
Implement has_java_method(...) for JavaClassWrapper and JNISingleton
2025-09-22 00:01:50 -04:00
JavaScriptBridge.xml
Update tutorial link for calling Javascript from script
2025-10-05 21:32:19 -07:00
JavaScriptObject.xml
Replace XML codeblock spaces with tabs
2025-06-06 14:35:38 +02:00
JNISingleton.xml
Implement has_java_method(...) for JavaClassWrapper and JNISingleton
2025-09-22 00:01:50 -04: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
JointLimitation3D.xml
Add IKModifier3D
2025-11-04 02:38:48 +09:00
JointLimitationCone3D.xml
Add IKModifier3D
2025-11-04 02:38:48 +09:00
JSON.xml
Handle NaN and Infinity in JSON stringify function
2025-10-29 12:06:40 -07:00
JSONRPC.xml
Fix miscellaneous oddities around the class reference (part 7)
2025-11-28 18:19:45 +01:00
KinematicCollision2D.xml
KinematicCollision3D.xml
Label.xml
Merge pull request #110533 from Calinou/doc-label-performance
2025-12-19 11:51:58 +01:00
Label3D.xml
Fix miscellaneous oddities around the class reference (part 6)
2025-11-25 21:20:57 +01:00
LabelSettings.xml
Fix various errors in the class reference
2025-06-13 21:14:55 +08:00
Light2D.xml
Remove redundant info on the enum types used
2025-06-04 08:21:47 +08:00
Light3D.xml
Merge pull request #104666 from allenwp/color-encoding-docs
2025-09-22 08:50:11 -05:00
LightmapGI.xml
Add a supersampling option to LightmapGI
2025-01-07 18:44:59 +01:00
LightmapGIData.xml
Implement shadowmasks for LightmapGI
2024-12-12 11:00:28 +01:00
Lightmapper.xml
LightmapperRD.xml
Docs: Standardize names and terms for renderers
2024-11-29 19:53:52 -08: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
LimitAngularVelocityModifier3D.xml
Add LimitAngularVelocityModifier3D
2025-11-15 06:43:33 +09:00
Line2D.xml
Remove redundant info on the enum types used
2025-06-04 08:21:47 +08:00
LineEdit.xml
Fix miscellaneous oddities around the class reference (part 7)
2025-11-28 18:19:45 +01:00
LinkButton.xml
Fix miscellaneous oddities around the class reference (part 6)
2025-11-25 21:20:57 +01:00
Logger.xml
Add documentation about logging from Logger not being supported
2025-10-12 22:04:26 +02:00
LookAtModifier3D.xml
Add relative option to LookAt/AimModifier3D
2025-11-15 23:06:48 +09:00
MainLoop.xml
Fix NOTIFICATION_OS_IME_UPDATE docs on platforms
2025-10-20 19:37:17 -04:00
MarginContainer.xml
Add keywords to improve search in the class reference
2024-02-22 16:16:49 +01:00
Marker2D.xml
Marker3D.xml
Marshalls.xml
Material.xml
Doc: Add "required" qualifier to methods
2025-06-05 21:41:07 +08:00
MenuBar.xml
Fix miscellaneous oddities around the class reference (part 7)
2025-11-28 18:19:45 +01:00
MenuButton.xml
add dropdown keyword to MenuButton and OptionButton
2025-08-12 15:57:01 -07:00
Mesh.xml
Doc: Add "required" qualifier to methods
2025-06-05 21:41:07 +08:00
MeshConvexDecompositionSettings.xml
Overhaul some "uncommon" wording in class reference
2024-03-01 15:32:38 +01:00
MeshDataTool.xml
Add note for some usages of Plane in APIs
2025-10-13 16:09:49 -04:00
MeshInstance2D.xml
MeshInstance3D.xml
Remove default skeleton path in MeshInstance3D
2025-11-01 01:59:58 +01:00
MeshLibrary.xml
Remove redundant info on the enum types used
2025-06-04 08:21:47 +08:00
MeshTexture.xml
MethodTweener.xml
Prevent errors if Tween callback's object is freed
2023-08-29 14:50:53 +02:00
MissingNode.xml
Add recording_signals to MissingNode
2025-10-09 22:08:59 +02:00
MissingResource.xml
Fill the documentation of a few overlooked classes
2024-01-07 17:51:04 +01:00
ModifierBoneTarget3D.xml
Implement ModifierBoneTarget3D which can be target of the other mods
2025-06-05 23:46:36 +09:00
MovieWriter.xml
Add Ogg Theora support to MovieWriter
2025-06-10 15:52:24 +02:00
MultiMesh.xml
FTI - Add multimesh_instances_reset_physics_interpolation()
2025-10-08 16:17:18 +01: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
Fix more miscellaneous oddities around the class reference
2024-11-12 17:44:45 +01:00
MultiplayerAPIExtension.xml
Replace XML codeblock spaces with tabs
2025-06-06 14:35:38 +02:00
MultiplayerPeer.xml
Remove redundant info on the enum types used
2025-06-04 08:21:47 +08:00
MultiplayerPeerExtension.xml
Doc: Add "required" qualifier to methods
2025-06-05 21:41:07 +08:00
Mutex.xml
Fix miscellaneous oddities around the class reference (part 7)
2025-11-28 18:19:45 +01:00
NativeMenu.xml
[macOS] Add option for renaming system menus.
2025-12-18 08:40:14 +02:00
NavigationAgent2D.xml
Add a note about navigation mesh baking issues when using 0 for the agent_radius
2025-06-24 15:10:07 +02:00
NavigationAgent3D.xml
Add a note about navigation mesh baking issues when using 0 for the agent_radius
2025-06-24 15:10:07 +02: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
Add a note about navigation mesh baking issues when using 0 for the agent_radius
2025-06-23 10:23:09 +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
[Docs] Various grammar and spelling fixes
2025-06-23 20:54:08 +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 query parameter limits
2025-06-13 14:42:26 +02:00
NavigationPathQueryParameters3D.xml
Add navigation path query parameter limits
2025-06-13 14:42:26 +02:00
NavigationPathQueryResult2D.xml
Add navigation path query parameter limits
2025-06-13 14:42:26 +02:00
NavigationPathQueryResult3D.xml
Add navigation path query parameter limits
2025-06-13 14:42:26 +02:00
NavigationPolygon.xml
Fix miscellaneous oddities around the class reference (part 7)
2025-11-28 18:19:45 +01:00
NavigationRegion2D.xml
Add functions to get axis-aligned bounds of navigation regions
2025-01-13 20:18:33 +01:00
NavigationRegion3D.xml
Add functions to get axis-aligned bounds of navigation regions
2025-01-13 20:18:33 +01:00
NavigationServer2D.xml
Fix: make nav_map_2d uses rasterizer cell scale options in 2d navigation settings
2025-06-21 16:51:17 +02:00
NavigationServer2DManager.xml
Make NavigationServer backend engine selectable
2025-10-30 08:59:06 +01:00
NavigationServer3D.xml
Merge pull request #107143 from Mickeon/documentation-miscellaneous-oddities-part-5
2025-06-13 15:53:47 +02:00
NavigationServer3DManager.xml
Make NavigationServer backend engine selectable
2025-10-30 08:59:06 +01:00
NinePatchRect.xml
Remove redundant info on the enum types used
2025-06-04 08:21:47 +08:00
Node.xml
Add Link to the Owner Tutorial
2025-12-20 22:14:57 -03:00
Node2D.xml
Document link between Node2D.look_at() and Node2D.get_angle_to()
2025-10-13 20:47:55 +02:00
Node3D.xml
Clarify notification call order
2025-11-11 15:41:56 +01:00
Node3DGizmo.xml
Add docs for Node3DGizmo to clarify its link to EditorNode3DGizmo
2023-10-02 16:17:16 +02:00
NodePath.xml
Standardize all "Prints" comments in documentation
2024-12-23 21:26:00 +01:00
Object.xml
Document Object.connect() not supporting persistent connections with lambda functions
2025-12-18 02:35:12 +01:00
Occluder3D.xml
Add missing tutorials to documentation classes
2023-08-19 20:29:24 +02:00
OccluderInstance3D.xml
Update OccluderInstance3D.xml
2024-10-25 09:08:38 -06:00
OccluderPolygon2D.xml
Add further details on properties returning Packed*Array
2024-04-08 11:35:27 +02:00
OmniLight3D.xml
Remove redundant info on the enum types used
2025-06-04 08:21:47 +08:00
OptimizedTranslation.xml
Improve CSV translations
2025-10-27 17:47:45 +08:00
OptionButton.xml
add dropdown keyword to MenuButton and OptionButton
2025-08-12 15:57:01 -07:00
ORMMaterial3D.xml
Improve the top docs sections of VFX classes
2023-08-11 21:17:04 +03:00
OS.xml
Fix OS.get_cmdline_args documentation
2025-11-07 23:35:09 +01:00
PackedByteArray.xml
Fix miscellaneous oddities around the class reference (part 6)
2025-11-25 21:20:57 +01:00
PackedColorArray.xml
Fix miscellaneous oddities around the class reference (part 6)
2025-11-25 21:20:57 +01:00
PackedDataContainer.xml
Replace XML codeblock spaces with tabs
2025-06-06 14:35:38 +02:00
PackedDataContainerRef.xml
Replace XML codeblock spaces with tabs
2025-06-06 14:35:38 +02:00
PackedFloat32Array.xml
Fix miscellaneous oddities around the class reference (part 6)
2025-11-25 21:20:57 +01:00
PackedFloat64Array.xml
Fix miscellaneous oddities around the class reference (part 6)
2025-11-25 21:20:57 +01:00
PackedInt32Array.xml
Fix miscellaneous oddities around the class reference (part 6)
2025-11-25 21:20:57 +01:00
PackedInt64Array.xml
Fix miscellaneous oddities around the class reference (part 6)
2025-11-25 21:20:57 +01:00
PackedScene.xml
Replace XML codeblock spaces with tabs
2025-06-06 14:35:38 +02:00
PackedStringArray.xml
Fix miscellaneous oddities around the class reference (part 6)
2025-11-25 21:20:57 +01:00
PackedVector2Array.xml
Fix miscellaneous oddities around the class reference (part 6)
2025-11-25 21:20:57 +01:00
PackedVector3Array.xml
Fix miscellaneous oddities around the class reference (part 6)
2025-11-25 21:20:57 +01:00
PackedVector4Array.xml
Fix miscellaneous oddities around the class reference (part 6)
2025-11-25 21:20:57 +01:00
PacketPeer.xml
Validate code tags for class and member references
2023-10-03 15:48:31 +02:00
PacketPeerDTLS.xml
Remove redundant info on the enum types used
2025-06-04 08:21:47 +08:00
PacketPeerExtension.xml
Doc: Add "required" qualifier to methods
2025-06-05 21:41:07 +08:00
PacketPeerStream.xml
PacketPeerUDP.xml
Replace XML codeblock spaces with tabs
2025-06-06 14:35:38 +02: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
Use Grisu2 algorithm in String::num_scientific to fix serializing
2025-05-22 09:13:16 -07:00
ParallaxBackground.xml
Deprecate Parallax Background and Parallax Layer
2025-04-30 19:10:13 -04:00
ParallaxLayer.xml
Deprecate Parallax Background and Parallax Layer
2025-04-30 19:10:13 -04:00
ParticleProcessMaterial.xml
Docs: Fix ParticleProcessMaterial code snippet in alpha_curve description
2025-12-05 12:41:06 +01:00
Path2D.xml
Path3D.xml
Fix miscellaneous oddities around the class reference (part 7)
2025-11-28 18:19:45 +01:00
PathFollow2D.xml
Add error checks for bad configuration in PathFollow2D/3D set_progress_ratio
2024-09-04 18:07:49 +02:00
PathFollow3D.xml
Add error checks for bad configuration in PathFollow2D/3D set_progress_ratio
2024-09-04 18:07:49 +02:00
PCKPacker.xml
[PCK] Move directory to the end of file, write exported/saved PCK in place.
2025-06-02 12:54:09 +03:00
Performance.xml
Fix miscellaneous oddities around the class reference (part 7)
2025-11-28 18:19:45 +01:00
PhysicalBone2D.xml
Update class reference to include some keywords
2024-02-09 18:13:23 +01:00
PhysicalBone3D.xml
Add "Ragdol System" Tutorial to PhysicalBone3D
2025-10-04 22:26:13 -03: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
Improve documentation on "physics spiral of death" in ProjectSettings
2024-10-16 22:51:01 +02:00
PhysicsBody3D.xml
Improve documentation on "physics spiral of death" in ProjectSettings
2024-10-16 22:51:01 +02:00
PhysicsDirectBodyState2D.xml
Fix move_and_slide forcing synchronization with physics thread
2025-08-14 18:58:36 +02:00
PhysicsDirectBodyState2DExtension.xml
Fix move_and_slide forcing synchronization with physics thread
2025-08-14 18:58:36 +02:00
PhysicsDirectBodyState3D.xml
Fix move_and_slide forcing synchronization with physics thread
2025-08-14 18:58:36 +02:00
PhysicsDirectBodyState3DExtension.xml
Fix move_and_slide forcing synchronization with physics thread
2025-08-14 18:58:36 +02:00
PhysicsDirectSpaceState2D.xml
Add clarifications to PhysicsDirectSpaceState docs on how to get their instance
2025-06-05 11:46:42 +02:00
PhysicsDirectSpaceState2DExtension.xml
Doc: Add "required" qualifier to methods
2025-06-05 21:41:07 +08:00
PhysicsDirectSpaceState3D.xml
Add clarifications to PhysicsDirectSpaceState docs on how to get their instance
2025-06-05 11:46:42 +02:00
PhysicsDirectSpaceState3DExtension.xml
Doc: Add "required" qualifier to methods
2025-06-05 21:41:07 +08: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
Docs: Fix typo and spacing in vector coordinates
2025-06-16 15:44:20 +02:00
PhysicsServer2DExtension.xml
Fix miscellaneous oddities around the class reference (part 5)
2025-06-06 15:21:25 +02:00
PhysicsServer2DManager.xml
PhysicsServer3D.xml
Document PhysicsServer3D shapes
2025-09-21 11:38:28 +02:00
PhysicsServer3DExtension.xml
Doc: Add "required" qualifier to methods
2025-06-05 21:41:07 +08:00
PhysicsServer3DManager.xml
PhysicsServer3DRenderingServerHandler.xml
Doc: Add "required" qualifier to methods
2025-06-05 21:41:07 +08:00
PhysicsShapeQueryParameters2D.xml
Replace XML codeblock spaces with tabs
2025-06-06 14:35:38 +02:00
PhysicsShapeQueryParameters3D.xml
fix function used in the code example
2025-08-10 18:24:13 -03:00
PhysicsTestMotionParameters2D.xml
PhysicsTestMotionParameters3D.xml
PhysicsTestMotionResult2D.xml
PhysicsTestMotionResult3D.xml
PinJoint2D.xml
Update PinJoint2D API with angle limits and motor speed
2023-09-26 10:29:23 +02:00
PinJoint3D.xml
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
PlaceholderMesh.xml
PlaceholderTexture2D.xml
PlaceholderTexture2DArray.xml
PlaceholderTexture3D.xml
PlaceholderTextureLayered.xml
Plane.xml
Clarify docs for operators performing xform_inv
2023-10-16 21:52:02 +02:00
PlaneMesh.xml
Remove redundant info on the enum types used
2025-06-04 08:21:47 +08:00
PointLight2D.xml
Add keywords to improve search in the class reference
2024-02-22 16:16:49 +01:00
PointMesh.xml
Fix miscellaneous oddities around the class reference (part 5)
2025-06-06 15:21:25 +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
Replace XML codeblock spaces with tabs
2025-06-06 14:35:38 +02:00
Popup.xml
Document popups being invisible by default
2025-10-23 19:55:03 +02:00
PopupMenu.xml
Merge pull request #113197 from CrayolaEater/pop-up-menu-doc-update
2025-12-01 11:49:10 +01:00
PopupPanel.xml
Make PopupMenu/Panel shadows properly visible again
2024-12-02 14:20:58 -03:00
PortableCompressedTexture2D.xml
Fix miscellaneous oddities around the class reference (part 7)
2025-11-28 18:19:45 +01:00
PrimitiveMesh.xml
Fix *even* more miscellaneous oddities around the class reference
2025-04-07 17:37:08 +02:00
PrismMesh.xml
ProceduralSkyMaterial.xml
Replace some "uncommon" words in class reference
2024-01-15 18:51:52 +01:00
ProgressBar.xml
Update ProgressBar description
2025-04-21 15:06:45 -04:00
Projection.xml
Merge pull request #100209 from Flarkk/simplify_fix_projection
2025-03-06 16:36:19 -06:00
ProjectSettings.xml
Merge pull request #111774 from Calinou/doc-engine-physics-ticks-per-second
2025-12-21 10:40:43 +01:00
PropertyTweener.xml
Replace XML codeblock spaces with tabs
2025-06-06 14:35:38 +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
Make Transform2D/3D, Basis, and Quaternion docs more consistent
2024-11-29 16:10:11 +01:00
RandomNumberGenerator.xml
Replace XML codeblock spaces with tabs
2025-06-06 14:35:38 +02:00
Range.xml
Fix miscellaneous oddities around the class reference (part 7)
2025-11-28 18:19:45 +01:00
RayCast2D.xml
Fix miscellaneous oddities around the class reference (part 7)
2025-11-28 18:19:45 +01:00
RayCast3D.xml
Fix differences between RayCast2D and RayCast3D documentation
2025-06-06 15:25:39 +02:00
RDAttachmentFormat.xml
RDFramebufferPass.xml
RDPipelineColorBlendState.xml
RDPipelineColorBlendStateAttachment.xml
RDPipelineDepthStencilState.xml
Fix many untagged true/false/null in the documentation
2024-11-10 11:26:39 +01: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
RDSamplerState.xml
Add descriptions to remaining properties of RDSamplerState
2024-01-16 16:10:46 -08:00
RDShaderFile.xml
RDShaderSource.xml
Mention user should remove compute shader hint when use set_stage_source
2024-09-05 17:16:58 +08:00
RDShaderSPIRV.xml
[Docs] Various grammar and spelling fixes
2025-06-23 20:54:08 +02:00
RDTextureFormat.xml
Resolve load and store ops automatically for render passes for discardable textures.
2024-11-25 11:27:48 -03:00
RDTextureView.xml
Add ASTC HDR format variants
2025-02-13 11:45:42 -03:00
RDUniform.xml
Add descriptions to all RDUniform methods
2023-11-26 08:15:46 -08:00
RDVertexAttribute.xml
2D: Switch to VBOs for instance data
2025-11-15 06:25:49 +11:00
Rect2.xml
Simplify and fix Rect2/AABB get_support function
2024-08-19 23:55:31 -07: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
Fix miscellaneous oddities around the class reference (part 5)
2025-06-06 15:21:25 +02:00
ReflectionProbe.xml
Update notice in ReflectionProbe class
2025-07-27 14:27:19 +03:00
RemoteTransform2D.xml
RemoteTransform3D.xml
RenderData.xml
Fix more miscellaneous oddities around the class reference
2024-11-12 17:44:45 +01: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
Resolve depth buffer in pass if supported by driver
2025-11-17 17:29:38 +11:00
RenderingServer.xml
Document occlusion debugging in the SDFGI debug probes draw mode in the editor
2025-12-11 23:42:45 +01:00
RenderSceneBuffers.xml
[Docs] Various grammar and spelling fixes
2025-06-23 20:54:08 +02:00
RenderSceneBuffersConfiguration.xml
Allow changing the anisotropic filter level at run-time per Viewport
2024-11-30 00:50:45 -03:00
RenderSceneBuffersExtension.xml
Allow changing the anisotropic filter level at run-time per Viewport
2024-11-30 00:50:45 -03:00
RenderSceneBuffersRD.xml
Resolve load and store ops automatically for render passes for discardable textures.
2024-11-25 11:27:48 -03: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
Fix miscellaneous oddities around the class reference (part 7)
2025-11-28 18:19:45 +01:00
ResourceFormatLoader.xml
Mark methods for various classes as required
2025-07-30 19:24:56 +02:00
ResourceFormatSaver.xml
ResourceImporter.xml
Replace XML codeblock spaces with tabs
2025-06-06 14:35:38 +02:00
ResourceImporterBitMap.xml
ResourceImporterBMFont.xml
[Bitmap fonts] Add support for scaling.
2023-10-13 12:57:45 +03:00
ResourceImporterCSVTranslation.xml
Improve CSV translations
2025-10-27 17:47:45 +08:00
ResourceImporterDynamicFont.xml
Rename hinting mode 'Full' to 'Normal' to keep consistency
2025-12-12 19:40:37 +08:00
ResourceImporterImage.xml
[Docs] Various grammar and spelling fixes
2025-06-23 20:54:08 +02:00
ResourceImporterImageFont.xml
Fix typo in ResourceImporterImageFont docs
2025-10-27 18:04:56 +01:00
ResourceImporterLayeredTexture.xml
Replace the term "color space" with "color encoding". Add additional detail to Color class description. State clearly that Color is expected to use the nonlinear sRGB transfer function.
2025-09-15 18:11:53 -04:00
ResourceImporterOBJ.xml
Add Generate LODs, Shadow Mesh and Lightmap UV2 options to OBJ mesh import
2024-10-25 02:48:42 +02:00
ResourceImporterScene.xml
Merge pull request #107143 from Mickeon/documentation-miscellaneous-oddities-part-5
2025-06-13 15:53:47 +02:00
ResourceImporterShaderFile.xml
[Docs] Various grammar and spelling fixes
2025-06-23 20:54:08 +02:00
ResourceImporterSVG.xml
Rename SVGTexture to DPITexture.
2025-08-21 11:39:16 +03:00
ResourceImporterTexture.xml
Merge pull request #104666 from allenwp/color-encoding-docs
2025-09-22 08:50:11 -05:00
ResourceImporterTextureAtlas.xml
Fix link in the docs about ResourceImporterTextureAtlas
2023-11-10 09:51:11 +01:00
ResourceImporterWAV.xml
ResourceImporterWAV: Enable QOA compression by default
2024-08-31 00:42:56 -03:00
ResourceLoader.xml
Add "Threaded Loading Demo" link to ResourceLoader tutorials
2025-12-16 19:36:54 +01:00
ResourcePreloader.xml
ResourceSaver.xml
Remove redundant info on the enum types used
2025-06-04 08:21:47 +08:00
ResourceUID.xml
Fix miscellaneous oddities around the class reference (part 7)
2025-11-28 18:19:45 +01:00
RetargetModifier3D.xml
Make transform elements BitField in RetargetModifier
2024-12-28 07:19:48 +09:00
RibbonTrailMesh.xml
Extend Curve to allow for arbitrary domains
2024-11-02 08:25:40 -04:00
RichTextEffect.xml
Improve RichTextLabel install_effect() documentation
2023-12-19 17:29:49 +01:00
RichTextLabel.xml
Fix miscellaneous oddities around the class reference (part 6)
2025-11-25 21:20:57 +01:00
RID.xml
[Docs] Various grammar and spelling fixes
2025-06-23 20:54:08 +02:00
RigidBody2D.xml
Fix miscellaneous oddities around the class reference (part 6)
2025-11-25 21:20:57 +01:00
RigidBody3D.xml
Fix miscellaneous oddities around the class reference (part 6)
2025-11-25 21:20:57 +01:00
RootMotionView.xml
Add keywords to improve search in the class reference
2024-02-22 16:16:49 +01:00
SceneState.xml
Bind SceneState methods get_path and get_base_scene_state
2025-03-14 13:04:26 +01:00
SceneTree.xml
Add change_scene_to_node()
2025-10-22 12:21:18 +02:00
SceneTreeTimer.xml
Replace XML codeblock spaces with tabs
2025-06-06 14:35:38 +02:00
Script.xml
Fix miscellaneous oddities around the class reference (part 6)
2025-11-25 21:20:57 +01:00
ScriptBacktrace.xml
Fix empty lines being added for errors with no script backtrace
2025-05-05 13:27:21 +02:00
ScriptCreateDialog.xml
Replace XML codeblock spaces with tabs
2025-06-06 14:35:38 +02:00
ScriptEditor.xml
Expose ScriptEditor.clear_docs_from_script
2025-06-22 13:55:01 -04:00
ScriptEditorBase.xml
[Docs] Various grammar and spelling fixes
2025-06-23 20:54:08 +02:00
ScriptExtension.xml
Doc: Add "required" qualifier to methods
2025-06-05 21:41:07 +08:00
ScriptLanguage.xml
Add Options, Functions and Settings to convert Node-Names and Strings to kebab-case
2025-04-10 21:22:21 +02:00
ScriptLanguageExtension.xml
Move deprecated has_named_classes from ScriptLanguage to ScriptLanguageExtension
2025-10-05 16:55:06 +02:00
ScrollBar.xml
Base accessibility API.
2025-04-08 20:14:28 +03:00
ScrollContainer.xml
Add scroll hints to ScrollContainer and Tree
2025-11-26 11:04:49 -03:00
SegmentShape2D.xml
Semaphore.xml
Add optional count argument to Sempahore::post
2024-08-27 18:18:01 +03: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
Fix many untagged true/false/null in the documentation
2024-11-10 11:26:39 +01:00
ShaderGlobalsOverride.xml
Improve the top docs sections of VFX classes
2023-08-11 21:17:04 +03:00
ShaderInclude.xml
ShaderIncludeDB.xml
Adding ability to include build-in include files (precursor to custom shader templates)
2024-11-24 08:47:45 +11:00
ShaderMaterial.xml
Improve the top docs sections of VFX classes
2023-08-11 21:17:04 +03:00
Shape2D.xml
Shape3D.xml
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
C#: Fix Shortcut example
2025-06-17 19:13:21 +02:00
Signal.xml
Replace XML codeblock spaces with tabs
2025-06-06 14:35:38 +02:00
Skeleton2D.xml
Skeleton3D.xml
Fix miscellaneous oddities around the class reference (part 7)
2025-11-28 18:19:45 +01:00
SkeletonIK3D.xml
Fix many untagged true/false/null in the documentation
2024-11-10 11:26:39 +01: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
Remove angle constraint mention from SkeletonModification2DFABRIK.xml
2025-06-15 20:20:03 +02: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
Fix miscellaneous oddities around the class reference
2024-08-18 23:18:44 +02:00
SkeletonModificationStack2D.xml
Documentation: Add support for deprecated/experimental messages
2024-02-15 15:59:50 +03:00
SkeletonModifier3D.xml
Fix miscellaneous oddities around the class reference (part 7)
2025-11-28 18:19:45 +01:00
SkeletonProfile.xml
[Animation] Expose SkeletonProfile.set/is_required
2024-03-30 20:57:55 +01:00
SkeletonProfileHumanoid.xml
Fix SkeletonProfileHumanoid bone count documentation
2025-11-20 06:50:40 -08:00
Skin.xml
SkinReference.xml
Expose MeshInstance3D.get_skin_reference and add docs
2024-04-10 14:12:25 +02:00
Sky.xml
Remove redundant info on the enum types used
2025-06-04 08:21:47 +08:00
Slider.xml
Slider: Add tick position property and tick offset theme item
2025-06-09 12:36:08 +08:00
SliderJoint3D.xml
Remove redundant info on the enum types used
2025-06-04 08:21:47 +08:00
SocketServer.xml
Core: Add UNIX domain socket support
2025-09-26 05:46:19 +10:00
SoftBody3D.xml
Remove redundant info on the enum types used
2025-06-04 08:21:47 +08:00
SphereMesh.xml
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
SpinBox: Add a property to set whether custom_arrow_step rounds value
2025-11-18 12:12:33 -06:00
SplineIK3D.xml
Add IKModifier3D
2025-11-04 02:38:48 +09:00
SplitContainer.xml
Allow SplitContainer to have multiple children
2025-11-24 16:50:09 -05:00
SpotLight3D.xml
Document the direction that directional and spot lights emit light in
2025-06-08 03:34:01 -07:00
SpringArm3D.xml
Fix miscellaneous oddities around the class reference (part 7)
2025-11-28 18:19:45 +01:00
SpringBoneCollision3D.xml
Add validation for rotation axis to SpringBoneSimulator3D
2025-01-15 18:29:30 +09:00
SpringBoneCollisionCapsule3D.xml
Update capsule documentations for size constraint clarifications
2025-06-21 20:49:41 +03:00
SpringBoneCollisionPlane3D.xml
[Docs] Various grammar and spelling fixes
2025-06-23 20:54:08 +02:00
SpringBoneCollisionSphere3D.xml
Implement SpringBoneSimulator3D to wiggle chained bones
2025-01-14 05:43:57 +09:00
SpringBoneSimulator3D.xml
Add mutable_bone_axes to IKs
2025-11-17 09:45:31 +09:00
Sprite2D.xml
Fix miscellaneous oddities around the class reference (part 6)
2025-11-25 21:20:57 +01: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
Remove redundant info on the enum types used
2025-06-04 08:21:47 +08:00
SpriteFrames.xml
Add duplicate animation
2024-09-01 17:00:47 +02:00
StandardMaterial3D.xml
Improve the top docs sections of VFX classes
2023-08-11 21:17:04 +03:00
StaticBody2D.xml
Improve documentation on "physics spiral of death" in ProjectSettings
2024-10-16 22:51:01 +02:00
StaticBody3D.xml
Improve documentation on "physics spiral of death" in ProjectSettings
2024-10-16 22:51:01 +02:00
StatusIndicator.xml
[StatusIndicator] Add method to get indicator icon screen rect.
2024-05-02 14:39:33 +03:00
StreamPeer.xml
Fix miscellaneous oddities around the class reference (part 6)
2025-11-25 21:20:57 +01:00
StreamPeerBuffer.xml
StreamPeerExtension.xml
Doc: Add "required" qualifier to methods
2025-06-05 21:41:07 +08:00
StreamPeerGZIP.xml
Fix StreamPeerGZIP::finish() internal buffer size usage
2025-03-19 09:56:32 +01:00
StreamPeerSocket.xml
Core: Add UNIX domain socket support
2025-09-26 05:46:19 +10:00
StreamPeerTCP.xml
Core: Add UNIX domain socket support
2025-09-26 05:46:19 +10:00
StreamPeerTLS.xml
Remove redundant info on the enum types used
2025-06-04 08:21:47 +08:00
StreamPeerUDS.xml
Core: Add UNIX domain socket support
2025-09-26 05:46:19 +10:00
String.xml
Fix miscellaneous oddities around the class reference (part 7)
2025-11-28 18:19:45 +01:00
StringName.xml
Fix miscellaneous oddities around the class reference (part 7)
2025-11-28 18:19:45 +01:00
StyleBox.xml
Doc: Add "required" qualifier to methods
2025-06-05 21:41:07 +08:00
StyleBoxEmpty.xml
StyleBoxFlat.xml
Remove redundant info on the enum types used
2025-06-04 08:21:47 +08:00
StyleBoxLine.xml
Add keywords to improve search in the class reference
2024-02-22 16:16:49 +01:00
StyleBoxTexture.xml
Remove redundant info on the enum types used
2025-06-04 08:21:47 +08:00
SubtweenTweener.xml
Add tween_subtween method for nesting Tweens
2025-01-03 14:28:48 -08:00
SubViewport.xml
Update SubViewport documentations to include a note about input behaviour
2025-01-20 11:35:32 +03:00
SubViewportContainer.xml
Rename consume_drag_and_drop to mouse_target
2024-11-25 21:36:29 +01:00
SurfaceTool.xml
Add note for some usages of Plane in APIs
2025-10-13 16:09:49 -04:00
SyntaxHighlighter.xml
Replace XML codeblock spaces with tabs
2025-06-06 14:35:38 +02:00
SystemFont.xml
Restore per font oversampling override.
2025-06-19 18:10:54 +03:00
TabBar.xml
Fix miscellaneous oddities around the class reference (part 6)
2025-11-25 21:20:57 +01:00
TabContainer.xml
Fix miscellaneous oddities around the class reference (part 6)
2025-11-25 21:20:57 +01:00
TCPServer.xml
Core: Add UNIX domain socket support
2025-09-26 05:46:19 +10:00
TextEdit.xml
Fix miscellaneous oddities around the class reference (part 6)
2025-11-25 21:20:57 +01:00
TextLine.xml
[RTL] Use separate paragraph copy for the partially visible paragraphs.
2025-11-05 17:51:22 +02:00
TextMesh.xml
Fix miscellaneous oddities around the class reference (part 6)
2025-11-25 21:20:57 +01:00
TextParagraph.xml
[RTL] Use separate paragraph copy for the partially visible paragraphs.
2025-11-05 17:51:22 +02:00
TextServer.xml
Automatically include text server data if project includes translations requiring it.
2025-12-18 15:32:52 +02:00
TextServerDummy.xml
Replace XML codeblock spaces with tabs
2025-06-06 14:35:38 +02:00
TextServerExtension.xml
Automatically include text server data if project includes translations requiring it.
2025-12-18 15:32:52 +02:00
TextServerManager.xml
Texture.xml
Texture2D.xml
Doc: Add "required" qualifier to methods
2025-06-05 21:41:07 +08:00
Texture2DArray.xml
Document creating Texture2DArray, Cubemap and CubemapArray from code
2025-02-24 23:02:30 +01:00
Texture2DArrayRD.xml
Texture2DRD.xml
Avoid saving the texture_rd_rid property of TextureRD resources
2024-01-24 10:34:51 -08:00
Texture3D.xml
Doc: Add "required" qualifier to methods
2025-06-05 21:41:07 +08:00
Texture3DRD.xml
Avoid saving the texture_rd_rid property of TextureRD resources
2024-01-24 10:34:51 -08:00
TextureButton.xml
Remove incorrect statement that TextureButton needs a texture for normal state in docs
2024-12-12 15:34:38 -08:00
TextureCubemapArrayRD.xml
TextureCubemapRD.xml
TextureLayered.xml
Doc: Add "required" qualifier to methods
2025-06-05 21:41:07 +08:00
TextureLayeredRD.xml
Avoid saving the texture_rd_rid property of TextureRD resources
2024-01-24 10:34:51 -08:00
TextureProgressBar.xml
Tweak TextureProgressBar NOTIFICATION_DRAW to support 9-patch stretch in radial modes
2025-01-12 21:41:54 +03:00
TextureRect.xml
Remove redundant info on the enum types used
2025-06-04 08:21:47 +08:00
Theme.xml
Editor: Add ability to rename theme types
2025-05-29 21:57:48 +03:00
ThemeDB.xml
Thread.xml
Fix miscellaneous oddities around the class reference (part 7)
2025-11-28 18:19:45 +01:00
TileData.xml
Replace references from TileMap to TileMapLayer in documentation
2025-03-21 10:42:15 -03:00
TileMap.xml
Replace XML codeblock spaces with tabs
2025-06-06 14:35:38 +02:00
TileMapLayer.xml
Document TileMapLayer.get_coords_for_body_rid() precision depending on quadrant size
2025-09-16 16:19:24 +02:00
TileMapPattern.xml
Docs: Fix typo and spacing in vector coordinates
2025-06-16 15:44:20 +02:00
TileSet.xml
Replace references from TileMap to TileMapLayer in documentation
2025-03-21 10:42:15 -03:00
TileSetAtlasSource.xml
TileSetAtlasSource: Fix and/an docstring typo
2025-10-20 19:47:41 +01:00
TileSetScenesCollectionSource.xml
Better clarify initialization of scene tiles
2025-07-02 21:39:46 +02:00
TileSetSource.xml
Time.xml
Style: Trim trailing whitespace and ensure newline at EOF
2024-05-08 10:12:46 +02:00
Timer.xml
Separate Node editor dock
2025-11-22 10:17:03 +08:00
TLSOptions.xml
[Crypto] Expose TLSOptions getters
2024-06-14 22:33:10 +02:00
TorusMesh.xml
TouchScreenButton.xml
Remove redundant info on the enum types used
2025-06-04 08:21:47 +08:00
Transform2D.xml
Replace XML codeblock spaces with tabs
2025-06-06 14:35:38 +02:00
Transform3D.xml
Make Transform2D/3D, Basis, and Quaternion docs more consistent
2024-11-29 16:10:11 +01:00
Translation.xml
Move context and plural support to Translation
2025-09-26 10:51:57 +08:00
TranslationDomain.xml
Add methods for querying loaded Translation instances
2025-11-21 08:51:26 +08:00
TranslationServer.xml
Add methods for querying loaded Translation instances
2025-11-21 08:51:26 +08:00
Tree.xml
Merge pull request #112491 from YeldhamDev/deep_within_the_shadows_lays_scrollable_content
2025-12-02 14:15:58 +01:00
TreeItem.xml
Tree: Add per-cell autowrap_trim_flags to TreeItem
2025-12-24 15:28:15 -05:00
TriangleMesh.xml
Expose TriangleMesh api functions wrapped for scripting
2025-04-02 09:52:35 +02:00
TubeTrailMesh.xml
Extend Curve to allow for arbitrary domains
2024-11-02 08:25:40 -04:00
Tween.xml
Docs: Fix typo and spacing in vector coordinates
2025-06-16 15:44:20 +02:00
Tweener.xml
Fix Tweeners to emit finished() when underlying object is deleted
2024-08-29 14:53:45 -04:00
TwoBoneIK3D.xml
Add IKModifier3D
2025-11-04 02:38:48 +09:00
UDPServer.xml
Replace XML codeblock spaces with tabs
2025-06-06 14:35:38 +02:00
UDSServer.xml
Core: Add UNIX domain socket support
2025-09-26 05:46:19 +10:00
UndoRedo.xml
Docs: Fix typo and spacing in vector coordinates
2025-06-16 15:44:20 +02:00
UniformSetCacheRD.xml
Implement hooks into renderer
2024-02-18 21:54:21 +11:00
Variant.xml
Update links to the contributing section of the docs to the appropriate new sections.
2025-09-12 01:04:14 +02:00
VBoxContainer.xml
Update links to outdated asset library demos
2024-04-07 16:59:43 +02:00
Vector2.xml
Improve documentation for Vector2's angle-related methods
2025-10-29 22:35:50 +01:00
Vector2i.xml
[VectorNi] Fix float division examples in docs
2025-12-11 22:25:16 +00:00
Vector3.xml
Add aliases for Vector2/3.limit_length method
2025-05-09 14:42:47 +02:00
Vector3i.xml
[VectorNi] Fix float division examples in docs
2025-12-11 22:25:16 +00:00
Vector4.xml
Standardize all "Prints" comments in documentation
2024-12-23 21:26:00 +01:00
Vector4i.xml
[VectorNi] Fix float division examples in docs
2025-12-11 22:25:16 +00:00
VehicleBody3D.xml
Merge pull request #98250 from Calinou/doc-physics-spiral-of-death
2025-07-31 10:39:04 -05:00
VehicleWheel3D.xml
Physics Interpolation - Move 3D FTI to SceneTree
2025-04-26 14:13:30 +01:00
VFlowContainer.xml
Use bound theme properties for documentation
2023-09-26 18:48:51 +02:00
VideoStream.xml
Mark methods for various classes as required
2025-07-30 19:24:56 +02:00
VideoStreamPlayback.xml
Doc: Add "required" qualifier to methods
2025-06-05 21:41:07 +08:00
VideoStreamPlayer.xml
Add speed scale feature for VideoStreamPlayer node
2025-05-28 08:58:32 +08:00
Viewport.xml
Merge pull request #111748 from Calinou/doc-sdfgi-debug-probes
2025-12-19 11:52:53 +01:00
ViewportTexture.xml
Replace the term "color space" with "color encoding". Add additional detail to Color class description. State clearly that Color is expected to use the nonlinear sRGB transfer function.
2025-09-15 18:11:53 -04: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
Optimize usability of VisibleOnScreenNotifier2D
2025-01-21 20:00:25 +08:00
VisibleOnScreenNotifier3D.xml
Fix incorrect reference to VisibleOnScreenEnabler2D/3D in *Notifier2D/3D docs
2024-08-12 13:19:49 +02:00
VisualInstance3D.xml
Add more PROPERTY_HINT_GROUP_ENABLE uses
2025-09-20 21:11:12 +02:00
VisualShader.xml
Restore graph_offset property
2025-06-25 18:25:57 +02:00
VisualShaderNode.xml
Add GraphFrame and integrate it in VisualShader
2024-04-04 15:11:00 +02:00
VisualShaderNodeBillboard.xml
Remove redundant info on the enum types used
2025-06-04 08:21:47 +08:00
VisualShaderNodeBooleanConstant.xml
Validate code tags for class and member references
2023-10-03 15:48:31 +02:00
VisualShaderNodeBooleanParameter.xml
VisualShaderNodeClamp.xml
VisualShaderNodeColorConstant.xml
VisualShaderNodeColorFunc.xml
Replace the term "color space" with "color encoding". Add additional detail to Color class description. State clearly that Color is expected to use the nonlinear sRGB transfer function.
2025-09-15 18:11:53 -04:00
VisualShaderNodeColorOp.xml
Replace XML codeblock spaces with tabs
2025-06-06 14:35:38 +02:00
VisualShaderNodeColorParameter.xml
VisualShaderNodeComment.xml
[Compatibility] Add stub for VisualShaderNodeComment
2024-04-18 02:39:29 +02:00
VisualShaderNodeCompare.xml
Remove redundant info on the enum types used
2025-06-04 08:21:47 +08:00
VisualShaderNodeConstant.xml
VisualShaderNodeCubemap.xml
Replace the term "color space" with "color encoding". Add additional detail to Color class description. State clearly that Color is expected to use the nonlinear sRGB transfer function.
2025-09-15 18:11:53 -04:00
VisualShaderNodeCubemapParameter.xml
VisualShaderNodeCurveTexture.xml
VisualShaderNodeCurveXYZTexture.xml
VisualShaderNodeCustom.xml
Tweak high-end mark in the visual shader editor's node creation dialog
2025-11-18 01:40:49 +01:00
VisualShaderNodeDerivativeFunc.xml
Remove redundant info on the enum types used
2025-06-04 08:21:47 +08:00
VisualShaderNodeDeterminant.xml
VisualShaderNodeDistanceFade.xml
VisualShaderNodeDotProduct.xml
VisualShaderNodeExpression.xml
VisualShaderNodeFaceForward.xml
VisualShaderNodeFloatConstant.xml
Validate code tags for class and member references
2023-10-03 15:48:31 +02:00
VisualShaderNodeFloatFunc.xml
Remove redundant info on the enum types used
2025-06-04 08:21:47 +08:00
VisualShaderNodeFloatOp.xml
Remove redundant info on the enum types used
2025-06-04 08:21:47 +08:00
VisualShaderNodeFloatParameter.xml
VisualShaderNodeFrame.xml
Style: Trim trailing whitespace and ensure newline at EOF
2024-05-08 10:12:46 +02:00
VisualShaderNodeFresnel.xml
VisualShaderNodeGlobalExpression.xml
VisualShaderNodeGroupBase.xml
VisualShaderNodeIf.xml
Overhaul some "uncommon" wording in class reference
2024-03-01 15:32:38 +01:00
VisualShaderNodeInput.xml
VisualShaderNodeIntConstant.xml
Validate code tags for class and member references
2023-10-03 15:48:31 +02:00
VisualShaderNodeIntFunc.xml
Remove redundant info on the enum types used
2025-06-04 08:21:47 +08:00
VisualShaderNodeIntOp.xml
Remove redundant info on the enum types used
2025-06-04 08:21:47 +08:00
VisualShaderNodeIntParameter.xml
Add hint_enum for uniform int in gdshader
2024-07-13 14:30:08 -04:00
VisualShaderNodeIs.xml
Remove redundant info on the enum types used
2025-06-04 08:21:47 +08:00
VisualShaderNodeLinearSceneDepth.xml
VisualShaderNodeMix.xml
VisualShaderNodeMultiplyAdd.xml
VisualShaderNodeOuterProduct.xml
VisualShaderNodeOutput.xml
VisualShaderNodeParameter.xml
Add instance_index option to parameters in visual shaders
2025-11-08 14:35:24 +03:00
VisualShaderNodeParameterRef.xml
VisualShaderNodeParticleAccelerator.xml
VisualShaderNodeParticleBoxEmitter.xml
VisualShaderNodeParticleConeVelocity.xml
VisualShaderNodeParticleEmit.xml
VisualShaderNodeParticleEmitter.xml
VisualShaderNodeParticleMeshEmitter.xml
VisualShaderNodeParticleMultiplyByAxisAngle.xml
VisualShaderNodeParticleOutput.xml
VisualShaderNodeParticleRandomness.xml
VisualShaderNodeParticleRingEmitter.xml
VisualShaderNodeParticleSphereEmitter.xml
VisualShaderNodeProximityFade.xml
VisualShaderNodeRandomRange.xml
VisualShaderNodeRemap.xml
Visual Shader: Add vector operations to Remap node
2024-09-22 11:25:36 -07:00
VisualShaderNodeReroute.xml
[VisualShader] Add reroute node and improve port drawing
2024-05-13 03:26:01 +02:00
VisualShaderNodeResizableBase.xml
VisualShaderNodeRotationByAxis.xml
VisualShaderNodeSample3D.xml
VisualShaderNodeScreenNormalWorldSpace.xml
VisualShaderNodeScreenUVToSDF.xml
VisualShaderNodeSDFRaymarch.xml
VisualShaderNodeSDFToScreenUV.xml
VisualShaderNodeSmoothStep.xml
VisualShaderNodeStep.xml
VisualShaderNodeSwitch.xml
Validate code tags for class and member references
2023-10-03 15:48:31 +02:00
VisualShaderNodeTexture.xml
Replace the term "color space" with "color encoding". Add additional detail to Color class description. State clearly that Color is expected to use the nonlinear sRGB transfer function.
2025-09-15 18:11:53 -04:00
VisualShaderNodeTexture2DArray.xml
Allow setting a cubemap as default parameter to shader
2024-08-27 09:43:05 +03:00
VisualShaderNodeTexture2DArrayParameter.xml
VisualShaderNodeTexture2DParameter.xml
VisualShaderNodeTexture3D.xml
VisualShaderNodeTexture3DParameter.xml
VisualShaderNodeTextureParameter.xml
Replace the term "color space" with "color encoding". Add additional detail to Color class description. State clearly that Color is expected to use the nonlinear sRGB transfer function.
2025-09-15 18:11:53 -04:00
VisualShaderNodeTextureParameterTriplanar.xml
VisualShaderNodeTextureSDF.xml
VisualShaderNodeTextureSDFNormal.xml
VisualShaderNodeTransformCompose.xml
Overhaul some "uncommon" wording in class reference
2024-03-01 15:32:38 +01:00
VisualShaderNodeTransformConstant.xml
VisualShaderNodeTransformDecompose.xml
Overhaul some "uncommon" wording in class reference
2024-03-01 15:32:38 +01:00
VisualShaderNodeTransformFunc.xml
Remove redundant info on the enum types used
2025-06-04 08:21:47 +08:00
VisualShaderNodeTransformOp.xml
Remove redundant info on the enum types used
2025-06-04 08:21:47 +08:00
VisualShaderNodeTransformParameter.xml
VisualShaderNodeTransformVecMult.xml
Remove redundant info on the enum types used
2025-06-04 08:21:47 +08:00
VisualShaderNodeUIntConstant.xml
VisualShaderNodeUIntFunc.xml
Remove redundant info on the enum types used
2025-06-04 08:21:47 +08:00
VisualShaderNodeUIntOp.xml
Remove redundant info on the enum types used
2025-06-04 08:21:47 +08:00
VisualShaderNodeUIntParameter.xml
VisualShaderNodeUVFunc.xml
Remove redundant info on the enum types used
2025-06-04 08:21:47 +08:00
VisualShaderNodeUVPolarCoord.xml
VisualShaderNodeVarying.xml
VisualShaderNodeVaryingGetter.xml
VisualShaderNodeVaryingSetter.xml
VisualShaderNodeVec2Constant.xml
VisualShaderNodeVec2Parameter.xml
VisualShaderNodeVec3Constant.xml
VisualShaderNodeVec3Parameter.xml
VisualShaderNodeVec4Constant.xml
VisualShaderNodeVec4Parameter.xml
VisualShaderNodeVectorBase.xml
VisualShaderNodeVectorCompose.xml
VisualShaderNodeVectorDecompose.xml
VisualShaderNodeVectorDistance.xml
VisualShaderNodeVectorFunc.xml
Remove redundant info on the enum types used
2025-06-04 08:21:47 +08:00
VisualShaderNodeVectorLen.xml
VisualShaderNodeVectorOp.xml
Remove redundant info on the enum types used
2025-06-04 08:21:47 +08:00
VisualShaderNodeVectorRefract.xml
VisualShaderNodeWorldPositionFromDepth.xml
VoxelGI.xml
Fix miscellaneous oddities around the class reference (part 6)
2025-11-25 21:20:57 +01:00
VoxelGIData.xml
Update links to outdated asset library demos
2024-04-07 16:59:43 +02:00
VScrollBar.xml
Allow to add padding to ScrollBars
2025-11-11 19:21:25 -03: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
Window.xml
Merge pull request #111804 from Calinou/doc-window-content-scale
2025-12-21 10:40:50 +01:00
WorkerThreadPool.xml
Replace XML codeblock spaces with tabs
2025-06-06 14:35:38 +02:00
World2D.xml
World3D.xml
WorldBoundaryShape2D.xml
Validate code tags for class and member references
2023-10-03 15:48:31 +02:00
WorldBoundaryShape3D.xml
Fix Jolt note in WorldBoundaryShape3D documentation
2025-01-20 14:52:56 +01: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
Replace XML codeblock spaces with tabs
2025-06-06 14:35:38 +02:00
XRAnchor3D.xml
Docs: Fix typo and spacing in vector coordinates
2025-06-16 15:44:20 +02: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
Adjust names of new XRBodyTracker joints
2025-06-18 12:26:25 -05:00
XRCamera3D.xml
Fix interpolation in XR nodes
2025-03-12 19:28:04 +01:00
XRController3D.xml
Remove redundant info on the enum types used
2025-06-04 08:21:47 +08: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
[Docs] Various grammar and spelling fixes
2025-06-23 20:54:08 +02: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
Remove redundant info on the enum types used
2025-06-04 08:21:47 +08:00
XRInterface.xml
Replace XML codeblock spaces with tabs
2025-06-06 14:35:38 +02:00
XRInterfaceExtension.xml
Fix miscellaneous oddities around the class reference (part 7)
2025-11-28 18:19:45 +01:00
XRNode3D.xml
[Docs] Various grammar and spelling fixes
2025-06-23 20:54:08 +02:00
XROrigin3D.xml
Tweak XROrigin3D documentation
2024-01-24 16:53:09 +01:00
XRPose.xml
Improve wording on XRPose's name description
2024-09-11 18:10:08 +02:00
XRPositionalTracker.xml
[Docs] Various grammar and spelling fixes
2025-06-23 20:54:08 +02:00
XRServer.xml
[Docs] Various grammar and spelling fixes
2025-06-23 20:54:08 +02:00
XRTracker.xml
[Docs] Various grammar and spelling fixes
2025-06-23 20:54:08 +02:00
XRVRS.xml
Allow using custom Rect2i for rendering with OpenXR
2025-01-09 09:46:15 -06:00