godot/doc/classes
Hugo Locurcio 84076513b1
Use global coordinates for particles by default
Particles won't move or rotate anymore with the node (or its parents)
by default. This new default behavior is generally more suited
to most use cases. Local coordinates can still be enabled on a per-node basis.

This affects both 2D and 3D particles, and both CPU and GPU-based particles.
2022-08-02 23:25:02 +02:00
..
@GlobalScope.xml [Net] Modularize multiplayer, expose MultiplayerAPI to extensions. 2022-07-26 09:31:12 +02:00
AABB.xml
AcceptDialog.xml Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialog 2022-07-09 10:47:08 -05:00
AESContext.xml
AnimatableBody2D.xml
AnimatableBody3D.xml
AnimatedSprite2D.xml Improve AnimatedSprite2D description in the class reference 2022-05-13 01:36:07 +02:00
AnimatedSprite3D.xml
AnimatedTexture.xml
Animation.xml Make Animation::track_insert_key return key index 2022-07-31 17:38:49 +02:00
AnimationLibrary.xml Fix type hints for AnimationLibrary's signals 2022-06-12 13:20:51 -04:00
AnimationNode.xml refactor sync in AnimationTree 2022-07-16 21:45:32 +09:00
AnimationNodeAdd2.xml refactor sync in AnimationTree 2022-07-16 21:45:32 +09:00
AnimationNodeAdd3.xml refactor sync in AnimationTree 2022-07-16 21:45:32 +09:00
AnimationNodeAnimation.xml
AnimationNodeBlend2.xml refactor sync in AnimationTree 2022-07-16 21:45:32 +09:00
AnimationNodeBlend3.xml refactor sync in AnimationTree 2022-07-16 21:45:32 +09:00
AnimationNodeBlendSpace1D.xml refactor sync in AnimationTree 2022-07-16 21:45:32 +09:00
AnimationNodeBlendSpace2D.xml refactor sync in AnimationTree 2022-07-16 21:45:32 +09:00
AnimationNodeBlendTree.xml Mention default output node name for AnimationNodeBlendTree 2022-03-21 18:02:40 +08:00
AnimationNodeOneShot.xml refactor sync in AnimationTree 2022-07-16 21:45:32 +09:00
AnimationNodeOutput.xml
AnimationNodeStateMachine.xml Improvements of state machine 2022-05-02 13:06:36 -03:00
AnimationNodeStateMachinePlayback.xml
AnimationNodeStateMachineTransition.xml Fix various typos not caught by codespell 2022-07-21 07:38:23 -04:00
AnimationNodeSync.xml refactor sync in AnimationTree 2022-07-16 21:45:32 +09:00
AnimationNodeTimeScale.xml
AnimationNodeTimeSeek.xml
AnimationNodeTransition.xml refactor sync in AnimationTree 2022-07-16 21:45:32 +09:00
AnimationPlayer.xml Merge pull request #63007 from jtnicholl/animation_player_docs 2022-08-01 22:03:17 +02:00
AnimationRootNode.xml
AnimationTrackEditPlugin.xml
AnimationTree.xml Fix various typos not caught by codespell 2022-07-21 07:38:23 -04:00
Area2D.xml
Area3D.xml
Array.xml Clarify all and any documentation for empty arrays 2022-06-16 20:50:31 +03:00
ArrayMesh.xml Fix add_surface_from_arrays description in classref 2022-07-29 22:19:48 +01:00
ArrayOccluder3D.xml
AspectRatioContainer.xml Link to Container tutorial 2022-04-28 00:22:43 -07:00
AStar2D.xml Make AStar to use 64-bit logic 2022-06-16 16:43:41 +03:00
AStar3D.xml Make AStar to use 64-bit logic 2022-06-16 16:43:41 +03:00
AtlasTexture.xml
AudioBusLayout.xml
AudioEffect.xml
AudioEffectAmplify.xml Cleanup audio effect class reference pages 2022-06-19 22:25:00 -04:00
AudioEffectBandLimitFilter.xml Cleanup audio effect class reference pages 2022-06-19 22:25:00 -04:00
AudioEffectBandPassFilter.xml Cleanup audio effect class reference pages 2022-06-19 22:25:00 -04:00
AudioEffectCapture.xml Cleanup audio effect class reference pages 2022-06-19 22:25:00 -04:00
AudioEffectChorus.xml Cleanup audio effect class reference pages 2022-06-19 22:25:00 -04:00
AudioEffectCompressor.xml Cleanup audio effect class reference pages 2022-06-19 22:25:00 -04:00
AudioEffectDelay.xml Cleanup audio effect class reference pages 2022-06-19 22:25:00 -04:00
AudioEffectDistortion.xml
AudioEffectEQ6.xml Cleanup audio effect class reference pages 2022-06-19 22:25:00 -04:00
AudioEffectEQ10.xml Cleanup audio effect class reference pages 2022-06-19 22:25:00 -04:00
AudioEffectEQ21.xml Cleanup audio effect class reference pages 2022-06-19 22:25:00 -04:00
AudioEffectEQ.xml Cleanup audio effect class reference pages 2022-06-19 22:25:00 -04:00
AudioEffectFilter.xml
AudioEffectHighPassFilter.xml Cleanup audio effect class reference pages 2022-06-19 22:25:00 -04:00
AudioEffectHighShelfFilter.xml Cleanup audio effect class reference pages 2022-06-19 22:25:00 -04:00
AudioEffectInstance.xml
AudioEffectLimiter.xml Cleanup audio effect class reference pages 2022-06-19 22:25:00 -04:00
AudioEffectLowPassFilter.xml Cleanup audio effect class reference pages 2022-06-19 22:25:00 -04:00
AudioEffectLowShelfFilter.xml Cleanup audio effect class reference pages 2022-06-19 22:25:00 -04:00
AudioEffectNotchFilter.xml Cleanup audio effect class reference pages 2022-06-19 22:25:00 -04:00
AudioEffectPanner.xml Cleanup audio effect class reference pages 2022-06-19 22:25:00 -04:00
AudioEffectPhaser.xml Cleanup audio effect class reference pages 2022-06-19 22:25:00 -04:00
AudioEffectPitchShift.xml Cleanup audio effect class reference pages 2022-06-19 22:25:00 -04:00
AudioEffectRecord.xml Rename AudioStreamSample to a more discoverable name 2022-07-28 13:53:36 -03:00
AudioEffectReverb.xml Cleanup audio effect class reference pages 2022-06-19 22:25:00 -04:00
AudioEffectSpectrumAnalyzer.xml
AudioEffectSpectrumAnalyzerInstance.xml
AudioEffectStereoEnhance.xml Cleanup audio effect class reference pages 2022-06-19 22:25:00 -04:00
AudioListener2D.xml
AudioListener3D.xml
AudioServer.xml Implement BPM support 2022-07-23 07:31:17 +02:00
AudioStream.xml Rename every instance of "OGG" to "Ogg" 2022-07-28 16:41:38 -03:00
AudioStreamGenerator.xml
AudioStreamGeneratorPlayback.xml
AudioStreamMicrophone.xml
AudioStreamPlayback.xml Rename every instance of "OGG" to "Ogg" 2022-07-28 16:41:38 -03:00
AudioStreamPlaybackResampled.xml
AudioStreamPlayer2D.xml AudioStreamPlayer: Clarify that no validation is made on 'bus' name 2022-07-08 09:33:25 +02:00
AudioStreamPlayer3D.xml AudioStreamPlayer: Clarify that no validation is made on 'bus' name 2022-07-08 09:33:25 +02:00
AudioStreamPlayer.xml AudioStreamPlayer: Clarify that no validation is made on 'bus' name 2022-07-08 09:33:25 +02:00
AudioStreamRandomizer.xml
AudioStreamWAV.xml Rename AudioStreamSample to a more discoverable name 2022-07-28 13:53:36 -03:00
BackBufferCopy.xml
BaseButton.xml
BaseMaterial3D.xml Treat specular less than 0.02 as occlusion 2022-07-31 15:45:21 -07:00
Basis.xml Core: Rename math 'phi' arguments to 'angle' 2022-05-05 14:17:39 +02:00
BitMap.xml
Bone2D.xml
BoneAttachment3D.xml
BoneMap.xml implement bone renamer in importer 2022-07-01 03:55:28 +09:00
bool.xml
BoxContainer.xml Link to Container tutorial 2022-04-28 00:22:43 -07:00
BoxMesh.xml
BoxOccluder3D.xml
BoxShape3D.xml
Button.xml Refactor Font configuration and import UI, and Font resources. 2022-07-06 14:12:36 +03:00
ButtonGroup.xml
Callable.xml
CallbackTweener.xml
Camera2D.xml
Camera3D.xml Implement Vector4, Vector4i, Projection 2022-07-23 14:00:01 +02:00
CameraEffects.xml
CameraFeed.xml
CameraServer.xml
CameraTexture.xml
CanvasGroup.xml
CanvasItem.xml Use BitField hint for the TextServer enums. Add missing parts for BitField support to the GDextension API. 2022-07-15 08:49:50 +03:00
CanvasItemMaterial.xml
CanvasLayer.xml
CanvasModulate.xml
CanvasTexture.xml
CapsuleMesh.xml
CapsuleShape2D.xml
CapsuleShape3D.xml
CenterContainer.xml Link to Container tutorial 2022-04-28 00:22:43 -07:00
CharacterBody2D.xml Fix up direction doc description 2022-04-09 12:59:24 +02:00
CharacterBody3D.xml Fix typos in the CharacterBody3D doc file 2022-07-29 22:11:38 +02:00
CharFXTransform.xml
CheckBox.xml Rename theme properties to include underscores 2022-04-23 11:16:18 -05:00
CheckButton.xml Rename theme properties to include underscores 2022-04-23 11:16:18 -05:00
CircleShape2D.xml
ClassDB.xml Object: Remove unused category boilerplate 2022-03-26 15:46:01 +01:00
CodeEdit.xml Add the ability to drag the code completion scrollbar using the mouse click 2022-07-03 23:47:52 +02:00
CodeHighlighter.xml
CollisionObject2D.xml Improve CollisionObject2D and CollisionObject3D pickable documentation 2022-04-29 23:14:46 +02:00
CollisionObject3D.xml Improve CollisionObject2D and CollisionObject3D pickable documentation 2022-04-29 23:14:46 +02:00
CollisionPolygon2D.xml Mention that Area2D doesn't support one_way_collision 2022-05-09 15:00:53 +02:00
CollisionPolygon3D.xml
CollisionShape2D.xml Mention that Area2D doesn't support one_way_collision 2022-05-09 15:00:53 +02:00
CollisionShape3D.xml
Color.xml i18n: Misc fixes translation strings 2022-06-08 12:57:54 +02:00
ColorPicker.xml ColorPicker Refactor 2022-07-06 22:11:43 +05:30
ColorPickerButton.xml enhancement: rename exposed property Control::minimum_size to Control::custom_minimum_size 2022-06-23 18:06:10 +02:00
ColorRect.xml
CompressedCubemap.xml
CompressedCubemapArray.xml
CompressedTexture2D.xml
CompressedTexture2DArray.xml
CompressedTexture3D.xml
CompressedTextureLayered.xml
ConcavePolygonShape2D.xml
ConcavePolygonShape3D.xml
ConeTwistJoint3D.xml
ConfigFile.xml
ConfirmationDialog.xml Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialog 2022-07-09 10:47:08 -05:00
Container.xml Link to Container tutorial 2022-04-28 00:22:43 -07:00
Control.xml Rename Control PRESET_WIDE to PRESET_FULL_RECT 2022-07-18 20:08:11 -05:00
ConvexPolygonShape2D.xml
ConvexPolygonShape3D.xml
CPUParticles2D.xml Use global coordinates for particles by default 2022-08-02 23:25:02 +02:00
CPUParticles3D.xml Use global coordinates for particles by default 2022-08-02 23:25:02 +02:00
Crypto.xml HTML5: Enable mbedTLS module for Crypto object 2022-05-25 14:19:49 +02:00
CryptoKey.xml HTML5: Enable mbedTLS module for Crypto object 2022-05-25 14:19:49 +02:00
Cubemap.xml
CubemapArray.xml
Curve2D.xml Expose Curve points in the inspector 2022-05-17 18:08:36 +02:00
Curve3D.xml Expose Curve points in the inspector 2022-05-17 18:08:36 +02:00
Curve.xml Expose Curve points in the inspector 2022-05-17 18:08:36 +02:00
CurveTexture.xml Document the CurveXYZTexture class, improve CurveTexture documentation 2022-06-12 19:33:27 +02:00
CurveXYZTexture.xml Document the CurveXYZTexture class, improve CurveTexture documentation 2022-06-12 19:33:27 +02:00
CylinderMesh.xml Add properties to disable top/bottom cap generation in CylinderMesh 2022-05-21 02:06:53 +02:00
CylinderShape3D.xml
DampedSpringJoint2D.xml
Decal.xml Make Decal's modulate property affect emission color as well 2022-07-30 21:41:48 +02:00
Dictionary.xml Merge pull request #59883 from KoBeWi/merge_this 2022-06-06 23:38:29 +02:00
DirectionalLight2D.xml
DirectionalLight3D.xml Add a new HashMap implementation 2022-05-12 11:21:29 +02:00
Directory.xml Expose move_to_trash() 2022-04-27 01:02:11 +02:00
DisplayServer.xml Fix screen_get_usable_rect returning display safe area 2022-05-02 09:31:32 +02:00
DTLSServer.xml
EditorCommandPalette.xml
EditorDebuggerPlugin.xml
EditorExportPlugin.xml Rename OSX to macOS and iPhoneOS to iOS. 2022-07-21 09:37:52 +03:00
EditorFeatureProfile.xml i18n: Sync classref translations with Weblate 2022-07-27 16:03:34 +02:00
EditorFileDialog.xml Seperate filter and description in FileDialog.add_filter() 2022-07-09 10:51:45 -05:00
EditorFileSystem.xml Fix a typo in EditorFileSystem classref 2022-05-19 18:53:01 +08:00
EditorFileSystemDirectory.xml
EditorFileSystemImportFormatSupportQuery.xml Fix typos with codespell 2022-05-23 21:32:19 +02:00
EditorImportPlugin.xml
EditorInspector.xml Improves EditorInspector documentation 2022-04-12 12:08:24 +08:00
EditorInspectorPlugin.xml Reorganize Region Rect Editor 2022-05-24 09:42:49 +02:00
EditorInterface.xml
EditorNode3DGizmo.xml
EditorNode3DGizmoPlugin.xml
EditorPaths.xml Move editor paths into the EditorPaths class 2022-07-29 11:07:30 -05:00
EditorPlugin.xml Improve docs on how to make main screen plugin 2022-07-18 10:36:17 +02:00
EditorProperty.xml Improve usability of non-default values in the property inspector 2022-07-30 15:25:45 +02:00
EditorResourceConversionPlugin.xml
EditorResourcePicker.xml
EditorResourcePreview.xml
EditorResourcePreviewGenerator.xml
EditorSceneFormatImporter.xml Import scenes as AnimationLibrary 2022-04-13 15:06:56 +02:00
EditorScenePostImport.xml
EditorScenePostImportPlugin.xml Remove unused hints 2022-07-12 00:44:13 +02:00
EditorScript.xml
EditorScriptPicker.xml
EditorSelection.xml
EditorSettings.xml Add support for documenting most editor settings in the class reference 2022-07-29 22:07:01 +02:00
EditorSpinSlider.xml Expose EditorSpinSlider.hide_slider 2022-04-09 16:31:22 -05:00
EditorSyntaxHighlighter.xml
EditorTranslationParserPlugin.xml
EditorVCSInterface.xml
EncodedObjectAsID.xml
Engine.xml Add a Movie Quit On Finish property to AnimationPlayer 2022-07-27 18:50:28 +02:00
EngineDebugger.xml
EngineProfiler.xml Rename profiler "Idle Time" to "Process Time" 2022-05-05 20:23:47 +02:00
Environment.xml Tweak default fog settings for better appearance 2022-08-01 02:04:20 +02:00
Expression.xml Add a const call mode to Object, Variant and Script. 2022-06-27 13:33:06 -07:00
File.xml File: Re-add support to skip CR (\r) in File::get_as_text 2022-08-01 00:40:35 +02:00
FileDialog.xml Seperate filter and description in FileDialog.add_filter() 2022-07-09 10:51:45 -05:00
FileSystemDock.xml
float.xml Implement Vector4, Vector4i, Projection 2022-07-23 14:00:01 +02:00
FlowContainer.xml
FogMaterial.xml
FogVolume.xml Add Cone and Cylinder shapes to FogVolume 2022-05-25 12:35:53 +02:00
Font.xml Fix unnamed arguments in XML docs 2022-07-26 20:42:38 +02:00
FontFile.xml Implement support for loading system fonts on Linux, macOS / iOS and Windows. 2022-07-26 08:38:05 +03:00
FontVariation.xml Refactor Font configuration and import UI, and Font resources. 2022-07-06 14:12:36 +03:00
Generic6DOFJoint3D.xml
Geometry2D.xml i18n: Sync classref translations with Weblate 2022-07-27 16:03:34 +02:00
Geometry3D.xml Change instances of "returns an empty Variant" to "returns null" in docs 2022-05-29 20:12:32 +02:00
GeometryInstance3D.xml
GPUParticles2D.xml Use global coordinates for particles by default 2022-08-02 23:25:02 +02:00
GPUParticles3D.xml Use global coordinates for particles by default 2022-08-02 23:25:02 +02:00
GPUParticlesAttractor3D.xml Document GPUParticles3D attractors and collision 2022-05-16 08:21:46 +02:00
GPUParticlesAttractorBox3D.xml Document GPUParticles3D attractors and collision 2022-05-16 08:21:46 +02:00
GPUParticlesAttractorSphere3D.xml Document GPUParticles3D attractors and collision 2022-05-16 08:21:46 +02:00
GPUParticlesAttractorVectorField3D.xml Document GPUParticles3D attractors and collision 2022-05-16 08:21:46 +02:00
GPUParticlesCollision3D.xml Document GPUParticles3D attractors and collision 2022-05-16 08:21:46 +02:00
GPUParticlesCollisionBox3D.xml Document GPUParticles3D attractors and collision 2022-05-16 08:21:46 +02:00
GPUParticlesCollisionHeightField3D.xml Document GPUParticles3D attractors and collision 2022-05-16 08:21:46 +02:00
GPUParticlesCollisionSDF3D.xml Document GPUParticles3D attractors and collision 2022-05-16 08:21:46 +02:00
GPUParticlesCollisionSphere3D.xml Document GPUParticles3D attractors and collision 2022-05-16 08:21:46 +02:00
Gradient.xml
GradientTexture1D.xml Document the CurveXYZTexture class, improve CurveTexture documentation 2022-06-12 19:33:27 +02:00
GradientTexture2D.xml Document the CurveXYZTexture class, improve CurveTexture documentation 2022-06-12 19:33:27 +02:00
GraphEdit.xml Add GraphEdit.is_node_hover_valid(...) method 2022-07-31 15:35:26 +02:00
GraphNode.xml Refactor Font configuration and import UI, and Font resources. 2022-07-06 14:12:36 +03:00
GridContainer.xml Merge pull request #60405 from CheetoMonster/documentation-edits 2022-04-29 08:04:32 +02:00
GrooveJoint2D.xml
HashingContext.xml HTML5: Enable mbedTLS module for Crypto object 2022-05-25 14:19:49 +02:00
HBoxContainer.xml Link to Container tutorial 2022-04-28 00:22:43 -07:00
HeightMapShape3D.xml
HFlowContainer.xml Rename theme properties to include underscores 2022-04-23 11:16:18 -05:00
HingeJoint3D.xml
HMACContext.xml HTML5: Enable mbedTLS module for Crypto object 2022-05-25 14:19:49 +02:00
HScrollBar.xml
HSeparator.xml
HSlider.xml
HSplitContainer.xml Link to Container tutorial 2022-04-28 00:22:43 -07:00
HTTPClient.xml
HTTPRequest.xml Document the timeout property in HTTPRequest 2022-07-08 23:24:45 +02:00
Image.xml Merge pull request #63005 from Chaosus/image_rotate 2022-07-19 15:21:16 +02:00
ImageTexture3D.xml
ImageTexture.xml Fix various typos not caught by codespell 2022-07-21 07:38:23 -04:00
ImageTextureLayered.xml
ImmediateMesh.xml
ImporterMesh.xml Fix add_surface_from_arrays description in classref 2022-07-29 22:19:48 +01:00
ImporterMeshInstance3D.xml
Input.xml HTML5: Add support for Input.vibrate_handheld() 2022-07-27 22:54:41 +03:00
InputEvent.xml Ensure minimum modifiers are pressed when matching actions 2022-03-20 08:02:54 +00:00
InputEventAction.xml
InputEventFromWindow.xml
InputEventGesture.xml
InputEventJoypadButton.xml Fix typos with codespell 2022-03-31 14:07:29 +02:00
InputEventJoypadMotion.xml
InputEventKey.xml
InputEventMagnifyGesture.xml
InputEventMIDI.xml
InputEventMouse.xml
InputEventMouseButton.xml
InputEventMouseMotion.xml [macOS, Windows, X11] Add stylus inverted/eraser support to 2022-07-04 10:36:53 -07:00
InputEventPanGesture.xml
InputEventScreenDrag.xml
InputEventScreenTouch.xml
InputEventShortcut.xml
InputEventWithModifiers.xml
InputMap.xml Clarify InputMap.action_get_events() in the editor 2022-05-03 19:45:50 +02:00
InstancePlaceholder.xml
int.xml Implement Vector4, Vector4i, Projection 2022-07-23 14:00:01 +02:00
IntervalTweener.xml
IP.xml Increase the maximum number of concurrent DNS queries from 32 to 256 2022-03-23 18:18:23 +01:00
ItemList.xml Refactor Font configuration and import UI, and Font resources. 2022-07-06 14:12:36 +03:00
JavaClass.xml
JavaClassWrapper.xml
JavaScript.xml
JavaScriptObject.xml
JNISingleton.xml
Joint2D.xml
Joint3D.xml
JSON.xml
JSONRPC.xml
KinematicCollision2D.xml
KinematicCollision3D.xml
Label3D.xml i18n: Sync classref translations with Weblate 2022-07-27 16:03:34 +02:00
Label.xml Implement Vector4, Vector4i, Projection 2022-07-23 14:00:01 +02:00
LabelSettings.xml Change LabelSettings default values to match default theme. 2022-08-01 13:33:06 +03:00
Light2D.xml
Light3D.xml Document changing the Decal and Light3D projector texture filter modes 2022-07-04 22:17:16 +02:00
LightmapGI.xml Fix small typo in LightmapGI class reference 2022-07-05 17:19:47 -04:00
LightmapGIData.xml Fix various typos not caught by codespell 2022-07-21 07:38:23 -04:00
Lightmapper.xml Document LightmapGI, LightmapGIData and LightmapProbe 2022-06-13 15:46:15 +02:00
LightmapperRD.xml Document LightmapGI, LightmapGIData and LightmapProbe 2022-06-13 15:46:15 +02:00
LightmapProbe.xml Document LightmapGI, LightmapGIData and LightmapProbe 2022-06-13 15:46:15 +02:00
LightOccluder2D.xml
Line2D.xml
LineEdit.xml Refactor Font configuration and import UI, and Font resources. 2022-07-06 14:12:36 +03:00
LinkButton.xml Refactor Font configuration and import UI, and Font resources. 2022-07-06 14:12:36 +03:00
MainLoop.xml
MarginContainer.xml Link to Container tutorial 2022-04-28 00:22:43 -07:00
Marshalls.xml
Material.xml
MenuButton.xml Rename theme properties to include underscores 2022-04-23 11:16:18 -05:00
Mesh.xml SurfaceTool.set_custom_format Fixes and documentation. 2022-06-14 15:10:17 -07:00
MeshDataTool.xml
MeshInstance2D.xml Update name of Convert to MeshInstance2D button in MeshInstance2D doc 2022-06-11 21:52:39 +02:00
MeshInstance3D.xml Fix add_surface_from_arrays description in classref 2022-07-29 22:19:48 +01:00
MeshLibrary.xml
MeshTexture.xml
MethodTweener.xml
MissingNode.xml Implement missing Node & Resource placeholders 2022-05-03 17:08:09 +02:00
MissingResource.xml Implement missing Node & Resource placeholders 2022-05-03 17:08:09 +02:00
MovieWriter.xml Fix various typos not caught by codespell 2022-07-21 07:38:23 -04:00
MultiMesh.xml Filled in MultiMesh instance_count doc. 2022-07-19 22:41:56 +02:00
MultiMeshInstance2D.xml
MultiMeshInstance3D.xml
MultiplayerAPI.xml [Net] Modularize multiplayer, expose MultiplayerAPI to extensions. 2022-07-26 09:31:12 +02:00
MultiplayerAPIExtension.xml [Net] Modularize multiplayer, expose MultiplayerAPI to extensions. 2022-07-26 09:31:12 +02:00
MultiplayerPeer.xml [Net] Modularize multiplayer, expose MultiplayerAPI to extensions. 2022-07-26 09:31:12 +02:00
MultiplayerPeerExtension.xml Allow extending MultiplayerPeerExtension from GDScript 2022-07-20 18:19:05 -05:00
Mutex.xml
NativeExtension.xml Refactor module initialization 2022-05-04 17:34:51 +02:00
NativeExtensionManager.xml
NavigationAgent2D.xml Clarify NavigationAgent radius property 2022-06-26 13:04:02 +02:00
NavigationAgent3D.xml Clarify NavigationAgent radius property 2022-06-26 13:04:02 +02:00
NavigationMesh.xml docs: Caveats of NavigationMesh.create_from_mesh 2022-08-01 09:46:58 +02:00
NavigationMeshGenerator.xml Document limits of using meshes to obstruct navigation mesh baking 2022-06-24 14:32:24 +02:00
NavigationObstacle2D.xml Note that NavigationObstacles should only be used if necessary and for moving objects only 2022-06-02 01:24:43 +02:00
NavigationObstacle3D.xml Note that NavigationObstacles should only be used if necessary and for moving objects only 2022-06-02 01:24:43 +02:00
NavigationPolygon.xml Expose get_mesh() for NavigationPolygon Resources 2022-06-02 09:52:26 +02:00
NavigationRegion2D.xml i18n: Sync classref translations with Weblate 2022-07-27 16:03:34 +02:00
NavigationRegion3D.xml i18n: Sync classref translations with Weblate 2022-07-27 16:03:34 +02:00
NavigationServer2D.xml Merge pull request #62300 from smix8/navigation_map_force_update_4.x 2022-06-24 10:13:07 +02:00
NavigationServer3D.xml Add more detailed Navigation Debug Visualization 2022-07-29 09:58:41 +02:00
NinePatchRect.xml
Node2D.xml Merge pull request #61877 from aaronfranke/doc-negative-scale 2022-06-16 09:59:30 +02:00
Node3D.xml Add global_position and global_rotation to Node3D 2022-07-01 10:27:07 -04:00
Node3DGizmo.xml
Node.xml [Net] Modularize multiplayer, expose MultiplayerAPI to extensions. 2022-07-26 09:31:12 +02:00
NodePath.xml implement bone renamer in importer 2022-07-01 03:55:28 +09:00
Object.xml Remove Signal connect binds 2022-07-29 16:26:13 +02:00
Occluder3D.xml
OccluderInstance3D.xml
OccluderPolygon2D.xml
OmniLight3D.xml Add a new HashMap implementation 2022-05-12 11:21:29 +02:00
OptimizedTranslation.xml
OptionButton.xml Rename theme properties to include underscores 2022-04-23 11:16:18 -05:00
ORMMaterial3D.xml Add a description to ORMMaterial3D and StandardMaterial3D 2022-06-15 22:25:45 -04:00
OS.xml Expose the "restart on exit" OS functionality 2022-08-01 14:06:13 +02:00
PackedByteArray.xml Prevent out-of-bounds write in array conversion; avoid logspam on empty arrays. 2022-06-30 18:04:33 -07:00
PackedColorArray.xml Add search methods for packed arrays 2022-05-07 20:16:11 +08:00
PackedDataContainer.xml
PackedDataContainerRef.xml
PackedFloat32Array.xml Add search methods for packed arrays 2022-05-07 20:16:11 +08:00
PackedFloat64Array.xml Add search methods for packed arrays 2022-05-07 20:16:11 +08:00
PackedInt32Array.xml Add search methods for packed arrays 2022-05-07 20:16:11 +08:00
PackedInt64Array.xml Add search methods for packed arrays 2022-05-07 20:16:11 +08:00
PackedScene.xml
PackedStringArray.xml Mention how to join PackedStringArray 2022-05-10 13:56:31 +02:00
PackedVector2Array.xml Add search methods for packed arrays 2022-05-07 20:16:11 +08:00
PackedVector3Array.xml Add search methods for packed arrays 2022-05-07 20:16:11 +08:00
PacketPeer.xml
PacketPeerDTLS.xml
PacketPeerExtension.xml
PacketPeerStream.xml
PacketPeerUDP.xml [Net] Drop is_connected_to_host for TCP and UDP. 2022-03-27 16:36:44 +02:00
Panel.xml
PanelContainer.xml Link to Container tutorial 2022-04-28 00:22:43 -07:00
PanoramaSkyMaterial.xml
ParallaxBackground.xml
ParallaxLayer.xml
ParticlesMaterial.xml Rename ParticlesMaterial.turbulence_active to turbulence_enabled 2022-08-02 08:41:14 -05:00
Path2D.xml
Path3D.xml
PathFollow2D.xml
PathFollow3D.xml
PCKPacker.xml
Performance.xml Improve the Performance class documentation 2022-05-16 01:08:11 +02:00
PhysicalBone2D.xml
PhysicalBone3D.xml
PhysicalSkyMaterial.xml Use IGN instead of white noise for sky dithering 2022-05-24 10:57:07 -07:00
PhysicsBody2D.xml
PhysicsBody3D.xml
PhysicsDirectBodyState2D.xml
PhysicsDirectBodyState3D.xml
PhysicsDirectBodyState3DExtension.xml
PhysicsDirectSpaceState2D.xml
PhysicsDirectSpaceState3D.xml
PhysicsDirectSpaceState3DExtension.xml
PhysicsMaterial.xml
PhysicsPointQueryParameters2D.xml
PhysicsPointQueryParameters3D.xml
PhysicsRayQueryParameters2D.xml
PhysicsRayQueryParameters3D.xml
PhysicsServer2D.xml
PhysicsServer3D.xml PhysicsServer3D docs: sync phrasing of get_process_info with 2D docs 2022-03-18 19:53:14 +01:00
PhysicsServer3DExtension.xml
PhysicsServer3DRenderingServerHandler.xml
PhysicsShapeQueryParameters2D.xml
PhysicsShapeQueryParameters3D.xml
PhysicsTestMotionParameters2D.xml Add motion parameter to toggle whether recovery is reported as a collision 2022-05-18 16:40:29 +02:00
PhysicsTestMotionParameters3D.xml Add motion parameter to toggle whether recovery is reported as a collision 2022-05-18 16:40:29 +02:00
PhysicsTestMotionResult2D.xml
PhysicsTestMotionResult3D.xml
PinJoint2D.xml
PinJoint3D.xml
PlaceholderCubemap.xml Implement placeholder assets 2022-04-28 12:19:01 +02:00
PlaceholderCubemapArray.xml Implement placeholder assets 2022-04-28 12:19:01 +02:00
PlaceholderMaterial.xml Implement placeholder assets 2022-04-28 12:19:01 +02:00
PlaceholderMesh.xml Implement placeholder assets 2022-04-28 12:19:01 +02:00
PlaceholderTexture2D.xml Implement placeholder assets 2022-04-28 12:19:01 +02:00
PlaceholderTexture2DArray.xml Implement placeholder assets 2022-04-28 12:19:01 +02:00
PlaceholderTexture3D.xml Implement placeholder assets 2022-04-28 12:19:01 +02:00
PlaceholderTextureLayered.xml Implement placeholder assets 2022-04-28 12:19:01 +02:00
Plane.xml Solve discrepancy between code and class reference for Plane 2022-07-24 18:21:25 +02:00
PlaneMesh.xml
PointLight2D.xml
PointMesh.xml
Polygon2D.xml
PolygonOccluder3D.xml
PolygonPathFinder.xml
Popup.xml
PopupMenu.xml Refactor Font configuration and import UI, and Font resources. 2022-07-06 14:12:36 +03:00
PopupPanel.xml
PortableCompressedTexture2D.xml Fix typos with codespell 2022-03-31 14:07:29 +02:00
Position2D.xml Change gizmo_extents to property 2022-04-05 16:16:28 +02:00
Position3D.xml
PrimitiveMesh.xml
PrismMesh.xml Decrease default sizes of some primitive and CSG meshes for consistency 2022-04-27 22:45:38 +02:00
ProceduralSkyMaterial.xml Use IGN instead of white noise for sky dithering 2022-05-24 10:57:07 -07:00
ProgressBar.xml Add fill_mode to ProgressBar 2022-05-10 19:34:48 +08:00
Projection.xml Fix Vector4 serialization 2022-07-29 12:09:03 +02:00
ProjectSettings.xml Merge pull request #62601 from smix8/navigation_3d_debug_4.x 2022-07-29 12:29:32 +02:00
PropertyTweener.xml
ProxyTexture.xml
QuadMesh.xml
QuadOccluder3D.xml
Quaternion.xml rename and unify notation for spherical interpolation 2022-07-27 23:22:50 +09:00
RandomNumberGenerator.xml
Range.xml i18n: Misc fixes translation strings 2022-06-08 12:57:54 +02:00
RayCast2D.xml
RayCast3D.xml
RDAttachmentFormat.xml
RDFramebufferPass.xml
RDPipelineColorBlendState.xml
RDPipelineColorBlendStateAttachment.xml
RDPipelineDepthStencilState.xml
RDPipelineMultisampleState.xml
RDPipelineRasterizationState.xml
RDPipelineSpecializationConstant.xml
RDSamplerState.xml
RDShaderFile.xml
RDShaderSource.xml
RDShaderSPIRV.xml
RDTextureFormat.xml
RDTextureView.xml
RDUniform.xml
RDVertexAttribute.xml
Rect2.xml
Rect2i.xml
RectangleShape2D.xml
RefCounted.xml
ReferenceRect.xml
ReflectionProbe.xml Rename "ss_reflections_" to "ssr_" in Environment 2022-03-25 14:37:01 -05:00
RemoteTransform2D.xml
RemoteTransform3D.xml
RenderingDevice.xml Adding Variable Rate Shading support to Godot 2022-07-17 15:42:24 +10:00
RenderingServer.xml Merge pull request #59840 from Calinou/renderingserver-global-uniform-rename 2022-07-28 20:34:17 +02:00
Resource.xml
ResourceFormatLoader.xml Implement Feature Build Profiles 2022-07-22 10:53:23 +02:00
ResourceFormatSaver.xml Swap arguments of ResourceSaver.save() 2022-07-29 19:53:09 +02:00
ResourceImporter.xml
ResourceLoader.xml Expose load_threaded_request's cachemode to GDScript 2022-07-31 14:04:11 +02:00
ResourcePreloader.xml
ResourceSaver.xml Swap arguments of ResourceSaver.save() 2022-07-29 19:53:09 +02:00
ResourceUID.xml
RibbonTrailMesh.xml
RichTextEffect.xml
RichTextLabel.xml [RichTextLabel] Fix theme bold / italics / bold italics and mono font size not applied correctly. 2022-07-26 10:45:40 +03:00
RID.xml
RigidDynamicBody2D.xml
RigidDynamicBody3D.xml
RootMotionView.xml
SceneState.xml
SceneTree.xml Remove outdated line in call_group() description 2022-07-10 20:02:20 +02:00
SceneTreeTimer.xml Fix description about SceneTreeTimer auto free 2022-06-10 18:04:34 +08:00
Script.xml
ScriptCreateDialog.xml Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialog 2022-07-09 10:47:08 -05:00
ScriptEditor.xml
ScriptEditorBase.xml
ScriptExtension.xml [Net] Modularize multiplayer, expose MultiplayerAPI to extensions. 2022-07-26 09:31:12 +02:00
ScriptLanguage.xml Add GDExtension support to Script 2022-03-27 16:13:00 +02:00
ScriptLanguageExtension.xml Add support for documenting built-in annotations 2022-07-04 20:21:39 +03:00
ScrollBar.xml
ScrollContainer.xml enhancement: rename exposed property Control::minimum_size to Control::custom_minimum_size 2022-06-23 18:06:10 +02:00
SegmentShape2D.xml
Semaphore.xml
SeparationRayShape2D.xml
SeparationRayShape3D.xml
Separator.xml
Shader.xml
ShaderGlobalsOverride.xml
ShaderInclude.xml Adding shader preprocessor support 2022-07-22 22:51:57 +02:00
ShaderMaterial.xml
Shape2D.xml Document Shape2D's collide_and_get_contacts() and collide_with_motion_and_get_contacts() 2022-05-13 15:06:46 +01:00
Shape3D.xml
ShapeCast2D.xml Improve ShapeCast2D and ShapeCast3D docs 2022-07-29 13:26:05 -05:00
ShapeCast3D.xml Improve ShapeCast2D and ShapeCast3D docs 2022-07-29 13:26:05 -05:00
Shortcut.xml
Signal.xml Add tutorial links to Signal's documentation 2022-04-08 08:25:45 -06:00
Skeleton2D.xml
Skeleton3D.xml add position track normalization & post process key value for retarget 2022-07-26 18:48:08 +09:00
SkeletonIK3D.xml
SkeletonModification2D.xml
SkeletonModification2DCCDIK.xml
SkeletonModification2DFABRIK.xml
SkeletonModification2DJiggle.xml
SkeletonModification2DLookAt.xml
SkeletonModification2DPhysicalBones.xml
SkeletonModification2DStackHolder.xml
SkeletonModification2DTwoBoneIK.xml
SkeletonModification3D.xml
SkeletonModification3DCCDIK.xml
SkeletonModification3DFABRIK.xml
SkeletonModification3DJiggle.xml
SkeletonModification3DLookAt.xml
SkeletonModification3DStackHolder.xml
SkeletonModification3DTwoBoneIK.xml
SkeletonModificationStack2D.xml
SkeletonModificationStack3D.xml
SkeletonProfile.xml Merge pull request #63138 from TokageItLab/normalize-position-track 2022-07-27 16:49:18 +02:00
SkeletonProfileHumanoid.xml add position track normalization & post process key value for retarget 2022-07-26 18:48:08 +09:00
Skin.xml
SkinReference.xml
Sky.xml
Slider.xml
SliderJoint3D.xml
SoftDynamicBody3D.xml
SphereMesh.xml Decrease default sizes of some primitive and CSG meshes for consistency 2022-04-27 22:45:38 +02:00
SphereOccluder3D.xml
SphereShape3D.xml Decrease SphereShape3D's default radius to 0.5 to match primitive mesh 2022-05-22 08:46:01 +02:00
SpinBox.xml Mention how to add dragging for SpinBox's LineEdit 2022-04-03 19:40:14 +02:00
SplitContainer.xml Link to Container tutorial 2022-04-28 00:22:43 -07:00
SpotLight3D.xml
SpringArm3D.xml
Sprite2D.xml
Sprite3D.xml
SpriteBase3D.xml i18n: Sync classref translations with Weblate 2022-07-27 16:03:34 +02:00
SpriteFrames.xml SpriteFrames: Sort animations alphabetically 2022-07-13 16:15:11 +02:00
StandardMaterial3D.xml Add a description to ORMMaterial3D and StandardMaterial3D 2022-06-15 22:25:45 -04:00
StaticBody2D.xml
StaticBody3D.xml
StreamPeer.xml
StreamPeerBuffer.xml
StreamPeerExtension.xml
StreamPeerSSL.xml Add StreamPeerSSL.get_stream() accessor. 2022-05-25 12:43:19 -07:00
StreamPeerTCP.xml [Net] Drop is_connected_to_host for TCP and UDP. 2022-03-27 16:36:44 +02:00
String.xml Improve String.format() documentation 2022-06-27 11:29:44 +08:00
StringName.xml [GDExtension] Expose Variant, NodePath and StringName hash functions. 2022-06-06 12:19:56 +03:00
StyleBox.xml StyleBox: Document correct methods to draw with a RID 2022-07-05 09:45:11 +02:00
StyleBoxEmpty.xml
StyleBoxFlat.xml
StyleBoxLine.xml
StyleBoxTexture.xml
SubViewport.xml
SubViewportContainer.xml
SurfaceTool.xml SurfaceTool.set_custom_format Fixes and documentation. 2022-06-14 15:10:17 -07:00
SyntaxHighlighter.xml
SystemFont.xml Implement support for loading system fonts on Linux, macOS / iOS and Windows. 2022-07-26 08:38:05 +03:00
TabBar.xml Refactor Font configuration and import UI, and Font resources. 2022-07-06 14:12:36 +03:00
TabContainer.xml Link to Container tutorial 2022-04-28 00:22:43 -07:00
TCPServer.xml
TextEdit.xml Refactor Font configuration and import UI, and Font resources. 2022-07-06 14:12:36 +03:00
TextLine.xml Use BitField hint for the TextServer enums. Add missing parts for BitField support to the GDextension API. 2022-07-15 08:49:50 +03:00
TextMesh.xml Refactor Font configuration and import UI, and Font resources. 2022-07-06 14:12:36 +03:00
TextParagraph.xml Use BitField hint for the TextServer enums. Add missing parts for BitField support to the GDextension API. 2022-07-15 08:49:50 +03:00
TextServer.xml [TextServer] Add ICU Unicode security and spoofing detection. 2022-08-02 15:37:49 +03:00
TextServerDummy.xml
TextServerExtension.xml [TextServer] Add ICU Unicode security and spoofing detection. 2022-08-02 15:37:49 +03:00
TextServerManager.xml
Texture2D.xml Remove image property of ImageTexture 2022-06-07 16:30:54 +02:00
Texture2DArray.xml
Texture3D.xml
Texture.xml
TextureButton.xml
TextureLayered.xml
TextureProgressBar.xml
TextureRect.xml
Theme.xml Refactor Font configuration and import UI, and Font resources. 2022-07-06 14:12:36 +03:00
Thread.xml Remove userdata from Thread.start() 2022-06-23 12:50:28 +02:00
TileData.xml Allow using CanvasItemMaterial in the TileSet editor 2022-06-21 17:02:52 +02:00
TileMap.xml Add terrain center bit 2022-06-10 14:37:39 +02:00
TileMapPattern.xml
TileSet.xml expose TileMap methods related to the name of custom data layers 2022-07-29 15:05:42 +02:00
TileSetAtlasSource.xml
TileSetScenesCollectionSource.xml
TileSetSource.xml
Time.xml Fix inconsistent naming in Time 2022-05-05 16:00:37 +02:00
Timer.xml
TouchScreenButton.xml
Transform2D.xml rename translate(d) to translate(d)_local in Transform 2D/3D 2022-07-16 11:47:54 +02:00
Transform3D.xml Merge pull request #63532 from TokageItLab/rename-cubic-slerp 2022-07-28 10:39:33 +02:00
Translation.xml
TranslationServer.xml
Tree.xml Refactor Font configuration and import UI, and Font resources. 2022-07-06 14:12:36 +03:00
TreeItem.xml Clarified usage of TreeItem get_next*() and get_prev*() functions. 2022-07-08 08:49:56 +02:00
TriangleMesh.xml
TubeTrailMesh.xml Decrease default sizes of some primitive and CSG meshes for consistency 2022-04-27 22:45:38 +02:00
Tween.xml Fix typos and improve clarity in Tween docs 2022-06-28 16:04:44 +02:00
Tweener.xml Miscellaneous Tween fixes 2022-04-28 21:19:01 +08:00
UDPServer.xml
UndoRedo.xml
Variant.xml
VBoxContainer.xml Link to Container tutorial 2022-04-28 00:22:43 -07:00
Vector2.xml Refactor bezier interpolation functions 2022-06-27 19:42:43 +02:00
Vector2i.xml
Vector3.xml Refactor bezier interpolation functions 2022-06-27 19:42:43 +02:00
Vector3i.xml Fix type name typo in Debug Adapter Protocol 2022-04-24 03:21:23 -05:00
Vector4.xml Fix Vector4 serialization 2022-07-29 12:09:03 +02:00
Vector4i.xml Fix Vector4 serialization 2022-07-29 12:09:03 +02:00
VehicleBody3D.xml Fix typo in VehicleBody3D.xml 2022-07-16 18:06:01 +01:00
VehicleWheel3D.xml i18n: Sync classref translations with Weblate 2022-07-18 10:29:25 +02:00
VelocityTracker3D.xml
VFlowContainer.xml Rename theme properties to include underscores 2022-04-23 11:16:18 -05:00
VideoStream.xml
VideoStreamPlayer.xml Disable Expand by default in VideoStreamPlayer 2022-07-06 00:51:27 +02:00
Viewport.xml Allow changing mipmap LOD bias when FSR 1.0 scaling is not used 2022-07-28 17:51:13 +02:00
ViewportTexture.xml
VisibleOnScreenEnabler2D.xml
VisibleOnScreenEnabler3D.xml
VisibleOnScreenNotifier2D.xml
VisibleOnScreenNotifier3D.xml
VisualInstance3D.xml Document GPUParticles3D attractors and collision 2022-05-16 08:21:46 +02:00
VisualShader.xml Remove engine version from visual shader 2022-06-10 13:17:16 +03:00
VisualShaderNode.xml Add Vector4 to VisualShader 2022-04-12 19:09:29 +02:00
VisualShaderNodeBillboard.xml
VisualShaderNodeBooleanConstant.xml
VisualShaderNodeBooleanUniform.xml
VisualShaderNodeClamp.xml Add Vector4 to VisualShader 2022-04-12 19:09:29 +02:00
VisualShaderNodeColorConstant.xml
VisualShaderNodeColorFunc.xml Push HSV2RGB/RGB2HSV to ColorFunc (from VecFunc) in visual shaders 2022-05-07 09:49:12 +03:00
VisualShaderNodeColorOp.xml
VisualShaderNodeColorUniform.xml
VisualShaderNodeComment.xml
VisualShaderNodeCompare.xml Add Vector4 to VisualShader 2022-04-12 19:09:29 +02:00
VisualShaderNodeConstant.xml
VisualShaderNodeCubemap.xml
VisualShaderNodeCubemapUniform.xml
VisualShaderNodeCurveTexture.xml
VisualShaderNodeCurveXYZTexture.xml
VisualShaderNodeCustom.xml
VisualShaderNodeDerivativeFunc.xml Add Vector4 to VisualShader 2022-04-12 19:09:29 +02:00
VisualShaderNodeDeterminant.xml
VisualShaderNodeDotProduct.xml
VisualShaderNodeExpression.xml
VisualShaderNodeFaceForward.xml
VisualShaderNodeFloatConstant.xml
VisualShaderNodeFloatFunc.xml Fix typo "Frac" instead of "Fract" 2022-06-05 19:20:32 -06:00
VisualShaderNodeFloatOp.xml
VisualShaderNodeFloatUniform.xml
VisualShaderNodeFresnel.xml
VisualShaderNodeGlobalExpression.xml
VisualShaderNodeGroupBase.xml
VisualShaderNodeIf.xml
VisualShaderNodeInput.xml
VisualShaderNodeIntConstant.xml
VisualShaderNodeIntFunc.xml
VisualShaderNodeIntOp.xml
VisualShaderNodeIntUniform.xml
VisualShaderNodeIs.xml
VisualShaderNodeMix.xml Add Vector4 to VisualShader 2022-04-12 19:09:29 +02:00
VisualShaderNodeMultiplyAdd.xml Add Vector4 to VisualShader 2022-04-12 19:09:29 +02:00
VisualShaderNodeOuterProduct.xml
VisualShaderNodeOutput.xml
VisualShaderNodeParticleAccelerator.xml
VisualShaderNodeParticleBoxEmitter.xml
VisualShaderNodeParticleConeVelocity.xml
VisualShaderNodeParticleEmit.xml
VisualShaderNodeParticleEmitter.xml
VisualShaderNodeParticleMeshEmitter.xml
VisualShaderNodeParticleMultiplyByAxisAngle.xml
VisualShaderNodeParticleOutput.xml
VisualShaderNodeParticleRandomness.xml
VisualShaderNodeParticleRingEmitter.xml
VisualShaderNodeParticleSphereEmitter.xml
VisualShaderNodeResizableBase.xml
VisualShaderNodeSample3D.xml
VisualShaderNodeScreenUVToSDF.xml
VisualShaderNodeSDFRaymarch.xml
VisualShaderNodeSDFToScreenUV.xml
VisualShaderNodeSmoothStep.xml Add Vector4 to VisualShader 2022-04-12 19:09:29 +02:00
VisualShaderNodeStep.xml Add Vector4 to VisualShader 2022-04-12 19:09:29 +02:00
VisualShaderNodeSwitch.xml Add Vector4 to VisualShader 2022-04-12 19:09:29 +02:00
VisualShaderNodeTexture2DArray.xml
VisualShaderNodeTexture2DArrayUniform.xml
VisualShaderNodeTexture3D.xml
VisualShaderNodeTexture3DUniform.xml
VisualShaderNodeTexture.xml
VisualShaderNodeTextureSDF.xml
VisualShaderNodeTextureSDFNormal.xml
VisualShaderNodeTextureUniform.xml Add hint_transparent to use a transparent black placeholder texture 2022-08-01 23:38:06 +02:00
VisualShaderNodeTextureUniformTriplanar.xml
VisualShaderNodeTransformCompose.xml
VisualShaderNodeTransformConstant.xml
VisualShaderNodeTransformDecompose.xml
VisualShaderNodeTransformFunc.xml
VisualShaderNodeTransformOp.xml
VisualShaderNodeTransformUniform.xml
VisualShaderNodeTransformVecMult.xml
VisualShaderNodeUniform.xml
VisualShaderNodeUniformRef.xml
VisualShaderNodeUVFunc.xml
VisualShaderNodeVarying.xml
VisualShaderNodeVaryingGetter.xml
VisualShaderNodeVaryingSetter.xml
VisualShaderNodeVec2Constant.xml
VisualShaderNodeVec2Uniform.xml
VisualShaderNodeVec3Constant.xml
VisualShaderNodeVec3Uniform.xml
VisualShaderNodeVec4Constant.xml Add Vector4 to VisualShader 2022-04-12 19:09:29 +02:00
VisualShaderNodeVec4Uniform.xml Add Vector4 to VisualShader 2022-04-12 19:09:29 +02:00
VisualShaderNodeVectorBase.xml Add Vector4 to VisualShader 2022-04-12 19:09:29 +02:00
VisualShaderNodeVectorCompose.xml Add Vector4 to VisualShader 2022-04-12 19:09:29 +02:00
VisualShaderNodeVectorDecompose.xml Add Vector4 to VisualShader 2022-04-12 19:09:29 +02:00
VisualShaderNodeVectorDistance.xml
VisualShaderNodeVectorFunc.xml Fix typo "Frac" instead of "Fract" 2022-06-05 19:20:32 -06:00
VisualShaderNodeVectorLen.xml
VisualShaderNodeVectorOp.xml
VisualShaderNodeVectorRefract.xml
VoxelGI.xml Clamp VoxelGI extents to reasonable values to avoid breaking baking 2022-07-05 18:32:44 +02:00
VoxelGIData.xml Tweak VoxelGI defaults for better quality 2022-07-31 18:05:24 +02:00
VScrollBar.xml
VSeparator.xml
VSlider.xml
VSplitContainer.xml Link to Container tutorial 2022-04-28 00:22:43 -07:00
WeakRef.xml adds null case to weakref docs 2022-08-02 11:53:28 -05:00
Window.xml Document most of the Window's members 2022-06-22 20:46:27 +02:00
WorkerThreadPool.xml Remove ThreadWorkPool, replace by WorkerThreadPool 2022-07-25 15:39:50 +02:00
World2D.xml
World3D.xml Classref typo fixes and improvements 2022-06-17 15:15:30 +08:00
WorldBoundaryShape2D.xml
WorldBoundaryShape3D.xml
WorldEnvironment.xml Add description for camera effects property in WorldEnvironment 2022-06-13 08:06:13 -04:00
X509Certificate.xml HTML5: Enable mbedTLS module for Crypto object 2022-05-25 14:19:49 +02:00
XMLParser.xml Implement XMLParser.get_current_line() 2022-07-05 01:23:04 +02:00
XRAnchor3D.xml
XRCamera3D.xml Fix tutorial links in XR classes docs 2022-07-22 15:05:31 +03:00
XRController3D.xml Fix tutorial links in XR classes docs 2022-07-22 15:05:31 +03:00
XRInterface.xml Fix tutorial links in XR classes docs 2022-07-22 15:05:31 +03:00
XRInterfaceExtension.xml Adding Variable Rate Shading support to Godot 2022-07-17 15:42:24 +10:00
XRNode3D.xml
XROrigin3D.xml Fix tutorial links in XR classes docs 2022-07-22 15:05:31 +03:00
XRPose.xml
XRPositionalTracker.xml Fix tutorial links in XR classes docs 2022-07-22 15:05:31 +03:00
XRServer.xml Fix tutorial links in XR classes docs 2022-07-22 15:05:31 +03:00