godot/doc/classes
Rémi Verschelde 0218b1cf6b
Merge pull request #71982 from Sauermann/fix-heightmap-docu
Fix documentation about depth and width of Height map
2023-01-25 09:17:54 +01:00
..
@GlobalScope.xml Cleanup and unify keyboard input. 2023-01-23 15:08:12 +02:00
AABB.xml
AcceptDialog.xml Convert en_GB spelling to en_US with codespell 2023-01-23 11:02:20 +01:00
AESContext.xml
AnimatableBody2D.xml
AnimatableBody3D.xml
AnimatedSprite2D.xml
AnimatedSprite3D.xml
AnimatedTexture.xml
Animation.xml
AnimationLibrary.xml
AnimationNode.xml Allow AnimationNodes to restart when transitioning to the same state 2023-01-19 03:10:59 +09:00
AnimationNodeAdd2.xml
AnimationNodeAdd3.xml
AnimationNodeAnimation.xml
AnimationNodeBlend2.xml
AnimationNodeBlend3.xml
AnimationNodeBlendSpace1D.xml
AnimationNodeBlendSpace2D.xml
AnimationNodeBlendTree.xml
AnimationNodeOneShot.xml Allow AnimationNodes to restart when transitioning to the same state 2023-01-19 03:10:59 +09:00
AnimationNodeOutput.xml
AnimationNodeStateMachine.xml
AnimationNodeStateMachinePlayback.xml Expose fading_from_node from StateMachine 2023-01-22 15:50:53 +09:00
AnimationNodeStateMachineTransition.xml Add next/reset function to AnimationStateMachine 2023-01-19 03:10:45 +09:00
AnimationNodeSync.xml
AnimationNodeTimeScale.xml
AnimationNodeTimeSeek.xml
AnimationNodeTransition.xml Add missing property and method descriptions to AnimationNodeTransition class 2023-01-24 16:07:39 +02:00
AnimationPlayer.xml Add p_keep_state to AnimationPlayer::stop() 2023-01-19 01:05:46 +09:00
AnimationRootNode.xml
AnimationTrackEditPlugin.xml
AnimationTree.xml Convert en_GB spelling to en_US with codespell 2023-01-23 11:02:20 +01:00
Area2D.xml
Area3D.xml Merge pull request #67847 from rburing/warn_non-uniformists 2023-01-23 10:32:06 +01:00
Array.xml Add property usage to array indexer 2023-01-19 14:22:11 +01:00
ArrayMesh.xml Fix LOD sort order; checks in add_surface; and document all parameters of ArrayMesh::add_surface_from_arrays 2023-01-19 10:30:25 +01:00
ArrayOccluder3D.xml
AspectRatioContainer.xml
AStar2D.xml
AStar3D.xml
AStarGrid2D.xml
AtlasTexture.xml
AudioBusLayout.xml
AudioEffect.xml
AudioEffectAmplify.xml
AudioEffectBandLimitFilter.xml
AudioEffectBandPassFilter.xml
AudioEffectCapture.xml
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
AudioStream.xml
AudioStreamGenerator.xml
AudioStreamGeneratorPlayback.xml
AudioStreamMicrophone.xml
AudioStreamPlayback.xml
AudioStreamPlaybackPolyphonic.xml Convert en_GB spelling to en_US with codespell 2023-01-23 11:02:20 +01:00
AudioStreamPlaybackResampled.xml
AudioStreamPlayer.xml
AudioStreamPlayer2D.xml
AudioStreamPlayer3D.xml
AudioStreamPolyphonic.xml Add AudioStreamPolyphonic to make it easier to play polyphonic sound from code 2023-01-22 16:22:45 +01:00
AudioStreamRandomizer.xml
AudioStreamWAV.xml
BackBufferCopy.xml Remove SCREEN_TEXTURE, DEPTH_TEXTURE, and NORMAL_ROUGHNESS_TEXTURE 2023-01-18 19:52:47 -08:00
BaseButton.xml
BaseMaterial3D.xml
Basis.xml
BitMap.xml
Bone2D.xml
BoneAttachment3D.xml
BoneMap.xml
bool.xml
BoxContainer.xml
BoxMesh.xml
BoxOccluder3D.xml
BoxShape3D.xml
Button.xml
ButtonGroup.xml
Callable.xml Update C# signal documentation and remove bind array 2023-01-23 16:45:37 +01:00
CallbackTweener.xml
Camera2D.xml
Camera3D.xml
CameraAttributes.xml
CameraAttributesPhysical.xml
CameraAttributesPractical.xml
CameraFeed.xml
CameraServer.xml
CameraTexture.xml
CanvasGroup.xml Remove SCREEN_TEXTURE, DEPTH_TEXTURE, and NORMAL_ROUGHNESS_TEXTURE 2023-01-18 19:52:47 -08:00
CanvasItem.xml CanvasItem::draw_polyline Support thin polylines drawn using line strip 2023-01-19 21:08:25 +01:00
CanvasItemMaterial.xml
CanvasLayer.xml
CanvasModulate.xml
CanvasTexture.xml
CapsuleMesh.xml
CapsuleShape2D.xml
CapsuleShape3D.xml
CenterContainer.xml
CharacterBody2D.xml
CharacterBody3D.xml Merge pull request #67847 from rburing/warn_non-uniformists 2023-01-23 10:32:06 +01:00
CharFXTransform.xml
CheckBox.xml
CheckButton.xml
CircleShape2D.xml
ClassDB.xml
CodeEdit.xml
CodeHighlighter.xml
CollisionObject2D.xml
CollisionObject3D.xml Merge pull request #67847 from rburing/warn_non-uniformists 2023-01-23 10:32:06 +01:00
CollisionPolygon2D.xml
CollisionPolygon3D.xml
CollisionShape2D.xml
CollisionShape3D.xml
Color.xml Convert en_GB spelling to en_US with codespell 2023-01-23 11:02:20 +01:00
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 Convert en_GB spelling to en_US with codespell 2023-01-23 11:02:20 +01:00
Container.xml
Control.xml Implement BiDi override mode for GDScript source. 2023-01-18 19:22:20 +02:00
ConvexPolygonShape2D.xml
ConvexPolygonShape3D.xml
CPUParticles2D.xml
CPUParticles3D.xml
Crypto.xml
CryptoKey.xml
Cubemap.xml Add "dedicated server" export mode which can strip unneeded visual resources 2023-01-23 13:24:54 -06:00
CubemapArray.xml Add "dedicated server" export mode which can strip unneeded visual resources 2023-01-23 13:24:54 -06:00
Curve.xml
Curve2D.xml Add Curve2D/tessellate_even_length description class-reference 2023-01-23 22:29:15 +02:00
Curve3D.xml Convert en_GB spelling to en_US with codespell 2023-01-23 11:02:20 +01:00
CurveTexture.xml
CurveXYZTexture.xml
CylinderMesh.xml
CylinderShape3D.xml
DampedSpringJoint2D.xml
Decal.xml
Dictionary.xml
DirAccess.xml
DirectionalLight2D.xml
DirectionalLight3D.xml
DisplayServer.xml Document changing V-Sync at runtime in the class reference 2023-01-23 19:00:22 +01:00
DTLSServer.xml
EditorCommandPalette.xml Update C# signal documentation and remove bind array 2023-01-23 16:45:37 +01:00
EditorDebuggerPlugin.xml
EditorDebuggerSession.xml
EditorExportPlatform.xml
EditorExportPlugin.xml
EditorFeatureProfile.xml
EditorFileDialog.xml
EditorFileSystem.xml Clean up EditorFileSystem script parsing 2023-01-18 20:56:45 +01:00
EditorFileSystemDirectory.xml
EditorFileSystemImportFormatSupportQuery.xml
EditorImportPlugin.xml
EditorInspector.xml
EditorInspectorPlugin.xml
EditorInterface.xml
EditorNode3DGizmo.xml
EditorNode3DGizmoPlugin.xml
EditorPaths.xml
EditorPlugin.xml Rework EditorPlugin editing logic 2023-01-22 00:20:45 +01:00
EditorProperty.xml
EditorResourceConversionPlugin.xml
EditorResourcePicker.xml
EditorResourcePreview.xml
EditorResourcePreviewGenerator.xml
EditorSceneFormatImporter.xml
EditorScenePostImport.xml
EditorScenePostImportPlugin.xml
EditorScript.xml
EditorScriptPicker.xml
EditorSelection.xml
EditorSettings.xml Add "Open in External Program" option 2023-01-21 18:33:32 +01:00
EditorSpinSlider.xml
EditorSyntaxHighlighter.xml
EditorTranslationParserPlugin.xml
EditorUndoRedoManager.xml
EditorVCSInterface.xml
EncodedObjectAsID.xml
Engine.xml
EngineDebugger.xml
EngineProfiler.xml
Environment.xml
Expression.xml Update C# signal documentation and remove bind array 2023-01-23 16:45:37 +01:00
FileAccess.xml
FileDialog.xml
FileSystemDock.xml
float.xml
FlowContainer.xml
FogMaterial.xml
FogVolume.xml
Font.xml
FontFile.xml
FontVariation.xml
GDExtension.xml
GDExtensionManager.xml
Generic6DOFJoint3D.xml
Geometry2D.xml
Geometry3D.xml
GeometryInstance3D.xml
GPUParticles2D.xml Add documentation for GpuParticles2D collisions 2023-01-23 23:16:35 +02:00
GPUParticles3D.xml
GPUParticlesAttractor3D.xml
GPUParticlesAttractorBox3D.xml
GPUParticlesAttractorSphere3D.xml
GPUParticlesAttractorVectorField3D.xml
GPUParticlesCollision3D.xml
GPUParticlesCollisionBox3D.xml
GPUParticlesCollisionHeightField3D.xml
GPUParticlesCollisionSDF3D.xml
GPUParticlesCollisionSphere3D.xml
Gradient.xml
GradientTexture1D.xml
GradientTexture2D.xml
GraphEdit.xml
GraphNode.xml
GridContainer.xml
GrooveJoint2D.xml
HashingContext.xml
HBoxContainer.xml
HeightMapShape3D.xml Fix documentation about depth and width of Height map 2023-01-24 17:56:49 +01:00
HFlowContainer.xml
HingeJoint3D.xml
HMACContext.xml
HScrollBar.xml
HSeparator.xml
HSlider.xml
HSplitContainer.xml
HTTPClient.xml
HTTPRequest.xml Update C# signal documentation and remove bind array 2023-01-23 16:45:37 +01:00
Image.xml
ImageFormatLoader.xml
ImageFormatLoaderExtension.xml
ImageTexture.xml
ImageTexture3D.xml
ImageTextureLayered.xml
ImmediateMesh.xml
ImporterMesh.xml Fix LOD sort order; checks in add_surface; and document all parameters of ArrayMesh::add_surface_from_arrays 2023-01-19 10:30:25 +01:00
ImporterMeshInstance3D.xml
Input.xml Cleanup and unify keyboard input. 2023-01-23 15:08:12 +02:00
InputEvent.xml
InputEventAction.xml
InputEventFromWindow.xml
InputEventGesture.xml
InputEventJoypadButton.xml
InputEventJoypadMotion.xml
InputEventKey.xml Cleanup and unify keyboard input. 2023-01-23 15:08:12 +02:00
InputEventMagnifyGesture.xml
InputEventMIDI.xml
InputEventMouse.xml
InputEventMouseButton.xml
InputEventMouseMotion.xml
InputEventPanGesture.xml
InputEventScreenDrag.xml
InputEventScreenTouch.xml
InputEventShortcut.xml
InputEventWithModifiers.xml Cleanup and unify keyboard input. 2023-01-23 15:08:12 +02:00
InputMap.xml
InstancePlaceholder.xml
int.xml
IntervalTweener.xml
IP.xml
ItemList.xml
JavaClass.xml
JavaClassWrapper.xml
JavaScriptBridge.xml
JavaScriptObject.xml
JNISingleton.xml
Joint2D.xml
Joint3D.xml
JSON.xml
JSONRPC.xml
KinematicCollision2D.xml
KinematicCollision3D.xml
Label.xml
Label3D.xml
LabelSettings.xml
Light2D.xml
Light3D.xml Convert en_GB spelling to en_US with codespell 2023-01-23 11:02:20 +01:00
LightmapGI.xml
LightmapGIData.xml
Lightmapper.xml
LightmapperRD.xml
LightmapProbe.xml
LightOccluder2D.xml
Line2D.xml
LineEdit.xml
LinkButton.xml
MainLoop.xml
MarginContainer.xml
Marker2D.xml
Marker3D.xml
Marshalls.xml Convert en_GB spelling to en_US with codespell 2023-01-23 11:02:20 +01:00
Material.xml Add "dedicated server" export mode which can strip unneeded visual resources 2023-01-23 13:24:54 -06:00
MenuBar.xml
MenuButton.xml
Mesh.xml Merge pull request #70377 from dsnopek/server-export-mk2 2023-01-23 22:13:28 +01:00
MeshDataTool.xml
MeshInstance2D.xml
MeshInstance3D.xml
MeshLibrary.xml
MeshTexture.xml
MethodTweener.xml
MissingNode.xml
MissingResource.xml
MovieWriter.xml
MultiMesh.xml
MultiMeshInstance2D.xml
MultiMeshInstance3D.xml
MultiplayerAPI.xml
MultiplayerAPIExtension.xml
MultiplayerPeer.xml
MultiplayerPeerExtension.xml
Mutex.xml
NavigationAgent2D.xml
NavigationAgent3D.xml
NavigationLink2D.xml
NavigationLink3D.xml
NavigationMesh.xml
NavigationMeshGenerator.xml
NavigationObstacle2D.xml
NavigationObstacle3D.xml
NavigationPathQueryParameters2D.xml
NavigationPathQueryParameters3D.xml
NavigationPathQueryResult2D.xml
NavigationPathQueryResult3D.xml
NavigationPolygon.xml
NavigationRegion2D.xml
NavigationRegion3D.xml
NavigationServer2D.xml
NavigationServer3D.xml
NinePatchRect.xml
Node.xml
Node2D.xml
Node3D.xml
Node3DGizmo.xml
NodePath.xml
Object.xml Update C# signal documentation and remove bind array 2023-01-23 16:45:37 +01:00
Occluder3D.xml
OccluderInstance3D.xml
OccluderPolygon2D.xml
OfflineMultiplayerPeer.xml
OmniLight3D.xml
OptimizedTranslation.xml
OptionButton.xml
ORMMaterial3D.xml
OS.xml Convert en_GB spelling to en_US with codespell 2023-01-23 11:02:20 +01:00
PackedByteArray.xml
PackedColorArray.xml
PackedDataContainer.xml
PackedDataContainerRef.xml
PackedFloat32Array.xml
PackedFloat64Array.xml
PackedInt32Array.xml
PackedInt64Array.xml
PackedScene.xml
PackedStringArray.xml
PackedVector2Array.xml
PackedVector3Array.xml
PacketPeer.xml
PacketPeerDTLS.xml
PacketPeerExtension.xml
PacketPeerStream.xml
PacketPeerUDP.xml
Panel.xml
PanelContainer.xml
PanoramaSkyMaterial.xml
ParallaxBackground.xml
ParallaxLayer.xml
ParticleProcessMaterial.xml Add documentation for GpuParticles2D collisions 2023-01-23 23:16:35 +02:00
Path2D.xml
Path3D.xml
PathFollow2D.xml
PathFollow3D.xml
PCKPacker.xml
Performance.xml Update C# signal documentation and remove bind array 2023-01-23 16:45:37 +01:00
PhysicalBone2D.xml
PhysicalBone3D.xml
PhysicalSkyMaterial.xml
PhysicsBody2D.xml
PhysicsBody3D.xml Merge pull request #67847 from rburing/warn_non-uniformists 2023-01-23 10:32:06 +01:00
PhysicsDirectBodyState2D.xml
PhysicsDirectBodyState2DExtension.xml
PhysicsDirectBodyState3D.xml
PhysicsDirectBodyState3DExtension.xml
PhysicsDirectSpaceState2D.xml
PhysicsDirectSpaceState2DExtension.xml
PhysicsDirectSpaceState3D.xml
PhysicsDirectSpaceState3DExtension.xml
PhysicsMaterial.xml
PhysicsPointQueryParameters2D.xml
PhysicsPointQueryParameters3D.xml
PhysicsRayQueryParameters2D.xml
PhysicsRayQueryParameters3D.xml
PhysicsServer2D.xml
PhysicsServer2DExtension.xml
PhysicsServer2DManager.xml
PhysicsServer3D.xml
PhysicsServer3DExtension.xml
PhysicsServer3DManager.xml
PhysicsServer3DRenderingServerHandler.xml
PhysicsShapeQueryParameters2D.xml
PhysicsShapeQueryParameters3D.xml
PhysicsTestMotionParameters2D.xml
PhysicsTestMotionParameters3D.xml
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
PointLight2D.xml
PointMesh.xml
Polygon2D.xml
PolygonOccluder3D.xml
PolygonPathFinder.xml
Popup.xml
PopupMenu.xml
PopupPanel.xml
PortableCompressedTexture2D.xml
PrimitiveMesh.xml
PrismMesh.xml
ProceduralSkyMaterial.xml
ProgressBar.xml
Projection.xml Fix bind " convergence_dist" containing space 2023-01-23 20:07:59 +01:00
ProjectSettings.xml Merge pull request #65137 from dalexeev/editor-naming 2023-01-24 22:26:03 +03:00
PropertyTweener.xml
QuadMesh.xml
QuadOccluder3D.xml
Quaternion.xml
RandomNumberGenerator.xml
Range.xml
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
RemoteTransform2D.xml Fix incorrect claim in RemoteTransform2D class reference 2023-01-24 10:18:25 +02:00
RemoteTransform3D.xml
RenderingDevice.xml
RenderingServer.xml Merge pull request #71679 from kleonc/draw_polyline_line_strip 2023-01-20 08:48:56 +01:00
Resource.xml
ResourceFormatLoader.xml Support script global resource name in EditorFileSystem 2023-01-21 14:19:27 +01:00
ResourceFormatSaver.xml
ResourceImporter.xml
ResourceLoader.xml
ResourcePreloader.xml
ResourceSaver.xml
ResourceUID.xml
RibbonTrailMesh.xml
RichTextEffect.xml
RichTextLabel.xml Merge pull request #71330 from Geometror/richtextlabel-fit-content 2023-01-25 09:16:38 +01:00
RID.xml
RigidBody2D.xml
RigidBody3D.xml Merge pull request #67847 from rburing/warn_non-uniformists 2023-01-23 10:32:06 +01:00
RootMotionView.xml
SceneState.xml
SceneTree.xml
SceneTreeTimer.xml
Script.xml
ScriptCreateDialog.xml
ScriptEditor.xml
ScriptEditorBase.xml
ScriptExtension.xml
ScriptLanguage.xml
ScriptLanguageExtension.xml
ScrollBar.xml
ScrollContainer.xml
SegmentShape2D.xml
Semaphore.xml
SeparationRayShape2D.xml
SeparationRayShape3D.xml
Separator.xml
Shader.xml Clean up shader parameter remap 2023-01-21 12:56:28 +01:00
ShaderGlobalsOverride.xml
ShaderInclude.xml
ShaderMaterial.xml
Shape2D.xml
Shape3D.xml
ShapeCast2D.xml
ShapeCast3D.xml
Shortcut.xml
Signal.xml Update C# signal documentation and remove bind array 2023-01-23 16:45:37 +01:00
Skeleton2D.xml
Skeleton3D.xml
SkeletonIK3D.xml
SkeletonModification2D.xml
SkeletonModification2DCCDIK.xml
SkeletonModification2DFABRIK.xml
SkeletonModification2DJiggle.xml
SkeletonModification2DLookAt.xml
SkeletonModification2DPhysicalBones.xml
SkeletonModification2DStackHolder.xml
SkeletonModification2DTwoBoneIK.xml
SkeletonModificationStack2D.xml
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
SpotLight3D.xml
SpringArm3D.xml
Sprite2D.xml
Sprite3D.xml
SpriteBase3D.xml
SpriteFrames.xml
StandardMaterial3D.xml
StaticBody2D.xml
StaticBody3D.xml
StreamPeer.xml
StreamPeerBuffer.xml
StreamPeerExtension.xml
StreamPeerGZIP.xml
StreamPeerTCP.xml
StreamPeerTLS.xml
String.xml
StringName.xml
StyleBox.xml Clean-up, harmonize, and improve StyleBox API 2023-01-19 20:02:21 +03:00
StyleBoxEmpty.xml
StyleBoxFlat.xml
StyleBoxLine.xml
StyleBoxTexture.xml Clean-up, harmonize, and improve StyleBox API 2023-01-19 20:02:21 +03:00
SubViewport.xml
SubViewportContainer.xml
SurfaceTool.xml
SyntaxHighlighter.xml
SystemFont.xml
TabBar.xml
TabContainer.xml
TCPServer.xml
TextEdit.xml Convert en_GB spelling to en_US with codespell 2023-01-23 11:02:20 +01:00
TextLine.xml
TextMesh.xml
TextParagraph.xml
TextServer.xml Implement BiDi override mode for GDScript source. 2023-01-18 19:22:20 +02:00
TextServerDummy.xml
TextServerExtension.xml Implement BiDi override mode for GDScript source. 2023-01-18 19:22:20 +02:00
TextServerManager.xml
Texture.xml
Texture2D.xml Add "dedicated server" export mode which can strip unneeded visual resources 2023-01-23 13:24:54 -06:00
Texture2DArray.xml Add "dedicated server" export mode which can strip unneeded visual resources 2023-01-23 13:24:54 -06:00
Texture3D.xml Add "dedicated server" export mode which can strip unneeded visual resources 2023-01-23 13:24:54 -06:00
TextureButton.xml
TextureLayered.xml
TextureProgressBar.xml
TextureRect.xml
Theme.xml
ThemeDB.xml
Thread.xml
TileData.xml
TileMap.xml Merge pull request #65726 from KoBeWi/cellless 2023-01-21 16:54:53 +01:00
TileMapPattern.xml
TileSet.xml Convert en_GB spelling to en_US with codespell 2023-01-23 11:02:20 +01:00
TileSetAtlasSource.xml
TileSetScenesCollectionSource.xml
TileSetSource.xml
Time.xml
Timer.xml
TorusMesh.xml
TouchScreenButton.xml
Transform2D.xml
Transform3D.xml
Translation.xml
TranslationServer.xml
Tree.xml Improve clarity of Tree's activated/double-clicked signals 2023-01-24 15:55:09 -06:00
TreeItem.xml
TriangleMesh.xml
TubeTrailMesh.xml
Tween.xml Update C# signal documentation and remove bind array 2023-01-23 16:45:37 +01:00
Tweener.xml
UDPServer.xml
UndoRedo.xml Update C# signal documentation and remove bind array 2023-01-23 16:45:37 +01:00
Variant.xml
VBoxContainer.xml
Vector2.xml
Vector2i.xml
Vector3.xml
Vector3i.xml
Vector4.xml
Vector4i.xml
VehicleBody3D.xml
VehicleWheel3D.xml
VFlowContainer.xml
VideoStream.xml
VideoStreamPlayer.xml
Viewport.xml
ViewportTexture.xml
VisibleOnScreenEnabler2D.xml
VisibleOnScreenEnabler3D.xml
VisibleOnScreenNotifier2D.xml
VisibleOnScreenNotifier3D.xml
VisualInstance3D.xml Sort decals and lights based on camera origin 2023-01-20 09:58:17 -08:00
VisualShader.xml
VisualShaderNode.xml Some refactoring for visual shader texture functions 2023-01-20 12:54:20 +03:00
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
VisualShaderNodeSample3D.xml
VisualShaderNodeScreenUVToSDF.xml
VisualShaderNodeSDFRaymarch.xml
VisualShaderNodeSDFToScreenUV.xml
VisualShaderNodeSmoothStep.xml
VisualShaderNodeStep.xml
VisualShaderNodeSwitch.xml
VisualShaderNodeTexture.xml Remove SCREEN_TEXTURE, DEPTH_TEXTURE, and NORMAL_ROUGHNESS_TEXTURE 2023-01-18 19:52:47 -08:00
VisualShaderNodeTexture2DArray.xml
VisualShaderNodeTexture2DArrayParameter.xml
VisualShaderNodeTexture2DParameter.xml
VisualShaderNodeTexture3D.xml
VisualShaderNodeTexture3DParameter.xml
VisualShaderNodeTextureParameter.xml Remove SCREEN_TEXTURE, DEPTH_TEXTURE, and NORMAL_ROUGHNESS_TEXTURE 2023-01-18 19:52:47 -08:00
VisualShaderNodeTextureParameterTriplanar.xml
VisualShaderNodeTextureSDF.xml
VisualShaderNodeTextureSDFNormal.xml
VisualShaderNodeTransformCompose.xml
VisualShaderNodeTransformConstant.xml
VisualShaderNodeTransformDecompose.xml
VisualShaderNodeTransformFunc.xml
VisualShaderNodeTransformOp.xml
VisualShaderNodeTransformParameter.xml
VisualShaderNodeTransformVecMult.xml
VisualShaderNodeUIntConstant.xml
VisualShaderNodeUIntFunc.xml
VisualShaderNodeUIntOp.xml
VisualShaderNodeUIntParameter.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
VScrollBar.xml
VSeparator.xml
VSlider.xml
VSplitContainer.xml
WeakRef.xml
Window.xml Reorganize main and sub-window initial position properties. 2023-01-19 13:44:06 +02:00
WorkerThreadPool.xml
World2D.xml
World3D.xml
WorldBoundaryShape2D.xml
WorldBoundaryShape3D.xml
WorldEnvironment.xml
X509Certificate.xml
XMLParser.xml
XRAnchor3D.xml
XRCamera3D.xml
XRController3D.xml Rename getters and signals on XR nodes to be consistant with input types 2023-01-23 11:26:12 +11:00
XRInterface.xml
XRInterfaceExtension.xml
XRNode3D.xml
XROrigin3D.xml
XRPose.xml
XRPositionalTracker.xml Rename getters and signals on XR nodes to be consistant with input types 2023-01-23 11:26:12 +11:00
XRServer.xml