godot/doc/classes
Ryan Roden-Corrent 8458ba0aef
Proposal 1246: Make Path3D handles more visible.
Resolves godotengine/godot-proposals#1246.

It is difficult to tell the difference between the handles for adjusting
curves and the points themselves when looking at a Path gizmo.
This re-uses the icons used for Path2D.

Unlike Path2D, this does not use a different icon for smooth vs sharp
points, as using a potentially different material for each point would
prevent batching the points in add_handles (and adding them out-of-order
messes up other logic based on handle indices).

This includes a public API change to allow specifying a texture for a
handle material. This allows spatial gizmo plugins to customize the way
a handle is rendered, if desired, but does not break existing behavior
(as providing no texture uses the default).

The path handle icons were resized as well.  16x16 is the standard icon
size. These icons were 10x10 rather than 16x16, and appeared rather
small in the editor.

To resize, I:

- Opened the original in Inkscape
- Resized the document to 16x16
- Opened the transform dialog
- Scaled by 160% proportionally
- Used Align/Distribute to center on the page
- Saved the document
- Cleaned with `svgcleaner --multipass`
2020-11-12 06:37:56 -05:00
..
@GlobalScope.xml Clarify that KEY_BACK is unrelated to the Back button on Android 2020-08-28 17:10:08 +02:00
AABB.xml doc: Sync classref with current source + fixup some bindings 2020-11-04 15:38:26 +01:00
AcceptDialog.xml Add C# code examples to the docs 2020-09-26 12:29:55 +02: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 doc: Sync classref with current source 2020-10-09 15:04:15 +02: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 Add C# code examples to the docs 2020-09-26 12:29:55 +02: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 Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
AnimationRootNode.xml
AnimationTrackEditPlugin.xml
AnimationTree.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
Area2D.xml Correct the doc about linear damping 2020-10-13 11:41:18 +02:00
Area3D.xml Correct the doc about linear damping 2020-10-13 11:41:18 +02:00
Array.xml doc: Sync classref with current source + fixup some bindings 2020-11-04 15:38:26 +01:00
ArrayMesh.xml doc: Sync classref with current source 2020-10-09 15:04:15 +02:00
AStar2D.xml Add C# code examples to the docs 2020-09-26 12:29:55 +02:00
AStar.xml Add C# code examples to the docs 2020-09-26 12:29:55 +02:00
AtlasTexture.xml
AudioBusLayout.xml
AudioEffect.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
AudioEffectAmplify.xml
AudioEffectBandLimitFilter.xml
AudioEffectBandPassFilter.xml
AudioEffectChorus.xml
AudioEffectCompressor.xml
AudioEffectDelay.xml
AudioEffectDistortion.xml Improve AudioEffectDistortion and AudioEffectFilter documentation 2020-09-11 11:34:23 -04:00
AudioEffectEQ6.xml
AudioEffectEQ10.xml
AudioEffectEQ21.xml
AudioEffectEQ.xml
AudioEffectFilter.xml Improve AudioEffectDistortion and AudioEffectFilter documentation 2020-09-11 11:34:23 -04:00
AudioEffectHighPassFilter.xml
AudioEffectHighShelfFilter.xml Add documentation for shelf filters 2020-09-15 09:34:12 -04:00
AudioEffectInstance.xml
AudioEffectLimiter.xml
AudioEffectLowPassFilter.xml
AudioEffectLowShelfFilter.xml Add documentation for shelf filters 2020-09-15 09:34:12 -04:00
AudioEffectNotchFilter.xml
AudioEffectPanner.xml
AudioEffectPhaser.xml
AudioEffectPitchShift.xml
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
AudioEffectSpectrumAnalyzerInstance.xml
AudioEffectStereoEnhance.xml
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
AudioStreamPlayback.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
AudioStreamPlaybackResampled.xml
AudioStreamPlayer2D.xml Add link titles for all links in the class reference 2020-08-31 14:22:07 +02:00
AudioStreamPlayer3D.xml Add link titles for all links in the class reference 2020-08-31 14:22:07 +02:00
AudioStreamPlayer.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
AudioStreamRandomPitch.xml
AudioStreamSample.xml
BackBufferCopy.xml
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 Rename button group property to button_group 2020-10-24 01:30:18 -04:00
BaseMaterial3D.xml Alpha Hash and Alpha2Coverage Implementation 2020-11-02 20:11:20 -08:00
Basis.xml doc: Sync classref with current source + fixup some bindings 2020-11-04 15:38:26 +01:00
BitMap.xml grow_mask() description added 2020-08-12 11:50:15 +03:00
BitmapFont.xml Expose get_char_size() from Font instead of BitmapFont 2020-05-27 17:28:23 +08:00
Bone2D.xml
BoneAttachment3D.xml
bool.xml Add C# code examples to the docs 2020-09-26 12:29:55 +02:00
BoxContainer.xml
BoxShape3D.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
Button.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
ButtonGroup.xml Rename button group property to button_group 2020-10-24 01:30:18 -04:00
Callable.xml doc: Sync classref with current source + fixup some bindings 2020-11-04 15:38:26 +01:00
Camera2D.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
Camera3D.xml Document hiding a Control when its reference point is behind the camera 2020-10-27 17:37:03 +01:00
CameraEffects.xml Environment: Refactor code for readability + more 2020-07-01 14:44:45 +02:00
CameraFeed.xml
CameraServer.xml
CameraTexture.xml
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 + fixup some bindings 2020-11-04 15:38:26 +01:00
CanvasItemMaterial.xml
CanvasLayer.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
CanvasModulate.xml
CanvasTexture.xml doc: Sync classref with current source + fixup some bindings 2020-11-04 15:38:26 +01:00
CapsuleMesh.xml
CapsuleShape2D.xml
CapsuleShape3D.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
CenterContainer.xml
CharFXTransform.xml Translate GDScript Code Examples to C# (C) 2020-09-26 11:48:37 +02:00
CheckBox.xml Reference the BaseButton class explicitly in button class documentations 2020-09-23 23:34:28 +02:00
CheckButton.xml Reference the BaseButton class explicitly in button class documentations 2020-09-23 23:34:28 +02:00
CircleShape2D.xml
ClassDB.xml
ClippedCamera3D.xml Reference the online documentation in collision layer/mask properties 2020-08-03 13:58:51 +02:00
CodeEdit.xml doc: Sync classref with current source 2020-09-11 12:22:10 +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
CollisionPolygon2D.xml
CollisionPolygon3D.xml
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 Merge pull request #43283 from Calinou/color-remove-contrasted 2020-11-06 10:17:12 +01:00
ColorPicker.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
ColorPickerButton.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
ColorRect.xml doc: Sync classref with current source + fixup some bindings 2020-11-04 15:38:26 +01:00
ConcavePolygonShape2D.xml
ConcavePolygonShape3D.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
ConeTwistJoint3D.xml
ConfigFile.xml Translate GDScript Code Examples to C# (C) 2020-09-26 11:48:37 +02:00
ConfirmationDialog.xml Translate GDScript Code Examples to C# (C) 2020-09-26 11:48:37 +02:00
Container.xml
Control.xml Tooltips: Improve code clarity and docs 2020-11-03 09:19:03 +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 doc: Sync classref with current source + fixup some bindings 2020-11-04 15:38:26 +01:00
CPUParticles3D.xml
Crypto.xml Translate GDScript Code Examples to C# (C) 2020-09-26 11:48:37 +02: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
CubeMesh.xml
Curve2D.xml
Curve3D.xml
Curve.xml
CurveTexture.xml
CylinderMesh.xml
CylinderShape3D.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
DampedSpringJoint2D.xml
Decal.xml Commit other files changed by file_format.sh 2020-07-13 14:14:11 -04:00
Dictionary.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
DirectionalLight2D.xml doc: Sync classref with current source + fixup some bindings 2020-11-04 15:38:26 +01:00
DirectionalLight3D.xml Add link titles for all links in the class reference 2020-08-31 14:22:07 +02:00
Directory.xml Add link titles for all links in the class reference 2020-08-31 14:22:07 +02:00
DisplayServer.xml Improve the documentation related to fullscreen and borderless settings 2020-10-28 14:30:33 +01:00
DTLSServer.xml
DynamicFont.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
DynamicFontData.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
EditorDebuggerPlugin.xml Added debugger plugin support 2020-08-26 11:24:51 +05:30
EditorExportPlugin.xml doc: Sync classref with current source 2020-08-31 11:25:11 +02:00
EditorFeatureProfile.xml doc: Sync classref with current source 2020-09-04 10:43:11 +02:00
EditorFileDialog.xml
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 Rename the ".import" folder to ".godot/imported" 2020-09-28 05:23:45 -04:00
EditorInspector.xml doc: Sync classref with current source 2020-07-28 01:08:44 +02:00
EditorInspectorPlugin.xml
EditorInterface.xml Added inspector_only option to inspect_object in EditorInterface. 2020-09-23 13:56:44 -04:00
EditorNode3DGizmo.xml Document several editor-related classes to 100% completion 2020-07-20 14:48:42 +02:00
EditorNode3DGizmoPlugin.xml Proposal 1246: Make Path3D handles more visible. 2020-11-12 06:37:56 -05:00
EditorPlugin.xml doc: Sync classref with current source + fixup some bindings 2020-11-04 15:38:26 +01:00
EditorProperty.xml Document several editor-related classes to 100% completion 2020-07-20 14:48:42 +02:00
EditorResourceConversionPlugin.xml
EditorResourcePreview.xml Document how some editor classes should be accessed as singletons only 2020-04-22 11:39:59 +02:00
EditorResourcePreviewGenerator.xml
EditorSceneImporter.xml
EditorSceneImporterAssimp.xml
EditorScenePostImport.xml Add link titles for all links in the class reference 2020-08-31 14:22:07 +02:00
EditorScript.xml
EditorSelection.xml doc: Fix parsing typed arrays in makerst.py 2020-04-24 17:50:20 +02:00
EditorSettings.xml Complete the EditorSettings class documentation 2020-07-17 20:23:14 +02:00
EditorSpinSlider.xml
EditorSyntaxHighlighter.xml doc: Sync classref with current source 2020-07-15 08:43:21 +02:00
EditorTranslationParserPlugin.xml Updated Translation architecture to have TranslationPO, did some commit fixes and updated class Reference. 2020-08-19 03:01:53 +02:00
EditorVCSInterface.xml
EncodedObjectAsID.xml
Engine.xml Update AUTHORS and DONORS list 2020-08-14 00:06:51 +02:00
EngineDebugger.xml Added debugger plugin support 2020-08-26 11:24:51 +05:30
Environment.xml Revert "Replace SAO implementation with MSSAO" 2020-10-18 19:27:51 -03:00
Expression.xml Add a test suite for Expression 2020-08-27 15:16:09 +02:00
File.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
FileDialog.xml doc/FileDialog: warn about access limitations in sandboxed apps 2020-09-01 16:22:15 +02:00
FileSystemDock.xml Environment: Refactor code for readability + more 2020-07-01 14:44:45 +02:00
float.xml
Font.xml Merge pull request #40408 from Calinou/doc-font-missing-character 2020-09-01 23:48:45 +02:00
FuncRef.xml doc: Sync classref with current source 2020-10-09 15:04:15 +02:00
Generic6DOFJoint3D.xml Added missing spring enums for generic_6dof_joint 2020-05-02 21:49:56 +10:00
Geometry2D.xml doc: Sync classref with current source + fixup some bindings 2020-11-04 15:38:26 +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 2020-05-12 10:10:50 +02: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
GPUParticles2D.xml doc: Sync classref with current source + fixup some bindings 2020-11-04 15:38:26 +01:00
GPUParticles3D.xml doc: Sync classref with current source 2020-10-12 10:58:02 +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 Fixup ColorRamp to Gradient renames 2020-10-25 18:32:44 +02:00
GradientTexture.xml
GraphEdit.xml Removed underscore from GraphEdit begin/end_node_move signals 2020-10-20 09:22:40 +03:00
GraphNode.xml
GridContainer.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
GrooveJoint2D.xml
HashingContext.xml
HBoxContainer.xml
HeightMapShape3D.xml
HingeJoint3D.xml
HScrollBar.xml
HSeparator.xml
HSlider.xml Reference Range signals in the Slider class documentations 2020-08-08 13:56:22 +02:00
HSplitContainer.xml
HTTPClient.xml Merge pull request #42896 from Calinou/httprequest-increase-chunk-size 2020-11-07 16:38:28 +01:00
HTTPRequest.xml Merge pull request #42896 from Calinou/httprequest-increase-chunk-size 2020-11-07 16:38:28 +01:00
Image.xml Add Image.load_bmp_from_buffer() for run-time BMP image loading 2020-10-20 23:52:45 +02:00
ImageTexture3D.xml doc: Sync classref with current source 2020-09-11 12:22:10 +02:00
ImageTexture.xml
ImageTextureLayered.xml doc: Sync classref with current source 2020-05-15 18:25:09 +02:00
ImmediateGeometry3D.xml
Input.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04: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
InputEventGesture.xml
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
InputEventMIDI.xml
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
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 Add link titles for all links in the class reference 2020-08-31 14:22:07 +02:00
InputMap.xml Add link titles for all links in the class reference 2020-08-31 14:22:07 +02:00
InstancePlaceholder.xml
int.xml
IP.xml
ItemList.xml
JavaClass.xml
JavaClassWrapper.xml
JavaScript.xml Document that the JavaScript singleton may be disabled at build-time 2020-09-20 16:40:16 +02:00
JNISingleton.xml
Joint2D.xml Fix Joint2D doc 2020-06-21 22:55:16 -04:00
Joint3D.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
JSON.xml Documentation: clarify the indent parameter of JSON.print 2020-08-13 11:35:33 +05:30
JSONParseResult.xml Improve JSON-related documentation 2020-07-31 09:56:11 +02:00
JSONRPC.xml
KinematicBody2D.xml updating descriptions 2020-10-12 20:24:19 -03:00
KinematicBody3D.xml updating descriptions 2020-10-12 20:24:19 -03:00
KinematicCollision2D.xml
KinematicCollision3D.xml
Label.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
LargeTexture.xml
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 Add link titles for all links in the class reference 2020-08-31 14:22:07 +02:00
Line2D.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
LineEdit.xml doc: Sync classref with current source 2020-07-28 01:08:44 +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 + fixup some bindings 2020-11-04 15:38:26 +01:00
Listener3D.xml
MainLoop.xml MainLoop: Remove deprecated methods 2020-11-01 12:38:30 +01:00
MarginContainer.xml
Marshalls.xml
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 + fixup some bindings 2020-11-04 15:38:26 +01:00
Mesh.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
MeshDataTool.xml
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
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
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
NavigationAgent3D.xml
NavigationMesh.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
NavigationMeshGenerator.xml
NavigationObstacle2D.xml
NavigationObstacle3D.xml
NavigationPolygon.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
NavigationRegion2D.xml
NavigationRegion3D.xml
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 Correct documentation about NinePatchRect stretch modes 2020-11-01 18:41:10 +01:00
Node2D.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
Node3D.xml doc: Sync classref with current source 2020-10-09 15:04:15 +02:00
Node3DGizmo.xml
Node.xml Document that setting node name will remove @s 2020-10-17 12:13:54 +02:00
NodePath.xml doc: Sync classref with current source + fixup some bindings 2020-11-04 15:38:26 +01:00
Object.xml Document how to remove metadata from an Object 2020-09-14 14:01:13 +02:00
OccluderPolygon2D.xml
OmniLight3D.xml Add link titles for all links in the class reference 2020-08-31 14:22:07 +02:00
OptionButton.xml Reference the BaseButton class explicitly in button class documentations 2020-09-23 23:34:28 +02:00
ORMMaterial3D.xml
OS.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
PackedByteArray.xml doc: Sync classref with current source + fixup some bindings 2020-11-04 15:38:26 +01:00
PackedColorArray.xml doc: Sync classref with current source + fixup some bindings 2020-11-04 15:38:26 +01:00
PackedDataContainer.xml
PackedDataContainerRef.xml
PackedFloat32Array.xml doc: Sync classref with current source + fixup some bindings 2020-11-04 15:38:26 +01:00
PackedFloat64Array.xml doc: Sync classref with current source + fixup some bindings 2020-11-04 15:38:26 +01:00
PackedInt32Array.xml doc: Sync classref with current source + fixup some bindings 2020-11-04 15:38:26 +01:00
PackedInt64Array.xml doc: Sync classref with current source + fixup some bindings 2020-11-04 15:38:26 +01:00
PackedScene.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
PackedStringArray.xml doc: Sync classref with current source + fixup some bindings 2020-11-04 15:38:26 +01:00
PackedVector2Array.xml doc: Sync classref with current source + fixup some bindings 2020-11-04 15:38:26 +01:00
PackedVector3Array.xml doc: Sync classref with current source + fixup some bindings 2020-11-04 15:38:26 +01:00
PacketPeer.xml
PacketPeerDTLS.xml
PacketPeerStream.xml
PacketPeerUDP.xml Document how to interrupt PacketPeerUDP.wait() 2020-10-15 10:10:32 +02: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
ParallaxBackground.xml
ParallaxLayer.xml
ParticlesMaterial.xml doc: Sync classref with current source 2020-10-12 10:58:02 +02:00
Path2D.xml doc: Sync classref with current source 2020-04-28 16:33:44 +02:00
Path3D.xml
PathFollow2D.xml
PathFollow3D.xml
PCKPacker.xml Adds PCK encryption support (using script encryption key for export). 2020-09-05 14:53:39 +03:00
Performance.xml Added Custom Performance Monitor and feature to read intermediate values of Monitor 2020-06-29 17:20:29 +05:30
PHashTranslation.xml
PhysicalBone3D.xml Refactor physics force and impulse code 2020-06-02 23:18:59 -04: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 Update intersect_point documentation to mention solid shapes. 2020-10-15 16:44:57 +01:00
PhysicsDirectSpaceState3D.xml Add link titles for all links in the class reference 2020-08-31 14:22:07 +02: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 Reference the online documentation in collision layer/mask properties 2020-08-03 13:58:51 +02:00
PhysicsShapeQueryParameters3D.xml Reference the online documentation in collision layer/mask properties 2020-08-03 13:58:51 +02:00
PhysicsShapeQueryResult2D.xml
PhysicsShapeQueryResult3D.xml
PhysicsTestMotionResult2D.xml
PinJoint2D.xml
PinJoint3D.xml
Plane.xml doc: Sync classref with current source + fixup some bindings 2020-11-04 15:38:26 +01:00
PlaneMesh.xml
PointLight2D.xml doc: Sync classref with current source + fixup some bindings 2020-11-04 15:38:26 +01:00
PointMesh.xml
Polygon2D.xml doc: Sync classref with current source + fixup some bindings 2020-11-04 15:38:26 +01:00
PolygonPathFinder.xml
Popup.xml
PopupMenu.xml Rename ShortCut to Shortcut which is more grammatically correct 2020-09-09 21:54:54 +02:00
PopupPanel.xml
Position2D.xml
Position3D.xml
PrimitiveMesh.xml Clarify how to convert PrimitiveMesh to ArrayMesh. 2020-07-15 08:09:27 -04:00
PrismMesh.xml
ProceduralSkyMaterial.xml
ProgressBar.xml
ProjectSettings.xml Merge pull request #41746 from Calinou/doc-projectsettings-fullscreen-borderless 2020-11-06 14:34:22 +01:00
ProximityGroup3D.xml
ProxyTexture.xml
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 + fixup some bindings 2020-11-04 15:38:26 +01:00
RandomNumberGenerator.xml doc: Override default value for RandomNumberGenerator.seed 2020-11-05 00:41:24 +01:00
Range.xml
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
RayShape3D.xml
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 Exposed RenderingDevice to script API 2020-04-20 21:21:58 -03:00
RDTextureView.xml Exposed RenderingDevice to script API 2020-04-20 21:21:58 -03:00
RDUniform.xml Exposed RenderingDevice to script API 2020-04-20 21:21:58 -03: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 + fixup some bindings 2020-11-04 15:38:26 +01:00
Rect2i.xml doc: Sync classref with current source + fixup some bindings 2020-11-04 15:38:26 +01:00
RectangleShape2D.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
Reference.xml Improve the Object, Reference and Resource class documentations 2020-07-27 10:03:46 +02:00
ReferenceRect.xml Merge pull request #42907 from Xrayez/add-ref-rect-border-width 2020-10-22 15:58:12 +02:00
ReflectionProbe.xml Add link titles for all links in the class reference 2020-08-31 14:22:07 +02:00
RemoteTransform2D.xml
RemoteTransform3D.xml
RenderingDevice.xml Environment: Refactor code for readability + more 2020-07-01 14:44:45 +02:00
RenderingServer.xml doc: Sync classref with current source + fixup some bindings 2020-11-04 15:38:26 +01:00
Resource.xml Improve the Object, Reference and Resource class documentations 2020-07-27 10:03:46 +02:00
ResourceFormatLoader.xml doc: Sync classref with current source 2020-05-12 10:10:50 +02:00
ResourceFormatSaver.xml
ResourceImporter.xml
ResourceLoader.xml Merge pull request #42439 from Xrayez/doc-gdscript-load-and-resloader-xref 2020-10-04 20:48:07 +02:00
ResourcePreloader.xml
ResourceSaver.xml
RichTextEffect.xml Add link titles for all links in the class reference 2020-08-31 14:22:07 +02:00
RichTextLabel.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
RID.xml
RigidBody2D.xml Correct the doc about linear damping 2020-10-13 11:41:18 +02:00
RigidBody3D.xml Correct the doc about linear damping 2020-10-13 11:41:18 +02:00
RootMotionView.xml
SceneState.xml
SceneTree.xml Add link titles for all links in the class reference 2020-08-31 14:22:07 +02:00
SceneTreeTimer.xml
Script.xml Add link titles for all links in the class reference 2020-08-31 14:22:07 +02:00
ScriptCreateDialog.xml
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
ScrollContainer.xml
SegmentShape2D.xml
Semaphore.xml Add link titles for all links in the class reference 2020-08-31 14:22:07 +02:00
Separator.xml
Shader.xml Add link titles for all links in the class reference 2020-08-31 14:22:07 +02:00
ShaderGlobalsOverride.xml
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 with current source + fixup some bindings 2020-11-04 15:38:26 +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
SkinReference.xml
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
SoftBody3D.xml Merge pull request #40993 from Calinou/doc-collision-layer-mask 2020-08-31 15:32:44 +02:00
SphereMesh.xml
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
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
StaticBody2D.xml
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
StreamPeerBuffer.xml
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 doc: Sync classref with current source + fixup some bindings 2020-11-04 15:38:26 +01:00
StringName.xml
StyleBox.xml Explaining the behavior of focus & pressed stylebox overlap 2020-10-06 17:44:33 +05:30
StyleBoxEmpty.xml
StyleBoxFlat.xml
StyleBoxLine.xml
StyleBoxTexture.xml doc: Sync classref with current source + fixup some bindings 2020-11-04 15:38:26 +01:00
SubViewport.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
SubViewportContainer.xml Document how to resize a SubViewportContainer to avoid stretching 2020-06-14 15:26:51 +02:00
SurfaceTool.xml Document how to display the vertex color in SurfaceTool.add_color() 2020-10-19 15:23:16 +02:00
SyntaxHighlighter.xml doc: Sync classref with current source 2020-07-15 08:43:21 +02:00
TabContainer.xml Clarifies 'icon_separation' in TabContainer (instead of 'hseparation') 2020-05-21 21:53:17 +02:00
Tabs.xml Fix typo in Tabs doc. 2020-11-03 18:26:48 -05:00
TCP_Server.xml
TextEdit.xml doc: Sync classref with current source + fixup some bindings 2020-11-04 15:38:26 +01:00
TextFile.xml
Texture2D.xml doc: Sync classref with current source + fixup some bindings 2020-11-04 15:38:26 +01: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
TextureProgress.xml
TextureRect.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
Theme.xml Add link titles for all links in the class reference 2020-08-31 14:22:07 +02: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 doc: Sync classref with current source + fixup some bindings 2020-11-04 15:38:26 +01:00
Transform.xml doc: Sync classref with current source + fixup some bindings 2020-11-04 15:38:26 +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 Mention how to remove TreeItem from a Tree 2020-04-21 15:31:21 +02:00
TreeItem.xml Clarify TreeItem return values 2020-07-20 14:38:34 +02:00
TriangleMesh.xml
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
Variant.xml Add link titles for all links in the class reference 2020-08-31 14:22:07 +02: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 + fixup some bindings 2020-11-04 15:38:26 +01:00
Vector2i.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
Vector3.xml doc: Sync classref with current source + fixup some bindings 2020-11-04 15:38:26 +01:00
Vector3i.xml doc: Sync classref with current source + fixup some bindings 2020-11-04 15:38:26 +01:00
VehicleBody3D.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
VehicleWheel3D.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
VelocityTracker3D.xml
VideoPlayer.xml Improve documentation about VideoPlayer video formats 2020-09-23 14:28:16 +02:00
VideoStream.xml
Viewport.xml doc: Sync classref with current source + fixup some bindings 2020-11-04 15:38:26 +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 doc: Sync classref with current source 2020-09-11 12:22:10 +02:00
VisualShaderNode.xml doc: Sync classref with current source 2020-10-09 15:04:15 +02:00
VisualShaderNodeBooleanConstant.xml
VisualShaderNodeBooleanUniform.xml Added default value for uniforms in visual shaders 2020-07-27 15:44:22 +03:00
VisualShaderNodeColorConstant.xml
VisualShaderNodeColorFunc.xml
VisualShaderNodeColorOp.xml
VisualShaderNodeColorUniform.xml Added default value for uniforms in visual shaders 2020-07-27 15:44:22 +03:00
VisualShaderNodeCompare.xml
VisualShaderNodeCubemap.xml
VisualShaderNodeCubemapUniform.xml
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
VisualShaderNodeDotProduct.xml
VisualShaderNodeExpression.xml
VisualShaderNodeFaceForward.xml
VisualShaderNodeFloatConstant.xml
VisualShaderNodeFloatFunc.xml
VisualShaderNodeFloatOp.xml
VisualShaderNodeFloatUniform.xml Added default value for uniforms in visual shaders 2020-07-27 15:44:22 +03:00
VisualShaderNodeFresnel.xml
VisualShaderNodeGlobalExpression.xml
VisualShaderNodeGroupBase.xml Added VisualShaderNodeCurve to easy gather data from a CurveTexture 2020-10-18 09:57:15 +03:00
VisualShaderNodeIf.xml
VisualShaderNodeInput.xml Add link titles for all links in the class reference 2020-08-31 14:22:07 +02:00
VisualShaderNodeIntConstant.xml
VisualShaderNodeIntFunc.xml
VisualShaderNodeIntOp.xml
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
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 Added Texture3D to visual shaders 2020-09-10 07:40:06 +03:00
VisualShaderNodeTextureUniform.xml Add documentation for the VisualShader nodes 2020-05-08 00:36:01 +02: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 documentation for the VisualShader nodes 2020-05-08 00:36:01 +02: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 documentation for the VisualShader nodes 2020-05-08 00:36:01 +02: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
VSeparator.xml
VSlider.xml Reference Range signals in the Slider class documentations 2020-08-08 13:56:22 +02:00
VSplitContainer.xml
WeakRef.xml
Window.xml Improve the documentation related to fullscreen and borderless settings 2020-10-28 14:30:33 +01:00
World2D.xml Add link titles for all links in the class reference 2020-08-31 14:22:07 +02:00
World3D.xml Add link titles for all links in the class reference 2020-08-31 14:22:07 +02:00
WorldEnvironment.xml Link to demos from within the class reference 2020-10-01 23:57:21 -04:00
WorldMarginShape3D.xml
X509Certificate.xml
XMLParser.xml
XRAnchor3D.xml
XRCamera3D.xml Add link titles for all links in the class reference 2020-08-31 14:22:07 +02:00
XRController3D.xml Add link titles for all links in the class reference 2020-08-31 14:22:07 +02: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 Add link titles for all links in the class reference 2020-08-31 14:22:07 +02:00
XRServer.xml Add link titles for all links in the class reference 2020-08-31 14:22:07 +02:00
YSort.xml