virtualx-engine/doc/classes
Sabs, like Sobs 3475156ae3 Expose pixel snapping settings add pixel-art notes
This small in-engine documentation change aims to make it easier to
discover ways to handle pixel art aesthetics.

- I have moved 2D pixel snapping settings out of "Advanced." This now matches other pixel-art-friendly settings for
GUI Snapping and Default Texture filtering.
- I've added notes to the project settings and Sprite/AnimatedSprite sources to hint users towards better understanding of why pixelated sprites may not work correctly and what to do about it. This should help users make informed decisions for their needs.

Context: Proper handling of pixel art in Godot is routinely frustrating for new users: I, like others, assumed that Godot would act on pixels, not subpixels, when I was working a pixel art game. I was confused when my interpolations would appear blurry, and when pixel textures would be distorted for no apparent reason (this was because of centering).
I had naively thought that setting Linear interpolation would be the single "it's a pixel art game" toggle, but that only hid the underlying issues until later. I had no idea there was a snap-to-pixel option because it was hidden in the Advanced options, since my default assumption was that a pixel art game would want no subpixels at all.

Some references for the frustration:

- https://github.com/godotengine/godot/issues/82696
- https://www.reddit.com/r/godot/comments/fah25e/best_way_to_achieve_pixel_perfect_rendering/
- https://shaggydev.com/2021/09/21/project-setup-for-pixel-art/
2024-02-17 23:40:53 +00:00
..
@GlobalScope.xml Documentation: Add support for deprecated/experimental messages 2024-02-15 15:59:50 +03:00
AABB.xml Overhaul AABB's documentation 2024-01-16 19:20:17 +01:00
AcceptDialog.xml [DisplayServer] Add method to estimate window title bar size. 2023-10-03 16:13:52 +03:00
AESContext.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AnimatableBody2D.xml Implement AnimationManager the base class of AnimationPlayer/Tree 2023-09-29 08:23:57 +09:00
AnimatableBody3D.xml Implement AnimationManager the base class of AnimationPlayer/Tree 2023-09-29 08:23:57 +09:00
AnimatedSprite2D.xml Expose pixel snapping settings add pixel-art notes 2024-02-17 23:40:53 +00:00
AnimatedSprite3D.xml Fix several minor class reference issues 2024-01-23 21:30:43 -05:00
AnimatedTexture.xml Documentation: Add support for deprecated/experimental messages 2024-02-15 15:59:50 +03:00
Animation.xml Make consistent the retrieval of audio tracks 2024-02-18 00:15:33 +09:00
AnimationLibrary.xml Unexpose internal data property of AnimationLibrary 2023-11-02 18:57:39 +01:00
AnimationMixer.xml Add CallbackModeDiscrete to AnimationMixer 2024-02-17 18:25:56 +09:00
AnimationNode.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AnimationNodeAdd2.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AnimationNodeAdd3.xml Fix various typos in documentation 2023-07-09 04:41:18 +07:00
AnimationNodeAnimation.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AnimationNodeBlend2.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AnimationNodeBlend3.xml Fix various typos in documentation 2023-07-09 04:41:18 +07:00
AnimationNodeBlendSpace1D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AnimationNodeBlendSpace2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AnimationNodeBlendTree.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AnimationNodeOneShot.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AnimationNodeOutput.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AnimationNodeStateMachine.xml Replace some "uncommon" words in class reference 2024-01-15 18:51:52 +01:00
AnimationNodeStateMachinePlayback.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AnimationNodeStateMachineTransition.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AnimationNodeSub2.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AnimationNodeSync.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AnimationNodeTimeScale.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AnimationNodeTimeSeek.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AnimationNodeTransition.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AnimationPlayer.xml Documentation: Add support for deprecated/experimental messages 2024-02-15 15:59:50 +03:00
AnimationRootNode.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AnimationTree.xml Add CallbackModeDiscrete to AnimationMixer 2024-02-17 18:25:56 +09:00
Area2D.xml Update class reference to include some keywords 2024-02-09 18:13:23 +01:00
Area3D.xml Update class reference to include some keywords 2024-02-09 18:13:23 +01:00
Array.xml Update class reference to include some keywords 2024-02-09 18:13:23 +01:00
ArrayMesh.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +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 Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AStar3D.xml Validate code tags for class and member references 2023-10-03 15:48:31 +02:00
AStarGrid2D.xml Documentation: Add support for deprecated/experimental messages 2024-02-15 15:59:50 +03:00
AtlasTexture.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioBusLayout.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioEffect.xml Fill the documentation of a few overlooked classes 2024-01-07 17:51:04 +01:00
AudioEffectAmplify.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioEffectBandLimitFilter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioEffectBandPassFilter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioEffectCapture.xml Clarify difference of Capture and Record effects 2023-11-28 13:59:12 +01:00
AudioEffectChorus.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioEffectCompressor.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioEffectDelay.xml Fix invalid use of markdown syntax in classref 2023-08-01 22:44:31 +08:00
AudioEffectDistortion.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioEffectEQ.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioEffectEQ6.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioEffectEQ10.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioEffectEQ21.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioEffectFilter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioEffectHighPassFilter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioEffectHighShelfFilter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioEffectInstance.xml Fill the documentation of a few overlooked classes 2024-01-07 17:51:04 +01:00
AudioEffectLimiter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioEffectLowPassFilter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioEffectLowShelfFilter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioEffectNotchFilter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioEffectPanner.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioEffectPhaser.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioEffectPitchShift.xml Replace some "uncommon" words in class reference 2024-01-15 18:51:52 +01:00
AudioEffectRecord.xml Clarify difference of Capture and Record effects 2023-11-28 13:59:12 +01:00
AudioEffectReverb.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioEffectSpectrumAnalyzer.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioEffectSpectrumAnalyzerInstance.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioEffectStereoEnhance.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioListener2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioListener3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioServer.xml Add missing documentation for AudioStream & AudioStreamPlayback 2024-01-23 15:37:21 +01:00
AudioStream.xml Merge pull request #86958 from Mickeon/reduz-adds-stuff,-refuses-to-elaborate,-leaves 2024-02-13 17:23:34 +01:00
AudioStreamGenerator.xml Add C# example for the AudioStreamGenerator code snippet 2023-11-10 09:28:35 +01:00
AudioStreamGeneratorPlayback.xml Document AudioStreamGeneratorPlayback.get_skips() 2023-11-02 21:54:07 +02:00
AudioStreamMicrophone.xml Add missing tutorials to documentation classes 2023-08-19 20:29:24 +02:00
AudioStreamPlayback.xml Merge pull request #86958 from Mickeon/reduz-adds-stuff,-refuses-to-elaborate,-leaves 2024-02-13 17:23:34 +01:00
AudioStreamPlaybackPolyphonic.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioStreamPlaybackResampled.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
AudioStreamPlayer.xml Validate code tags for class and member references 2023-10-03 15:48:31 +02:00
AudioStreamPlayer2D.xml Validate code tags for class and member references 2023-10-03 15:48:31 +02:00
AudioStreamPlayer3D.xml Fix documentation for consistency 2023-07-12 05:33:49 +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 Link to runtime loading/saving tutorial and improve Image documentation 2023-11-14 12:05:54 +01:00
BackBufferCopy.xml Improve the top docs sections of VFX classes 2023-08-11 21:17:04 +03:00
BaseButton.xml Merge pull request #79064 from MewPurPur/rename-button-pressed-THIS-IS-NOT-A-COMPAT-BREAK 2023-08-03 14:46:39 +02:00
BaseMaterial3D.xml Fix shadows for billboarded Sprite3D's 2024-02-13 10:36:38 +01:00
Basis.xml Overhaul Basis' documentation 2024-01-23 10:04:39 +01:00
BitMap.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Bone2D.xml Fix the documentation of Bone2D::apply_rest (squashed) 2024-01-28 13:37:11 +00:00
BoneAttachment3D.xml Fix various typos in documentation 2023-07-09 04:41:18 +07:00
BoneMap.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
bool.xml Overlay bool documentation 2023-08-02 09:54:20 +02:00
BoxContainer.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
BoxMesh.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
BoxOccluder3D.xml Add missing tutorials to documentation classes 2023-08-19 20:29:24 +02:00
BoxShape3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Button.xml Merge pull request #82409 from KoBeWi/3_in_1 2023-10-18 00:00:36 +02:00
ButtonGroup.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Callable.xml Add Callable call_deferred() C# example 2024-02-03 20:49:05 -08:00
CallbackTweener.xml Prevent errors if Tween callback's object is freed 2023-08-29 14:50:53 +02:00
Camera2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Camera3D.xml Validate code tags for class and member references 2023-10-03 15:48:31 +02:00
CameraAttributes.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
CameraAttributesPhysical.xml Improve documentation for CameraAttributesPhysical.exposure_shutter_speed 2023-12-04 17:35:31 -07:00
CameraAttributesPractical.xml Fix various typos in documentation 2023-12-27 20:37:37 +07:00
CameraFeed.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
CameraServer.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
CameraTexture.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
CanvasGroup.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
CanvasItem.xml Replace some "uncommon" words in class reference 2024-01-15 18:51:52 +01:00
CanvasItemMaterial.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
CanvasLayer.xml Improve canvas layer index documentation 2023-09-18 21:33:31 +02:00
CanvasModulate.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
CanvasTexture.xml Specify how CanvasTexture does not work in 3D 2024-01-06 01:43:40 +01:00
CapsuleMesh.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
CapsuleShape2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
CapsuleShape3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
CenterContainer.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
CharacterBody2D.xml Validate code tags for class and member references 2023-10-03 15:48:31 +02:00
CharacterBody3D.xml Validate code tags for class and member references 2023-10-03 15:48:31 +02:00
CharFXTransform.xml Add transform support to CharFXTransform 2023-08-23 00:18:37 -05:00
CheckBox.xml Use bound theme properties for documentation 2023-09-26 18:48:51 +02:00
CheckButton.xml Use bound theme properties for documentation 2023-09-26 18:48:51 +02:00
CircleShape2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ClassDB.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
CodeEdit.xml Merge pull request #82748 from sepTN/than-then-typo 2023-10-04 15:44:52 +02:00
CodeHighlighter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
CollisionObject2D.xml Validate code tags for class and member references 2023-10-03 15:48:31 +02:00
CollisionObject3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
CollisionPolygon2D.xml Mention CollisionPolygon2D.polygon is local to the given CollisionPolygon2D 2024-01-10 11:14:57 +08:00
CollisionPolygon3D.xml Validate code tags for class and member references 2023-10-03 15:48:31 +02:00
CollisionShape2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
CollisionShape3D.xml Documentation: Add support for deprecated/experimental messages 2024-02-15 15:59:50 +03:00
Color.xml Fix docs for Color class regarding bits per component. 2024-02-05 12:55:58 -05:00
ColorPicker.xml Display a revert icon on ColorPicker's old sample 2023-11-07 10:04:39 +01:00
ColorPickerButton.xml Use bound theme properties for documentation 2023-09-26 18:48:51 +02:00
ColorRect.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +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 doc: Fix typo in ConcavePolygonShape2D/3D description 2023-10-29 17:27:47 +03:00
ConeTwistJoint3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ConfigFile.xml Clarify ConfigFile class methods that return error 2023-08-24 18:16:46 +00:00
ConfirmationDialog.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Container.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Control.xml Make auto translation inheritable 2024-02-15 16:51:19 -03:00
ConvexPolygonShape2D.xml Use [constant] instead of [code] when possible 2023-09-01 16:57:53 +02:00
ConvexPolygonShape3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
CPUParticles2D.xml Added docs for DRAW_ORDER_REVERSE_LIFETIME constant and minor XR log improvement 2023-11-11 21:17:19 +05:30
CPUParticles3D.xml Custom ("visiblity") AABB support for CPUParticles 2024-02-15 22:37:07 -08:00
Crypto.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
CryptoKey.xml Add missing tutorials to documentation classes 2023-08-19 20:29:24 +02:00
Cubemap.xml Improve the top docs sections of VFX classes 2023-08-11 21:17:04 +03:00
CubemapArray.xml Improve the top docs sections of VFX classes 2023-08-11 21:17:04 +03:00
Curve.xml Improve the top docs sections of VFX classes 2023-08-11 21:17:04 +03:00
Curve2D.xml Changed the way the rotation of a curve at a point is evaluated to match PathFollow2D 2023-10-28 01:23:38 -05:00
Curve3D.xml Validate code tags for class and member references 2023-10-03 15:48:31 +02:00
CurveTexture.xml Improve the top docs sections of VFX classes 2023-08-11 21:17:04 +03:00
CurveXYZTexture.xml Improve the top docs sections of VFX classes 2023-08-11 21:17:04 +03:00
CylinderMesh.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
CylinderShape3D.xml Fix some mixups between 2D/3D in documentation 2023-07-23 09:02:52 +02:00
DampedSpringJoint2D.xml Validate code tags for class and member references 2023-10-03 15:48:31 +02:00
Decal.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Dictionary.xml Add a get_or_add method to Dictionary 2023-12-06 11:43:58 -06:00
DirAccess.xml Update class reference to include some keywords 2024-02-09 18:13:23 +01:00
DirectionalLight2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
DirectionalLight3D.xml Add missing tutorials to documentation classes 2023-08-19 20:29:24 +02:00
DisplayServer.xml Merge pull request #87384 from bruvzg/sys_base_color 2024-02-13 23:43:21 +01:00
DTLSServer.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
EditorCommandPalette.xml Make EditorInterface accessible as a singleton 2023-08-09 16:01:31 +02:00
EditorDebuggerPlugin.xml Fix typos in EditorDebuggerPlugin and RDShaderSPIRV classref 2023-09-12 16:16:32 +08:00
EditorDebuggerSession.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
EditorExportPlatform.xml Fix inverted link in docs 2024-02-04 18:31:09 +01:00
EditorExportPlatformPC.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
EditorExportPlugin.xml Allow export plugins to override export option values 2024-02-14 10:51:16 -06:00
EditorFeatureProfile.xml Allow changing feature profile via EditorInterface 2023-07-24 18:46:36 +02:00
EditorFileDialog.xml Validate code tags for class and member references 2023-10-03 15:48:31 +02:00
EditorFileSystem.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
EditorFileSystemDirectory.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
EditorFileSystemImportFormatSupportQuery.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
EditorImportPlugin.xml Allow EditorImportPlugin to override can_import_threaded() 2024-01-09 17:30:24 +01:00
EditorInspector.xml Merge pull request #78960 from kleonc/inspector-follow-focus 2024-01-04 16:38:46 +01:00
EditorInspectorPlugin.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
EditorInterface.xml Merge pull request #81655 from nlupugla/editor-interface-can-popup-dialogs 2024-02-08 10:53:13 +01:00
EditorNode3DGizmo.xml [Editor] Add missing virtual bind to EditorNode3DGizmo(Plugin) 2024-01-06 17:27:50 +01:00
EditorNode3DGizmoPlugin.xml [Editor] Add missing virtual bind to EditorNode3DGizmo(Plugin) 2024-01-06 17:27:50 +01:00
EditorPaths.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
EditorPlugin.xml Documentation: Add support for deprecated/experimental messages 2024-02-15 15:59:50 +03:00
EditorProperty.xml Revert "Allow configuration warnings to refer to a property" 2024-02-17 19:04:18 +01:00
EditorResourceConversionPlugin.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
EditorResourcePicker.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
EditorResourcePreview.xml Fix various typos in classref 2023-08-22 18:05:50 +08:00
EditorResourcePreviewGenerator.xml Fix various typos in classref 2023-08-22 18:05:50 +08:00
EditorResourceTooltipPlugin.xml Fix unmatched brackets in the documentation 2023-09-05 15:57:39 +08:00
EditorSceneFormatImporter.xml Vertex and attribute compression to reduce the size of the vertex format. 2023-10-05 12:02:23 -06:00
EditorScenePostImport.xml Update Importing 3D scenes link to match splitting PR 2023-09-23 16:53:18 -05:00
EditorScenePostImportPlugin.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
EditorScript.xml Documentation: Add support for deprecated/experimental messages 2024-02-15 15:59:50 +03:00
EditorScriptPicker.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
EditorSelection.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
EditorSettings.xml Move EditorNode setting registration so they are in class reference 2024-02-17 11:33:22 +01:00
EditorSpinSlider.xml Fix a property reference in EditorSpinSlider 2023-11-10 15:30:16 +01:00
EditorSyntaxHighlighter.xml Fix various typos in classref 2023-08-22 18:05:50 +08:00
EditorTranslationParserPlugin.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
EditorUndoRedoManager.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
EditorVCSInterface.xml Add missing tutorials to documentation classes 2023-08-19 20:29:24 +02:00
EncodedObjectAsID.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Engine.xml Remove now unused year member from version.py 2024-01-25 15:08:34 +01:00
EngineDebugger.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
EngineProfiler.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Environment.xml Validate code tags for class and member references 2023-10-03 15:48:31 +02:00
Expression.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
FileAccess.xml Link to runtime loading/saving tutorial and improve Image documentation 2023-11-14 12:05:54 +01:00
FileDialog.xml [Native File Dialog] Add support for adding custom options to the dialogs. 2024-01-24 15:00:31 +02:00
FileSystemDock.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
float.xml Validate code tags for class and member references 2023-10-03 15:48:31 +02:00
FlowContainer.xml Add option to reverse FlowContainer fill direction (HFlow bottom-to-top, VFlow right-to-left) 2024-02-01 10:41:31 -07:00
FogMaterial.xml Improve the top docs sections of VFX classes 2023-08-11 21:17:04 +03:00
FogVolume.xml Add missing tutorials to documentation classes 2023-08-19 20:29:24 +02:00
Font.xml [TextServer / Font] Add support for customizable baseline offset. 2024-01-28 13:26:49 +02:00
FontFile.xml [TextServer / Font] Add support for customizable baseline offset. 2024-01-28 13:26:49 +02:00
FontVariation.xml [TextServer / Font] Add support for customizable baseline offset. 2024-01-28 13:26:49 +02:00
GDExtension.xml Unbind GDExtension methods that can't reasonably be used 2024-02-16 16:31:09 -06:00
GDExtensionManager.xml Add documentation for GDExtension & GDExtensionManager 2024-01-10 22:02:23 +01:00
Generic6DOFJoint3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Geometry2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Geometry3D.xml Expose 3D Delaunay tetrahedralization in Geometry3D 2023-10-16 11:48:49 +02:00
GeometryInstance3D.xml Replace some "uncommon" words in class reference 2024-01-15 18:51:52 +01:00
GPUParticles2D.xml Explain parameter usage in GPUParticles3D.xml and GPUParticles2D.xml 2023-12-05 20:56:38 +01:00
GPUParticles3D.xml Explain parameter usage in GPUParticles3D.xml and GPUParticles2D.xml 2023-12-05 20:56:38 +01:00
GPUParticlesAttractor3D.xml Improve the top docs sections of VFX classes 2023-08-11 21:17:04 +03:00
GPUParticlesAttractorBox3D.xml Improve the top docs sections of VFX classes 2023-08-11 21:17:04 +03:00
GPUParticlesAttractorSphere3D.xml Improve the top docs sections of VFX classes 2023-08-11 21:17:04 +03:00
GPUParticlesAttractorVectorField3D.xml Improve the top docs sections of VFX classes 2023-08-11 21:17:04 +03:00
GPUParticlesCollision3D.xml Improve the top docs sections of VFX classes 2023-08-11 21:17:04 +03:00
GPUParticlesCollisionBox3D.xml Improve the top docs sections of VFX classes 2023-08-11 21:17:04 +03:00
GPUParticlesCollisionHeightField3D.xml Improve the top docs sections of VFX classes 2023-08-11 21:17:04 +03:00
GPUParticlesCollisionSDF3D.xml Improve the top docs sections of VFX classes 2023-08-11 21:17:04 +03:00
GPUParticlesCollisionSphere3D.xml Improve the top docs sections of VFX classes 2023-08-11 21:17:04 +03:00
Gradient.xml Improve the top docs sections of VFX classes 2023-08-11 21:17:04 +03:00
GradientTexture1D.xml Improve the top docs sections of VFX classes 2023-08-11 21:17:04 +03:00
GradientTexture2D.xml Improve the top docs sections of VFX classes 2023-08-11 21:17:04 +03:00
GraphEdit.xml Documentation: Add support for deprecated/experimental messages 2024-02-15 15:59:50 +03:00
GraphElement.xml Documentation: Add support for deprecated/experimental messages 2024-02-15 15:59:50 +03:00
GraphNode.xml Documentation: Add support for deprecated/experimental messages 2024-02-15 15:59:50 +03:00
GridContainer.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
GrooveJoint2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
HashingContext.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
HBoxContainer.xml Use bound theme properties for documentation 2023-09-26 18:48:51 +02:00
HeightMapShape3D.xml Add HeightMapShape3D functions to get min / max height 2024-02-04 01:23:30 +01:00
HFlowContainer.xml Use bound theme properties for documentation 2023-09-26 18:48:51 +02:00
HingeJoint3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
HMACContext.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
HScrollBar.xml Use bound theme properties for documentation 2023-09-26 18:48:51 +02:00
HSeparator.xml Use bound theme properties for documentation 2023-09-26 18:48:51 +02:00
HSlider.xml Use bound theme properties for documentation 2023-09-26 18:48:51 +02:00
HSplitContainer.xml Use bound theme properties for documentation 2023-09-26 18:48:51 +02:00
HTTPClient.xml Documentation: Add support for deprecated/experimental messages 2024-02-15 15:59:50 +03:00
HTTPRequest.xml Validate code tags for class and member references 2023-10-03 15:48:31 +02:00
Image.xml Add missing descriptions for Image's documentation 2024-01-09 19:37:37 +01:00
ImageFormatLoader.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ImageFormatLoaderExtension.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ImageTexture.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ImageTexture3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ImageTextureLayered.xml Validate code tags for class and member references 2023-10-03 15:48:31 +02:00
ImmediateMesh.xml Add C# Example to ImmediateMesh.xml 2023-10-23 14:50:07 +02:00
ImporterMesh.xml Fix multiple issues with UV compression 2023-10-30 23:11:34 +01:00
ImporterMeshInstance3D.xml Merge pull request #78803 from EMBYRDEV/additional-mesh-import-options 2023-09-24 23:30:30 +02:00
Input.xml Add screen-related attributes to mouse input events 2024-02-05 23:30:15 +01:00
InputEvent.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
InputEventAction.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
InputEventFromWindow.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
InputEventGesture.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
InputEventJoypadButton.xml Documentation: Add support for deprecated/experimental messages 2024-02-15 15:59:50 +03:00
InputEventJoypadMotion.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
InputEventKey.xml Add InputEventKey.location to tell left from right 2024-01-26 14:42:28 +01:00
InputEventMagnifyGesture.xml Update the description for the InputEventMagnifyGesture and InputEventPanGesture gestures 2023-11-06 11:02:39 -08:00
InputEventMIDI.xml Overhaul documentation about MIDI support 2024-01-26 22:28:47 +01:00
InputEventMouse.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
InputEventMouseButton.xml Merge pull request #88130 from AlekseyKapustyanenko/Rotary_Input 2024-02-13 23:43:33 +01:00
InputEventMouseMotion.xml Add screen-related attributes to mouse input events 2024-02-05 23:30:15 +01:00
InputEventPanGesture.xml Update the description for the InputEventMagnifyGesture and InputEventPanGesture gestures 2023-11-06 11:02:39 -08:00
InputEventScreenDrag.xml Add screen-related attributes to mouse input events 2024-02-05 23:30:15 +01:00
InputEventScreenTouch.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
InputEventShortcut.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
InputEventWithModifiers.xml Replaced Command with Cmd in documentation 2023-08-13 23:53:24 +02:00
InputMap.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
InstancePlaceholder.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
int.xml Fix int's C# documentation 2023-09-01 17:00:09 +02:00
IntervalTweener.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
IP.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ItemList.xml Expose force_update_list_size 2023-09-15 13:18:02 -04:00
JavaClass.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
JavaClassWrapper.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
JavaScriptBridge.xml Validate code tags for class and member references 2023-10-03 15:48:31 +02:00
JavaScriptObject.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
JNISingleton.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Joint2D.xml Validate code tags for class and member references 2023-10-03 15:48:31 +02:00
Joint3D.xml Expose the get_rid method of Joint2D and Joint3D 2023-08-27 00:34:47 +03:00
JSON.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
JSONRPC.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +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 Add note that a large value for outline_size is not recommended 2023-12-20 17:55:23 +01:00
Label3D.xml Add missing tutorials to documentation classes 2023-08-19 20:29:24 +02:00
LabelSettings.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Light2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Light3D.xml Fix LightmapGI taking editor-only and sky-only lights into account 2023-10-23 22:56:17 +02:00
LightmapGI.xml Add GLES3 infrastructure for lightmap baking in the compatibility backend 2024-01-24 17:13:30 -08:00
LightmapGIData.xml Documentation: Add support for deprecated/experimental messages 2024-02-15 15:59:50 +03:00
Lightmapper.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
LightmapperRD.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
LightmapProbe.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
LightOccluder2D.xml Add sdf_collision property description to LightOccluder2D 2023-10-06 12:10:13 +02:00
Line2D.xml Validate code tags for class and member references 2023-10-03 15:48:31 +02:00
LineEdit.xml Make LineEdit secret character easier to change and enter 2023-10-19 21:32:38 +08:00
LinkButton.xml Validate code tags for class and member references 2023-10-03 15:48:31 +02:00
MainLoop.xml Enhance mobile suspend MainLoop Notifications 2024-02-04 21:10:06 -05:00
MarginContainer.xml Validate code tags for class and member references 2023-10-03 15:48:31 +02: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 Fill out Material documentation and clarify render_priority and next_pass sorting 2023-10-25 10:58:06 +02:00
MenuBar.xml Use bound theme properties for documentation 2023-09-26 18:48:51 +02:00
MenuButton.xml Validate code tags for class and member references 2023-10-03 15:48:31 +02:00
Mesh.xml Fix multiple issues with UV compression 2023-10-30 23:11:34 +01:00
MeshConvexDecompositionSettings.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
MeshDataTool.xml Vertex and attribute compression to reduce the size of the vertex format. 2023-10-05 12:02:23 -06:00
MeshInstance2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
MeshInstance3D.xml Clarify difference between surface material and surface override material 2023-09-28 23:18:26 +02:00
MeshLibrary.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
MeshTexture.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
MethodTweener.xml Prevent errors if Tween callback's object is freed 2023-08-29 14:50:53 +02:00
MissingNode.xml Allow opening scenes with missing scene dependency 2024-02-13 19:46:35 +01:00
MissingResource.xml Fill the documentation of a few overlooked classes 2024-01-07 17:51:04 +01:00
MovieWriter.xml Fix metadata name in MovieWriter.xml 2023-09-29 14:09:04 -04:00
MultiMesh.xml Support custom AABB within MultiMesh resources 2024-02-15 22:37:07 -08:00
MultiMeshInstance2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
MultiMeshInstance3D.xml Add missing tutorials to documentation classes 2023-08-19 20:29:24 +02:00
MultiplayerAPI.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
MultiplayerAPIExtension.xml Fix documentation in MultiplayerAPIExtension 2023-10-31 18:39:45 -06:00
MultiplayerPeer.xml Avoid punning enum names in documentation 2023-11-09 17:16:30 +08:00
MultiplayerPeerExtension.xml Avoid punning enum names in documentation 2023-11-09 17:16:30 +08:00
Mutex.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
NavigationAgent2D.xml Documentation: Add support for deprecated/experimental messages 2024-02-15 15:59:50 +03:00
NavigationAgent3D.xml Documentation: Add support for deprecated/experimental messages 2024-02-15 15:59:50 +03:00
NavigationLink2D.xml Documentation: Add support for deprecated/experimental messages 2024-02-15 15:59:50 +03:00
NavigationLink3D.xml Documentation: Add support for deprecated/experimental messages 2024-02-15 15:59:50 +03:00
NavigationMesh.xml Documentation: Add support for deprecated/experimental messages 2024-02-15 15:59:50 +03:00
NavigationMeshGenerator.xml Documentation: Add support for deprecated/experimental messages 2024-02-15 15:59:50 +03:00
NavigationMeshSourceGeometryData2D.xml Documentation: Add support for deprecated/experimental messages 2024-02-15 15:59:50 +03:00
NavigationMeshSourceGeometryData3D.xml Documentation: Add support for deprecated/experimental messages 2024-02-15 15:59:50 +03:00
NavigationObstacle2D.xml Documentation: Add support for deprecated/experimental messages 2024-02-15 15:59:50 +03:00
NavigationObstacle3D.xml Documentation: Add support for deprecated/experimental messages 2024-02-15 15:59:50 +03:00
NavigationPathQueryParameters2D.xml Documentation: Add support for deprecated/experimental messages 2024-02-15 15:59:50 +03:00
NavigationPathQueryParameters3D.xml Documentation: Add support for deprecated/experimental messages 2024-02-15 15:59:50 +03:00
NavigationPathQueryResult2D.xml Documentation: Add support for deprecated/experimental messages 2024-02-15 15:59:50 +03:00
NavigationPathQueryResult3D.xml Documentation: Add support for deprecated/experimental messages 2024-02-15 15:59:50 +03:00
NavigationPolygon.xml Documentation: Add support for deprecated/experimental messages 2024-02-15 15:59:50 +03:00
NavigationRegion2D.xml Documentation: Add support for deprecated/experimental messages 2024-02-15 15:59:50 +03:00
NavigationRegion3D.xml Documentation: Add support for deprecated/experimental messages 2024-02-15 15:59:50 +03:00
NavigationServer2D.xml Documentation: Add support for deprecated/experimental messages 2024-02-15 15:59:50 +03:00
NavigationServer3D.xml Documentation: Add support for deprecated/experimental messages 2024-02-15 15:59:50 +03:00
NinePatchRect.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Node.xml Revert "Allow configuration warnings to refer to a property" 2024-02-17 19:04:18 +01:00
Node2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Node3D.xml Add docs for Node3DGizmo to clarify its link to EditorNode3DGizmo 2023-10-02 16:17:16 +02:00
Node3DGizmo.xml Add docs for Node3DGizmo to clarify its link to EditorNode3DGizmo 2023-10-02 16:17:16 +02:00
NodePath.xml Overhaul NodePath documentation 2024-01-15 18:00:45 +01:00
Object.xml Make auto translation inheritable 2024-02-15 16:51:19 -03:00
Occluder3D.xml Add missing tutorials to documentation classes 2023-08-19 20:29:24 +02:00
OccluderInstance3D.xml Web: Disable raycast module by default (no occlusion culling) 2023-09-16 21:00:04 +02:00
OccluderPolygon2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
OfflineMultiplayerPeer.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
OmniLight3D.xml Modify display and documentation of attenuation for Light3D 2024-02-06 12:41:30 +08:00
OptimizedTranslation.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
OptionButton.xml Use bound theme properties for documentation 2023-09-26 18:48:51 +02:00
ORMMaterial3D.xml Improve the top docs sections of VFX classes 2023-08-11 21:17:04 +03:00
OS.xml Post-merge fixes to Node & OS documentation 2024-02-11 16:44:24 +01:00
PackedByteArray.xml Clarify PackedByteArray.decompress* limitations with external data 2024-01-07 13:34:39 +01:00
PackedColorArray.xml Add performance note to Array.resize() 2023-11-10 00:41:39 +02:00
PackedDataContainer.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PackedDataContainerRef.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PackedFloat32Array.xml Add performance note to Array.resize() 2023-11-10 00:41:39 +02:00
PackedFloat64Array.xml Add performance note to Array.resize() 2023-11-10 00:41:39 +02:00
PackedInt32Array.xml Add performance note to Array.resize() 2023-11-10 00:41:39 +02:00
PackedInt64Array.xml Add performance note to Array.resize() 2023-11-10 00:41:39 +02:00
PackedScene.xml Update class reference to include some keywords 2024-02-09 18:13:23 +01:00
PackedStringArray.xml Add performance note to Array.resize() 2023-11-10 00:41:39 +02:00
PackedVector2Array.xml Add performance note to Array.resize() 2023-11-10 00:41:39 +02:00
PackedVector3Array.xml Add performance note to Array.resize() 2023-11-10 00:41:39 +02:00
PacketPeer.xml Validate code tags for class and member references 2023-10-03 15:48:31 +02:00
PacketPeerDTLS.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PacketPeerExtension.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PacketPeerStream.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PacketPeerUDP.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Panel.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PanelContainer.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PanoramaSkyMaterial.xml Expose energy_multiplier to PanoramaSkyMaterial and ProceduralSkyMaterial 2023-10-25 14:12:22 +02:00
ParallaxBackground.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ParallaxLayer.xml Improve docs on how ParallaxLayer mirroring works. 2024-02-14 13:07:46 +01:00
ParticleProcessMaterial.xml Improve editing of min/max particle properties 2023-12-20 06:31:08 +01:00
Path2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Path3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PathFollow2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PathFollow3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PCKPacker.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Performance.xml PulseAudio: Remove get_latency() caching 2023-08-04 15:35:13 +09:30
PhysicalBone2D.xml Update class reference to include some keywords 2024-02-09 18:13:23 +01:00
PhysicalBone3D.xml Update class reference to include some keywords 2024-02-09 18:13:23 +01:00
PhysicalSkyMaterial.xml Improve the top docs sections of VFX classes 2023-08-11 21:17:04 +03:00
PhysicsBody2D.xml Expose a method to get gravity for any physics body 2024-01-30 23:57:38 -06:00
PhysicsBody3D.xml Expose a method to get gravity for any physics body 2024-01-30 23:57:38 -06:00
PhysicsDirectBodyState2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PhysicsDirectBodyState2DExtension.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PhysicsDirectBodyState3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PhysicsDirectBodyState3DExtension.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PhysicsDirectSpaceState2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PhysicsDirectSpaceState2DExtension.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PhysicsDirectSpaceState3D.xml Add ability to get barycentric coordinates from ray 2023-08-02 15:16:44 -05:00
PhysicsDirectSpaceState3DExtension.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PhysicsMaterial.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PhysicsPointQueryParameters2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PhysicsPointQueryParameters3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PhysicsRayQueryParameters2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PhysicsRayQueryParameters3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PhysicsServer2D.xml Validate code tags for class and member references 2023-10-03 15:48:31 +02:00
PhysicsServer2DExtension.xml Update PinJoint2D API with angle limits and motor speed 2023-09-26 10:29:23 +02:00
PhysicsServer2DManager.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PhysicsServer3D.xml Bind physics server methods related to SoftBody3D 2024-01-26 17:15:52 +01:00
PhysicsServer3DExtension.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PhysicsServer3DManager.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PhysicsServer3DRenderingServerHandler.xml Fix bindings of PhysicsServer3DRenderingServerHandler 2023-09-20 12:24:32 +02:00
PhysicsShapeQueryParameters2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PhysicsShapeQueryParameters3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02: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 Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PointLight2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PointMesh.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Polygon2D.xml Validate code tags for class and member references 2023-10-03 15:48:31 +02:00
PolygonOccluder3D.xml Add missing tutorials to documentation classes 2023-08-19 20:29:24 +02:00
PolygonPathFinder.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Popup.xml Use bound theme properties for documentation 2023-09-26 18:48:51 +02:00
PopupMenu.xml Expose PopupMenu get_item_multistate(), get_item_multistate_max() and set_item_multistate_max() 2024-01-22 20:07:19 +01:00
PopupPanel.xml Use bound theme properties for documentation 2023-09-26 18:48:51 +02:00
PortableCompressedTexture2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
PrimitiveMesh.xml Add missing descriptions to PrimitiveMesh and SoftBody3D 2024-01-09 17:31:12 +01: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 Add indeterminate mode to ProgressBar 2024-01-31 18:11:18 -03:00
Projection.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ProjectSettings.xml Expose pixel snapping settings add pixel-art notes 2024-02-17 23:40:53 +00:00
PropertyTweener.xml Add set_custom_interpolator() to PropertyTweener 2023-10-12 16:41:51 +02:00
QuadMesh.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
QuadOccluder3D.xml Add missing tutorials to documentation classes 2023-08-19 20:29:24 +02:00
Quaternion.xml Complete the docs for Quaternion 2024-01-05 11:31:59 +01:00
RandomNumberGenerator.xml Replace some "uncommon" words in class reference 2024-01-15 18:51:52 +01:00
Range.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
RayCast2D.xml Fix several minor class reference issues 2024-01-23 21:30:43 -05:00
RayCast3D.xml Fix several minor class reference issues 2024-01-23 21:30:43 -05:00
RDAttachmentFormat.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
RDFramebufferPass.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
RDPipelineColorBlendState.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
RDPipelineColorBlendStateAttachment.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
RDPipelineDepthStencilState.xml Add descriptions to the remaining properties of RDPipelineDepthStencilState 2024-01-15 12:33:24 -08:00
RDPipelineMultisampleState.xml Fix various typos in classref 2023-08-04 16:29:55 +08:00
RDPipelineRasterizationState.xml Add descriptions to the remaining properties of RDPipelineRasterizationState 2024-01-31 19:27:41 -08:00
RDPipelineSpecializationConstant.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
RDSamplerState.xml Add descriptions to remaining properties of RDSamplerState 2024-01-16 16:10:46 -08:00
RDShaderFile.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
RDShaderSource.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
RDShaderSPIRV.xml Fix typos in EditorDebuggerPlugin and RDShaderSPIRV classref 2023-09-12 16:16:32 +08:00
RDTextureFormat.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
RDTextureView.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
RDUniform.xml Add descriptions to all RDUniform methods 2023-11-26 08:15:46 -08:00
RDVertexAttribute.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Rect2.xml Clarify docs for operators performing xform_inv 2023-10-16 21:52:02 +02:00
Rect2i.xml Revert incorrect Rect2.expand description. 2023-08-03 14:59:07 +02:00
RectangleShape2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
RefCounted.xml Explain circular references and how to break them 2023-11-11 10:07:48 +08:00
ReferenceRect.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ReflectionProbe.xml Add a reflection mask to the reflection probes. 2024-01-20 08:07:31 +01:00
RemoteTransform2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
RemoteTransform3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
RenderingDevice.xml Documentation: Add support for deprecated/experimental messages 2024-02-15 15:59:50 +03:00
RenderingServer.xml Support custom AABB within MultiMesh resources 2024-02-15 22:37:07 -08:00
RenderSceneBuffers.xml Expose RenderingSceneBuffers through ClassDB 2023-07-26 23:48:30 +10:00
RenderSceneBuffersConfiguration.xml Expose RenderingSceneBuffers through ClassDB 2023-07-26 23:48:30 +10:00
RenderSceneBuffersExtension.xml Expose RenderingSceneBuffers through ClassDB 2023-07-26 23:48:30 +10:00
RenderSceneBuffersRD.xml Add FidelityFX Super Resolution 2.2 (FSR 2.2.1) support. 2023-09-25 10:37:47 -03:00
Resource.xml Documentation: Add support for deprecated/experimental messages 2024-02-15 15:59:50 +03:00
ResourceFormatLoader.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ResourceFormatSaver.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ResourceImporter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ResourceImporterBitMap.xml Fill in descriptions for import options in the class reference 2023-07-27 19:18:27 +02:00
ResourceImporterBMFont.xml [Bitmap fonts] Add support for scaling. 2023-10-13 12:57:45 +03:00
ResourceImporterCSVTranslation.xml Add missing tutorials to documentation classes 2023-08-19 20:29:24 +02:00
ResourceImporterDynamicFont.xml Fill in descriptions for import options in the class reference 2023-07-27 19:18:27 +02:00
ResourceImporterImage.xml Fill in descriptions for import options in the class reference 2023-07-27 19:18:27 +02:00
ResourceImporterImageFont.xml [Font] Allow overriding advances, offsets and kerning in the ImageFont import settings. Fix bitmap font kerning override. 2024-02-13 18:49:47 +02:00
ResourceImporterLayeredTexture.xml Add missing tutorials to documentation classes 2023-08-19 20:29:24 +02:00
ResourceImporterOBJ.xml Replace some "uncommon" words in class reference 2024-01-15 18:51:52 +01:00
ResourceImporterScene.xml Replace some "uncommon" words in class reference 2024-01-15 18:51:52 +01:00
ResourceImporterShaderFile.xml Fill in descriptions for import options in the class reference 2023-07-27 19:18:27 +02:00
ResourceImporterTexture.xml Add missing tutorials to documentation classes 2023-08-19 20:29:24 +02:00
ResourceImporterTextureAtlas.xml Fix link in the docs about ResourceImporterTextureAtlas 2023-11-10 09:51:11 +01:00
ResourceImporterWAV.xml Fill in descriptions for import options in the class reference 2023-07-27 19:18:27 +02:00
ResourceLoader.xml Clarify some descriptions regarding resource cache 2023-12-10 20:30:01 +01:00
ResourcePreloader.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ResourceSaver.xml Document UID behavior in ResourceSaver's save function 2023-10-15 22:19:44 +08:00
ResourceUID.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
RibbonTrailMesh.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
RichTextEffect.xml Improve RichTextLabel install_effect() documentation 2023-12-19 17:29:49 +01:00
RichTextLabel.xml Improve RichTextLabel install_effect() documentation 2023-12-19 17:29:49 +01:00
RID.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
RigidBody2D.xml Fix rigid body property description 2023-07-09 11:21:24 -07:00
RigidBody3D.xml Validate code tags for class and member references 2023-10-03 15:48:31 +02:00
RootMotionView.xml Implement AnimationManager the base class of AnimationPlayer/Tree 2023-09-29 08:23:57 +09:00
SceneState.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
SceneTree.xml Merge pull request #78206 from alula/node-count-in-group 2023-12-14 17:38:00 +01:00
SceneTreeTimer.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Script.xml Expose Script.get_global_name() 2023-12-18 15:13:09 +01:00
ScriptCreateDialog.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ScriptEditor.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ScriptEditorBase.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ScriptExtension.xml Core: Fix Object::has_method() for script static methods 2023-10-04 19:44:32 +03:00
ScriptLanguage.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ScriptLanguageExtension.xml Merge pull request #87952 from paulloz/dotnet/byebye-signal-callback-generation 2024-02-15 15:44:55 +01:00
ScrollBar.xml Document, cleanup and fix some theme properties 2023-09-27 00:06:15 +02:00
ScrollContainer.xml Document ScrollContainer signals being emitted for touch events only 2023-09-10 18:26:13 +02:00
SegmentShape2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Semaphore.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
SeparationRayShape2D.xml Improve SeparationRayShape docs 2023-09-29 22:18:00 +03:00
SeparationRayShape3D.xml Improve SeparationRayShape docs 2023-09-29 22:18:00 +03:00
Separator.xml Use bound theme properties for documentation 2023-09-26 18:48:51 +02:00
Shader.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ShaderGlobalsOverride.xml Improve the top docs sections of VFX classes 2023-08-11 21:17:04 +03:00
ShaderInclude.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ShaderMaterial.xml Improve the top docs sections of VFX classes 2023-08-11 21:17:04 +03:00
Shape2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Shape3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ShapeCast2D.xml Sync changes between ShapeCast and RayCast class references 2023-11-07 16:49:51 +08:00
ShapeCast3D.xml Documentation: Add support for deprecated/experimental messages 2024-02-15 15:59:50 +03:00
Shortcut.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Signal.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Skeleton2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Skeleton3D.xml Documentation: Add support for deprecated/experimental messages 2024-02-15 15:59:50 +03:00
SkeletonIK3D.xml Documentation: Add support for deprecated/experimental messages 2024-02-15 15:59:50 +03:00
SkeletonModification2D.xml Documentation: Add support for deprecated/experimental messages 2024-02-15 15:59:50 +03:00
SkeletonModification2DCCDIK.xml Documentation: Add support for deprecated/experimental messages 2024-02-15 15:59:50 +03:00
SkeletonModification2DFABRIK.xml Documentation: Add support for deprecated/experimental messages 2024-02-15 15:59:50 +03:00
SkeletonModification2DJiggle.xml Documentation: Add support for deprecated/experimental messages 2024-02-15 15:59:50 +03:00
SkeletonModification2DLookAt.xml Documentation: Add support for deprecated/experimental messages 2024-02-15 15:59:50 +03:00
SkeletonModification2DPhysicalBones.xml Documentation: Add support for deprecated/experimental messages 2024-02-15 15:59:50 +03:00
SkeletonModification2DStackHolder.xml Documentation: Add support for deprecated/experimental messages 2024-02-15 15:59:50 +03:00
SkeletonModification2DTwoBoneIK.xml Documentation: Add support for deprecated/experimental messages 2024-02-15 15:59:50 +03:00
SkeletonModificationStack2D.xml Documentation: Add support for deprecated/experimental messages 2024-02-15 15:59:50 +03:00
SkeletonProfile.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
SkeletonProfileHumanoid.xml Document bone list for SkeletonProfileHumanoid 2024-01-20 16:34:15 +01:00
Skin.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
SkinReference.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Sky.xml Improve the top docs sections of VFX classes 2023-08-11 21:17:04 +03:00
Slider.xml Emit slider's drag_started signal before the first value change 2023-12-21 11:23:35 +08:00
SliderJoint3D.xml Fix documentation for consistency 2023-07-12 05:33:49 +07:00
SoftBody3D.xml Add missing descriptions to PrimitiveMesh and SoftBody3D 2024-01-09 17:31:12 +01: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 Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
SpinBox.xml Update SpinBox documentation to include resetting to min/max behaviour 2023-10-09 19:20:52 +08:00
SplitContainer.xml Use bound theme properties for documentation 2023-09-26 18:48:51 +02:00
SpotLight3D.xml Modify display and documentation of attenuation for Light3D 2024-02-06 12:41:30 +08:00
SpringArm3D.xml Fix unmatched brackets in the documentation 2023-09-05 15:57:39 +08:00
Sprite2D.xml Expose pixel snapping settings add pixel-art notes 2024-02-17 23:40:53 +00: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 Merge pull request #86872 from Mickeon/documentation-sprite-3d-notes 2024-02-13 17:23:19 +01:00
SpriteFrames.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
StandardMaterial3D.xml Improve the top docs sections of VFX classes 2023-08-11 21:17:04 +03:00
StaticBody2D.xml Implement AnimationManager the base class of AnimationPlayer/Tree 2023-09-29 08:23:57 +09:00
StaticBody3D.xml Implement AnimationManager the base class of AnimationPlayer/Tree 2023-09-29 08:23:57 +09:00
StatusIndicator.xml Implement support for application status indicators (tray icons). 2024-02-13 15:59:35 +02:00
StreamPeer.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
StreamPeerBuffer.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
StreamPeerExtension.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
StreamPeerGZIP.xml Documentation: Add support for deprecated/experimental messages 2024-02-15 15:59:50 +03:00
StreamPeerTCP.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
StreamPeerTLS.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
String.xml Update class reference to include some keywords 2024-02-09 18:13:23 +01:00
StringName.xml Merge pull request #79815 from idbrii/patch-2 2024-02-09 12:13:07 +01:00
StyleBox.xml Some grammar and punctuation enhancements in the class reference. 2023-08-28 21:32:37 +02:00
StyleBoxEmpty.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
StyleBoxFlat.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
StyleBoxLine.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
StyleBoxTexture.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
SubViewport.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
SubViewportContainer.xml Documentation: Add support for deprecated/experimental messages 2024-02-15 15:59:50 +03:00
SurfaceTool.xml Documentation: Add support for deprecated/experimental messages 2024-02-15 15:59:50 +03:00
SyntaxHighlighter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
SystemFont.xml Replace some "uncommon" words in class reference 2024-01-15 18:51:52 +01:00
TabBar.xml Allow tab deselection 2024-01-29 14:30:34 -05:00
TabContainer.xml Allow tab deselection 2024-01-29 14:30:34 -05:00
TCPServer.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
TextEdit.xml Apply TextEdit IME on most actions 2024-01-29 15:07:19 -05:00
TextLine.xml [Text Overrun] Add option to set custom ellipsis character, add support for system font fallback. 2023-12-04 08:21:42 +02:00
TextMesh.xml Add missing tutorials to documentation classes 2023-08-19 20:29:24 +02:00
TextParagraph.xml [Text Overrun] Add option to set custom ellipsis character, add support for system font fallback. 2023-12-04 08:21:42 +02:00
TextServer.xml [TextServer / Font] Add support for customizable baseline offset. 2024-01-28 13:26:49 +02:00
TextServerDummy.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
TextServerExtension.xml [TextServer / Font] Add support for customizable baseline offset. 2024-01-28 13:26:49 +02:00
TextServerManager.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Texture.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Texture2D.xml Update get_image doc to mention that it will return an empty image with invalid texture 2024-01-02 11:31:38 +08:00
Texture2DArray.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Texture2DArrayRD.xml Add custom texture create function 2023-07-26 20:46:34 +10:00
Texture2DRD.xml Avoid saving the texture_rd_rid property of TextureRD resources 2024-01-24 10:34:51 -08:00
Texture3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Texture3DRD.xml Avoid saving the texture_rd_rid property of TextureRD resources 2024-01-24 10:34:51 -08:00
TextureButton.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
TextureCubemapArrayRD.xml Add custom texture create function 2023-07-26 20:46:34 +10:00
TextureCubemapRD.xml Add custom texture create function 2023-07-26 20:46:34 +10:00
TextureLayered.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
TextureLayeredRD.xml Avoid saving the texture_rd_rid property of TextureRD resources 2024-01-24 10:34:51 -08:00
TextureProgressBar.xml Hide ineffective TextureProgressBar properties in the editor 2023-11-15 18:35:54 +01:00
TextureRect.xml Documentation: Add support for deprecated/experimental messages 2024-02-15 15:59:50 +03:00
Theme.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
ThemeDB.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Thread.xml Support threads in the script debugger 2023-07-26 12:06:45 +02:00
TileData.xml Move tile transforms handling cache to TileData 2023-12-13 17:44:59 +01:00
TileMap.xml Documentation: Add support for deprecated/experimental messages 2024-02-15 15:59:50 +03:00
TileMapLayerGroup.xml Change TileMapEditor to TileMapLayerEditor 2024-02-12 10:11:45 +01:00
TileMapPattern.xml Fix various typos with codespell 2023-08-07 13:09:47 +02:00
TileSet.xml Validate code tags for class and member references 2023-10-03 15:48:31 +02:00
TileSetAtlasSource.xml Avoid punning enum names in documentation 2023-11-09 17:16:30 +08:00
TileSetScenesCollectionSource.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
TileSetSource.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Time.xml Clarify get_time_zone_from_system will return a localized timezone name 2023-11-01 19:47:30 +08:00
Timer.xml Tweak Timer documentation 2024-01-31 09:40:05 +01:00
TLSOptions.xml Fix typos in documentation: than/then and loose/lose 2023-10-04 04:51:48 +07:00
TorusMesh.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
TouchScreenButton.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Transform2D.xml Merge pull request #86364 from aaronfranke/basis-divide 2024-01-04 14:26:16 +01:00
Transform3D.xml Merge pull request #86364 from aaronfranke/basis-divide 2024-01-04 14:26:16 +01:00
Translation.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
TranslationServer.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Tree.xml Fix recursive Tree expand/collapse shortcuts not working 2024-02-13 02:30:48 +01:00
TreeItem.xml Documentation: Add support for deprecated/experimental messages 2024-02-15 15:59:50 +03:00
TriangleMesh.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
TubeTrailMesh.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
Tween.xml Replace some "uncommon" words in class reference 2024-01-15 18:51:52 +01:00
Tweener.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
UDPServer.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
UndoRedo.xml Implement maximum undo steps in UndoRedo 2024-01-22 21:38:10 +02:00
Variant.xml Validate code tags for class and member references 2023-10-03 15:48:31 +02:00
VBoxContainer.xml Use bound theme properties for documentation 2023-09-26 18:48:51 +02:00
Vector2.xml Clarify docs for operators performing xform_inv 2023-10-16 21:52:02 +02:00
Vector2i.xml Implement Vector2i/3i/4i methods: distance_to and distance_squared_to 2023-10-12 13:46:49 +02:00
Vector3.xml Clarify C# docs for operators performing xform_inv 2023-10-17 19:49:42 +02:00
Vector3i.xml Implement Vector2i/3i/4i methods: distance_to and distance_squared_to 2023-10-12 13:46:49 +02:00
Vector4.xml Clarify docs for operators performing xform_inv 2023-10-16 21:52:02 +02:00
Vector4i.xml Fix several minor class reference issues 2024-01-23 21:30:43 -05:00
VehicleBody3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VehicleWheel3D.xml corrected tooltip information Roll Influence property of VehicleWheel3D 2023-12-31 15:10:46 -07:00
VFlowContainer.xml Use bound theme properties for documentation 2023-09-26 18:48:51 +02:00
VideoStream.xml Link to runtime loading/saving tutorial and improve Image documentation 2023-11-14 12:05:54 +01:00
VideoStreamPlayback.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VideoStreamPlayer.xml VideoPlayer: Fix reloading translation remapped stream 2023-11-12 15:22:16 +01:00
Viewport.xml Documentation: Add support for deprecated/experimental messages 2024-02-15 15:59:50 +03:00
ViewportTexture.xml Unexpose Resource.setup_local_to_scene 2023-09-06 23:38:42 +02: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 Improve VisibleOnScreen classes docs 2023-10-17 19:29:16 +03:00
VisibleOnScreenNotifier3D.xml Improve VisibleOnScreen classes docs 2023-10-17 19:29:16 +03:00
VisualInstance3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShader.xml Improve the top docs sections of VFX classes 2023-08-11 21:17:04 +03:00
VisualShaderNode.xml Validate code tags for class and member references 2023-10-03 15:48:31 +02:00
VisualShaderNodeBillboard.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeBooleanConstant.xml Validate code tags for class and member references 2023-10-03 15:48:31 +02:00
VisualShaderNodeBooleanParameter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeClamp.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeColorConstant.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeColorFunc.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeColorOp.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeColorParameter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeComment.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeCompare.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeConstant.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeCubemap.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeCubemapParameter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeCurveTexture.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeCurveXYZTexture.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeCustom.xml Implement drop-down list properties to the custom visual shader nodes 2023-09-29 10:55:05 +03:00
VisualShaderNodeDerivativeFunc.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeDeterminant.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeDistanceFade.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeDotProduct.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeExpression.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeFaceForward.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeFloatConstant.xml Validate code tags for class and member references 2023-10-03 15:48:31 +02:00
VisualShaderNodeFloatFunc.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeFloatOp.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeFloatParameter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
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 Improve the top docs sections of VFX classes 2023-08-11 21:17:04 +03:00
VisualShaderNodeInput.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeIntConstant.xml Validate code tags for class and member references 2023-10-03 15:48:31 +02:00
VisualShaderNodeIntFunc.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeIntOp.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeIntParameter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeIs.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeLinearSceneDepth.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeMix.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeMultiplyAdd.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeOuterProduct.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeOutput.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeParameter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeParameterRef.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeParticleAccelerator.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeParticleBoxEmitter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeParticleConeVelocity.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeParticleEmit.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeParticleEmitter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeParticleMeshEmitter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeParticleMultiplyByAxisAngle.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeParticleOutput.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeParticleRandomness.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeParticleRingEmitter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeParticleSphereEmitter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeProximityFade.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeRandomRange.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeRemap.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
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 Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeTexture2DArray.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeTexture2DArrayParameter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeTexture2DParameter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeTexture3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeTexture3DParameter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeTextureParameter.xml Improve and clarify texture filtering documentation 2023-11-14 15:18:03 +01:00
VisualShaderNodeTextureParameterTriplanar.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeTextureSDF.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeTextureSDFNormal.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeTransformCompose.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeTransformConstant.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeTransformDecompose.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeTransformFunc.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeTransformOp.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeTransformParameter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeTransformVecMult.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeUIntConstant.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeUIntFunc.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeUIntOp.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeUIntParameter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeUVFunc.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeUVPolarCoord.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeVarying.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeVaryingGetter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeVaryingSetter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeVec2Constant.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeVec2Parameter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeVec3Constant.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeVec3Parameter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeVec4Constant.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeVec4Parameter.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeVectorBase.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeVectorCompose.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeVectorDecompose.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeVectorDistance.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeVectorFunc.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeVectorLen.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeVectorOp.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeVectorRefract.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
VisualShaderNodeWorldPositionFromDepth.xml Additional Visual Shader Nodes 2023-07-26 00:39:12 +02:00
VoxelGI.xml Add missing tutorials to documentation classes 2023-08-19 20:29:24 +02:00
VoxelGIData.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +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 Make auto translation inheritable 2024-02-15 16:51:19 -03:00
WorkerThreadPool.xml WorkerThreadPool: Overhaul scheduling and synchronization 2024-01-08 12:45:42 +01:00
World2D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
World3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
WorldBoundaryShape2D.xml Validate code tags for class and member references 2023-10-03 15:48:31 +02:00
WorldBoundaryShape3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
WorldEnvironment.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
X509Certificate.xml Add missing tutorials to documentation classes 2023-08-19 20:29:24 +02:00
XMLParser.xml Improve XMLParser's documentation 2023-08-28 16:39:26 +03:00
XRAnchor3D.xml Add missing tutorials to documentation classes 2023-08-19 20:29:24 +02:00
XRCamera3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
XRController3D.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
XRInterface.xml Documentation: Add support for deprecated/experimental messages 2024-02-15 15:59:50 +03:00
XRInterfaceExtension.xml Avoid punning enum names in documentation 2023-11-09 17:16:30 +08:00
XRNode3D.xml Added XR tracking-state change signals 2023-09-03 12:17:16 -04:00
XROrigin3D.xml Tweak XROrigin3D documentation 2024-01-24 16:53:09 +01:00
XRPose.xml Add missing tutorials to documentation classes 2023-08-19 20:29:24 +02:00
XRPositionalTracker.xml Fix typos in documentation: than/then and loose/lose 2023-10-04 04:51:48 +07:00
XRServer.xml OpenXR: Allow changing play area mode during active session 2024-01-31 12:58:22 -06:00