godot/doc/classes
Rémi Verschelde 9928cdc2e7 Merge pull request #66807 from akien-mga/core-unix-remove-NO_FCNTL-and-NO_STATVFS
Unix: Remove now unnecessary I/O defines, cleanup
2022-10-04 10:22:29 +02:00
..
@GlobalScope.xml Expose `PROPERTY_USAGE_READ_ONLY` 2022-09-28 22:50:55 +01:00
AABB.xml Replace AABB has_no_volume with has_volume 2022-09-04 23:03:36 -05:00
AESContext.xml Fix invalid C# in crypto docs 2022-09-15 11:39:03 +02:00
AStar2D.xml
AStar3D.xml
AStarGrid2D.xml refactor(AStarGrid2D): Return Vector2i in get_id_path 2022-09-30 12:02:28 +02:00
AcceptDialog.xml Make AcceptDialog and derivatives utilize StyleBox fully 2022-09-07 01:42:11 +03:00
AnimatableBody2D.xml
AnimatableBody3D.xml
AnimatedSprite2D.xml Allow negative `speed_scale` in AnimatedSprite2D & 3D 2022-09-13 12:41:07 +02:00
AnimatedSprite3D.xml Allow negative `speed_scale` in AnimatedSprite2D & 3D 2022-09-13 12:41:07 +02:00
AnimatedTexture.xml Rework AnimatedTexture's `fps` into `speed_scale` 2022-09-06 21:40:09 +02:00
Animation.xml
AnimationLibrary.xml Fix typos with codespell 2022-09-30 14:23:36 +02:00
AnimationNode.xml
AnimationNodeAdd2.xml
AnimationNodeAdd3.xml
AnimationNodeAnimation.xml
AnimationNodeBlend2.xml
AnimationNodeBlend3.xml
AnimationNodeBlendSpace1D.xml
AnimationNodeBlendSpace2D.xml
AnimationNodeBlendTree.xml Fix redraw timing in AnimationBlendTreeEditor 2022-09-14 21:05:21 +09:00
AnimationNodeOneShot.xml
AnimationNodeOutput.xml
AnimationNodeStateMachine.xml
AnimationNodeStateMachinePlayback.xml
AnimationNodeStateMachineTransition.xml
AnimationNodeSync.xml
AnimationNodeTimeScale.xml
AnimationNodeTimeSeek.xml
AnimationNodeTransition.xml
AnimationPlayer.xml Fix typos with codespell 2022-09-30 14:23:36 +02:00
AnimationRootNode.xml
AnimationTrackEditPlugin.xml
AnimationTree.xml Fix redraw timing in AnimationBlendTreeEditor 2022-09-14 21:05:21 +09:00
Area2D.xml Implement Area.has_overlapping_* 2022-09-10 12:17:37 +02:00
Area3D.xml Implement Area.has_overlapping_* 2022-09-10 12:17:37 +02:00
Array.xml [GDExtension] Implement support for typed arrays. 2022-09-22 23:31:27 +03:00
ArrayMesh.xml Revert usage of typed array in `add_surface_from_arrays` parameters 2022-09-02 18:08:43 +03:00
ArrayOccluder3D.xml
AspectRatioContainer.xml
AtlasTexture.xml
AudioBusLayout.xml
AudioEffect.xml
AudioEffectAmplify.xml
AudioEffectBandLimitFilter.xml
AudioEffectBandPassFilter.xml
AudioEffectCapture.xml Improve documentation related to audio input permissions 2022-09-02 19:22:34 +02:00
AudioEffectChorus.xml
AudioEffectCompressor.xml
AudioEffectDelay.xml
AudioEffectDistortion.xml
AudioEffectEQ.xml
AudioEffectEQ6.xml
AudioEffectEQ10.xml
AudioEffectEQ21.xml
AudioEffectFilter.xml
AudioEffectHighPassFilter.xml
AudioEffectHighShelfFilter.xml
AudioEffectInstance.xml
AudioEffectLimiter.xml
AudioEffectLowPassFilter.xml
AudioEffectLowShelfFilter.xml
AudioEffectNotchFilter.xml
AudioEffectPanner.xml
AudioEffectPhaser.xml
AudioEffectPitchShift.xml
AudioEffectRecord.xml
AudioEffectReverb.xml
AudioEffectSpectrumAnalyzer.xml
AudioEffectSpectrumAnalyzerInstance.xml
AudioEffectStereoEnhance.xml
AudioListener2D.xml
AudioListener3D.xml
AudioServer.xml Improve documentation related to audio input permissions 2022-09-02 19:22:34 +02:00
AudioStream.xml
AudioStreamGenerator.xml
AudioStreamGeneratorPlayback.xml
AudioStreamMicrophone.xml Improve documentation related to audio input permissions 2022-09-02 19:22:34 +02:00
AudioStreamPlayback.xml
AudioStreamPlaybackResampled.xml
AudioStreamPlayer.xml
AudioStreamPlayer2D.xml
AudioStreamPlayer3D.xml
AudioStreamRandomizer.xml
AudioStreamWAV.xml
BackBufferCopy.xml
BaseButton.xml
BaseMaterial3D.xml Add class descriptions for Texture2DArray, CubemapArray and ImageTextureLayered, plus overhaul TextureLayered 2022-09-08 10:19:54 +02:00
Basis.xml C#: Update Basis Euler angle code to match core 2022-09-25 22:28:52 -05:00
BitMap.xml
Bone2D.xml
BoneAttachment3D.xml 2D and 3D Skeleton modification docs, and small fixes. 2022-09-14 15:07:45 -07:00
BoneMap.xml
BoxContainer.xml
BoxMesh.xml
BoxOccluder3D.xml
BoxShape3D.xml
Button.xml
ButtonGroup.xml
CPUParticles2D.xml
CPUParticles3D.xml
Callable.xml Callable: add callv method 2022-09-21 08:25:48 +02:00
CallbackTweener.xml
Camera2D.xml Reverse Camera2D.`rotating` to `ignore_rotation` 2022-09-21 01:52:12 +02:00
Camera3D.xml
CameraAttributes.xml
CameraAttributesPhysical.xml
CameraAttributesPractical.xml
CameraFeed.xml
CameraServer.xml
CameraTexture.xml
CanvasGroup.xml
CanvasItem.xml Fix theme methods usage in docs 2022-09-15 12:03:02 +02:00
CanvasItemMaterial.xml
CanvasLayer.xml Improve the description of follow_viewport_enabled 2022-09-05 18:34:52 +02:00
CanvasModulate.xml
CanvasTexture.xml
CapsuleMesh.xml
CapsuleShape2D.xml
CapsuleShape3D.xml
CenterContainer.xml
CharFXTransform.xml
CharacterBody2D.xml
CharacterBody3D.xml
CheckBox.xml Improve naming of theme properties throughout GUI code 2022-09-06 22:53:17 +03:00
CheckButton.xml Improve naming of theme properties throughout GUI code 2022-09-06 22:53:17 +03:00
CircleShape2D.xml
ClassDB.xml
CodeEdit.xml
CodeHighlighter.xml
CollisionObject2D.xml
CollisionObject3D.xml
CollisionPolygon2D.xml
CollisionPolygon3D.xml
CollisionShape2D.xml
CollisionShape3D.xml
Color.xml
ColorPicker.xml
ColorPickerButton.xml
ColorRect.xml
CompressedCubemap.xml
CompressedCubemapArray.xml
CompressedTexture2D.xml
CompressedTexture2DArray.xml
CompressedTexture3D.xml
CompressedTextureLayered.xml
ConcavePolygonShape2D.xml
ConcavePolygonShape3D.xml
ConeTwistJoint3D.xml
ConfigFile.xml
ConfirmationDialog.xml
Container.xml
Control.xml Fix typos with codespell 2022-09-30 14:23:36 +02:00
ConvexPolygonShape2D.xml
ConvexPolygonShape3D.xml
Crypto.xml [Net] Rename StreamPeerSSL to StreamPeerTLS. 2022-09-07 07:38:50 +02:00
CryptoKey.xml [Net] Rename StreamPeerSSL to StreamPeerTLS. 2022-09-07 07:38:50 +02:00
Cubemap.xml Add class descriptions for Texture2DArray, CubemapArray and ImageTextureLayered, plus overhaul TextureLayered 2022-09-08 10:19:54 +02:00
CubemapArray.xml Fix typos with codespell 2022-09-30 14:23:36 +02:00
Curve.xml
Curve2D.xml
Curve3D.xml
CurveTexture.xml
CurveXYZTexture.xml
CylinderMesh.xml
CylinderShape3D.xml
DTLSServer.xml
DampedSpringJoint2D.xml
Decal.xml
Dictionary.xml Fix typos in Dictionary.xml 2022-09-06 13:38:40 +03:00
DirAccess.xml Unix: Remove now unnecessary I/O defines, cleanup 2022-10-03 12:33:41 +02:00
DirectionalLight2D.xml
DirectionalLight3D.xml
DisplayServer.xml [macOS extend-to-title] Add scene/project name to the editor title, fix incorrect window button position/order when system primary language is RTL. 2022-09-22 23:09:56 +03:00
EditorCommandPalette.xml
EditorDebuggerPlugin.xml
EditorExportPlatform.xml
EditorExportPlugin.xml
EditorFeatureProfile.xml
EditorFileDialog.xml
EditorFileSystem.xml
EditorFileSystemDirectory.xml
EditorFileSystemImportFormatSupportQuery.xml
EditorImportPlugin.xml Merge pull request #66232 from Evanaellio/fix-tool-annotation 2022-09-22 06:08:07 +02:00
EditorInspector.xml Expose `EditorInspector.get_selected_path` 2022-09-19 15:20:34 +01:00
EditorInspectorPlugin.xml
EditorInterface.xml Rename EditorInterface.get_editor_main_control to get_editor_main_screen 2022-09-07 03:01:58 +03:00
EditorNode3DGizmo.xml
EditorNode3DGizmoPlugin.xml
EditorPaths.xml
EditorPlugin.xml Fix theme methods usage in docs 2022-09-15 12:03:02 +02:00
EditorProperty.xml Expose `EditorProperty._set_read_only` virtual method 2022-09-19 11:56:49 +01:00
EditorResourceConversionPlugin.xml
EditorResourcePicker.xml
EditorResourcePreview.xml
EditorResourcePreviewGenerator.xml
EditorSceneFormatImporter.xml
EditorScenePostImport.xml Fix code examples for @tool annotation 2022-09-21 22:52:55 +02:00
EditorScenePostImportPlugin.xml
EditorScript.xml Fix code examples for @tool annotation 2022-09-21 22:52:55 +02:00
EditorScriptPicker.xml
EditorSelection.xml
EditorSettings.xml Fix typos with codespell 2022-09-30 14:23:36 +02:00
EditorSpinSlider.xml
EditorSyntaxHighlighter.xml
EditorTranslationParserPlugin.xml Fix code examples for @tool annotation 2022-09-21 22:52:55 +02:00
EditorUndoRedoManager.xml
EditorVCSInterface.xml
EncodedObjectAsID.xml
Engine.xml Add new C# code blocks to class ref pages 2022-09-19 19:38:29 +02:00
EngineDebugger.xml
EngineProfiler.xml
Environment.xml Merge pull request #65915 from clayjohn/VULKAN-mobile-fog 2022-09-19 09:23:24 +02:00
Expression.xml
FileAccess.xml Replacing File calls from the FileAccess class docs 2022-10-03 13:04:40 +02:00
FileDialog.xml Improve naming of theme properties throughout GUI code 2022-09-06 22:53:17 +03:00
FileSystemDock.xml
FlowContainer.xml
FogMaterial.xml Improve volumetric fog and FogVolume documentation 2022-09-15 02:19:22 +02:00
FogVolume.xml Improve volumetric fog and FogVolume documentation 2022-09-15 02:19:22 +02:00
Font.xml Add new C# code blocks to class ref pages 2022-09-19 19:38:29 +02:00
FontFile.xml
FontVariation.xml
GPUParticles2D.xml
GPUParticles3D.xml
GPUParticlesAttractor3D.xml
GPUParticlesAttractorBox3D.xml
GPUParticlesAttractorSphere3D.xml
GPUParticlesAttractorVectorField3D.xml
GPUParticlesCollision3D.xml
GPUParticlesCollisionBox3D.xml
GPUParticlesCollisionHeightField3D.xml
GPUParticlesCollisionSDF3D.xml
GPUParticlesCollisionSphere3D.xml
Generic6DOFJoint3D.xml
Geometry2D.xml Add method bind for `Geometry2D.decompose_polygon_in_convex` 2022-09-21 09:40:03 +04:00
Geometry3D.xml
GeometryInstance3D.xml
Gradient.xml
GradientTexture1D.xml
GradientTexture2D.xml
GraphEdit.xml Improve parameter naming and documentation in GraphEdit and GraphNode 2022-09-09 17:50:44 +03:00
GraphNode.xml Improve parameter naming and documentation in GraphEdit and GraphNode 2022-09-09 17:50:44 +03:00
GridContainer.xml
GrooveJoint2D.xml
HBoxContainer.xml
HFlowContainer.xml
HMACContext.xml Fix invalid C# in crypto docs 2022-09-15 11:39:03 +02:00
HScrollBar.xml
HSeparator.xml
HSlider.xml
HSplitContainer.xml Allow SplitContainer to have a grab area larger than its visual grabber 2022-09-07 12:33:02 +02:00
HTTPClient.xml [Net] Rename "ssl" references to "tls" in methods and members. 2022-09-08 03:24:23 +02:00
HTTPRequest.xml [Net] Rename "ssl" references to "tls" in methods and members. 2022-09-08 03:24:23 +02:00
HashingContext.xml
HeightMapShape3D.xml
HingeJoint3D.xml
IP.xml
Image.xml
ImageFormatLoader.xml [Core] Make ImageFormatLoader extensible. 2022-09-20 02:01:57 +02:00
ImageFormatLoaderExtension.xml Fix typos with codespell 2022-09-30 14:23:36 +02:00
ImageTexture.xml
ImageTexture3D.xml
ImageTextureLayered.xml Add class descriptions for Texture2DArray, CubemapArray and ImageTextureLayered, plus overhaul TextureLayered 2022-09-08 10:19:54 +02:00
ImmediateMesh.xml
ImporterMesh.xml Fix LOD-generation on skinned meshes. 2022-09-14 02:46:10 +01:00
ImporterMeshInstance3D.xml
Input.xml
InputEvent.xml
InputEventAction.xml
InputEventFromWindow.xml
InputEventGesture.xml
InputEventJoypadButton.xml
InputEventJoypadMotion.xml
InputEventKey.xml
InputEventMIDI.xml
InputEventMagnifyGesture.xml
InputEventMouse.xml
InputEventMouseButton.xml
InputEventMouseMotion.xml
InputEventPanGesture.xml
InputEventScreenDrag.xml
InputEventScreenTouch.xml
InputEventShortcut.xml
InputEventWithModifiers.xml Fix typos with codespell 2022-09-30 14:23:36 +02:00
InputMap.xml
InstancePlaceholder.xml
IntervalTweener.xml
ItemList.xml Make `Vector2i` values paired with `EDSCALE` be just `Vector2` 2022-09-08 14:46:32 -03:00
JNISingleton.xml
JSON.xml Add note about JSON.parse not being spec compliant 2022-09-20 18:14:08 +02:00
JSONRPC.xml
JavaClass.xml
JavaClassWrapper.xml
JavaScriptBridge.xml
JavaScriptObject.xml
Joint2D.xml
Joint3D.xml
KinematicCollision2D.xml
KinematicCollision3D.xml
Label.xml
Label3D.xml
LabelSettings.xml
Light2D.xml
Light3D.xml
LightOccluder2D.xml
LightmapGI.xml Tweak LightmapGI defaults to be closer to the CPU lightmapper 2022-09-16 16:27:00 +02:00
LightmapGIData.xml
LightmapProbe.xml
Lightmapper.xml
LightmapperRD.xml
Line2D.xml
LineEdit.xml Rename every instance of `caret_blink_speed` to `caret_blink_interval` 2022-09-06 18:37:17 +02:00
LinkButton.xml
MainLoop.xml
MarginContainer.xml
Marker2D.xml
Marker3D.xml
Marshalls.xml
Material.xml
MenuBar.xml
MenuButton.xml Improve MenuButton and OptionButton 2022-10-03 20:07:39 +10:00
Mesh.xml
MeshDataTool.xml
MeshInstance2D.xml
MeshInstance3D.xml
MeshLibrary.xml
MeshTexture.xml
MethodTweener.xml
MissingNode.xml
MissingResource.xml
MovieWriter.xml
MultiMesh.xml Document MultiMesh members and improve/extend existing descriptions 2022-09-08 14:28:38 +02:00
MultiMeshInstance2D.xml
MultiMeshInstance3D.xml
MultiplayerAPI.xml
MultiplayerAPIExtension.xml Fix typos with codespell 2022-09-30 14:23:36 +02:00
MultiplayerPeer.xml
MultiplayerPeerExtension.xml
Mutex.xml
NativeExtension.xml
NativeExtensionManager.xml
NavigationAgent2D.xml
NavigationAgent3D.xml
NavigationLink2D.xml
NavigationLink3D.xml
NavigationMesh.xml
NavigationMeshGenerator.xml
NavigationObstacle2D.xml
NavigationObstacle3D.xml
NavigationPathQueryParameters2D.xml Fix typos with codespell 2022-09-30 14:23:36 +02:00
NavigationPathQueryParameters3D.xml Fix typos with codespell 2022-09-30 14:23:36 +02:00
NavigationPathQueryResult2D.xml Update NavigationAgent to use query_path 2022-09-28 23:01:12 -06:00
NavigationPathQueryResult3D.xml Update NavigationAgent to use query_path 2022-09-28 23:01:12 -06:00
NavigationPolygon.xml
NavigationRegion2D.xml Improve consistancy of NavigationRegion setters 2022-09-21 22:42:52 -07:00
NavigationRegion3D.xml Improve consistancy of NavigationRegion setters 2022-09-21 22:42:52 -07:00
NavigationServer2D.xml Add NavigationPathQuery 2022-09-20 22:20:11 +02:00
NavigationServer3D.xml Add NavigationPathQuery 2022-09-20 22:20:11 +02:00
NinePatchRect.xml
Node.xml Add new C# code blocks to class ref pages 2022-09-19 19:38:29 +02:00
Node2D.xml
Node3D.xml Fail look_at() if not inside tree 2022-09-29 13:34:28 +02:00
Node3DGizmo.xml
NodePath.xml
ORMMaterial3D.xml
OS.xml Merge pull request #66803 from akien-mga/core-remove-NO_THREADS 2022-10-03 14:51:02 +02:00
Object.xml Rename CONNECT_ONESHOT TO CONNECT_ONE_SHOT 2022-09-06 19:00:33 +02:00
Occluder3D.xml
OccluderInstance3D.xml
OccluderPolygon2D.xml
OmniLight3D.xml
OptimizedTranslation.xml
OptionButton.xml Improve MenuButton and OptionButton 2022-10-03 20:07:39 +10:00
PCKPacker.xml
PackedByteArray.xml Replace File/Directory with FileAccess/DirAccess 2022-09-19 11:03:31 +02:00
PackedColorArray.xml
PackedDataContainer.xml
PackedDataContainerRef.xml
PackedFloat32Array.xml
PackedFloat64Array.xml
PackedInt32Array.xml
PackedInt64Array.xml
PackedScene.xml Swap arguments of ResourceSaver.save() 2022-09-21 22:26:48 +02:00
PackedStringArray.xml
PackedVector2Array.xml
PackedVector3Array.xml
PacketPeer.xml
PacketPeerDTLS.xml [Net] Rename "ssl" references to "tls" in methods and members. 2022-09-08 03:24:23 +02:00
PacketPeerExtension.xml
PacketPeerStream.xml
PacketPeerUDP.xml [Net] Rename "ssl" references to "tls" in methods and members. 2022-09-08 03:24:23 +02:00
Panel.xml Fix theming code in Panel, SplitContainer, RichTextLabel 2022-09-06 22:53:19 +03:00
PanelContainer.xml
PanoramaSkyMaterial.xml Add class descriptions for Texture2DArray, CubemapArray and ImageTextureLayered, plus overhaul TextureLayered 2022-09-08 10:19:54 +02:00
ParallaxBackground.xml
ParallaxLayer.xml
ParticleProcessMaterial.xml
Path2D.xml
Path3D.xml
PathFollow2D.xml
PathFollow3D.xml
Performance.xml
PhysicalBone2D.xml
PhysicalBone3D.xml
PhysicalSkyMaterial.xml
PhysicsBody2D.xml Add recovery_as_collision in move_and_collide/test_move 2022-09-17 11:40:03 +02:00
PhysicsBody3D.xml Add recovery_as_collision in move_and_collide/test_move 2022-09-17 11:40:03 +02:00
PhysicsDirectBodyState2D.xml
PhysicsDirectBodyState2DExtension.xml Create GDExtension classes for PhysicsServer2D 2022-09-04 12:04:08 +02:00
PhysicsDirectBodyState3D.xml
PhysicsDirectBodyState3DExtension.xml
PhysicsDirectSpaceState2D.xml
PhysicsDirectSpaceState2DExtension.xml Create GDExtension classes for PhysicsServer2D 2022-09-04 12:04:08 +02:00
PhysicsDirectSpaceState3D.xml
PhysicsDirectSpaceState3DExtension.xml
PhysicsMaterial.xml
PhysicsPointQueryParameters2D.xml
PhysicsPointQueryParameters3D.xml
PhysicsRayQueryParameters2D.xml
PhysicsRayQueryParameters3D.xml
PhysicsServer2D.xml Add `area_get_collision_layer` and `area_get_collision_mask` 2022-09-25 14:34:35 +04:00
PhysicsServer2DExtension.xml Add `area_get_collision_layer` and `area_get_collision_mask` 2022-09-25 14:34:35 +04:00
PhysicsServer2DManager.xml Expose registration of physics servers to GDExtension 2022-09-07 15:05:46 +02:00
PhysicsServer3D.xml Add `area_get_collision_layer` and `area_get_collision_mask` 2022-09-25 14:34:35 +04:00
PhysicsServer3DExtension.xml Add `area_get_collision_layer` and `area_get_collision_mask` 2022-09-25 14:34:35 +04:00
PhysicsServer3DManager.xml Expose registration of physics servers to GDExtension 2022-09-07 15:05:46 +02:00
PhysicsServer3DRenderingServerHandler.xml
PhysicsShapeQueryParameters2D.xml
PhysicsShapeQueryParameters3D.xml
PhysicsTestMotionParameters2D.xml Add recovery_as_collision in move_and_collide/test_move 2022-09-17 11:40:03 +02:00
PhysicsTestMotionParameters3D.xml Add recovery_as_collision in move_and_collide/test_move 2022-09-17 11:40:03 +02:00
PhysicsTestMotionResult2D.xml
PhysicsTestMotionResult3D.xml
PinJoint2D.xml
PinJoint3D.xml
PlaceholderCubemap.xml
PlaceholderCubemapArray.xml
PlaceholderMaterial.xml
PlaceholderMesh.xml
PlaceholderTexture2D.xml
PlaceholderTexture2DArray.xml
PlaceholderTexture3D.xml
PlaceholderTextureLayered.xml
Plane.xml
PlaneMesh.xml Add QuadMesh back as a subclass of PlaneMesh. 2022-09-19 08:53:10 -07:00
PointLight2D.xml
PointMesh.xml
Polygon2D.xml
PolygonOccluder3D.xml
PolygonPathFinder.xml
Popup.xml
PopupMenu.xml Rename `PopupMenu`'s `set/get_current_index()` to `set/get_focused_item()` 2022-09-06 10:51:14 -03:00
PopupPanel.xml
PortableCompressedTexture2D.xml
PrimitiveMesh.xml
PrismMesh.xml
ProceduralSkyMaterial.xml
ProgressBar.xml Rename ProgressBar.`percent_visible` to `show_percentage` 2022-09-07 11:58:30 +02:00
ProjectSettings.xml Use mobile as the default rendering method on mobile when vulkan is supported 2022-09-30 09:57:00 +02:00
Projection.xml
PropertyTweener.xml
QuadMesh.xml Set QuadMesh default size back to 1 2022-09-23 11:00:43 -07:00
QuadOccluder3D.xml
Quaternion.xml [doc] Fix Quaternion "angle_to" docs 2022-09-21 02:53:05 -04:00
RDAttachmentFormat.xml
RDFramebufferPass.xml
RDPipelineColorBlendState.xml
RDPipelineColorBlendStateAttachment.xml
RDPipelineDepthStencilState.xml
RDPipelineMultisampleState.xml
RDPipelineRasterizationState.xml
RDPipelineSpecializationConstant.xml
RDSamplerState.xml
RDShaderFile.xml
RDShaderSPIRV.xml
RDShaderSource.xml
RDTextureFormat.xml
RDTextureView.xml
RDUniform.xml
RDVertexAttribute.xml
RID.xml
RandomNumberGenerator.xml
Range.xml
RayCast2D.xml
RayCast3D.xml
Rect2.xml Replace Rect2(i) has_no_area with has_area 2022-09-04 23:03:36 -05:00
Rect2i.xml Replace Rect2(i) has_no_area with has_area 2022-09-04 23:03:36 -05:00
RectangleShape2D.xml
RefCounted.xml Rename and expose `RefCounted::get_reference_count()` 2022-09-21 21:18:54 +01:00
ReferenceRect.xml
ReflectionProbe.xml
RemoteTransform2D.xml
RemoteTransform3D.xml
RenderingDevice.xml
RenderingServer.xml
Resource.xml
ResourceFormatLoader.xml
ResourceFormatSaver.xml
ResourceImporter.xml
ResourceLoader.xml
ResourcePreloader.xml
ResourceSaver.xml Replace File/Directory with FileAccess/DirAccess 2022-09-19 11:03:31 +02:00
ResourceUID.xml
RibbonTrailMesh.xml
RichTextEffect.xml
RichTextLabel.xml
RigidBody2D.xml
RigidBody3D.xml
RootMotionView.xml
SceneState.xml
SceneTree.xml Rename change_scene() and change_scene_to() 2022-09-07 17:06:33 -04:00
SceneTreeTimer.xml
Script.xml
ScriptCreateDialog.xml
ScriptEditor.xml
ScriptEditorBase.xml Show method override icon in script editor gutter 2022-09-21 01:49:54 +02:00
ScriptExtension.xml
ScriptLanguage.xml
ScriptLanguageExtension.xml
ScrollBar.xml
ScrollContainer.xml Improve naming of theme properties throughout GUI code 2022-09-06 22:53:17 +03:00
SegmentShape2D.xml
Semaphore.xml
SeparationRayShape2D.xml
SeparationRayShape3D.xml
Separator.xml
Shader.xml
ShaderGlobalsOverride.xml
ShaderInclude.xml
ShaderMaterial.xml
Shape2D.xml
Shape3D.xml
ShapeCast2D.xml
ShapeCast3D.xml
Shortcut.xml
Signal.xml
Skeleton2D.xml
Skeleton3D.xml 2D and 3D Skeleton modification docs, and small fixes. 2022-09-14 15:07:45 -07:00
SkeletonIK3D.xml 2D and 3D Skeleton modification docs, and small fixes. 2022-09-14 15:07:45 -07:00
SkeletonModification2D.xml 2D and 3D Skeleton modification docs, and small fixes. 2022-09-14 15:07:45 -07:00
SkeletonModification2DCCDIK.xml 2D and 3D Skeleton modification docs, and small fixes. 2022-09-14 15:07:45 -07:00
SkeletonModification2DFABRIK.xml 2D and 3D Skeleton modification docs, and small fixes. 2022-09-14 15:07:45 -07:00
SkeletonModification2DJiggle.xml 2D and 3D Skeleton modification docs, and small fixes. 2022-09-14 15:07:45 -07:00
SkeletonModification2DLookAt.xml 2D and 3D Skeleton modification docs, and small fixes. 2022-09-14 15:07:45 -07:00
SkeletonModification2DPhysicalBones.xml 2D and 3D Skeleton modification docs, and small fixes. 2022-09-14 15:07:45 -07:00
SkeletonModification2DStackHolder.xml 2D and 3D Skeleton modification docs, and small fixes. 2022-09-14 15:07:45 -07:00
SkeletonModification2DTwoBoneIK.xml 2D and 3D Skeleton modification docs, and small fixes. 2022-09-14 15:07:45 -07:00
SkeletonModification3D.xml 2D and 3D Skeleton modification docs, and small fixes. 2022-09-14 15:07:45 -07:00
SkeletonModification3DCCDIK.xml 2D and 3D Skeleton modification docs, and small fixes. 2022-09-14 15:07:45 -07:00
SkeletonModification3DFABRIK.xml 2D and 3D Skeleton modification docs, and small fixes. 2022-09-14 15:07:45 -07:00
SkeletonModification3DJiggle.xml 2D and 3D Skeleton modification docs, and small fixes. 2022-09-14 15:07:45 -07:00
SkeletonModification3DLookAt.xml 2D and 3D Skeleton modification docs, and small fixes. 2022-09-14 15:07:45 -07:00
SkeletonModification3DStackHolder.xml 2D and 3D Skeleton modification docs, and small fixes. 2022-09-14 15:07:45 -07:00
SkeletonModification3DTwoBoneIK.xml 2D and 3D Skeleton modification docs, and small fixes. 2022-09-14 15:07:45 -07:00
SkeletonModificationStack2D.xml 2D and 3D Skeleton modification docs, and small fixes. 2022-09-14 15:07:45 -07:00
SkeletonModificationStack3D.xml 2D and 3D Skeleton modification docs, and small fixes. 2022-09-14 15:07:45 -07:00
SkeletonProfile.xml
SkeletonProfileHumanoid.xml
Skin.xml
SkinReference.xml
Sky.xml
Slider.xml
SliderJoint3D.xml
SoftBody3D.xml
SphereMesh.xml
SphereOccluder3D.xml
SphereShape3D.xml
SpinBox.xml
SplitContainer.xml Allow SplitContainer to have a grab area larger than its visual grabber 2022-09-07 12:33:02 +02:00
SpotLight3D.xml
SpringArm3D.xml
Sprite2D.xml
Sprite3D.xml
SpriteBase3D.xml
SpriteFrames.xml
StandardMaterial3D.xml
StaticBody2D.xml
StaticBody3D.xml
StreamPeer.xml
StreamPeerBuffer.xml Replace File/Directory with FileAccess/DirAccess 2022-09-19 11:03:31 +02:00
StreamPeerExtension.xml
StreamPeerGZIP.xml [IO] Add StreamPeerGZIP for streaming compression/decompression. 2022-09-20 18:39:10 +02:00
StreamPeerTCP.xml
StreamPeerTLS.xml [Net] Rename "ssl" references to "tls" in methods and members. 2022-09-08 03:24:23 +02:00
String.xml
StringName.xml
StyleBox.xml Unbind StyleBox*.set_*_individual() methods 2022-09-07 16:37:36 +03:00
StyleBoxEmpty.xml
StyleBoxFlat.xml Unbind StyleBox*.set_*_individual() methods 2022-09-07 16:37:36 +03:00
StyleBoxLine.xml
StyleBoxTexture.xml Unbind StyleBox*.set_*_individual() methods 2022-09-07 16:37:36 +03:00
SubViewport.xml
SubViewportContainer.xml
SurfaceTool.xml
SyntaxHighlighter.xml
SystemFont.xml
TCPServer.xml
TabBar.xml
TabContainer.xml
TextEdit.xml Rename every instance of `caret_blink_speed` to `caret_blink_interval` 2022-09-06 18:37:17 +02:00
TextLine.xml
TextMesh.xml
TextParagraph.xml
TextServer.xml [GDExtension] Use function names with underscore for TextServer extension, add macros to generate wrappers for module functions. 2022-09-28 10:04:11 +03:00
TextServerDummy.xml
TextServerExtension.xml [GDExtension] Use function names with underscore for TextServer extension, add macros to generate wrappers for module functions. 2022-09-28 10:04:11 +03:00
TextServerManager.xml
Texture.xml
Texture2D.xml
Texture2DArray.xml Add class descriptions for Texture2DArray, CubemapArray and ImageTextureLayered, plus overhaul TextureLayered 2022-09-08 10:19:54 +02:00
Texture3D.xml
TextureButton.xml
TextureLayered.xml Add class descriptions for Texture2DArray, CubemapArray and ImageTextureLayered, plus overhaul TextureLayered 2022-09-08 10:19:54 +02:00
TextureProgressBar.xml
TextureRect.xml
Theme.xml
ThemeDB.xml
Thread.xml
TileData.xml
TileMap.xml refactor(TileMap): Return Rect2i in get_used_rect 2022-09-28 17:04:15 +02:00
TileMapPattern.xml
TileSet.xml
TileSetAtlasSource.xml
TileSetScenesCollectionSource.xml
TileSetSource.xml
Time.xml Fixes #65377: get_datetime_* functions can return wrong values 2022-09-10 07:58:38 +08:00
Timer.xml
TorusMesh.xml
TouchScreenButton.xml
Transform2D.xml
Transform3D.xml
Translation.xml
TranslationServer.xml
Tree.xml Tree recursive folding 2022-09-21 13:28:29 +02:00
TreeItem.xml Tree recursive folding 2022-09-21 13:28:29 +02:00
TriangleMesh.xml
TubeTrailMesh.xml
Tween.xml Add new C# code blocks to class ref pages 2022-09-19 19:38:29 +02:00
Tweener.xml
UDPServer.xml
UndoRedo.xml Change UndoRedo to use Callables 2022-09-18 23:52:50 +02:00
VBoxContainer.xml
VFlowContainer.xml
VScrollBar.xml
VSeparator.xml
VSlider.xml
VSplitContainer.xml Allow SplitContainer to have a grab area larger than its visual grabber 2022-09-07 12:33:02 +02:00
Variant.xml
Vector2.xml
Vector2i.xml
Vector3.xml
Vector3i.xml
Vector4.xml Document Vector4i 2022-09-03 17:06:36 +02:00
Vector4i.xml Document Vector4i 2022-09-03 17:06:36 +02:00
VehicleBody3D.xml
VehicleWheel3D.xml
VideoStream.xml
VideoStreamPlayer.xml
Viewport.xml
ViewportTexture.xml
VisibleOnScreenEnabler2D.xml
VisibleOnScreenEnabler3D.xml
VisibleOnScreenNotifier2D.xml
VisibleOnScreenNotifier3D.xml
VisualInstance3D.xml
VisualShader.xml
VisualShaderNode.xml
VisualShaderNodeBillboard.xml
VisualShaderNodeBooleanConstant.xml
VisualShaderNodeBooleanParameter.xml
VisualShaderNodeClamp.xml
VisualShaderNodeColorConstant.xml
VisualShaderNodeColorFunc.xml
VisualShaderNodeColorOp.xml
VisualShaderNodeColorParameter.xml
VisualShaderNodeComment.xml
VisualShaderNodeCompare.xml
VisualShaderNodeConstant.xml
VisualShaderNodeCubemap.xml
VisualShaderNodeCubemapParameter.xml
VisualShaderNodeCurveTexture.xml
VisualShaderNodeCurveXYZTexture.xml
VisualShaderNodeCustom.xml
VisualShaderNodeDerivativeFunc.xml
VisualShaderNodeDeterminant.xml
VisualShaderNodeDistanceFade.xml
VisualShaderNodeDotProduct.xml
VisualShaderNodeExpression.xml
VisualShaderNodeFaceForward.xml
VisualShaderNodeFloatConstant.xml
VisualShaderNodeFloatFunc.xml
VisualShaderNodeFloatOp.xml
VisualShaderNodeFloatParameter.xml
VisualShaderNodeFresnel.xml
VisualShaderNodeGlobalExpression.xml
VisualShaderNodeGroupBase.xml
VisualShaderNodeIf.xml
VisualShaderNodeInput.xml
VisualShaderNodeIntConstant.xml
VisualShaderNodeIntFunc.xml
VisualShaderNodeIntOp.xml
VisualShaderNodeIntParameter.xml
VisualShaderNodeIs.xml
VisualShaderNodeLinearSceneDepth.xml
VisualShaderNodeMix.xml
VisualShaderNodeMultiplyAdd.xml
VisualShaderNodeOuterProduct.xml
VisualShaderNodeOutput.xml
VisualShaderNodeParameter.xml
VisualShaderNodeParameterRef.xml
VisualShaderNodeParticleAccelerator.xml
VisualShaderNodeParticleBoxEmitter.xml
VisualShaderNodeParticleConeVelocity.xml
VisualShaderNodeParticleEmit.xml
VisualShaderNodeParticleEmitter.xml
VisualShaderNodeParticleMeshEmitter.xml
VisualShaderNodeParticleMultiplyByAxisAngle.xml
VisualShaderNodeParticleOutput.xml
VisualShaderNodeParticleRandomness.xml
VisualShaderNodeParticleRingEmitter.xml
VisualShaderNodeParticleSphereEmitter.xml
VisualShaderNodeProximityFade.xml
VisualShaderNodeRandomRange.xml
VisualShaderNodeRemap.xml
VisualShaderNodeResizableBase.xml
VisualShaderNodeSDFRaymarch.xml
VisualShaderNodeSDFToScreenUV.xml
VisualShaderNodeSample3D.xml
VisualShaderNodeScreenUVToSDF.xml
VisualShaderNodeSmoothStep.xml
VisualShaderNodeStep.xml
VisualShaderNodeSwitch.xml
VisualShaderNodeTexture.xml
VisualShaderNodeTexture2DArray.xml
VisualShaderNodeTexture2DArrayParameter.xml
VisualShaderNodeTexture2DParameter.xml
VisualShaderNodeTexture3D.xml
VisualShaderNodeTexture3DParameter.xml
VisualShaderNodeTextureParameter.xml
VisualShaderNodeTextureParameterTriplanar.xml
VisualShaderNodeTextureSDF.xml
VisualShaderNodeTextureSDFNormal.xml
VisualShaderNodeTransformCompose.xml
VisualShaderNodeTransformConstant.xml
VisualShaderNodeTransformDecompose.xml
VisualShaderNodeTransformFunc.xml
VisualShaderNodeTransformOp.xml
VisualShaderNodeTransformParameter.xml
VisualShaderNodeTransformVecMult.xml
VisualShaderNodeUVFunc.xml
VisualShaderNodeUVPolarCoord.xml
VisualShaderNodeVarying.xml
VisualShaderNodeVaryingGetter.xml
VisualShaderNodeVaryingSetter.xml
VisualShaderNodeVec2Constant.xml
VisualShaderNodeVec2Parameter.xml
VisualShaderNodeVec3Constant.xml
VisualShaderNodeVec3Parameter.xml
VisualShaderNodeVec4Constant.xml
VisualShaderNodeVec4Parameter.xml
VisualShaderNodeVectorBase.xml
VisualShaderNodeVectorCompose.xml
VisualShaderNodeVectorDecompose.xml
VisualShaderNodeVectorDistance.xml
VisualShaderNodeVectorFunc.xml
VisualShaderNodeVectorLen.xml
VisualShaderNodeVectorOp.xml
VisualShaderNodeVectorRefract.xml
VoxelGI.xml
VoxelGIData.xml
WeakRef.xml
Window.xml [macOS extend-to-title] Add scene/project name to the editor title, fix incorrect window button position/order when system primary language is RTL. 2022-09-22 23:09:56 +03:00
WorkerThreadPool.xml
World2D.xml
World3D.xml
WorldBoundaryShape2D.xml
WorldBoundaryShape3D.xml
WorldEnvironment.xml
X509Certificate.xml [Net] Rename "ssl" references to "tls" in methods and members. 2022-09-08 03:24:23 +02:00
XMLParser.xml
XRAnchor3D.xml
XRCamera3D.xml
XRController3D.xml
XRInterface.xml Add Passthrough extension wrapper 2022-09-27 12:26:53 +02:00
XRInterfaceExtension.xml
XRNode3D.xml
XROrigin3D.xml
XRPose.xml
XRPositionalTracker.xml
XRServer.xml
bool.xml
float.xml
int.xml