godot/doc/classes
Allen Pestaluky 0c7f013c55 Improve Environment color adjustments; specifically brightness and HDR 2D contrast.
This commit changes adjustments to behave as follows for all rendering configurations:

- Apply brightness to linear-encoded values, preventing contrast, saturation, and hue from being affected.
- Apply contrast to perceptually uniform (nonlinear sRGB-encoded) values, matching existing behavior when HDR 2D is disabled and producing optimal visual quality.
- Apply saturation with even color channel weights. This causes brightness of certain colors to change, but matches existing behavior when HDR 2D is disabled.

Adjustments are applied after glow and tonemapping to match existing behavior.
2025-10-23 11:08:49 -04:00
..
@GlobalScope.xml Allow to use sliders for integers in EditorSpinSlider 2025-09-22 11:23:15 -03:00
AABB.xml [Docs] Various grammar and spelling fixes 2025-06-23 20:54:08 +02:00
AcceptDialog.xml Merge pull request #104530 from RedMser/accept-dialog-custom-action-docs 2025-06-18 18:13:55 -05:00
AESContext.xml Fixed typo "blocker" to "block" in AESContext 2025-10-01 21:44:01 +02:00
AimModifier3D.xml Implement BoneConstraint3D with Copy/ConvertTransfrom & TrackBone mods 2025-06-02 03:42:45 +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 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 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 Fix various typos in documentation 2023-07-09 04:41:18 +07:00
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 Changed NodeOneShot fading so that it does not depend on input delta 2025-05-18 09:27:05 +09:00
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 Add node started/finished signals for animation state machines 2025-06-05 12:09:16 -07:00
AnimationNodeStateMachineTransition.xml Merge pull request #67857 from anvilfolk/extended-curve 2024-11-29 22:45:19 +01: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 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 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 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 Correct Array remove_at class reference 2025-10-19 11:54:58 +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 Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
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 Clarify tiling of AtlasTexture 2024-10-23 23:03:19 +02:00
AudioBusLayout.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
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 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 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 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 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 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 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 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 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 Add volume_linear property and methods for audio-related classes 2024-12-18 12:41:57 -08: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 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 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 Merge pull request #104666 from allenwp/color-encoding-docs 2025-09-22 08:50:11 -05: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 Implement BoneConstraint3D with Copy/ConvertTransfrom & TrackBone mods 2025-06-02 03:42:45 +09:00
BoneMap.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
bool.xml Replace XML codeblock spaces with tabs 2025-06-06 14:35:38 +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 Replace XML codeblock spaces with tabs 2025-06-06 14:35:38 +02: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 Fix miscellaneous oddities around the class reference (part 5) 2025-06-06 15:21:25 +02:00
CameraServer.xml Add CameraServer camera_feeds_updated signal, and document async behavior 2025-08-08 03:53:41 +09:00
CameraTexture.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
CanvasGroup.xml Replace XML codeblock spaces with tabs 2025-06-06 14:35:38 +02:00
CanvasItem.xml Add methods to draw ellipses 2025-09-19 10:45:16 +02:00
CanvasItemMaterial.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
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
CenterContainer.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
CharacterBody2D.xml Fix description about CharacterBody velocity and delta 2025-10-01 09:55:47 +08:00
CharacterBody3D.xml Fix description about CharacterBody velocity and delta 2025-10-01 09:55:47 +08: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 Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ClassDB.xml Document ClassDB not storing information on user-defined classes 2025-08-18 23:44:01 +02:00
CodeEdit.xml [Docs] Various grammar and spelling fixes 2025-06-23 20:54:08 +02: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 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
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 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 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 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 Add pivot_offset_ratio property to Control 2025-09-30 15:27:52 +02:00
ConvertTransformModifier3D.xml Implement BoneConstraint3D with Copy/ConvertTransfrom & TrackBone mods 2025-06-02 03:42:45 +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 Implement BoneConstraint3D with Copy/ConvertTransfrom & TrackBone mods 2025-06-02 03:42:45 +09:00
CPUParticles2D.xml Fix various errors in the class reference 2025-06-13 21:14:55 +08: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 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 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 Docs: Fix example in Dictionary.set description 2025-10-04 11:11:54 +08: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 #109491 from syntaxerror247/window-color 2025-09-26 13:47:32 -05:00
DPITexture.xml Rename SVGTexture to DPITexture. 2025-08-21 11:39:16 +03: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 Rework editor docks 2025-09-29 17:30:41 +02:00
EditorExportPlatform.xml Add default param value to EditorExportPlatform::get_forced_export_files 2025-08-16 04:16:43 +02:00
EditorExportPlatformAppleEmbedded.xml Introduce 'visionos' platform derived from 'apple_embedded' 2025-05-19 15:47:01 -07:00
EditorExportPlatformExtension.xml Merge pull request #108658 from bruvzg/ed_pl_init 2025-09-30 18:35:25 -05: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 Fix miscellaneous oddities around the class reference (part 5) 2025-06-06 15:21:25 +02:00
EditorFeatureProfile.xml Add "Game" editor for better runtime debugging 2024-10-30 11:42:17 -03:00
EditorFileDialog.xml Fix miscellaneous oddities around the class reference (part 5) 2025-06-06 15:21:25 +02: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 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 Merge pull request #109049 from ryevdokimov/deprecate-script-add-root-node 2025-10-01 13:12:45 -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 [codeblock lang=text] more often in class ref 2024-04-08 16:17:50 +02:00
EditorPlugin.xml Merge pull request #107671 from dsnopek/editor-run-control 2025-10-20 18:09:32 -05: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 Mark methods for various classes as required 2025-07-30 19:24:56 +02: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 Merge pull request #109049 from ryevdokimov/deprecate-script-add-root-node 2025-10-01 13:12:45 -05:00
EditorScriptPicker.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
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 #111509 from passivestar/orbit-snapping 2025-10-16 12:48:09 -05: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 Expose toast notification methods 2024-11-11 19:39:33 -05:00
EditorTranslationParserPlugin.xml Add source lines to file locations on POT generation 2025-10-08 16:43:22 -03: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 Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Engine.xml Replace XML codeblock spaces with tabs 2025-06-06 14:35:38 +02:00
EngineDebugger.xml Clarify EngineDebugger and EditorDebugger* documentation 2024-10-21 11:36:59 +03:00
EngineProfiler.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Environment.xml Improve Environment color adjustments; specifically brightness and HDR 2D contrast. 2025-10-23 11:08:49 -04: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
FileAccess.xml Core: Remove skip_cr argument from String 2025-09-28 10:07:24 -05:00
FileDialog.xml Unify FileDialog context menus 2025-10-02 23:10:27 +02:00
FileSystemDock.xml Rework editor docks 2025-09-29 17:30:41 +02: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 Fix various errors in the class reference 2025-06-13 21:14:55 +08:00
FoldableGroup.xml Add FoldableContainer 2025-04-08 22:27:32 +02:00
Font.xml Replace XML codeblock spaces with tabs 2025-06-06 14:35:38 +02: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 Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
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 Remove redundant info on the enum types used 2025-06-04 08:21:47 +08: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 Add example of using get_connection_list_from_node 2025-06-29 01:37:45 +06: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 [GraphNode] Fix slot focus rect draw, make slot focus mode configurable. 2025-06-22 15:07:11 +03: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 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 Fix incorrect note about holes in HeightMapShape3D 2025-06-03 19:10:07 +02: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 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 [Docs] Various grammar and spelling fixes 2025-06-23 20:54:08 +02:00
HTTPRequest.xml fix image download example code 2025-07-03 00:32:47 -04:00
Image.xml Document compress() not being supported in exported builds in Image 2025-09-28 23:02:15 +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 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 Remove redundant info on the enum types used 2025-06-04 08:21:47 +08:00
ImporterMeshInstance3D.xml Merge pull request #78803 from EMBYRDEV/additional-mesh-import-options 2023-09-24 23:30:30 +02:00
Input.xml Merge pull request #108214 from Nintorch/fix-joypad-vendor-product 2025-09-01 11:14:12 -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 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 Remove redundant info on the enum types used 2025-06-04 08:21:47 +08:00
InputEventKey.xml Replace XML codeblock spaces with tabs 2025-06-06 14:35:38 +02: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 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 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 Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
IP.xml Replace XML codeblock spaces with tabs 2025-06-06 14:35:38 +02:00
ItemList.xml Remove redundant info on the enum types used 2025-06-04 08:21:47 +08: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
JSON.xml Replace XML codeblock spaces with tabs 2025-06-06 14:35:38 +02:00
JSONRPC.xml JSONRPC: Require manual method registration 2025-04-03 17:51:03 +02: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 Clarify visible_characters 2025-07-31 16:15:56 +01:00
Label3D.xml Remove redundant info on the enum types used 2025-06-04 08:21:47 +08: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 Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
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
Line2D.xml Remove redundant info on the enum types used 2025-06-04 08:21:47 +08:00
LineEdit.xml Fix cases where LineEdit can still show focus with mouse events 2025-10-06 10:19:35 -03:00
LinkButton.xml Remove redundant info on the enum types used 2025-06-04 08:21:47 +08:00
Logger.xml Rephrase Logger documentation to be more explicit about thread-safety 2025-09-17 14:21:53 +02:00
LookAtModifier3D.xml Fix miscellaneous oddities around the class reference (part 5) 2025-06-06 15:21:25 +02:00
MainLoop.xml Update _physics_process and _process docs to reflect implementation. 2025-08-14 14:05:09 -04: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 Doc: Add "required" qualifier to methods 2025-06-05 21:41:07 +08:00
MenuBar.xml Remove debug focus rect draws from MenuBar and GraphNode. 2025-04-12 21:05:18 +03: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 Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
MeshInstance3D.xml Update MeshInstance3D.xml 2025-04-28 18:01:20 -04:00
MeshLibrary.xml Remove redundant info on the enum types used 2025-06-04 08:21:47 +08: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 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 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 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 typo in mutex documentation 2025-10-15 12:05:19 +03:30
NativeMenu.xml Replace XML codeblock spaces with tabs 2025-06-06 14:35:38 +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 Add a note about navigation mesh baking issues when using 0 for the agent_radius 2025-06-23 10:23:09 +02: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
NavigationServer3D.xml Merge pull request #107143 from Mickeon/documentation-miscellaneous-oddities-part-5 2025-06-13 15:53:47 +02:00
NinePatchRect.xml Remove redundant info on the enum types used 2025-06-04 08:21:47 +08:00
Node.xml Update _physics_process and _process docs to reflect implementation. 2025-08-14 14:05:09 -04:00
Node2D.xml Document link between Node2D.look_at() and Node2D.get_angle_to() 2025-10-13 20:47:55 +02:00
Node3D.xml Fix and improve Node2D.move_local_{x,y}() description 2025-09-25 18:52:11 +02: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 Update class reference contribution link. 2025-09-10 16:50:44 +02: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 Document OptimizedTranslation.generate() only works in editor 2024-09-21 23:20:05 +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 Document OS.get_video_adapter_driver_info() being slow to call the first time 2025-08-06 14:39:16 +02:00
PackedByteArray.xml Add PackedByteArray conversion to PackedVector2Array, PackedVector3Array, PackedVector4Array and PackedColorArray 2025-06-12 17:05:57 +02:00
PackedColorArray.xml Improve documentation for Array.get() and Packed*Array.get() methods 2025-05-20 23:47:04 +02: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 Improve documentation for Array.get() and Packed*Array.get() methods 2025-05-20 23:47:04 +02:00
PackedFloat64Array.xml Improve documentation for Array.get() and Packed*Array.get() methods 2025-05-20 23:47:04 +02:00
PackedInt32Array.xml Improve documentation for Array.get() and Packed*Array.get() methods 2025-05-20 23:47:04 +02:00
PackedInt64Array.xml Improve documentation for Array.get() and Packed*Array.get() methods 2025-05-20 23:47:04 +02:00
PackedScene.xml Replace XML codeblock spaces with tabs 2025-06-06 14:35:38 +02:00
PackedStringArray.xml Improve documentation for Array.get() and Packed*Array.get() methods 2025-05-20 23:47:04 +02:00
PackedVector2Array.xml Improve documentation for Array.get() and Packed*Array.get() methods 2025-05-20 23:47:04 +02:00
PackedVector3Array.xml Improve documentation for Array.get() and Packed*Array.get() methods 2025-05-20 23:47:04 +02:00
PackedVector4Array.xml Improve documentation for Array.get() and Packed*Array.get() methods 2025-05-20 23:47:04 +02: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 Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
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 Remove redundant info on the enum types used 2025-06-04 08:21:47 +08:00
Path2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Path3D.xml Path3D: custom debug color and custom debug show 2025-03-20 06:49:04 +02: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 Make Node::orphan_node_count thread-safe 2025-09-29 17:54:41 -04:00
PhysicalBone2D.xml Update class reference to include some keywords 2024-02-09 18:13:23 +01:00
PhysicalBone3D.xml Remove redundant info on the enum types used 2025-06-04 08:21:47 +08: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 Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
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 Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
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 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 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 Add separate minimize_disabled and maximize_disabled window flags. 2025-04-07 18:58:11 +03:00
PopupMenu.xml Replace XML codeblock spaces with tabs 2025-06-06 14:35:38 +02:00
PopupPanel.xml Make PopupMenu/Panel shadows properly visible again 2024-12-02 14:20:58 -03:00
PortableCompressedTexture2D.xml BasisU: Use KTX2 format and add import options to configure encoder 2025-05-03 01:45:38 +08:00
PrimitiveMesh.xml Fix *even* more miscellaneous oddities around the class reference 2025-04-07 17:37:08 +02: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 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 Update note for rendering/rendering_device/vsync/swapchain_image_count 2025-10-18 15:35:36 -07: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 snapping logic in Range 2025-08-12 03:32:27 -07:00
RayCast2D.xml Fix differences between RayCast2D and RayCast3D documentation 2025-06-06 15:25:39 +02:00
RayCast3D.xml Fix differences between RayCast2D and RayCast3D documentation 2025-06-06 15:25:39 +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 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 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 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 Add ASTC HDR format variants 2025-02-13 11:45:42 -03: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 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 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 Fix D3D12 driver returning internal types to RenderingDevice's texture_get_native_handle/get_driver_resource 2025-10-15 10:35:38 -07:00
RenderingServer.xml Add material debanding for use in Mobile rendering method. 2025-10-08 16:22:41 -04: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 Merge pull request #102499 from Jordyfel/resource-docs 2025-06-28 13:02:54 +02:00
ResourceFormatLoader.xml Mark methods for various classes as required 2025-07-30 19:24:56 +02:00
ResourceFormatSaver.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ResourceImporter.xml Replace XML codeblock spaces with tabs 2025-06-06 14:35:38 +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 Restore per font oversampling override. 2025-06-19 18:10:54 +03:00
ResourceImporterImage.xml [Docs] Various grammar and spelling fixes 2025-06-23 20:54:08 +02:00
ResourceImporterImageFont.xml Fix miscellaneous oddities around the class reference (part 5) 2025-06-06 15:21:25 +02: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 Improve ResourceLoader.get_dependencies()'s description 2025-06-16 16:07:53 +08:00
ResourcePreloader.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ResourceSaver.xml Remove redundant info on the enum types used 2025-06-04 08:21:47 +08:00
ResourceUID.xml Expose helper methods for converting UIDs 2025-05-25 00:26:16 +02: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 Merge pull request #108029 from Joy-less/clarify-visible_characters 2025-08-03 10:51:18 -05:00
RID.xml [Docs] Various grammar and spelling fixes 2025-06-23 20:54:08 +02:00
RigidBody2D.xml Clarify the behavior of RigidBody.CENTER_OF_MASS_MODE_AUTO 2025-08-01 00:38:33 +02:00
RigidBody3D.xml Clarify the behavior of RigidBody.CENTER_OF_MASS_MODE_AUTO 2025-08-01 00:38:33 +02: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 Replace XML codeblock spaces with tabs 2025-06-06 14:35:38 +02:00
SceneTreeTimer.xml Replace XML codeblock spaces with tabs 2025-06-06 14:35:38 +02:00
Script.xml Expose get_rpc_config and get_node_rpc_config 2025-05-27 00:43:21 +02: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 Replace XML codeblock spaces with tabs 2025-06-06 14:35:38 +02:00
SegmentShape2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
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 Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
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 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 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 Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Skeleton3D.xml Add description for Skeleton3D.bone_list_changed 2025-06-02 15:23:29 +02: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 Add bone name/idx matching validation & virtual func to skel Modifier 2025-05-17 06:18:25 +09:00
SkeletonProfile.xml [Animation] Expose SkeletonProfile.set/is_required 2024-03-30 20:57:55 +01:00
SkeletonProfileHumanoid.xml Fix SkeletonProfileHumanoid documentation error 2025-01-10 17:43:17 -08: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 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 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 Merge pull request #108782 from skyace65/Spinbox-link-fix 2025-07-23 13:27:06 -05:00
SplitContainer.xml Add theme colors to touch dragger and fix touch dragger icon theme 2025-07-17 13:05:47 -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 Docs: Add link to SpringArm tutorial 2024-11-04 11:19:25 -08: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 optional rot axis / Fix initial pose with rot axis in SpringBone 2025-06-05 09:38:06 +09:00
Sprite2D.xml Document REGION_RECT canvas shader built-in in Sprite2D region property 2025-08-22 19:41:48 +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 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 4) 2025-04-10 17:56:58 +02:00
StreamPeerBuffer.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
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 Merge pull request #62083 from KoBeWi/string_slice'n_dice 2025-09-22 08:50:01 -05:00
StringName.xml Added Find Sequence to Spans 2025-09-16 12:37:07 -07:00
StyleBox.xml Doc: Add "required" qualifier to methods 2025-06-05 21:41:07 +08:00
StyleBoxEmpty.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
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 Add icon color theme items for TabBar and TabContainer 2025-10-03 10:41:28 -03:00
TabContainer.xml Add icon color theme items for TabBar and TabContainer 2025-10-03 10:41:28 -03:00
TCPServer.xml Core: Add UNIX domain socket support 2025-09-26 05:46:19 +10:00
TextEdit.xml Fix TextEdit styles and disable clipping. 2025-09-21 07:32:30 +03:00
TextLine.xml Remove redundant info on the enum types used 2025-06-04 08:21:47 +08:00
TextMesh.xml [Docs] Various grammar and spelling fixes 2025-06-23 20:54:08 +02:00
TextParagraph.xml Remove redundant info on the enum types used 2025-06-04 08:21:47 +08:00
TextServer.xml Restore per font oversampling override. 2025-06-19 18:10:54 +03:00
TextServerDummy.xml Replace XML codeblock spaces with tabs 2025-06-06 14:35:38 +02:00
TextServerExtension.xml Restore per font oversampling override. 2025-06-19 18:10:54 +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 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 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 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 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 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 Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Thread.xml Expose Thread::is_main_thread() 2025-08-19 10:35:45 -05: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 Better clarify initialization of scene tiles 2025-07-02 21:39:46 +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 Replace XML codeblock spaces with tabs 2025-06-06 14:35:38 +02:00
TileSetScenesCollectionSource.xml Better clarify initialization of scene tiles 2025-07-02 21:39:46 +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 behavior of Timer.stop() 2025-06-06 22:13:16 +02: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 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 translation preview in editor 2025-05-27 07:59:28 +08:00
TranslationServer.xml Add default plural rules 2025-09-26 10:51:57 +08:00
Tree.xml Merge pull request #97210 from AleksLitynski/object-snapshot-debugger 2025-10-03 12:01:11 -05:00
TreeItem.xml Rename TreeItem's alt_text to description for consistency 2025-06-14 19:56:30 +02: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
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 Add aliases for Vector2/3.limit_length method 2025-05-09 14:42:47 +02:00
Vector2i.xml Update documentation's "Prints" comments after #47502 2024-11-30 16:14:11 +01:00
Vector3.xml Add aliases for Vector2/3.limit_length method 2025-05-09 14:42:47 +02:00
Vector3i.xml Update documentation's "Prints" comments after #47502 2024-11-30 16:14:11 +01:00
Vector4.xml Standardize all "Prints" comments in documentation 2024-12-23 21:26:00 +01:00
Vector4i.xml Standardize all "Prints" comments in documentation 2024-12-23 21:26:00 +01: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 Fix description of Viewport::set_input_as_handled 2025-10-14 11:06:54 +02: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 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 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 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 Remove redundant info on the enum types used 2025-06-04 08:21:47 +08:00
VisualShaderNodeConstant.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
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 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 Remove redundant info on the enum types used 2025-06-04 08:21:47 +08:00
VisualShaderNodeDerivativeFunc.xml Remove redundant info on the enum types used 2025-06-04 08:21:47 +08: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 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 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 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 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 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 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 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 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 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 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 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 Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeTransformVecMult.xml Remove redundant info on the enum types used 2025-06-04 08:21:47 +08:00
VisualShaderNodeUIntConstant.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
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 Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeUVFunc.xml Remove redundant info on the enum types used 2025-06-04 08:21:47 +08: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 Remove redundant info on the enum types used 2025-06-04 08:21:47 +08:00
VisualShaderNodeVectorLen.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeVectorOp.xml Remove redundant info on the enum types used 2025-06-04 08:21:47 +08: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 Clarify that EXCLUDE_FROM_CAPTURE only works with native windows. 2025-08-21 00:14:58 +03:00
WorkerThreadPool.xml Replace XML codeblock spaces with tabs 2025-06-06 14:35:38 +02: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 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 [Docs] Various grammar and spelling fixes 2025-06-23 20:54:08 +02: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