godot/doc/classes
lawnjelly 667c970b77 Optimize octree and fix octree leak
Prevents adding new octants until a limiting number of elements have been added to the current octant. This enables balancing the benefits of brute force against the benefits of spatial partitioning. The limit can be set per octree.

Project settings are added for rendering octree to set the best balance per project depending on number of tests per frame / tick, and the amount of editing of the octree.

Fixes octants being leaked when removing elements.

Optimize octree with cached linear lists

Storing elements in octants using linked lists is efficient for housekeeping but very slow for testing. This optimization stores additional local_vectors with Element pointers and AABBs which are cached and only updated when a dirty flag is set on the octant.

This is selectable with 2 versions of Octree : Octree and Octree_CL, Octree being the old behaviour. At present the cached list version is only used for the visual server octree (rendering) as it has only been demonstrated to be faster there so far.

This uses slightly more memory (probably a few kb in most cases) but can be significantly faster during testing (culling etc).

Co-authored-by: Sergey Minakov <naithar@icloud.com>
2020-08-18 11:02:21 +01:00
..
@GlobalScope.xml Support SDL2 half axes and inverted axes mappings. 2020-06-26 06:28:56 +01:00
AABB.xml [3.2] Backport core documentation changes to 3.2 2020-07-21 21:22:54 -04:00
AcceptDialog.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
AnimatedSprite3D.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
AnimatedSprite.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
AnimatedTexture.xml doc: Sync classref with current source 2020-05-04 16:10:57 +02:00
Animation.xml Fix incorrect key name in the Animation documentation code sample 2020-07-29 18:23:31 +02:00
AnimationNode.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
AnimationNodeAdd2.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
AnimationNodeAdd3.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
AnimationNodeAnimation.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
AnimationNodeBlend2.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
AnimationNodeBlend3.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
AnimationNodeBlendSpace1D.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
AnimationNodeBlendSpace2D.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
AnimationNodeBlendTree.xml Add LOTS of missing docs 2020-03-13 17:26:30 +01:00
AnimationNodeOneShot.xml Add LOTS of missing docs 2020-03-13 17:26:30 +01:00
AnimationNodeOutput.xml Add LOTS of missing docs 2020-03-13 17:26:30 +01:00
AnimationNodeStateMachine.xml Sync classref with current source 2020-03-25 11:42:15 +01:00
AnimationNodeStateMachinePlayback.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
AnimationNodeStateMachineTransition.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
AnimationNodeTimeScale.xml Add LOTS of missing docs 2020-03-13 17:26:30 +01:00
AnimationNodeTimeSeek.xml Add LOTS of missing docs 2020-03-13 17:26:30 +01:00
AnimationNodeTransition.xml Add LOTS of missing docs 2020-03-13 17:26:30 +01:00
AnimationPlayer.xml doc: Add a short AnimationPlayer versus Tween comparison 2020-02-06 13:02:08 +01:00
AnimationRootNode.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
AnimationTrackEditPlugin.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
AnimationTree.xml Clarify usage of AnimationPlayer with AnimationTree and fill in empty method descriptions 2020-06-04 12:16:39 +02:00
AnimationTreePlayer.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
Area2D.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
Area.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
Array.xml Mention that Array.front/back throw error if empty 2020-08-14 00:32:05 +02:00
ArrayMesh.xml Improve the procedural geometry class documentations 2020-04-27 10:14:42 +02:00
ARVRAnchor.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
ARVRCamera.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
ARVRController.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
ARVRInterface.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
ARVROrigin.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
ARVRPositionalTracker.xml Exposing get_tracker_id for ARVRPositionalTracker to GDScript 2020-03-04 12:52:47 +01:00
ARVRServer.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
AStar2D.xml AStar: Make get_closest_point() deterministic for equidistant points 2020-06-10 15:30:52 +02:00
AStar.xml AStar: Make get_closest_point() deterministic for equidistant points 2020-06-10 15:30:52 +02:00
AtlasTexture.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
AudioBusLayout.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
AudioEffect.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
AudioEffectAmplify.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
AudioEffectBandLimitFilter.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
AudioEffectBandPassFilter.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
AudioEffectChorus.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
AudioEffectCompressor.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
AudioEffectDelay.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
AudioEffectDistortion.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
AudioEffectEQ6.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
AudioEffectEQ10.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
AudioEffectEQ21.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
AudioEffectEQ.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
AudioEffectFilter.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
AudioEffectHighPassFilter.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
AudioEffectHighShelfFilter.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
AudioEffectInstance.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
AudioEffectLimiter.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
AudioEffectLowPassFilter.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
AudioEffectLowShelfFilter.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
AudioEffectNotchFilter.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
AudioEffectPanner.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
AudioEffectPhaser.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
AudioEffectPitchShift.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
AudioEffectRecord.xml Adds full description for AudioEffectRecord.xml 2020-06-11 10:00:06 +02:00
AudioEffectReverb.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
AudioEffectSpectrumAnalyzer.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
AudioEffectSpectrumAnalyzerInstance.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
AudioEffectStereoEnhance.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
AudioServer.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
AudioStream.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
AudioStreamGenerator.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
AudioStreamGeneratorPlayback.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
AudioStreamMicrophone.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
AudioStreamPlayback.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
AudioStreamPlaybackResampled.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
AudioStreamPlayer2D.xml Improve pitch_scale descriptions in AudioStreamPlayer documentation 2020-04-27 10:18:41 +02:00
AudioStreamPlayer3D.xml Improve pitch_scale descriptions in AudioStreamPlayer documentation 2020-04-27 10:18:41 +02:00
AudioStreamPlayer.xml Improve pitch_scale descriptions in AudioStreamPlayer documentation 2020-04-27 10:18:41 +02:00
AudioStreamRandomPitch.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
AudioStreamSample.xml Improve the AudioStreamSample class documentation 2020-04-16 12:57:22 +02:00
BackBufferCopy.xml Document how to workaround UI anchor issues when using BackBufferCopy 2020-04-21 14:11:29 +02:00
BakedLightmap.xml Document known bugs in BakedLightmap 2020-05-24 21:29:12 +02:00
BakedLightmapData.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
BaseButton.xml Mention toggled signal for pressed state in BaseButton documentation 2020-07-24 10:31:57 +02:00
Basis.xml [3.2] Backport core documentation changes to 3.2 2020-07-21 21:22:54 -04:00
BitMap.xml grow_mask() description added 2020-08-14 00:32:05 +02:00
BitmapFont.xml Expose get_char_size() from Font instead of BitmapFont 2020-06-04 12:09:39 +02:00
Bone2D.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
BoneAttachment.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
bool.xml Update bool documentation to be more clear 2020-06-21 21:42:56 +02:00
BoxContainer.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
BoxShape.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
Button.xml Add an example for creating a button in the Button class documentation 2020-07-31 13:08:24 +02:00
ButtonGroup.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
Camera2D.xml Improve Camera2D documentation 2020-04-16 12:57:22 +02:00
Camera.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
CameraFeed.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
CameraServer.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
CameraTexture.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
CanvasItem.xml Add an example to the CanvasItem.draw_string() documentation 2020-07-29 18:23:45 +02:00
CanvasItemMaterial.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
CanvasLayer.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
CanvasModulate.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
CapsuleMesh.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
CapsuleShape2D.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
CapsuleShape.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
CenterContainer.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
CharFXTransform.xml Fix some URLs to use HTTPS when available 2020-01-29 02:48:10 +01:00
CheckBox.xml Improve the CheckBox and CheckButton class documentations 2020-02-06 13:02:08 +01:00
CheckButton.xml Improve the CheckBox and CheckButton class documentations 2020-02-06 13:02:08 +01:00
CircleShape2D.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
ClassDB.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
ClippedCamera.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
CollisionObject2D.xml Revert "Allow Area2D and 3D mouse events without a collision layer" 2020-07-27 22:46:04 +02:00
CollisionObject.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
CollisionPolygon2D.xml Add LOTS of missing docs 2020-03-13 17:26:30 +01:00
CollisionPolygon.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
CollisionShape2D.xml Add LOTS of missing docs 2020-03-13 17:26:30 +01:00
CollisionShape.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
Color.xml [3.2] Backport core documentation changes to 3.2 2020-07-21 21:22:54 -04:00
ColorPicker.xml Add LOTS of missing docs 2020-03-13 17:26:30 +01:00
ColorPickerButton.xml Completes doc for button classes 2020-02-06 13:02:08 +01:00
ColorRect.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
ConcavePolygonShape2D.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
ConcavePolygonShape.xml add a precision about the intended use of the ConcavePolygonShape 2020-03-04 14:12:19 +01:00
ConeTwistJoint.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
ConfigFile.xml ConfigFile: Improve error messages and complete docs 2020-03-06 23:51:26 +01:00
ConfirmationDialog.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
Container.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
Control.xml Document caveats related to Control scaling 2020-07-24 10:31:56 +02:00
ConvexPolygonShape2D.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
ConvexPolygonShape.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
CPUParticles2D.xml Document the expected normal map coordinate system where relevant 2020-05-05 13:41:29 +02:00
CPUParticles.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
Crypto.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
CryptoKey.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
CubeMap.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
CubeMesh.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
Curve2D.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
Curve3D.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
Curve.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
CurveTexture.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
CylinderMesh.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
CylinderShape.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
DampedSpringJoint2D.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
Dictionary.xml Document the in operator in String, Array and Dictionary classes 2020-06-15 14:34:34 +02:00
DirectionalLight.xml Add performance hints to the DirectionalLight shadow mode property hint 2020-06-04 12:16:39 +02:00
Directory.xml Revert "Follow-Up Fix Directory Open" 2020-07-28 13:53:57 -04:00
DTLSServer.xml Add documentation for new DTLS features. 2020-02-25 11:40:17 +01:00
DynamicFont.xml Document the lack of kerning support in DynamicFont 2020-08-17 11:04:32 +02:00
DynamicFontData.xml Disable antialiasing on the DynamicFont outline as well when requested 2020-06-04 12:09:40 +02:00
EditorExportPlugin.xml doc: Sync classref with current source 2020-04-16 13:02:36 +02:00
EditorFeatureProfile.xml Check for errors when saving in the ResourceSaver example documentation 2020-04-21 14:11:15 +02:00
EditorFileDialog.xml Add LOTS of missing docs 2020-03-13 17:26:30 +01:00
EditorFileSystem.xml Document several editor-related classes to 100% completion 2020-07-24 10:31:57 +02:00
EditorFileSystemDirectory.xml Document several editor-related classes to 100% completion 2020-07-24 10:31:57 +02:00
EditorImportPlugin.xml Document several editor-related classes to 100% completion 2020-07-24 10:31:57 +02:00
EditorInspector.xml doc: Sync classref with current source 2020-07-28 11:50:39 +02:00
EditorInspectorPlugin.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
EditorInterface.xml Improve the EditorInterface.get_editor_viewport() description 2020-07-30 16:27:11 +02:00
EditorNavigationMeshGenerator.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
EditorPlugin.xml Document EditorPlugin get_plugin_icon and get_plugin_name 2020-03-06 23:51:25 +01:00
EditorProperty.xml Document several editor-related classes to 100% completion 2020-07-24 10:31:57 +02:00
EditorResourceConversionPlugin.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
EditorResourcePreview.xml Document how some editor classes should be accessed as singletons only 2020-04-27 10:11:53 +02:00
EditorResourcePreviewGenerator.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
EditorSceneImporter.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
EditorSceneImporterAssimp.xml Update EditorSceneImporterAssimp description to reflect current status 2020-02-12 15:05:16 +01:00
EditorScenePostImport.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
EditorScript.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
EditorSelection.xml Document how some editor classes should be accessed as singletons only 2020-04-27 10:11:53 +02:00
EditorSettings.xml Complete the EditorSettings class documentation 2020-07-24 10:31:57 +02:00
EditorSpatialGizmo.xml Document several editor-related classes to 100% completion 2020-07-24 10:31:57 +02:00
EditorSpatialGizmoPlugin.xml Document several editor-related classes to 100% completion 2020-07-24 10:31:57 +02:00
EditorSpinSlider.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
EditorVCSInterface.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
EncodedObjectAsID.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
Engine.xml Update AUTHORS and DONORS list 2020-08-14 00:32:05 +02:00
Environment.xml Environment doc update regarding Viewport usage. 2020-06-22 17:59:44 -04:00
Expression.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
ExternalTexture.xml Update the documentation for ExternalTexture to match the restriction on Android platforms 2020-04-28 08:04:41 -07:00
File.xml Added missing information about File.open_encrypted function to docs. 2020-07-31 13:08:59 +02:00
FileDialog.xml Add note about automatic window title to FileDialog documentation. 2020-06-15 14:34:35 +02:00
FileSystemDock.xml Sync classref with current source 2020-03-25 11:42:15 +01:00
float.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
Font.xml Add an example to the CanvasItem.draw_string() documentation 2020-07-29 18:23:45 +02:00
FuncRef.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
Generic6DOFJoint.xml Added missing spring enums for generic_6dof_joint 2020-05-04 16:10:22 +02:00
Geometry.xml Clarify Geometry.offset_polygon_2d regarding vertices translation 2020-07-03 13:17:57 +02:00
GeometryInstance.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
GIProbe.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
GIProbeData.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
Gradient.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
GradientTexture.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
GraphEdit.xml Sync classref with current source 2020-04-17 13:43:43 +02:00
GraphNode.xml Add LOTS of missing docs 2020-03-13 17:26:30 +01:00
GridContainer.xml Add LOTS of missing docs 2020-03-13 17:26:30 +01:00
GrooveJoint2D.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
HashingContext.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
HBoxContainer.xml Document theme_items of multiple classes 2020-01-27 02:15:37 +01:00
HeightMapShape.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
HingeJoint.xml Add LOTS of missing docs 2020-03-13 17:26:30 +01:00
HScrollBar.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
HSeparator.xml Add LOTS of missing docs 2020-03-13 17:26:30 +01:00
HSlider.xml Reference Range signals in the Slider class documentations 2020-08-17 11:05:04 +02:00
HSplitContainer.xml Add LOTS of missing docs 2020-03-13 17:26:30 +01:00
HTTPClient.xml Document HTML5 CORS restrictions in HTTPClient and HTTPRequest 2020-07-24 10:31:57 +02:00
HTTPRequest.xml Document HTML5 CORS restrictions in HTTPClient and HTTPRequest 2020-07-24 10:31:57 +02:00
Image.xml doc: Sync classref with current source 2020-07-06 14:32:13 +02:00
ImageTexture.xml Document image size limits 2020-04-20 11:54:47 +02:00
ImmediateGeometry.xml Improve the procedural geometry class documentations 2020-04-27 10:14:42 +02:00
Input.xml Improve the Input.set_use_accumulated_input() documentation 2020-03-25 11:38:53 +01:00
InputEvent.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
InputEventAction.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
InputEventGesture.xml Add LOTS of missing docs 2020-03-13 17:26:30 +01:00
InputEventJoypadButton.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
InputEventJoypadMotion.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
InputEventKey.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
InputEventMagnifyGesture.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
InputEventMIDI.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
InputEventMouse.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
InputEventMouseButton.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
InputEventMouseMotion.xml Style: Sync other changes from new fix_style.sh and clang_format.sh 2020-07-24 10:39:18 +02:00
InputEventPanGesture.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
InputEventScreenDrag.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
InputEventScreenTouch.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
InputEventWithModifiers.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
InputMap.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
InstancePlaceholder.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
int.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
InterpolatedCamera.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
IP.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
ItemList.xml Completes doc for ItemList and Tree 2020-02-12 15:05:02 +01:00
JavaClass.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
JavaClassWrapper.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
JavaScript.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
JNISingleton.xml doc: Sync classref with current source 2020-04-16 13:02:36 +02:00
Joint2D.xml Fix Joint2D doc 2020-06-22 08:37:57 +02:00
Joint.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
JSON.xml Documentation: clarify the indent parameter of JSON.print 2020-08-14 00:32:05 +02:00
JSONParseResult.xml Improve JSON-related documentation 2020-07-31 13:09:21 +02:00
JSONRPC.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
KinematicBody2D.xml Style: Sync other changes from new fix_style.sh and clang_format.sh 2020-07-24 10:39:18 +02:00
KinematicBody.xml Style: Sync other changes from new fix_style.sh and clang_format.sh 2020-07-24 10:39:18 +02:00
KinematicCollision2D.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
KinematicCollision.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
Label.xml Fix label percent visible doc description 2020-06-15 14:34:35 +02:00
LargeTexture.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
Light2D.xml Fix some URLs to use HTTPS when available 2020-01-29 02:48:10 +01:00
Light.xml Improve the 3D light documentations 2020-06-11 10:00:06 +02:00
LightOccluder2D.xml Fix some URLs to use HTTPS when available 2020-01-29 02:48:10 +01:00
Line2D.xml Mention 2D polygon limits and how to increase them in the documentation 2020-01-28 22:04:29 +01:00
LineEdit.xml Add option to disable virtual keyboard for LineEdit 2020-07-24 10:31:57 +02:00
LineShape2D.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
LinkButton.xml Completes doc for button classes 2020-02-06 13:02:08 +01:00
Listener.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
MainLoop.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
MarginContainer.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
Marshalls.xml Core: Change _Marshall class inherit from Reference to Object 2020-03-04 12:40:14 +01:00
Material.xml Fix Material.render_priority doc: no opaque sort 2020-06-15 14:34:35 +02:00
MenuButton.xml Completes doc for button classes 2020-02-06 13:02:08 +01:00
Mesh.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
MeshDataTool.xml Improve the procedural geometry class documentations 2020-04-27 10:14:42 +02:00
MeshInstance2D.xml Document the expected normal map coordinate system where relevant 2020-05-05 13:41:29 +02:00
MeshInstance.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
MeshLibrary.xml Allow using MeshLibrary.get_item_preview() in non-editor builds again 2020-03-04 12:40:13 +01:00
MeshTexture.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
MultiMesh.xml Fix some URLs to use HTTPS when available 2020-01-29 02:48:10 +01:00
MultiMeshInstance2D.xml Document the expected normal map coordinate system where relevant 2020-05-05 13:41:29 +02:00
MultiMeshInstance.xml Fix some URLs to use HTTPS when available 2020-01-29 02:48:10 +01:00
MultiplayerAPI.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
Mutex.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
Navigation2D.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
Navigation.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
NavigationMesh.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
NavigationMeshInstance.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
NavigationPolygon.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
NavigationPolygonInstance.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
NetworkedMultiplayerPeer.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
NinePatchRect.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
Node2D.xml doc: Sync classref with current source 2020-06-22 13:24:11 +02:00
Node.xml Expose NOTIFICATION_POST_ENTER_TREE 2020-08-14 00:32:05 +02:00
NodePath.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
Object.xml Improve the Object, Reference and Resource class documentations 2020-07-28 00:48:33 +02:00
OccluderPolygon2D.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
OmniLight.xml Improve the 3D light documentations 2020-06-11 10:00:06 +02:00
OptionButton.xml Fix OptionButton docs godotengine#36803 2020-04-16 11:45:19 +02:00
OS.xml doc: Sync classref with current source 2020-07-28 11:50:39 +02:00
PackedDataContainer.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
PackedDataContainerRef.xml Add LOTS of missing docs 2020-03-13 17:26:30 +01:00
PackedScene.xml Document how to instance a PackedScene and add it as a child 2020-07-10 08:51:21 +02:00
PacketPeer.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
PacketPeerDTLS.xml Add documentation for new DTLS features. 2020-02-25 11:40:17 +01:00
PacketPeerStream.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
PacketPeerUDP.xml Add documentation for new DTLS features. 2020-02-25 11:40:17 +01:00
Panel.xml Add LOTS of missing docs 2020-03-13 17:26:30 +01:00
PanelContainer.xml Add LOTS of missing docs 2020-03-13 17:26:30 +01:00
PanoramaSky.xml Improve the PanoramaSky class documentation 2020-02-20 08:01:18 +01:00
ParallaxBackground.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
ParallaxLayer.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
Particles2D.xml Document the expected normal map coordinate system where relevant 2020-05-05 13:41:29 +02:00
Particles.xml Document enlarging Particles visibility AABB when they cast shadows 2020-06-07 21:35:40 +02:00
ParticlesMaterial.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
Path2D.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
Path.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
PathFollow2D.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
PathFollow.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
PCKPacker.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
Performance.xml Add frame diagnostics for GLES2 Batch renderer 2020-04-17 08:54:33 +01:00
PHashTranslation.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
PhysicalBone.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
Physics2DDirectBodyState.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
Physics2DDirectSpaceState.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
Physics2DServer.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
Physics2DShapeQueryParameters.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
Physics2DShapeQueryResult.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
Physics2DTestMotionResult.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
PhysicsBody2D.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
PhysicsBody.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
PhysicsDirectBodyState.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
PhysicsDirectSpaceState.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
PhysicsMaterial.xml Add description for "absorbent" and "rough" 2020-06-18 11:29:28 +02:00
PhysicsServer.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
PhysicsShapeQueryParameters.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
PhysicsShapeQueryResult.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
PinJoint2D.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
PinJoint.xml Add LOTS of missing docs 2020-03-13 17:26:30 +01:00
Plane.xml [3.2] Backport core documentation changes to 3.2 2020-07-21 21:22:54 -04:00
PlaneMesh.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
PlaneShape.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
PointMesh.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
Polygon2D.xml Add LOTS of missing docs 2020-03-13 17:26:30 +01:00
PolygonPathFinder.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
PoolByteArray.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
PoolColorArray.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
PoolIntArray.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
PoolRealArray.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
PoolStringArray.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
PoolVector2Array.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
PoolVector3Array.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
Popup.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
PopupDialog.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
PopupMenu.xml doc: Sync classref with current source 2020-05-07 13:47:06 +02:00
PopupPanel.xml Add LOTS of missing docs 2020-03-13 17:26:30 +01:00
Position2D.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
Position3D.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
PrimitiveMesh.xml Clarify how to convert PrimitiveMesh to ArrayMesh. 2020-07-24 10:31:57 +02:00
PrismMesh.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
ProceduralSky.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
ProgressBar.xml Add LOTS of missing docs 2020-03-13 17:26:30 +01:00
ProjectSettings.xml Optimize octree and fix octree leak 2020-08-18 11:02:21 +01:00
ProximityGroup.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
ProxyTexture.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
QuadMesh.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
Quat.xml [3.2] Backport core documentation changes to 3.2 2020-07-21 21:22:54 -04:00
RandomNumberGenerator.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
Range.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
RayCast2D.xml Style: Sync other changes from new fix_style.sh and clang_format.sh 2020-07-24 10:39:18 +02:00
RayCast.xml Style: Sync other changes from new fix_style.sh and clang_format.sh 2020-07-24 10:39:18 +02:00
RayShape2D.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
RayShape.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
Rect2.xml [3.2] Backport core documentation changes to 3.2 2020-07-21 21:22:54 -04:00
RectangleShape2D.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
Reference.xml Improve the Object, Reference and Resource class documentations 2020-07-28 00:48:33 +02:00
ReferenceRect.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
ReflectionProbe.xml Make note of 16 probe limit 2020-04-05 04:41:00 -04:00
RemoteTransform2D.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
RemoteTransform.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
Resource.xml Improve the Object, Reference and Resource class documentations 2020-07-28 00:48:33 +02:00
ResourceFormatLoader.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
ResourceFormatSaver.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
ResourceImporter.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
ResourceInteractiveLoader.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
ResourceLoader.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
ResourcePreloader.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
ResourceSaver.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
RichTextEffect.xml Fix some URLs to use HTTPS when available 2020-01-29 02:48:10 +01:00
RichTextLabel.xml doc: Sync classref with current source 2020-06-22 13:24:11 +02:00
RID.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
RigidBody2D.xml Clarify the difference between contacts and collisions. 2020-07-28 00:52:07 +02:00
RigidBody.xml doc: Sync classref with current source 2020-07-28 11:50:39 +02:00
RootMotionView.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
SceneState.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
SceneTree.xml Merge pull request #35589 from akien-mga/doc-drop-category-property 2020-01-26 16:34:13 +01:00
SceneTreeTimer.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
Script.xml Add LOTS of missing docs 2020-03-13 17:26:30 +01:00
ScriptCreateDialog.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
ScriptEditor.xml Document how some editor classes should be accessed as singletons only 2020-04-27 10:11:53 +02:00
ScrollBar.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
ScrollContainer.xml Document theme_items of multiple classes 2020-01-27 02:15:37 +01:00
SegmentShape2D.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
Semaphore.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
Separator.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
Shader.xml Sync classref with current source 2020-03-25 11:42:15 +01:00
ShaderMaterial.xml Fix some URLs to use HTTPS when available 2020-01-29 02:48:10 +01:00
Shape2D.xml Bind Shape2D draw method 2020-06-18 10:51:44 +02:00
Shape.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
ShortCut.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
Skeleton2D.xml i18n: Sync translations with Weblate 2020-02-14 17:51:56 +01:00
Skeleton.xml Fix presumed copy/paste error: "Returns" -> "Sets" 2020-07-24 10:31:57 +02:00
SkeletonIK.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
Skin.xml doc: Sync classref with current source 2020-03-09 10:07:59 +01:00
SkinReference.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
Sky.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
Slider.xml Reference Range signals in the Slider class documentations 2020-08-17 11:05:04 +02:00
SliderJoint.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
SoftBody.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
Spatial.xml Improve visibility documentation for CanvasItem and Node3D 2020-07-28 00:53:16 +02:00
SpatialGizmo.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
SpatialMaterial.xml Document the expected normal map coordinate system where relevant 2020-05-05 13:41:29 +02:00
SpatialVelocityTracker.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
SphereMesh.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
SphereShape.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
SpinBox.xml Fix suffix property doc typo: "prefix" -> "suffix" 2020-05-06 23:30:45 +02:00
SplitContainer.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
SpotLight.xml Improve the 3D light documentations 2020-06-11 10:00:06 +02:00
SpringArm.xml fixed documentation for get_hit_length of spring arm 3D 2020-07-24 10:31:57 +02:00
Sprite3D.xml Document known performance issues with Sprite3D 2020-03-25 09:40:09 +01:00
Sprite.xml Document the expected normal map coordinate system where relevant 2020-05-05 13:41:29 +02:00
SpriteBase3D.xml Add LOTS of missing docs 2020-03-13 17:26:30 +01:00
SpriteFrames.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
StaticBody2D.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
StaticBody.xml doc: Remove mention of nonexistent StaticBody simulated motion mode 2020-01-26 20:18:22 +01:00
StreamPeer.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
StreamPeerBuffer.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
StreamPeerSSL.xml Add LOTS of missing docs 2020-03-13 17:26:30 +01:00
StreamPeerTCP.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
StreamTexture.xml Add LOTS of missing docs 2020-03-13 17:26:30 +01:00
String.xml Document how to perform advanced string splitting using RegEx 2020-07-29 18:24:00 +02:00
StyleBox.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
StyleBoxEmpty.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
StyleBoxFlat.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
StyleBoxLine.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
StyleBoxTexture.xml Document the expected normal map coordinate system where relevant 2020-05-05 13:41:29 +02:00
SurfaceTool.xml Improve the procedural geometry class documentations 2020-04-27 10:14:42 +02:00
TabContainer.xml Fix incorrect TabContainer documentation for 'get_tab_control()' 2020-04-16 12:57:22 +02:00
Tabs.xml Add LOTS of missing docs 2020-03-13 17:26:30 +01:00
TCP_Server.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
TextEdit.xml Add option to disable virtual keyboard for TextEdit 2020-08-09 18:22:11 +02:00
TextFile.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
Texture3D.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
Texture.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
TextureArray.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
TextureButton.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
TextureLayered.xml Finish documenting BakedLightmap and TextureLayered 2020-02-06 13:02:08 +01:00
TextureProgress.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
TextureRect.xml Document ViewportTexture flipping in TextureRect 2020-07-24 22:30:58 +02:00
Theme.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
Thread.xml Link to Thread-safe APIs in the Thread class documentation 2020-07-30 16:26:55 +02:00
TileMap.xml Clarify the id parameter in TileMap.get_used_cells_by_id() 2020-05-12 09:26:38 +02:00
TileSet.xml Document an example dictionary returned by TileSet.tile_get_shapes() 2020-07-28 00:39:49 +02:00
Timer.xml Mention SceneTree.create_timer() in the Timer class documentation 2020-07-10 08:51:21 +02:00
ToolButton.xml Completes doc for button classes 2020-02-06 13:02:08 +01:00
TouchScreenButton.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
Transform2D.xml [3.2] Backport core documentation changes to 3.2 2020-07-21 21:22:54 -04:00
Transform.xml [3.2] Backport core documentation changes to 3.2 2020-07-21 21:22:54 -04:00
Translation.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
TranslationServer.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
Tree.xml Mention how to remove TreeItem from a Tree 2020-05-01 10:56:58 +02:00
TreeItem.xml Clarify TreeItem return values 2020-07-31 13:08:40 +02:00
TriangleMesh.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
Tween.xml Tween.xml word order fix 2020-06-24 22:52:05 +02:00
UDPServer.xml Document updated UDPServer interface. 2020-07-15 12:48:18 +02:00
UndoRedo.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
Variant.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
VBoxContainer.xml Document theme_items of multiple classes 2020-01-27 02:15:37 +01:00
Vector2.xml Improve Vector2.angle() description 2020-08-14 00:32:05 +02:00
Vector3.xml [3.2] Backport core documentation changes to 3.2 2020-07-21 21:22:54 -04:00
VehicleBody.xml Document VehicleBody3D and VehicleWheel3D limitations 2020-07-15 12:48:18 +02:00
VehicleWheel.xml Document VehicleBody3D and VehicleWheel3D limitations 2020-07-15 12:48:18 +02:00
VideoPlayer.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
VideoStream.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
Viewport.xml Document usage requirement for Viewport to sample ViewportTexture as HDR 2020-05-29 08:05:35 +08:00
ViewportContainer.xml Document how to resize a SubViewportContainer to avoid stretching 2020-06-15 14:34:35 +02:00
ViewportTexture.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
VisibilityEnabler2D.xml Improve the VisibilityNotifier and VisibilityEnabler class descriptions 2020-07-24 10:31:57 +02:00
VisibilityEnabler.xml Improve the VisibilityNotifier and VisibilityEnabler class descriptions 2020-07-24 10:31:57 +02:00
VisibilityNotifier2D.xml Improve the VisibilityNotifier and VisibilityEnabler class descriptions 2020-07-24 10:31:57 +02:00
VisibilityNotifier.xml Improve the VisibilityNotifier and VisibilityEnabler class descriptions 2020-07-24 10:31:57 +02:00
VisualInstance.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
VisualServer.xml Use mesh instead of immediate for drawing Sprite3D 2020-07-03 12:19:26 -06:00
VisualShader.xml Add LOTS of missing docs 2020-03-13 17:26:30 +01:00
VisualShaderNode.xml Add LOTS of missing docs 2020-03-13 17:26:30 +01:00
VisualShaderNodeBooleanConstant.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
VisualShaderNodeBooleanUniform.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
VisualShaderNodeColorConstant.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
VisualShaderNodeColorFunc.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
VisualShaderNodeColorOp.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
VisualShaderNodeColorUniform.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
VisualShaderNodeCompare.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
VisualShaderNodeCubeMap.xml Docs for some nodes in visual shader(part 2) 2020-01-28 12:16:09 +03:00
VisualShaderNodeCubeMapUniform.xml Docs for some nodes in visual shader(part 2) 2020-01-28 12:16:09 +03:00
VisualShaderNodeCustom.xml Fix some URLs to use HTTPS when available 2020-01-29 02:48:10 +01:00
VisualShaderNodeDeterminant.xml Docs for some nodes in visual shader(part 2) 2020-01-28 12:16:09 +03:00
VisualShaderNodeDotProduct.xml Docs for some nodes in visual shader(part 2) 2020-01-28 12:16:09 +03:00
VisualShaderNodeExpression.xml Docs for some nodes in visual shader(part 2) 2020-01-28 12:16:09 +03:00
VisualShaderNodeFaceForward.xml Docs for some nodes in visual shader(part 2) 2020-01-28 12:16:09 +03:00
VisualShaderNodeFresnel.xml Docs for some nodes in visual shader(part 2) 2020-01-28 12:16:09 +03:00
VisualShaderNodeGlobalExpression.xml doc: Sync classref with current source 2020-01-28 10:58:48 +01:00
VisualShaderNodeGroupBase.xml Docs for some nodes in visual shader(part 2) 2020-01-28 12:16:09 +03:00
VisualShaderNodeIf.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
VisualShaderNodeInput.xml Add documentation for the VisualShader nodes 2020-05-11 11:01:13 +02:00
VisualShaderNodeIs.xml Add documentation for the VisualShader nodes 2020-05-11 11:01:13 +02:00
VisualShaderNodeOuterProduct.xml Add documentation for the VisualShader nodes 2020-05-11 11:01:13 +02:00
VisualShaderNodeOutput.xml Add documentation for the VisualShader nodes 2020-05-11 11:01:13 +02:00
VisualShaderNodeScalarClamp.xml Add documentation for the VisualShader nodes 2020-05-11 11:01:13 +02:00
VisualShaderNodeScalarConstant.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
VisualShaderNodeScalarDerivativeFunc.xml Add documentation for the VisualShader nodes 2020-05-11 11:01:13 +02:00
VisualShaderNodeScalarFunc.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
VisualShaderNodeScalarInterp.xml Add documentation for the VisualShader nodes 2020-05-11 11:01:13 +02:00
VisualShaderNodeScalarOp.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
VisualShaderNodeScalarSmoothStep.xml Add documentation for the VisualShader nodes 2020-05-11 11:01:13 +02:00
VisualShaderNodeScalarSwitch.xml Add documentation for the VisualShader nodes 2020-05-11 11:01:13 +02:00
VisualShaderNodeScalarUniform.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
VisualShaderNodeSwitch.xml Add documentation for the VisualShader nodes 2020-05-11 11:01:13 +02:00
VisualShaderNodeTexture.xml Add documentation for the VisualShader nodes 2020-05-11 11:01:13 +02:00
VisualShaderNodeTextureUniform.xml Add documentation for the VisualShader nodes 2020-05-11 11:01:13 +02:00
VisualShaderNodeTextureUniformTriplanar.xml Add documentation for the VisualShader nodes 2020-05-11 11:01:13 +02:00
VisualShaderNodeTransformCompose.xml Add documentation for the VisualShader nodes 2020-05-11 11:01:13 +02:00
VisualShaderNodeTransformConstant.xml Add documentation for the VisualShader nodes 2020-05-11 11:01:13 +02:00
VisualShaderNodeTransformDecompose.xml Add documentation for the VisualShader nodes 2020-05-11 11:01:13 +02:00
VisualShaderNodeTransformFunc.xml Add documentation for the VisualShader nodes 2020-05-11 11:01:13 +02:00
VisualShaderNodeTransformMult.xml Add documentation for the VisualShader nodes 2020-05-11 11:01:13 +02:00
VisualShaderNodeTransformUniform.xml Add documentation for the VisualShader nodes 2020-05-11 11:01:13 +02:00
VisualShaderNodeTransformVecMult.xml Add documentation for the VisualShader nodes 2020-05-11 11:01:13 +02:00
VisualShaderNodeUniform.xml Add documentation for the VisualShader nodes 2020-05-11 11:01:13 +02:00
VisualShaderNodeVec3Constant.xml Add documentation for the VisualShader nodes 2020-05-11 11:01:13 +02:00
VisualShaderNodeVec3Uniform.xml Add documentation for the VisualShader nodes 2020-05-11 11:01:13 +02:00
VisualShaderNodeVectorClamp.xml Add documentation for the VisualShader nodes 2020-05-11 11:01:13 +02:00
VisualShaderNodeVectorCompose.xml Add documentation for the VisualShader nodes 2020-05-11 11:01:13 +02:00
VisualShaderNodeVectorDecompose.xml Add documentation for the VisualShader nodes 2020-05-11 11:01:13 +02:00
VisualShaderNodeVectorDerivativeFunc.xml Add documentation for the VisualShader nodes 2020-05-11 11:01:13 +02:00
VisualShaderNodeVectorDistance.xml Add documentation for the VisualShader nodes 2020-05-11 11:01:13 +02:00
VisualShaderNodeVectorFunc.xml Add documentation for the VisualShader nodes 2020-05-11 11:01:13 +02:00
VisualShaderNodeVectorInterp.xml Add documentation for the VisualShader nodes 2020-05-11 11:01:13 +02:00
VisualShaderNodeVectorLen.xml Add documentation for the VisualShader nodes 2020-05-11 11:01:13 +02:00
VisualShaderNodeVectorOp.xml Add documentation for the VisualShader nodes 2020-05-11 11:01:13 +02:00
VisualShaderNodeVectorRefract.xml Add documentation for the VisualShader nodes 2020-05-11 11:01:13 +02:00
VisualShaderNodeVectorScalarMix.xml Add documentation for the VisualShader nodes 2020-05-11 11:01:13 +02:00
VisualShaderNodeVectorScalarSmoothStep.xml Add documentation for the VisualShader nodes 2020-05-11 11:01:13 +02:00
VisualShaderNodeVectorScalarStep.xml Add documentation for the VisualShader nodes 2020-05-11 11:01:13 +02:00
VisualShaderNodeVectorSmoothStep.xml Add documentation for the VisualShader nodes 2020-05-11 11:01:13 +02:00
VScrollBar.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
VSeparator.xml Add LOTS of missing docs 2020-03-13 17:26:30 +01:00
VSlider.xml Reference Range signals in the Slider class documentations 2020-08-17 11:05:04 +02:00
VSplitContainer.xml Add LOTS of missing docs 2020-03-13 17:26:30 +01:00
WeakRef.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
WindowDialog.xml Add LOTS of missing docs 2020-03-13 17:26:30 +01:00
World2D.xml Make it clear that PhysicsDirectSpaceState is only available from 2020-05-13 16:13:47 +02:00
World.xml Make it clear that PhysicsDirectSpaceState is only available from 2020-05-13 16:13:47 +02:00
WorldEnvironment.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
X509Certificate.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
XMLParser.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00
YSort.xml doc: Drop unused 'category' property from header 2020-01-26 16:02:39 +01:00