godot/doc/classes
Ryan Roden-Corrent 9676650f2f Clarify EditorImportPlugin.get_visible_name.
According to the docs at
https://docs.godotengine.org/en/stable/tutorials/plugins/editor/import_plugins.html#the-editorimportplugin-class

> The get_visible_name() method is responsible for returning the name of
> the type it imports and it will be shown to the user in the Import dock.
> You should choose this name as a continuation to "Import as", e.g.
> "Import as Silly Material"

I've verified Godot's behavior reflects this, so the code examples
should reflect this.

Also document propagating save error in EditorImportPlugin.

It seems that the suggested code ignores any error from
`ResourceSaver.save`, but I think we should return it.
2021-02-11 11:13:17 +01:00
..
@GlobalScope.xml More explicit wording for str() and print() functions 2021-01-05 20:00:26 +01:00
AABB.xml doc: Sync classref with current source 2021-01-04 14:33:44 +01:00
AcceptDialog.xml Rename AcceptDialog get_ok() to get_ok_button() 2020-12-14 18:43:52 +00:00
AESContext.xml Add C# code examples to the docs 2020-09-26 12:29:55 +02:00
AnimatedSprite2D.xml doc: Sync classref with current source + fixup some bindings 2020-11-04 15:38:26 +01:00
AnimatedSprite3D.xml Link to 2D Sprite animation tutorial in relevant class documentations 2020-08-21 14:26:28 +02:00
AnimatedTexture.xml Make the lack of AtlasTexture support in AnimatedTexture more prominent 2020-08-17 17:34:40 +02:00
Animation.xml Fix incorrect parameter in audio_track_set_key_stream. 2021-01-11 18:55:14 -06:00
AnimationNode.xml Add link titles for all links in the class reference 2020-08-31 14:22:07 +02:00
AnimationNodeAdd2.xml Add link titles for all links in the class reference 2020-08-31 14:22:07 +02:00
AnimationNodeAdd3.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
AnimationNodeAnimation.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
AnimationNodeBlend2.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
AnimationNodeBlend3.xml Add link titles for all links in the class reference 2020-08-31 14:22:07 +02:00
AnimationNodeBlendSpace1D.xml Add link titles for all links in the class reference 2020-08-31 14:22:07 +02:00
AnimationNodeBlendSpace2D.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
AnimationNodeBlendTree.xml Add link titles for all links in the class reference 2020-08-31 14:22:07 +02:00
AnimationNodeOneShot.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
AnimationNodeOutput.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
AnimationNodeStateMachine.xml Add C# code examples to the docs 2020-09-26 12:29:55 +02:00
AnimationNodeStateMachinePlayback.xml doc: Sync classref with current source 2021-01-04 14:33:44 +01:00
AnimationNodeStateMachineTransition.xml Add C# code examples to the docs 2020-09-26 12:29:55 +02:00
AnimationNodeTimeScale.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
AnimationNodeTimeSeek.xml Add link titles for all links in the class reference 2020-08-31 14:22:07 +02:00
AnimationNodeTransition.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
AnimationPlayer.xml Add animation reset track feature 2020-12-20 12:45:08 +01:00
AnimationRootNode.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
AnimationTrackEditPlugin.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
AnimationTree.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
Area2D.xml Rename the final parameter of area_shape_entered-exited local_shape. 2021-01-09 13:34:59 +00:00
Area3D.xml Rename the final parameter of area_shape_entered-exited local_shape. 2021-01-09 13:34:59 +00:00
Array.xml doc: Sync classref with current source 2021-01-04 14:33:44 +01:00
ArrayMesh.xml doc: Sync classref with current source 2021-01-04 14:33:44 +01:00
AspectRatioContainer.xml Add AspectRatioContainer class 2020-11-25 15:06:40 +02:00
AStar2D.xml Explain A Star pathfinding algorithm cost calcuation 2021-01-05 19:51:38 +08:00
AStar.xml Explain A Star pathfinding algorithm cost calcuation 2021-01-05 19:51:38 +08:00
AtlasTexture.xml doc: Sync classref with current source 2020-02-12 12:37:13 +01:00
AudioBusLayout.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
AudioEffect.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
AudioEffectAmplify.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
AudioEffectBandLimitFilter.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
AudioEffectBandPassFilter.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
AudioEffectChorus.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
AudioEffectCompressor.xml doc: Sync classref with StringName/Callable changes 2020-02-22 14:59:09 +01:00
AudioEffectDelay.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
AudioEffectDistortion.xml Improve AudioEffectDistortion and AudioEffectFilter documentation 2020-09-11 11:34:23 -04:00
AudioEffectEQ6.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
AudioEffectEQ10.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
AudioEffectEQ21.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
AudioEffectEQ.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
AudioEffectFilter.xml Improve AudioEffectDistortion and AudioEffectFilter documentation 2020-09-11 11:34:23 -04:00
AudioEffectHighPassFilter.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
AudioEffectHighShelfFilter.xml Add documentation for shelf filters 2020-09-15 09:34:12 -04:00
AudioEffectInstance.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
AudioEffectLimiter.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
AudioEffectLowPassFilter.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
AudioEffectLowShelfFilter.xml Add documentation for shelf filters 2020-09-15 09:34:12 -04:00
AudioEffectNotchFilter.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
AudioEffectPanner.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
AudioEffectPhaser.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
AudioEffectPitchShift.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
AudioEffectRecord.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
AudioEffectReverb.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
AudioEffectSpectrumAnalyzer.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
AudioEffectSpectrumAnalyzerInstance.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
AudioEffectStereoEnhance.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
AudioServer.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
AudioStream.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
AudioStreamGenerator.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
AudioStreamGeneratorPlayback.xml Add link titles for all links in the class reference 2020-08-31 14:22:07 +02:00
AudioStreamMicrophone.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
AudioStreamPlayback.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
AudioStreamPlaybackResampled.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
AudioStreamPlayer2D.xml Add link titles for all links in the class reference 2020-08-31 14:22:07 +02:00
AudioStreamPlayer3D.xml Improve the AudioStreamPlayer3D class documentation 2020-11-23 16:56:05 +01:00
AudioStreamPlayer.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
AudioStreamRandomPitch.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
AudioStreamSample.xml Improve the AudioStreamSample class documentation 2020-04-15 23:40:01 +02:00
BackBufferCopy.xml Document how to workaround UI anchor issues when using BackBufferCopy 2020-04-17 23:17:31 +02:00
BakedLightmap.xml doc: Sync classref with current source 2020-05-12 10:10:50 +02:00
BakedLightmapData.xml doc: Sync classref with current source 2020-05-12 10:10:50 +02:00
BaseButton.xml Exposed shortcut_context property to scripting and added documentation. 2020-11-30 00:11:40 +10:00
BaseMaterial3D.xml Alpha Hash and Alpha2Coverage Implementation 2020-11-02 20:11:20 -08:00
Basis.xml Improve argument names for core types 2020-12-07 05:01:33 -05:00
BitMap.xml grow_mask() description added 2020-08-12 11:50:15 +03:00
Bone2D.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
BoneAttachment3D.xml doc: Update classref with node renames 2020-03-30 18:23:02 +02:00
bool.xml doc: Sync classref to add operators after #43419 2020-11-10 15:00:50 +01:00
BoxContainer.xml Docs: Improved wording and added links 2020-02-26 14:47:06 +11:00
BoxMesh.xml Merge pull request #44183 from madmiraal/box_shape-size 2020-12-28 16:06:50 +01:00
BoxShape3D.xml Use box size instead of extents for Shape dimensions 2020-12-08 11:58:21 +00:00
Button.xml [Complex Text Layouts] Add TextServer documentation. Update Font, CanvasItem, Theme and modified controls documentation. 2020-11-26 14:25:52 +02:00
ButtonGroup.xml Rename button group property to button_group 2020-10-24 01:30:18 -04:00
Callable.xml doc: Sync classref to add operators after #43419 2020-11-10 15:00:50 +01:00
Camera2D.xml doc: Sync classref with current source 2021-01-04 14:33:44 +01:00
Camera3D.xml Rename Camera3D near and far getters and setters 2020-12-20 13:46:57 +00:00
CameraEffects.xml Environment: Refactor code for readability + more 2020-07-01 14:44:45 +02:00
CameraFeed.xml Improve the CameraServer and CameraFeed class documentations 2020-04-08 14:26:21 +02:00
CameraServer.xml Improve the CameraServer and CameraFeed class documentations 2020-04-08 14:26:21 +02:00
CameraTexture.xml doc: Sync classref with current source 2020-02-12 12:37:13 +01:00
CanvasGroup.xml doc: Sync classref with current source + fixup some bindings 2020-11-04 15:38:26 +01:00
CanvasItem.xml doc: Sync classref with current source 2021-01-04 14:33:44 +01:00
CanvasItemMaterial.xml doc: Update classref with node renames 2020-03-30 18:23:02 +02:00
CanvasLayer.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
CanvasModulate.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
CanvasTexture.xml doc: Sync classref with current source + fixup some bindings 2020-11-04 15:38:26 +01:00
CapsuleMesh.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
CapsuleShape2D.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
CapsuleShape3D.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
CenterContainer.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
CharFXTransform.xml [Complex Text Layouts] Refactor RichTextLabel. 2020-12-11 09:48:49 +02:00
CheckBox.xml [Complex Text Layouts] Add TextServer documentation. Update Font, CanvasItem, Theme and modified controls documentation. 2020-11-26 14:25:52 +02:00
CheckButton.xml [Complex Text Layouts] Add TextServer documentation. Update Font, CanvasItem, Theme and modified controls documentation. 2020-11-26 14:25:52 +02:00
CircleShape2D.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
ClassDB.xml Clarify class_get_method_list() in release exports 2021-01-07 01:23:25 +01:00
ClippedCamera3D.xml Reference the online documentation in collision layer/mask properties 2020-08-03 13:58:51 +02:00
CodeEdit.xml [Complex Text Layouts] Add TextServer documentation. Update Font, CanvasItem, Theme and modified controls documentation. 2020-11-26 14:25:52 +02:00
CodeHighlighter.xml doc: Sync classref with current source 2020-07-15 08:43:21 +02:00
CollisionObject2D.xml Revert "Allow Area2D and 3D mouse events without a collision layer" 2020-07-27 22:45:01 +02:00
CollisionObject3D.xml doc: Update classref with node renames 2020-03-30 18:23:02 +02:00
CollisionPolygon2D.xml Add LOTS of missing docs 2020-03-13 16:35:03 +01:00
CollisionPolygon3D.xml doc: Update classref with node renames 2020-03-30 18:23:02 +02:00
CollisionShape2D.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
CollisionShape3D.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
Color.xml doc: Sync classref with current source 2021-01-04 14:33:44 +01:00
ColorPicker.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
ColorPickerButton.xml [Complex Text Layouts] Add TextServer documentation. Update Font, CanvasItem, Theme and modified controls documentation. 2020-11-26 14:25:52 +02:00
ColorRect.xml doc: Sync classref with current source + fixup some bindings 2020-11-04 15:38:26 +01:00
ConcavePolygonShape2D.xml doc: Sync classref with current source 2020-02-18 14:02:02 +01:00
ConcavePolygonShape3D.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
ConeTwistJoint3D.xml Fix confusing SliderJoint3D brief description 2020-12-24 01:48:31 +01:00
ConfigFile.xml Translate GDScript Code Examples to C# (C) 2020-09-26 11:48:37 +02:00
ConfirmationDialog.xml Rename AcceptDialog get_ok() to get_ok_button() 2020-12-14 18:43:52 +00:00
Container.xml doc: Sync classref with current source 2020-02-09 00:34:08 +01:00
Control.xml doc: Sync classref with current source 2021-01-04 14:33:44 +01:00
ConvexPolygonShape2D.xml Split Geometry singleton into Geometry2D and Geometry3D 2020-05-27 14:28:34 +03:00
ConvexPolygonShape3D.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
CPUParticles2D.xml Rename Particles/ParticlesMaterial "Flags" enum to "ParticleFlags" 2020-12-04 19:34:29 -05:00
CPUParticles3D.xml Rename Particles/ParticlesMaterial "Flags" enum to "ParticleFlags" 2020-12-04 19:34:29 -05:00
Crypto.xml feat: HMAC support in Crypto APIs 2020-11-26 18:39:56 -08:00
CryptoKey.xml Document AES and new Crypto/CryptoKey functions. 2020-06-18 17:06:16 +02:00
Cubemap.xml doc: Sync classref with current source 2020-05-12 10:10:50 +02:00
CubemapArray.xml doc: Sync classref with current source 2020-05-12 10:10:50 +02:00
Curve2D.xml Clarify Curve3D.get_point_{in,out} position in doc. 2020-11-16 17:22:44 -05:00
Curve3D.xml Fix incorrect Curve3D.interpolate_baked() description 2020-12-01 16:23:34 +01:00
Curve.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
CurveTexture.xml doc: Sync classref with current source 2020-02-12 12:37:13 +01:00
CylinderMesh.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
CylinderShape3D.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
DampedSpringJoint2D.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
Decal.xml Consistently use normal_map 2020-12-29 08:04:19 +00:00
Dictionary.xml doc: Sync classref with current source 2021-01-04 14:33:44 +01:00
DirectionalLight2D.xml doc: Sync classref with current source + fixup some bindings 2020-11-04 15:38:26 +01:00
DirectionalLight3D.xml Add sky_only setting to DirectionalLight3Ds 2020-10-21 23:28:08 -07:00
Directory.xml Port code examples to C# (D) 2020-11-01 09:05:17 +01:00
DisplayServer.xml Merge pull request #42841 from HaSa1002/docs-lang-3 2020-11-09 08:29:44 +01:00
DTLSServer.xml Variant: Sync docs with new constructors, fixups after #43403 2020-11-09 23:39:53 +01:00
EditorDebuggerPlugin.xml Added debugger plugin support 2020-08-26 11:24:51 +05:30
EditorExportPlugin.xml Complete documentation of EditorExportPlugin 2020-12-29 13:46:14 +01:00
EditorFeatureProfile.xml doc: Sync classref with current source 2020-09-04 10:43:11 +02:00
EditorFileDialog.xml doc: Sync classref with DisplayServer/Window changes 2020-03-31 11:56:58 +02:00
EditorFileSystem.xml Document several editor-related classes to 100% completion 2020-07-20 14:48:42 +02:00
EditorFileSystemDirectory.xml Document several editor-related classes to 100% completion 2020-07-20 14:48:42 +02:00
EditorImportPlugin.xml Clarify EditorImportPlugin.get_visible_name. 2021-02-11 11:13:17 +01:00
EditorInspector.xml doc: Sync classref with current source 2020-07-28 01:08:44 +02:00
EditorInspectorPlugin.xml doc: Sync classref with current source 2020-02-18 14:02:02 +01:00
EditorInterface.xml doc: Sync classref with current source 2021-01-04 14:33:44 +01:00
EditorNode3DGizmo.xml Document several editor-related classes to 100% completion 2020-07-20 14:48:42 +02:00
EditorNode3DGizmoPlugin.xml Merge pull request #43861 from JFonS/fix_gizmo_defval 2020-11-25 19:28:05 +01:00
EditorPlugin.xml Complete documentation of EditorExportPlugin 2020-12-29 13:46:14 +01:00
EditorProperty.xml Document several editor-related classes to 100% completion 2020-07-20 14:48:42 +02:00
EditorResourceConversionPlugin.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
EditorResourcePreview.xml Document how some editor classes should be accessed as singletons only 2020-04-22 11:39:59 +02:00
EditorResourcePreviewGenerator.xml doc: Sync classref with current source 2020-02-12 12:37:13 +01:00
EditorSceneImporter.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
EditorSceneImporterGLTF.xml doc: Sync classref with current source 2021-01-04 14:33:44 +01:00
EditorSceneImporterMesh.xml doc: Sync classref with current source 2021-01-04 14:33:44 +01:00
EditorSceneImporterMeshNode3D.xml doc: Sync classref with current source 2021-01-04 14:33:44 +01:00
EditorScenePostImport.xml Port code examples to C# (D) 2020-11-01 09:05:17 +01:00
EditorScript.xml Port code examples to C# (D) 2020-11-01 09:05:17 +01:00
EditorSelection.xml doc: Fix parsing typed arrays in makerst.py 2020-04-24 17:50:20 +02:00
EditorSettings.xml Port code examples to C# (D) 2020-11-01 09:05:17 +01:00
EditorSpinSlider.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
EditorSyntaxHighlighter.xml doc: Sync classref with current source 2020-07-15 08:43:21 +02:00
EditorTranslationParserPlugin.xml Port code examples to C# (D) 2020-11-01 09:05:17 +01:00
EditorVCSInterface.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
EncodedObjectAsID.xml doc: Sync classref with current source 2021-01-04 14:33:44 +01:00
Engine.xml doc: Sync classref with current source 2021-01-04 14:33:44 +01:00
EngineDebugger.xml Added debugger plugin support 2020-08-26 11:24:51 +05:30
Environment.xml Port ASSAO to Godot to replace SAO 2020-12-21 23:08:59 -08:00
Expression.xml Port code examples to C# (D) 2020-11-01 09:05:17 +01:00
File.xml Docs: Port Code Examples to C# (F, G, H, I, J, K, L) 2020-11-25 22:15:13 +01:00
FileDialog.xml Rename unselect to deselect 2020-12-21 10:26:41 +00:00
FileSystemDock.xml Environment: Refactor code for readability + more 2020-07-01 14:44:45 +02:00
float.xml doc: Sync classref to add operators after #43419 2020-11-10 15:00:50 +01:00
Font.xml [Complex Text Layouts] Add TextServer documentation. Update Font, CanvasItem, Theme and modified controls documentation. 2020-11-26 14:25:52 +02:00
FontData.xml [Complex Text Layouts] Add variable fonts support. 2020-12-13 18:43:39 +02:00
Generic6DOFJoint3D.xml Remove Generic6DOFJoint precision property 2020-12-15 10:14:48 +00:00
Geometry2D.xml Fixed Geometry2D::get_closest_points_between_segments docs 2020-12-12 12:45:06 +01:00
Geometry3D.xml Removed unused method Geometry.get_uv84_normal_bit 2020-10-09 10:22:26 +03:00
GeometryInstance3D.xml doc: Sync classref with current source 2021-01-04 14:33:44 +01:00
GIProbe.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
GIProbeData.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
GLTFAccessor.xml doc: Sync classref with current source 2021-01-04 14:33:44 +01:00
GLTFAnimation.xml doc: Sync classref with current source 2021-01-04 14:33:44 +01:00
GLTFBufferView.xml doc: Sync classref with current source 2021-01-04 14:33:44 +01:00
GLTFCamera.xml doc: Sync classref with current source 2021-01-04 14:33:44 +01:00
GLTFDocument.xml doc: Sync classref with current source 2021-01-04 14:33:44 +01:00
GLTFLight.xml doc: Sync classref with current source 2021-01-04 14:33:44 +01:00
GLTFMesh.xml doc: Sync classref with current source 2021-01-04 14:33:44 +01:00
GLTFNode.xml doc: Sync classref with current source 2021-01-04 14:33:44 +01:00
GLTFSkeleton.xml doc: Sync classref with current source 2021-01-04 14:33:44 +01:00
GLTFSkin.xml doc: Sync classref with current source 2021-01-04 14:33:44 +01:00
GLTFSpecGloss.xml doc: Sync classref with current source 2021-01-04 14:33:44 +01:00
GLTFState.xml doc: Sync classref with current source 2021-01-04 14:33:44 +01:00
GLTFTexture.xml doc: Sync classref with current source 2021-01-04 14:33:44 +01:00
GPUParticles2D.xml Document GPU particles visibility rect/aabb behavior 2021-01-16 17:37:17 +02:00
GPUParticles3D.xml Document GPU particles visibility rect/aabb behavior 2021-01-16 17:37:17 +02:00
GPUParticlesAttractor3D.xml doc: Sync classref with current source 2020-10-12 10:58:02 +02:00
GPUParticlesAttractorBox.xml doc: Sync classref with current source 2020-10-12 10:58:02 +02:00
GPUParticlesAttractorSphere.xml doc: Sync classref with current source 2020-10-12 10:58:02 +02:00
GPUParticlesAttractorVectorField.xml doc: Sync classref with current source 2020-10-12 10:58:02 +02:00
GPUParticlesCollision3D.xml doc: Sync classref with current source 2020-10-12 10:58:02 +02:00
GPUParticlesCollisionBox.xml doc: Sync classref with current source 2020-10-12 10:58:02 +02:00
GPUParticlesCollisionHeightField.xml doc: Sync classref with current source 2020-10-12 10:58:02 +02:00
GPUParticlesCollisionSDF.xml doc: Sync classref with current source 2020-10-12 10:58:02 +02:00
GPUParticlesCollisionSphere.xml doc: Sync classref with current source 2020-10-12 10:58:02 +02:00
Gradient.xml Rename offset to point in remove_point() 2020-12-28 17:57:55 +01:00
GradientTexture.xml doc: Sync classref with current source 2020-02-12 12:37:13 +01:00
GraphEdit.xml doc: Sync classref with current source 2021-01-04 14:33:44 +01:00
GraphNode.xml Rename Control margin to offset 2020-12-23 06:25:56 +00:00
GridContainer.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
GrooveJoint2D.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
HashingContext.xml Docs: Port Code Examples to C# (F, G, H, I, J, K, L) 2020-11-25 22:15:13 +01:00
HBoxContainer.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
HeightMapShape3D.xml doc: Update classref with node renames 2020-03-30 18:23:02 +02:00
HingeJoint3D.xml Fix confusing SliderJoint3D brief description 2020-12-24 01:48:31 +01:00
HMACContext.xml feat: HMAC support in Crypto APIs 2020-11-26 18:39:56 -08:00
HScrollBar.xml doc: Sync classref with current source 2020-02-12 12:37:13 +01:00
HSeparator.xml Add LOTS of missing docs 2020-03-13 16:35:03 +01:00
HSlider.xml Reference Range signals in the Slider class documentations 2020-08-08 13:56:22 +02:00
HSplitContainer.xml Add LOTS of missing docs 2020-03-13 16:35:03 +01:00
HTTPClient.xml Docs: Port Code Examples to C# (F, G, H, I, J, K, L) 2020-11-25 22:15:13 +01:00
HTTPRequest.xml Docs: Port Code Examples to C# (F, G, H, I, J, K, L) 2020-11-25 22:15:13 +01:00
Image.xml Consistently use normal_map 2020-12-29 08:04:19 +00:00
ImageTexture3D.xml doc: Sync classref with current source 2020-09-11 12:22:10 +02:00
ImageTexture.xml Describe ImageTexture, Image creation and usage 2020-11-17 16:00:41 +02:00
ImageTextureLayered.xml doc: Sync classref with current source 2020-05-15 18:25:09 +02:00
ImmediateGeometry3D.xml Improve the procedural geometry class documentations 2020-04-20 09:05:50 +02:00
Input.xml doc: Mention iOS support for Input gravity/gyroscope sensors 2020-11-27 12:01:08 +01:00
InputEvent.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
InputEventAction.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
InputEventFromWindow.xml doc: Update classref with node renames 2020-03-30 18:23:02 +02:00
InputEventGesture.xml Add LOTS of missing docs 2020-03-13 16:35:03 +01:00
InputEventJoypadButton.xml Add link titles for all links in the class reference 2020-08-31 14:22:07 +02:00
InputEventJoypadMotion.xml Add link titles for all links in the class reference 2020-08-31 14:22:07 +02:00
InputEventKey.xml Add link titles for all links in the class reference 2020-08-31 14:22:07 +02:00
InputEventMagnifyGesture.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
InputEventMIDI.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
InputEventMouse.xml Add link titles for all links in the class reference 2020-08-31 14:22:07 +02:00
InputEventMouseButton.xml Add link titles for all links in the class reference 2020-08-31 14:22:07 +02:00
InputEventMouseMotion.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
InputEventPanGesture.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
InputEventScreenDrag.xml Add link titles for all links in the class reference 2020-08-31 14:22:07 +02:00
InputEventScreenTouch.xml Add link titles for all links in the class reference 2020-08-31 14:22:07 +02:00
InputEventWithModifiers.xml Made serialization of Command toggleable when saving InputEvents. 2020-11-19 21:05:45 +10:00
InputMap.xml doc: Sync classref with current source 2020-11-23 23:44:44 +01:00
InstancePlaceholder.xml Document InstancePlaceholder.create_instance not being thread-safe. 2020-11-11 21:34:51 -05:00
int.xml Several edits to the GDScript docs 2020-12-01 16:05:10 +03:00
IP.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
ItemList.xml Merge pull request #33685 from Scony/improve-item-lists-add-item-methods 2021-01-15 16:24:20 +01:00
JavaClass.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
JavaClassWrapper.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
JavaScript.xml Document that the JavaScript singleton may be disabled at build-time 2020-09-20 16:40:16 +02:00
JNISingleton.xml doc: Sync classref with current source 2020-04-20 11:48:00 +02:00
Joint2D.xml Fix Joint2D doc 2020-06-21 22:55:16 -04:00
Joint3D.xml Fix confusing SliderJoint3D brief description 2020-12-24 01:48:31 +01:00
JSON.xml Documentation: clarify the indent parameter of JSON.print 2020-08-13 11:35:33 +05:30
JSONParser.xml doc: Sync classref with Variant utility methods 2020-11-17 11:26:24 +01:00
JSONParseResult.xml doc: Sync classref with current source 2021-01-04 14:33:44 +01:00
JSONRPC.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
KinematicBody2D.xml Docs: Port Code Examples to C# (F, G, H, I, J, K, L) 2020-11-25 22:15:13 +01:00
KinematicBody3D.xml updating descriptions 2020-10-12 20:24:19 -03:00
KinematicCollision2D.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
KinematicCollision3D.xml doc: Update classref with node renames 2020-03-30 18:23:02 +02:00
Label.xml [Complex Text Layouts] Add TextServer documentation. Update Font, CanvasItem, Theme and modified controls documentation. 2020-11-26 14:25:52 +02:00
LargeTexture.xml doc: Sync classref with current source 2020-02-12 12:37:13 +01:00
Light2D.xml doc: Sync classref with current source + fixup some bindings 2020-11-04 15:38:26 +01:00
Light3D.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
Lightmapper.xml doc: Sync classref with current source 2020-05-15 18:25:09 +02:00
LightmapperRD.xml doc: Sync classref with current source 2020-05-12 10:10:50 +02:00
LightmapProbe.xml doc: Sync classref with current source 2020-05-12 10:10:50 +02:00
LightOccluder2D.xml Rename LightOccluder2D light_mask to occluder_light_mask 2020-12-04 19:34:29 -05:00
Line2D.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
LineEdit.xml [Complex Text Layouts] Add TextServer documentation. Update Font, CanvasItem, Theme and modified controls documentation. 2020-11-26 14:25:52 +02:00
LineShape2D.xml Rename Lineshapes d to distance 2020-05-09 15:10:00 +02:00
LinkButton.xml doc: Sync classref with current source 2020-12-04 22:28:08 +01:00
Listener3D.xml doc: Update classref with node renames 2020-03-30 18:23:02 +02:00
MainLoop.xml Mention that the delta argument is in seconds in Node documentation 2021-01-05 19:14:37 +01:00
MarginContainer.xml Docs: Port Code Examples to C# (M, N, O, P, R) 2020-11-09 10:05:53 +01:00
Marshalls.xml Core: Change _Marshall class inherit from Reference to Object 2020-02-24 10:45:19 -03:00
Material.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
MenuButton.xml doc: Sync classref with current source 2020-12-04 22:28:08 +01:00
Mesh.xml doc: Sync classref with current source 2021-01-04 14:33:44 +01:00
MeshDataTool.xml Rename CubeMesh BoxMesh 2020-12-05 11:48:26 +00:00
MeshInstance2D.xml Add link titles for all links in the class reference 2020-08-31 14:22:07 +02:00
MeshInstance3D.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
MeshLibrary.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
MeshTexture.xml doc: Sync classref with current source 2020-02-12 12:37:13 +01:00
MultiMesh.xml Clarify that MultiMesh.set_instance_color() multiplies vertex colors 2020-10-15 10:19:20 +02:00
MultiMeshInstance2D.xml Document the expected normal map coordinate system where relevant 2020-05-04 22:46:47 +02:00
MultiMeshInstance3D.xml Add link titles for all links in the class reference 2020-08-31 14:22:07 +02:00
MultiplayerAPI.xml add root_node as property of MultiplayerAPI 2020-07-05 16:15:04 +02:00
Mutex.xml Add link titles for all links in the class reference 2020-08-31 14:22:07 +02:00
Navigation2D.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
Navigation3D.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
NavigationAgent2D.xml Fix various typos 2020-03-11 13:59:18 -04:00
NavigationAgent3D.xml doc: Update classref with node renames 2020-03-30 18:23:02 +02:00
NavigationMesh.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
NavigationMeshGenerator.xml doc: Sync classref with current source 2020-02-12 12:37:13 +01:00
NavigationObstacle2D.xml doc: Update classref with node renames 2020-03-30 18:23:02 +02:00
NavigationObstacle3D.xml doc: Update classref with node renames 2020-03-30 18:23:02 +02:00
NavigationPolygon.xml Docs: Port Code Examples to C# (M, N, O, P, R) 2020-11-09 10:05:53 +01:00
NavigationRegion2D.xml Renamed NavigationPolygonInstance to NavigationRegion2D 2020-02-28 08:28:53 +01:00
NavigationRegion3D.xml doc: Update classref with node renames 2020-03-30 18:23:02 +02:00
NavigationServer2D.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
NavigationServer3D.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
NetworkedMultiplayerPeer.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
NinePatchRect.xml doc: Sync classref with current source 2021-01-04 14:33:44 +01:00
Node2D.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
Node3D.xml Merge pull request #38578 from Phischermen/transform-notification-doc_update 2021-01-15 16:17:26 +01:00
Node3DGizmo.xml doc: Update classref with node renames 2020-03-30 18:23:02 +02:00
Node.xml Mention that the delta argument is in seconds in Node documentation 2021-01-05 19:14:37 +01:00
NodePath.xml Merge pull request #43246 from HaSa1002/docs-lang-5 2020-11-16 09:16:18 +01:00
Object.xml doc: Sync classref with current source 2021-01-04 14:33:44 +01:00
OccluderPolygon2D.xml doc: Sync classref with current source 2020-02-18 14:02:02 +01:00
OmniLight3D.xml Add link titles for all links in the class reference 2020-08-31 14:22:07 +02:00
OptionButton.xml [Complex Text Layouts] Add TextServer documentation. Update Font, CanvasItem, Theme and modified controls documentation. 2020-11-26 14:25:52 +02:00
ORMMaterial3D.xml doc: Sync classref with current source 2020-02-12 12:37:13 +01:00
OS.xml Split OS::execute into two methods 2021-01-09 10:03:23 +00:00
PackedByteArray.xml doc: Sync classref with current source 2021-01-04 14:33:44 +01:00
PackedColorArray.xml doc: Sync classref with current source 2021-01-04 14:33:44 +01:00
PackedDataContainer.xml doc: Sync classref with current source 2020-02-18 14:02:02 +01:00
PackedDataContainerRef.xml Add LOTS of missing docs 2020-03-13 16:35:03 +01:00
PackedFloat32Array.xml doc: Sync classref with current source 2021-01-04 14:33:44 +01:00
PackedFloat64Array.xml doc: Sync classref with current source 2021-01-04 14:33:44 +01:00
PackedInt32Array.xml doc: Sync classref with current source 2021-01-04 14:33:44 +01:00
PackedInt64Array.xml doc: Sync classref with current source 2021-01-04 14:33:44 +01:00
PackedScene.xml Docs: Port Code Examples to C# (M, N, O, P, R) 2020-11-09 10:05:53 +01:00
PackedSceneGLTF.xml doc: Sync classref with current source 2021-01-04 14:33:44 +01:00
PackedStringArray.xml doc: Sync classref with current source 2021-01-04 14:33:44 +01:00
PackedVector2Array.xml doc: Sync classref with current source 2021-01-04 14:33:44 +01:00
PackedVector3Array.xml doc: Sync classref with current source 2021-01-04 14:33:44 +01:00
PacketPeer.xml doc: Sync classref with current source 2020-02-18 14:02:02 +01:00
PacketPeerDTLS.xml doc: Sync classref with current source 2020-02-19 09:55:47 +01:00
PacketPeerStream.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
PacketPeerUDP.xml Docs: Port Code Examples to C# (M, N, O, P, R) 2020-11-09 10:05:53 +01:00
Panel.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
PanelContainer.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
PanoramaSkyMaterial.xml Working sky shader implementation 2020-03-21 20:43:44 -07:00
ParallaxBackground.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
ParallaxLayer.xml doc: Sync classref with current source 2020-02-12 12:37:13 +01:00
ParticlesMaterial.xml Rename Particles/ParticlesMaterial "Flags" enum to "ParticleFlags" 2020-12-04 19:34:29 -05:00
Path2D.xml doc: Sync classref with current source 2020-04-28 16:33:44 +02:00
Path3D.xml doc: Update classref with node renames 2020-03-30 18:23:02 +02:00
PathFollow2D.xml Rename PathFollow2D rotate bool 2020-12-04 18:59:02 -05:00
PathFollow3D.xml doc: Update classref with node renames 2020-03-30 18:23:02 +02:00
PCKPacker.xml Docs: Port Code Examples to C# (M, N, O, P, R) 2020-11-09 10:05:53 +01:00
Performance.xml Docs: Port Code Examples to C# (M, N, O, P, R) 2020-11-09 10:05:53 +01:00
PHashTranslation.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
PhysicalBone3D.xml doc: Sync classref with current source 2020-12-04 22:28:08 +01:00
PhysicalSkyMaterial.xml Add night sky to PhysicalSkyMaterial 2020-05-16 12:59:55 -07:00
PhysicsBody2D.xml Remove old RigidBody layers property and methods. 2020-10-13 16:59:49 +01:00
PhysicsBody3D.xml Merge pull request #40993 from Calinou/doc-collision-layer-mask 2020-08-31 15:32:44 +02:00
PhysicsDirectBodyState2D.xml Add link titles for all links in the class reference 2020-08-31 14:22:07 +02:00
PhysicsDirectBodyState3D.xml Refactor physics force and impulse code 2020-06-02 23:18:59 -04:00
PhysicsDirectSpaceState2D.xml Fix cast_motion sometimes failing 2020-11-27 15:33:00 +00:00
PhysicsDirectSpaceState3D.xml Fix cast_motion sometimes failing 2020-11-27 15:33:00 +00:00
PhysicsMaterial.xml Add description for "absorbent" and "rough" 2020-06-15 12:36:43 +01:00
PhysicsServer2D.xml Mention that body_set_state is deferred 2020-08-21 13:31:33 +02:00
PhysicsServer3D.xml Refactor physics force and impulse code 2020-06-02 23:18:59 -04:00
PhysicsShapeQueryParameters2D.xml Docs: Port Code Examples to C# (M, N, O, P, R) 2020-11-09 10:05:53 +01:00
PhysicsShapeQueryParameters3D.xml Docs: Port Code Examples to C# (M, N, O, P, R) 2020-11-09 10:05:53 +01:00
PhysicsShapeQueryResult2D.xml doc: Update classref with node renames 2020-03-30 18:23:02 +02:00
PhysicsShapeQueryResult3D.xml doc: Update classref with node renames 2020-03-30 18:23:02 +02:00
PhysicsTestMotionResult2D.xml doc: Update classref with node renames 2020-03-30 18:23:02 +02:00
PinJoint2D.xml doc: Update classref with node renames 2020-03-30 18:23:02 +02:00
PinJoint3D.xml Fix confusing SliderJoint3D brief description 2020-12-24 01:48:31 +01:00
Plane.xml doc: Sync classref with current source 2021-01-04 14:33:44 +01:00
PlaneMesh.xml Document how to solve UV jittering when using large procedural meshes 2020-12-19 18:16:52 +01:00
PointLight2D.xml doc: Sync classref with current source + fixup some bindings 2020-11-04 15:38:26 +01:00
PointMesh.xml doc: Sync classref with current source 2020-02-12 12:37:13 +01:00
Polygon2D.xml doc: Sync classref with current source + fixup some bindings 2020-11-04 15:38:26 +01:00
PolygonPathFinder.xml doc: Sync classref for Packed{Int,Float}{32,64}Array additions 2020-02-25 22:02:36 +01:00
Popup.xml doc: Sync classref with Variant utility methods 2020-11-17 11:26:24 +01:00
PopupMenu.xml Added optional id parameter to PopupMenu::add_separator 2020-12-27 15:18:47 +03:00
PopupPanel.xml doc: Sync classref with DisplayServer/Window changes 2020-03-31 11:56:58 +02:00
Position2D.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
Position3D.xml doc: Update classref with node renames 2020-03-30 18:23:02 +02:00
PrimitiveMesh.xml Rename CubeMesh BoxMesh 2020-12-05 11:48:26 +00:00
PrismMesh.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
ProceduralSkyMaterial.xml Add light size to Sky Shaders 2020-04-17 09:32:24 -07:00
ProgressBar.xml [Complex Text Layouts] Add TextServer documentation. Update Font, CanvasItem, Theme and modified controls documentation. 2020-11-26 14:25:52 +02:00
ProjectSettings.xml doc: Sync classref with current source 2021-01-06 15:23:58 +01:00
ProximityGroup3D.xml ProximityGroup: Fix access modifiers, rename private methods for clarity 2020-12-11 14:32:05 +01:00
ProxyTexture.xml doc: Sync classref with current source 2020-02-12 12:37:13 +01:00
QuadMesh.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
Quat.xml doc: Sync classref with current source 2021-01-04 14:33:44 +01:00
RandomNumberGenerator.xml Add ability to restore RandomNumberGenerator state 2020-12-07 13:50:46 +02:00
Range.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
RayCast2D.xml doc: Sync classref with current source 2020-09-11 12:22:10 +02:00
RayCast3D.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
RayShape2D.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
RayShape3D.xml doc: Update classref with node renames 2020-03-30 18:23:02 +02:00
RDAttachmentFormat.xml Exposed RenderingDevice to script API 2020-04-20 21:21:58 -03:00
RDPipelineColorBlendState.xml doc: Fix parsing typed arrays in makerst.py 2020-04-24 17:50:20 +02:00
RDPipelineColorBlendStateAttachment.xml doc: Fix parsing typed arrays in makerst.py 2020-04-24 17:50:20 +02:00
RDPipelineDepthStencilState.xml Exposed RenderingDevice to script API 2020-04-20 21:21:58 -03:00
RDPipelineMultisampleState.xml doc: Fix parsing typed arrays in makerst.py 2020-04-24 17:50:20 +02:00
RDPipelineRasterizationState.xml Exposed RenderingDevice to script API 2020-04-20 21:21:58 -03:00
RDSamplerState.xml Exposed RenderingDevice to script API 2020-04-20 21:21:58 -03:00
RDShaderBytecode.xml Exposed RenderingDevice to script API 2020-04-20 21:21:58 -03:00
RDShaderFile.xml Exposed RenderingDevice to script API 2020-04-20 21:21:58 -03:00
RDShaderSource.xml Exposed RenderingDevice to script API 2020-04-20 21:21:58 -03:00
RDTextureFormat.xml Rename RD texture "type" to "texture_type" 2020-12-04 19:34:50 -05:00
RDTextureView.xml Exposed RenderingDevice to script API 2020-04-20 21:21:58 -03:00
RDUniform.xml Rename RD uniform "type" to "uniform_type" 2020-12-04 19:34:50 -05:00
RDVertexAttribute.xml doc: Fix parsing typed arrays in makerst.py 2020-04-24 17:50:20 +02:00
Rect2.xml doc: Sync classref with current source 2021-01-04 14:33:44 +01:00
Rect2i.xml doc: Sync classref with current source 2021-01-04 14:33:44 +01:00
RectangleShape2D.xml Use rectangle size instead of extents for Shape dimensions 2020-12-08 11:57:46 +00:00
Reference.xml Remove the implication that references and resources are not objected from their description 2021-01-11 08:22:16 -05:00
ReferenceRect.xml Merge pull request #42907 from Xrayez/add-ref-rect-border-width 2020-10-22 15:58:12 +02:00
ReflectionProbe.xml doc: Sync classref with current source 2021-01-04 14:33:44 +01:00
RemoteTransform2D.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
RemoteTransform3D.xml doc: Update classref with node renames 2020-03-30 18:23:02 +02:00
RenderingDevice.xml doc: Sync classref with current source 2021-01-04 14:33:44 +01:00
RenderingServer.xml doc: Sync classref with current source 2021-01-04 14:33:44 +01:00
Resource.xml Expose Resource.emit_changed() to script 2021-01-13 16:27:58 +02:00
ResourceFormatLoader.xml doc: Sync classref with current source 2020-05-12 10:10:50 +02:00
ResourceFormatSaver.xml doc: Sync classref with current source 2020-02-18 14:02:02 +01:00
ResourceImporter.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
ResourceLoader.xml Document what can be used as a type hint 2020-12-15 19:16:43 -05:00
ResourcePreloader.xml doc: Sync classref with StringName/Callable changes 2020-02-22 14:59:09 +01:00
ResourceSaver.xml doc: Sync classref with current source 2020-02-18 14:02:02 +01:00
RichTextEffect.xml Add link titles for all links in the class reference 2020-08-31 14:22:07 +02:00
RichTextLabel.xml RichTextLabel: adds separate get_total_x_count, get_visible_x_count and scroll_to_x functions for wrapped lines and paragraphs (newlines). 2021-01-18 11:26:55 +02:00
RID.xml doc: Sync classref to add operators after #43419 2020-11-10 15:00:50 +01:00
RigidBody2D.xml Update area-body_shape_entered-exited signal documentation. 2021-01-09 13:34:50 +00:00
RigidBody3D.xml Update area-body_shape_entered-exited signal documentation. 2021-01-09 13:34:50 +00:00
RootMotionView.xml doc: Update classref with node renames 2020-03-30 18:23:02 +02:00
SceneState.xml doc: Sync classref with StringName/Callable changes 2020-02-22 14:59:09 +01:00
SceneTree.xml doc: Sync classref with current source 2021-01-04 14:33:44 +01:00
SceneTreeTimer.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
Script.xml Add link titles for all links in the class reference 2020-08-31 14:22:07 +02:00
ScriptCreateDialog.xml doc: Sync classref with DisplayServer/Window changes 2020-03-31 11:56:58 +02:00
ScriptEditor.xml add description for ScriptEditor.open_script_create_dialog() 2020-09-19 00:03:24 +02:00
ScriptEditorBase.xml doc: Sync classref with current source 2020-07-15 08:43:21 +02:00
ScrollBar.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
ScrollContainer.xml Docs: Improved wording and added links 2020-02-26 14:47:06 +11:00
SegmentShape2D.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
Semaphore.xml Add link titles for all links in the class reference 2020-08-31 14:22:07 +02:00
Separator.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
Shader.xml Add link titles for all links in the class reference 2020-08-31 14:22:07 +02:00
ShaderGlobalsOverride.xml doc: Sync classref with current source 2020-04-20 11:48:00 +02:00
ShaderMaterial.xml Add link titles for all links in the class reference 2020-08-31 14:22:07 +02:00
Shape2D.xml Add link titles for all links in the class reference 2020-08-31 14:22:07 +02:00
Shape3D.xml Add link titles for all links in the class reference 2020-08-31 14:22:07 +02:00
Shortcut.xml Rename ShortCut to Shortcut which is more grammatically correct 2020-09-09 21:54:54 +02:00
Signal.xml doc: Sync classref to add operators after #43419 2020-11-10 15:00:50 +01:00
Skeleton2D.xml Add link titles for all links in the class reference 2020-08-31 14:22:07 +02:00
Skeleton3D.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
SkeletonIK3D.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
Skin.xml doc: Sync classref with StringName/Callable changes 2020-02-22 14:59:09 +01:00
SkinReference.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
Sky.xml Add incremental update mode to sky 2020-07-11 00:10:15 -07:00
Slider.xml Reference Range signals in the Slider class documentations 2020-08-08 13:56:22 +02:00
SliderJoint3D.xml Fix confusing SliderJoint3D brief description 2020-12-24 01:48:31 +01:00
SoftBody3D.xml Merge pull request #40993 from Calinou/doc-collision-layer-mask 2020-08-31 15:32:44 +02:00
SphereMesh.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
SphereShape3D.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
SpinBox.xml Fix suffix property doc typo: "prefix" -> "suffix" 2020-05-06 05:00:12 +12:00
SplitContainer.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
SpotLight3D.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
SpringArm3D.xml Reference the online documentation in collision layer/mask properties 2020-08-03 13:58:51 +02:00
Sprite2D.xml doc: Sync classref with current source + fixup some bindings 2020-11-04 15:38:26 +01:00
Sprite3D.xml Update and complete the Sprite3D and SpriteBase3D class documentations 2020-09-12 15:43:01 +02:00
SpriteBase3D.xml Update and complete the Sprite3D and SpriteBase3D class documentations 2020-09-12 15:43:01 +02:00
SpriteFrames.xml doc: Sync classref with current source 2020-09-11 12:22:10 +02:00
StandardMaterial3D.xml doc: Sync classref with current source 2020-02-12 12:37:13 +01:00
StaticBody2D.xml Remove deprecated PhysicsBody friction and bounce parameters 2020-02-12 13:39:55 +01:00
StaticBody3D.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
StreamCubemap.xml doc: Sync classref with current source 2020-05-12 10:10:50 +02:00
StreamCubemapArray.xml doc: Sync classref with current source 2020-05-12 10:10:50 +02:00
StreamPeer.xml doc: Sync classref with current source 2020-02-18 14:02:02 +01:00
StreamPeerBuffer.xml doc: Sync classref with current source 2020-02-18 14:02:02 +01:00
StreamPeerSSL.xml Add link titles for all links in the class reference 2020-08-31 14:22:07 +02:00
StreamPeerTCP.xml Docs change: More detailed description of StreamPeerTCP.is_connected_to_host() 2020-10-07 16:35:33 +02:00
StreamTexture2D.xml doc: Sync classref with current source 2020-05-12 10:10:50 +02:00
StreamTexture2DArray.xml doc: Sync classref with current source 2020-05-12 10:10:50 +02:00
StreamTexture3D.xml doc: Sync classref with current source 2020-09-11 12:22:10 +02:00
StreamTextureLayered.xml doc: Sync classref with current source 2020-05-12 10:10:50 +02:00
String.xml Clarify lstrip()/rstrip() methods in String for removed characters 2021-01-10 15:13:59 +02:00
StringName.xml doc: Sync classref to add operators after #43419 2020-11-10 15:00:50 +01:00
StyleBox.xml doc: Sync classref with current source 2021-01-04 14:33:44 +01:00
StyleBoxEmpty.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
StyleBoxFlat.xml doc: Sync classref with current source 2021-01-04 14:33:44 +01:00
StyleBoxLine.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
StyleBoxTexture.xml doc: Sync classref with current source 2021-01-04 14:33:44 +01:00
SubViewport.xml Rename Viewport::ClearMode::CLEAR_MODE_ONLY_NEXT_FRAME to CLEAR_MODE_ONCE 2020-12-10 12:24:49 +00:00
SubViewportContainer.xml Document how to resize a SubViewportContainer to avoid stretching 2020-06-14 15:26:51 +02:00
SurfaceTool.xml doc: Sync classref with current source 2021-01-04 14:33:44 +01:00
SyntaxHighlighter.xml doc: Sync classref with current source 2020-07-15 08:43:21 +02:00
TabContainer.xml doc: Sync classref with current source 2021-01-04 14:33:44 +01:00
Tabs.xml Rename Tabs close and hover signals to tab_closed and tab_hovered 2020-12-08 09:51:06 +00:00
TCP_Server.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
TextEdit.xml Fix missed renamings from empty() to is_empty() 2020-12-29 09:55:07 +01:00
TextFile.xml Revert "Remove TextFile from public API" 2020-02-18 10:35:30 +01:00
TextLine.xml [Complex Text Layouts] Add TextServer documentation. Update Font, CanvasItem, Theme and modified controls documentation. 2020-11-26 14:25:52 +02:00
TextParagraph.xml [Complex Text Layouts] Add drop-caps support to TextParagraph and RTL. 2020-12-13 22:20:02 +02:00
TextServer.xml Add word breaks on punctuation characters. 2020-12-14 11:36:13 +02:00
TextServerManager.xml [Complex Text Layouts] Add TextServer documentation. Update Font, CanvasItem, Theme and modified controls documentation. 2020-11-26 14:25:52 +02:00
Texture2D.xml Describe ImageTexture, Image creation and usage 2020-11-17 16:00:41 +02:00
Texture2DArray.xml doc: Sync classref with current source 2020-05-12 10:10:50 +02:00
Texture3D.xml Added Texture3D to visual shaders 2020-09-10 07:40:06 +03:00
Texture.xml doc: Fix rebase error from #39589 2020-06-18 11:34:10 +02:00
TextureButton.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
TextureLayered.xml doc: Sync classref with current source 2020-05-12 10:10:50 +02:00
TextureProgressBar.xml doc: Sync classref with current source 2021-01-04 14:33:44 +01:00
TextureRect.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
Theme.xml Remove unused argument in Theme method and expose missing methods 2020-12-17 15:51:08 +03:00
Thread.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
TileMap.xml Improved documentation for TileMap.cell_y_sort 2020-10-27 00:30:14 +01:00
TileSet.xml doc: Sync classref with current source + fixup some bindings 2020-11-04 15:38:26 +01:00
Timer.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
TouchScreenButton.xml Improve touch screen button description 2020-08-27 16:48:07 -04:00
Transform2D.xml Improve argument names for core types 2020-12-07 05:01:33 -05:00
Transform.xml doc: Sync classref to add operators after #43419 2020-11-10 15:00:50 +01:00
Translation.xml Add link titles for all links in the class reference 2020-08-31 14:22:07 +02:00
TranslationServer.xml Add link titles for all links in the class reference 2020-08-31 14:22:07 +02:00
Tree.xml [Complex Text Layouts] Add TextServer documentation. Update Font, CanvasItem, Theme and modified controls documentation. 2020-11-26 14:25:52 +02:00
TreeItem.xml [Complex Text Layouts] Add TextServer documentation. Update Font, CanvasItem, Theme and modified controls documentation. 2020-11-26 14:25:52 +02:00
TriangleMesh.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
Tween.xml Tween.xml word order fix 2020-06-23 18:42:11 +02:00
UDPServer.xml Document updated UDPServer interface. 2020-07-14 14:10:18 +02:00
UndoRedo.xml Improve UndoRedo class 2021-01-12 14:34:46 +01:00
Variant.xml doc: Sync classref with current source 2021-01-04 14:33:44 +01:00
VBoxContainer.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
Vector2.xml doc: Sync classref with current source 2021-01-04 14:33:44 +01:00
Vector2i.xml doc: Sync classref to add operators after #43419 2020-11-10 15:00:50 +01:00
Vector3.xml doc: Sync classref with current source 2021-01-04 14:33:44 +01:00
Vector3i.xml doc: Sync classref to add operators after #43419 2020-11-10 15:00:50 +01:00
VehicleBody3D.xml doc: Sync classref with current source 2020-12-04 22:28:08 +01:00
VehicleWheel3D.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
VelocityTracker3D.xml doc: Update classref with node renames 2020-03-30 18:23:02 +02:00
VideoPlayer.xml Document the lack of localization remapping support in VideoPlayer 2020-11-27 15:56:24 +01:00
VideoStream.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
Viewport.xml doc: Sync classref with current source 2021-01-04 14:33:44 +01:00
ViewportTexture.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
VisibilityEnabler2D.xml Improve the VisibilityNotifier and VisibilityEnabler class descriptions 2020-07-18 00:30:30 +02:00
VisibilityEnabler3D.xml Improve the VisibilityNotifier and VisibilityEnabler class descriptions 2020-07-18 00:30:30 +02:00
VisibilityNotifier2D.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
VisibilityNotifier3D.xml Improve the VisibilityNotifier and VisibilityEnabler class descriptions 2020-07-18 00:30:30 +02:00
VisualInstance3D.xml Cross-reference AABB getter methods in the documentation 2020-09-16 15:53:10 +02:00
VisualShader.xml Add convert options between constants and uniforms in visual shaders 2020-12-30 13:07:08 +03:00
VisualShaderNode.xml doc: Sync classref with current source 2020-10-09 15:04:15 +02:00
VisualShaderNodeBooleanConstant.xml Add convert options between constants and uniforms in visual shaders 2020-12-30 13:07:08 +03:00
VisualShaderNodeBooleanUniform.xml Added default value for uniforms in visual shaders 2020-07-27 15:44:22 +03:00
VisualShaderNodeColorConstant.xml Add convert options between constants and uniforms in visual shaders 2020-12-30 13:07:08 +03:00
VisualShaderNodeColorFunc.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
VisualShaderNodeColorOp.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
VisualShaderNodeColorUniform.xml Added default value for uniforms in visual shaders 2020-07-27 15:44:22 +03:00
VisualShaderNodeCompare.xml doc: Sync classref with current source 2020-02-29 14:22:57 +01:00
VisualShaderNodeConstant.xml Add convert options between constants and uniforms in visual shaders 2020-12-30 13:07:08 +03:00
VisualShaderNodeCubemap.xml Consistently use normal_map 2020-12-29 08:04:19 +00:00
VisualShaderNodeCubemapUniform.xml doc: Sync classref with current source 2020-02-12 12:37:13 +01:00
VisualShaderNodeCurveTexture.xml Added VisualShaderNodeCurve to easy gather data from a CurveTexture 2020-10-18 09:57:15 +03:00
VisualShaderNodeCustom.xml Removes redundant code & fix documentation for VisualShaderNodeCustom 2020-09-06 12:09:15 +03:00
VisualShaderNodeDeterminant.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
VisualShaderNodeDotProduct.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
VisualShaderNodeExpression.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
VisualShaderNodeFaceForward.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
VisualShaderNodeFloatConstant.xml Add convert options between constants and uniforms in visual shaders 2020-12-30 13:07:08 +03:00
VisualShaderNodeFloatFunc.xml Docs for some nodes in visual shader(part 3) 2020-02-27 09:12:08 +03:00
VisualShaderNodeFloatOp.xml Docs for some nodes in visual shader(part 3) 2020-02-27 09:12:08 +03:00
VisualShaderNodeFloatUniform.xml Added default value for uniforms in visual shaders 2020-07-27 15:44:22 +03:00
VisualShaderNodeFresnel.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
VisualShaderNodeGlobalExpression.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
VisualShaderNodeGroupBase.xml Added VisualShaderNodeCurve to easy gather data from a CurveTexture 2020-10-18 09:57:15 +03:00
VisualShaderNodeIf.xml Fix various typos 2020-03-11 13:59:18 -04:00
VisualShaderNodeInput.xml Add link titles for all links in the class reference 2020-08-31 14:22:07 +02:00
VisualShaderNodeIntConstant.xml Add convert options between constants and uniforms in visual shaders 2020-12-30 13:07:08 +03:00
VisualShaderNodeIntFunc.xml doc: Sync classref with current source 2020-02-29 14:22:57 +01:00
VisualShaderNodeIntOp.xml Docs for some nodes in visual shader(part 3) 2020-02-27 09:12:08 +03:00
VisualShaderNodeIntUniform.xml Added default value for uniforms in visual shaders 2020-07-27 15:44:22 +03:00
VisualShaderNodeIs.xml Add documentation for the VisualShader nodes 2020-05-08 00:36:01 +02:00
VisualShaderNodeMultiplyAdd.xml Renames Type to OpType in VisualShaderNodeMultiplyAdd 2020-09-15 11:06:18 +03:00
VisualShaderNodeOuterProduct.xml Add documentation for the VisualShader nodes 2020-05-08 00:36:01 +02:00
VisualShaderNodeOutput.xml Fix spelling & grammar in comments, docs, and messages 2020-07-21 15:17:23 -04:00
VisualShaderNodeResizableBase.xml Added VisualShaderNodeCurve to easy gather data from a CurveTexture 2020-10-18 09:57:15 +03:00
VisualShaderNodeSample3D.xml Added Texture2DArray support to visual shaders 2020-06-19 18:02:05 +03:00
VisualShaderNodeScalarClamp.xml Add documentation for the VisualShader nodes 2020-05-08 00:36:01 +02:00
VisualShaderNodeScalarDerivativeFunc.xml Add documentation for the VisualShader nodes 2020-05-08 00:36:01 +02:00
VisualShaderNodeScalarInterp.xml Add documentation for the VisualShader nodes 2020-05-08 00:36:01 +02:00
VisualShaderNodeScalarSmoothStep.xml Add documentation for the VisualShader nodes 2020-05-08 00:36:01 +02:00
VisualShaderNodeScalarSwitch.xml Add documentation for the VisualShader nodes 2020-05-08 00:36:01 +02:00
VisualShaderNodeScreenUVToSDF.xml Added SDF nodes to visual shader 2021-01-18 15:04:54 +01:00
VisualShaderNodeSDFRaymarch.xml Added SDF nodes to visual shader 2021-01-18 15:04:54 +01:00
VisualShaderNodeSDFToScreenUV.xml Added SDF nodes to visual shader 2021-01-18 15:04:54 +01:00
VisualShaderNodeSwitch.xml Add documentation for the VisualShader nodes 2020-05-08 00:36:01 +02:00
VisualShaderNodeTexture2DArray.xml Added Texture2DArray support to visual shaders 2020-06-19 18:02:05 +03:00
VisualShaderNodeTexture2DArrayUniform.xml doc: Sync classref with current source 2020-06-25 11:00:38 +02:00
VisualShaderNodeTexture3D.xml Added Texture3D to visual shaders 2020-09-10 07:40:06 +03:00
VisualShaderNodeTexture3DUniform.xml Added Texture3D to visual shaders 2020-09-10 07:40:06 +03:00
VisualShaderNodeTexture.xml Consistently use normal_map 2020-12-29 08:04:19 +00:00
VisualShaderNodeTextureSDF.xml Added SDF nodes to visual shader 2021-01-18 15:04:54 +01:00
VisualShaderNodeTextureSDFNormal.xml Added SDF nodes to visual shader 2021-01-18 15:04:54 +01:00
VisualShaderNodeTextureUniform.xml Consistently use normal_map 2020-12-29 08:04:19 +00:00
VisualShaderNodeTextureUniformTriplanar.xml Add documentation for the VisualShader nodes 2020-05-08 00:36:01 +02:00
VisualShaderNodeTransformCompose.xml Add documentation for the VisualShader nodes 2020-05-08 00:36:01 +02:00
VisualShaderNodeTransformConstant.xml Add convert options between constants and uniforms in visual shaders 2020-12-30 13:07:08 +03:00
VisualShaderNodeTransformDecompose.xml Add documentation for the VisualShader nodes 2020-05-08 00:36:01 +02:00
VisualShaderNodeTransformFunc.xml Add documentation for the VisualShader nodes 2020-05-08 00:36:01 +02:00
VisualShaderNodeTransformMult.xml Add documentation for the VisualShader nodes 2020-05-08 00:36:01 +02:00
VisualShaderNodeTransformUniform.xml Added default value for uniforms in visual shaders 2020-07-27 15:44:22 +03:00
VisualShaderNodeTransformVecMult.xml Add documentation for the VisualShader nodes 2020-05-08 00:36:01 +02:00
VisualShaderNodeUniform.xml Merge pull request #38505 from KoBeWi/ms_visual_docs 2020-05-10 13:07:56 +02:00
VisualShaderNodeUniformRef.xml Added UniformRef visual shader node 2020-07-28 14:44:53 +03:00
VisualShaderNodeVec3Constant.xml Add convert options between constants and uniforms in visual shaders 2020-12-30 13:07:08 +03:00
VisualShaderNodeVec3Uniform.xml Added default value for uniforms in visual shaders 2020-07-27 15:44:22 +03:00
VisualShaderNodeVectorClamp.xml Add documentation for the VisualShader nodes 2020-05-08 00:36:01 +02:00
VisualShaderNodeVectorCompose.xml Add documentation for the VisualShader nodes 2020-05-08 00:36:01 +02:00
VisualShaderNodeVectorDecompose.xml Add documentation for the VisualShader nodes 2020-05-08 00:36:01 +02:00
VisualShaderNodeVectorDerivativeFunc.xml Add documentation for the VisualShader nodes 2020-05-08 00:36:01 +02:00
VisualShaderNodeVectorDistance.xml Add documentation for the VisualShader nodes 2020-05-08 00:36:01 +02:00
VisualShaderNodeVectorFunc.xml Add documentation for the VisualShader nodes 2020-05-08 00:36:01 +02:00
VisualShaderNodeVectorInterp.xml Add documentation for the VisualShader nodes 2020-05-08 00:36:01 +02:00
VisualShaderNodeVectorLen.xml Add documentation for the VisualShader nodes 2020-05-08 00:36:01 +02:00
VisualShaderNodeVectorOp.xml Add documentation for the VisualShader nodes 2020-05-08 00:36:01 +02:00
VisualShaderNodeVectorRefract.xml Fix spelling & grammar in comments, docs, and messages 2020-07-21 15:17:23 -04:00
VisualShaderNodeVectorScalarMix.xml Add documentation for the VisualShader nodes 2020-05-08 00:36:01 +02:00
VisualShaderNodeVectorScalarSmoothStep.xml Add documentation for the VisualShader nodes 2020-05-08 00:36:01 +02:00
VisualShaderNodeVectorScalarStep.xml Add documentation for the VisualShader nodes 2020-05-08 00:36:01 +02:00
VisualShaderNodeVectorSmoothStep.xml Add documentation for the VisualShader nodes 2020-05-08 00:36:01 +02:00
VScrollBar.xml doc: Sync classref with current source 2020-02-12 12:37:13 +01:00
VSeparator.xml Add LOTS of missing docs 2020-03-13 16:35:03 +01:00
VSlider.xml Reference Range signals in the Slider class documentations 2020-08-08 13:56:22 +02:00
VSplitContainer.xml Add LOTS of missing docs 2020-03-13 16:35:03 +01:00
WeakRef.xml doc: Sync classref with current source 2021-01-04 14:33:44 +01:00
Window.xml [Complex Text Layouts] Add TextServer documentation. Update Font, CanvasItem, Theme and modified controls documentation. 2020-11-26 14:25:52 +02:00
World2D.xml Remove the unnecessary sync() and the restrictions it imposes on 3D Physics. 2020-09-18 10:43:31 +01:00
World3D.xml Remove the unnecessary sync() and the restrictions it imposes on 3D Physics. 2020-09-18 10:43:31 +01:00
WorldEnvironment.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
WorldMarginShape3D.xml doc: Update classref with node renames 2020-03-30 18:23:02 +02:00
X509Certificate.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00
XMLParser.xml doc: Sync classref with current source 2020-02-18 14:02:02 +01:00
XRAnchor3D.xml Renaming all ARVR nodes to XR 2020-04-09 15:33:01 +10:00
XRCamera3D.xml Add link titles for all links in the class reference 2020-08-31 14:22:07 +02:00
XRController3D.xml doc: Sync classref with current source 2021-01-04 14:33:44 +01:00
XRInterface.xml Add link titles for all links in the class reference 2020-08-31 14:22:07 +02:00
XROrigin3D.xml Add link titles for all links in the class reference 2020-08-31 14:22:07 +02:00
XRPositionalTracker.xml doc: Sync classref with current source 2021-01-04 14:33:44 +01:00
XRServer.xml Add link titles for all links in the class reference 2020-08-31 14:22:07 +02:00
YSort.xml Update docs to version 4.0 2020-01-31 17:15:41 -08:00