godot/doc/classes
tagcup e9896b17a9 Restore the behavior of Spatial rotations recently changed in c1153f5.
That change was borne out of a confusion regarding the meaning of "local" in #14569.

Affine transformations in Spatial simply correspond to affine operations of its Transform. Such operations take place in a coordinate system that is defined by the parent Spatial. When there is no parent, they correspond to operations in the global coordinate system.
This coordinate system, which is relative to the parent, has been referred to as the local coordinate system in the docs so far, but this sloppy language has apparently confused some users, making them think that the local coordinate system refers to the one whose axes are "painted" on the Spatial node itself.

To avoid such conceptual conflations and misunderstandings in the future, the parent-relative local system is now referred to as "parent-local", and the object-relative local system is called "object-local" in the docs.

This commit adds the functionality "requested" in #14569, not by changing how rotate/scale/translate works, but by adding new rotate_object_local, scale_object_local and translate_object_local functions. Also, for completeness, there is now global_scale.

This commit also updates another part of the docs regarding the rotation property of Spatial, which also leads to confusion among some users.
2017-12-27 16:40:49 -05:00
..
@GDScript.xml doc: Fix enum tags thanks to 2bc6db6 2017-11-24 23:16:30 +01:00
@GlobalScope.xml doc: Sync classref with current source 2017-12-07 08:23:08 +01:00
@NativeScript.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
@VisualScript.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
AABB.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
AcceptDialog.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
AnimatedSprite.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
AnimatedSprite3D.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
Animation.xml Bind TextEdit.deselect and update documentation 2017-12-16 21:08:31 +01:00
AnimationPlayer.xml Finished the documentation for AnimationPlayer 2017-12-22 08:49:20 -05:00
AnimationTreePlayer.xml doc: Sync classref with current source 2017-12-10 00:43:49 +01:00
Area.xml [DOCS] Area members and methods 2017-12-06 08:46:52 -06:00
Area2D.xml doc: Fix enum tags thanks to 2bc6db6 2017-11-24 23:16:30 +01:00
Array.xml Added example for Array sort_custom function 2017-12-08 18:06:45 -06:00
ArrayMesh.xml doc: Fix enum tags thanks to 2bc6db6 2017-11-24 23:16:30 +01:00
ARVRAnchor.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
ARVRCamera.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
ARVRController.xml Reserved controller ids 1 and 2 for left and right hand controllers and added new center on hmd option 2017-12-22 01:21:23 +11:00
ARVRInterface.xml doc: Fix enum tags thanks to 2bc6db6 2017-11-24 23:16:30 +01:00
ARVROrigin.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
ARVRPositionalTracker.xml [DOCS] ARVR, AStar, AtlasTexture, Basis 2017-12-07 00:16:27 -06:00
ARVRServer.xml Reserved controller ids 1 and 2 for left and right hand controllers and added new center on hmd option 2017-12-22 01:21:23 +11:00
AStar.xml Fix wrong return value in some virtual method bindings 2017-12-10 15:34:08 +01:00
AtlasTexture.xml [DOCS] ARVR, AStar, AtlasTexture, Basis 2017-12-07 00:16:27 -06:00
AudioBusLayout.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
AudioEffect.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
AudioEffectAmplify.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
AudioEffectBandLimitFilter.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
AudioEffectBandPassFilter.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
AudioEffectChorus.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
AudioEffectCompressor.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
AudioEffectDelay.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
AudioEffectDistortion.xml doc: Fix enum tags thanks to 2bc6db6 2017-11-24 23:16:30 +01:00
AudioEffectEQ.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
AudioEffectEQ6.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
AudioEffectEQ10.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
AudioEffectEQ21.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
AudioEffectFilter.xml doc: Fix enum tags thanks to 2bc6db6 2017-11-24 23:16:30 +01:00
AudioEffectHighPassFilter.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
AudioEffectHighShelfFilter.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
AudioEffectLimiter.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
AudioEffectLowPassFilter.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
AudioEffectLowShelfFilter.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
AudioEffectNotchFilter.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
AudioEffectPanner.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
AudioEffectPhaser.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
AudioEffectPitchShift.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
AudioEffectReverb.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
AudioEffectStereoEnhance.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
AudioServer.xml doc: Fix enum tags thanks to 2bc6db6 2017-11-24 23:16:30 +01:00
AudioStream.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
AudioStreamPlayback.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
AudioStreamPlayer.xml doc: Fix enum tags thanks to 2bc6db6 2017-11-24 23:16:30 +01:00
AudioStreamPlayer2D.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
AudioStreamPlayer3D.xml doc: Fix enum tags thanks to 2bc6db6 2017-11-24 23:16:30 +01:00
AudioStreamRandomPitch.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
AudioStreamSample.xml doc: Sync classref after a496dd4d, removing NOEDITOR properties from doc 2017-12-07 08:29:38 +01:00
BackBufferCopy.xml doc: Fix enum tags thanks to 2bc6db6 2017-11-24 23:16:30 +01:00
BakedLightmap.xml doc: Sync classref with current source 2017-12-18 08:13:58 +01:00
BakedLightmapData.xml doc: Sync classref with current source 2017-12-18 08:13:58 +01:00
BaseButton.xml doc: Fix enum tags thanks to 2bc6db6 2017-11-24 23:16:30 +01:00
Basis.xml Restore the behavior of Spatial rotations recently changed in c1153f5. 2017-12-27 16:40:49 -05:00
BitMap.xml doc: Sync classref after a496dd4d, removing NOEDITOR properties from doc 2017-12-07 08:29:38 +01:00
BitmapFont.xml doc: Sync classref after a496dd4d, removing NOEDITOR properties from doc 2017-12-07 08:29:38 +01:00
BoneAttachment.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
bool.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
BoxContainer.xml doc: Fix enum tags thanks to 2bc6db6 2017-11-24 23:16:30 +01:00
BoxShape.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
Button.xml doc: Fix enum tags thanks to 2bc6db6 2017-11-24 23:16:30 +01:00
ButtonGroup.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
Camera.xml [DOCS] Camera property changes 2017-12-11 12:48:41 -06:00
Camera2D.xml [DOCS] Camera2D methods/constants 2017-12-06 17:20:57 -06:00
CanvasItem.xml [DOCS] Animation, CanvasItem, Curve3D, Curve 2017-12-13 23:05:56 -06:00
CanvasItemMaterial.xml [DOCS] CanvasItem/Material/Layer, ClassDB, CollisionObject(2D) 2017-12-07 22:12:01 -06:00
CanvasLayer.xml [DOCS] CanvasItem/Material/Layer, ClassDB, CollisionObject(2D) 2017-12-07 22:12:01 -06:00
CanvasModulate.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
CapsuleMesh.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
CapsuleShape.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
CapsuleShape2D.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
CenterContainer.xml [DOCS] CenterContainer method descriptions 2017-12-04 16:57:47 -06:00
CheckBox.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
CheckButton.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
CircleShape2D.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
ClassDB.xml [DOCS] CanvasItem/Material/Layer, ClassDB, CollisionObject(2D) 2017-12-07 22:12:01 -06:00
CollisionObject.xml [DOCS] CanvasItem/Material/Layer, ClassDB, CollisionObject(2D) 2017-12-07 22:12:01 -06:00
CollisionObject2D.xml [DOCS] CanvasItem/Material/Layer, ClassDB, CollisionObject(2D) 2017-12-07 22:12:01 -06:00
CollisionPolygon.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
CollisionPolygon2D.xml doc: Fix enum tags thanks to 2bc6db6 2017-11-24 23:16:30 +01:00
CollisionShape.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
CollisionShape2D.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
Color.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
ColorPicker.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
ColorPickerButton.xml doc: Sync classref with current source 2017-12-07 08:23:08 +01:00
ColorRect.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
ConcavePolygonShape.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
ConcavePolygonShape2D.xml [DOCS] ConcavePolygonShape2D, CubeMap 2017-12-09 13:32:14 -06:00
ConeTwistJoint.xml doc: Fix enum tags thanks to 2bc6db6 2017-11-24 23:16:30 +01:00
ConfigFile.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
ConfirmationDialog.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
Container.xml doc: Fix enum tags thanks to 2bc6db6 2017-11-24 23:16:30 +01:00
Control.xml doc: Fix enum tags thanks to 2bc6db6 2017-11-24 23:16:30 +01:00
ConvexPolygonShape.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
ConvexPolygonShape2D.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
CubeMap.xml Fix wrong return value in some virtual method bindings 2017-12-10 15:34:08 +01:00
CubeMesh.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
Curve.xml Bind TextEdit.deselect and update documentation 2017-12-16 21:08:31 +01:00
Curve2D.xml doc: Sync classref after a496dd4d, removing NOEDITOR properties from doc 2017-12-07 08:29:38 +01:00
Curve3D.xml [DOCS] Animation, CanvasItem, Curve3D, Curve 2017-12-13 23:05:56 -06:00
CurveTexture.xml [DOCS] CurveTexture desc, members 2017-12-06 08:56:23 -06:00
CylinderMesh.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
DampedSpringJoint2D.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
Dictionary.xml doc: Sync classref with current source 2017-12-18 08:13:58 +01:00
DirectionalLight.xml doc: Fix enum tags thanks to 2bc6db6 2017-11-24 23:16:30 +01:00
Directory.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
DynamicFont.xml doc: Fix enum tags thanks to 2bc6db6 2017-11-24 23:16:30 +01:00
DynamicFontData.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
EditorExportPlugin.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
EditorFileDialog.xml doc: Sync classref with current source 2017-12-07 08:23:08 +01:00
EditorFileSystem.xml [DOCS] EditorFileSystem method/signal 2017-12-08 15:19:57 -06:00
EditorFileSystemDirectory.xml [DOCS] EditorFileSystemDirectory methods 2017-12-06 17:29:23 -06:00
EditorImportPlugin.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
EditorInterface.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
EditorPlugin.xml doc: Sync classref with current source 2017-12-10 00:43:49 +01:00
EditorResourceConversionPlugin.xml Fix wrong return value in some virtual method bindings 2017-12-10 15:34:08 +01:00
EditorResourcePreview.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
EditorResourcePreviewGenerator.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
EditorSceneImporter.xml doc: Sync classref with current source 2017-12-10 00:43:49 +01:00
EditorScenePostImport.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
EditorScript.xml [DOCS] EditorScript methods 2017-12-06 17:29:23 -06:00
EditorSelection.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
EditorSettings.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
EditorSpatialGizmo.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
EncodedObjectAsID.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
Engine.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
Environment.xml doc: Fix enum tags thanks to 2bc6db6 2017-11-24 23:16:30 +01:00
File.xml doc: Fix enum tags thanks to 2bc6db6 2017-11-24 23:16:30 +01:00
FileDialog.xml Merge pull request #13847 from YeldhamDev/filedialog_title 2017-12-09 15:48:19 +01:00
float.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
Font.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
FuncRef.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
Generic6DOFJoint.xml doc: Fix enum tags thanks to 2bc6db6 2017-11-24 23:16:30 +01:00
Geometry.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
GeometryInstance.xml Added documentation for GeometryInstance and VisualInstance 2017-11-26 14:55:20 -05:00
GIProbe.xml doc: Fix enum tags thanks to 2bc6db6 2017-11-24 23:16:30 +01:00
GIProbeData.xml doc: Sync classref after a496dd4d, removing NOEDITOR properties from doc 2017-12-07 08:29:38 +01:00
Gradient.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
GradientTexture.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
GraphEdit.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
GraphNode.xml doc: Fix enum tags thanks to 2bc6db6 2017-11-24 23:16:30 +01:00
GridContainer.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
GrooveJoint2D.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
HBoxContainer.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
HingeJoint.xml doc: Fix enum tags thanks to 2bc6db6 2017-11-24 23:16:30 +01:00
HScrollBar.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
HSeparator.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
HSlider.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
HSplitContainer.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
HTTPClient.xml Bind TextEdit.deselect and update documentation 2017-12-16 21:08:31 +01:00
HTTPRequest.xml [DOCS] HTTPClient & HTTPRequest 2017-12-10 22:00:05 +01:00
Image.xml Further changes to Image class docs 2017-11-27 09:14:14 +01:00
ImageTexture.xml doc: Fix enum tags thanks to 2bc6db6 2017-11-24 23:16:30 +01:00
ImmediateGeometry.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
Input.xml doc: Fix enum tags thanks to 2bc6db6 2017-11-24 23:16:30 +01:00
InputDefault.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
InputEvent.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
InputEventAction.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
InputEventGesture.xml doc: Fix enum tags thanks to 2bc6db6 2017-11-24 23:16:30 +01:00
InputEventJoypadButton.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
InputEventJoypadMotion.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
InputEventKey.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
InputEventMagnifyGesture.xml doc: Fix enum tags thanks to 2bc6db6 2017-11-24 23:16:30 +01:00
InputEventMouse.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
InputEventMouseButton.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
InputEventMouseMotion.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
InputEventPanGesture.xml doc: Fix enum tags thanks to 2bc6db6 2017-11-24 23:16:30 +01:00
InputEventScreenDrag.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
InputEventScreenTouch.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
InputEventWithModifiers.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
InputMap.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
InstancePlaceholder.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
int.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
InterpolatedCamera.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
IP.xml [DOCS] IP.xml typo fix 2017-12-10 22:06:56 +01:00
IP_Unix.xml [DOCS] IP_Unix 2017-12-10 21:15:47 +01:00
ItemList.xml doc: Sync classref after a496dd4d, removing NOEDITOR properties from doc 2017-12-07 08:29:38 +01:00
JavaScript.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
Joint.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
Joint2D.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
JSON.xml [DOCS] JSON: Small fixes 2017-12-13 21:54:32 +01:00
JSONParseResult.xml [DOCS] JSON: Small fixes 2017-12-13 21:54:32 +01:00
KinematicBody.xml doc: Sync classref with current source 2017-12-11 09:32:25 +01:00
KinematicBody2D.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
KinematicCollision.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
KinematicCollision2D.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
Label.xml doc: Fix enum tags thanks to 2bc6db6 2017-11-24 23:16:30 +01:00
LargeTexture.xml doc: Sync classref after a496dd4d, removing NOEDITOR properties from doc 2017-12-07 08:29:38 +01:00
Light.xml Bind TextEdit.deselect and update documentation 2017-12-16 21:08:31 +01:00
Light2D.xml doc: Fix enum tags thanks to 2bc6db6 2017-11-24 23:16:30 +01:00
LightOccluder2D.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
Line2D.xml doc: Fix enum tags thanks to 2bc6db6 2017-11-24 23:16:30 +01:00
LineEdit.xml Exposed LineEdit's "selection_clear" and renamed it to "deselect". 2017-12-17 15:40:44 -02:00
LineShape2D.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
LinkButton.xml doc: Sync classref with current source 2017-12-07 08:23:08 +01:00
Listener.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
MainLoop.xml doc: Fix enum tags thanks to 2bc6db6 2017-11-24 23:16:30 +01:00
MarginContainer.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
Marshalls.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
Material.xml doc: Fix enum tags thanks to 2bc6db6 2017-11-24 23:16:30 +01:00
MenuButton.xml doc: Sync classref after a496dd4d, removing NOEDITOR properties from doc 2017-12-07 08:29:38 +01:00
Mesh.xml doc: Sync classref with current source 2017-12-10 00:43:49 +01:00
MeshDataTool.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
MeshInstance.xml doc: Sync classref with current source 2017-12-10 00:43:49 +01:00
MeshLibrary.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
MultiMesh.xml doc: Sync classref after a496dd4d, removing NOEDITOR properties from doc 2017-12-07 08:29:38 +01:00
MultiMeshInstance.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
Mutex.xml [DOCS] Small fixes for Mutex 2017-12-22 16:46:09 +01:00
Navigation.xml Merge pull request #14676 from NathanWarden/nav_create_to_add 2017-12-16 00:36:47 +01:00
Navigation2D.xml Renamed navmesh/poly_create to navmesh/poly_add since no navmesh is created. 2017-12-15 15:09:06 -05:00
NavigationMesh.xml doc: Sync classref after a496dd4d, removing NOEDITOR properties from doc 2017-12-07 08:29:38 +01:00
NavigationMeshInstance.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
NavigationPolygon.xml doc: Sync classref after a496dd4d, removing NOEDITOR properties from doc 2017-12-07 08:29:38 +01:00
NavigationPolygonInstance.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
NetworkedMultiplayerPeer.xml [DOCS] MultiplayerNetworkPeer class/method/constant descs 2017-12-05 08:22:00 -06:00
Nil.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
NinePatchRect.xml doc: Fix enum tags thanks to 2bc6db6 2017-11-24 23:16:30 +01:00
Node.xml Revert property changes in "[DOCS] AnimationPlayer new props, members/methods" 2017-12-14 00:36:41 +01:00
Node2D.xml doc: Sync classref after a496dd4d, removing NOEDITOR properties from doc 2017-12-07 08:29:38 +01:00
NodePath.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
Object.xml doc: Fix enum tags thanks to 2bc6db6 2017-11-24 23:16:30 +01:00
OccluderPolygon2D.xml doc: Fix enum tags thanks to 2bc6db6 2017-11-24 23:16:30 +01:00
OmniLight.xml doc: Fix enum tags thanks to 2bc6db6 2017-11-24 23:16:30 +01:00
OptionButton.xml doc: Sync classref after a496dd4d, removing NOEDITOR properties from doc 2017-12-07 08:29:38 +01:00
OS.xml doc: Fix enum tags thanks to 2bc6db6 2017-11-24 23:16:30 +01:00
PackedDataContainer.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
PackedDataContainerRef.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
PackedScene.xml [DOCS] PackedScene member/method/class descs. 2017-12-04 14:28:37 -06:00
PacketPeer.xml Bind TextEdit.deselect and update documentation 2017-12-16 21:08:31 +01:00
PacketPeerStream.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
PacketPeerUDP.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
Panel.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
PanelContainer.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
PanoramaSky.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
ParallaxBackground.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
ParallaxLayer.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
Particles.xml doc: Fix enum tags thanks to 2bc6db6 2017-11-24 23:16:30 +01:00
Particles2D.xml doc: Fix enum tags thanks to 2bc6db6 2017-11-24 23:16:30 +01:00
ParticlesMaterial.xml doc: Fix enum tags thanks to 2bc6db6 2017-11-24 23:16:30 +01:00
Path.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
Path2D.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
PathFollow.xml doc: Fix enum tags thanks to 2bc6db6 2017-11-24 23:16:30 +01:00
PathFollow2D.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
PCKPacker.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
Performance.xml doc: Fix enum tags thanks to 2bc6db6 2017-11-24 23:16:30 +01:00
PHashTranslation.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
Physics2DDirectBodyState.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
Physics2DDirectBodyStateSW.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
Physics2DDirectSpaceState.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
Physics2DServer.xml doc: Fix enum tags thanks to 2bc6db6 2017-11-24 23:16:30 +01:00
Physics2DServerSW.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
Physics2DShapeQueryParameters.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
Physics2DShapeQueryResult.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
Physics2DTestMotionResult.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
PhysicsBody.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
PhysicsBody2D.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
PhysicsDirectBodyState.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
PhysicsDirectSpaceState.xml [DOCS] PhysicsDirectSpaceState 2017-12-21 14:24:48 +11:00
PhysicsServer.xml doc: Sync classref with current source 2017-12-11 09:32:25 +01:00
PhysicsShapeQueryParameters.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
PhysicsShapeQueryResult.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
PinJoint.xml doc: Fix enum tags thanks to 2bc6db6 2017-11-24 23:16:30 +01:00
PinJoint2D.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
Plane.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
PlaneMesh.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
PlaneShape.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
Polygon2D.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
PolygonPathFinder.xml doc: Sync classref after a496dd4d, removing NOEDITOR properties from doc 2017-12-07 08:29:38 +01:00
PoolByteArray.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
PoolColorArray.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
PoolIntArray.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
PoolRealArray.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
PoolStringArray.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
PoolVector2Array.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
PoolVector3Array.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
Popup.xml doc: Fix enum tags thanks to 2bc6db6 2017-11-24 23:16:30 +01:00
PopupDialog.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
PopupMenu.xml Revert property changes in "[DOCS] AnimationPlayer new props, members/methods" 2017-12-14 00:36:41 +01:00
PopupPanel.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
Position2D.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
Position3D.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
PrimitiveMesh.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
PrismMesh.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
ProceduralSky.xml doc: Fix enum tags thanks to 2bc6db6 2017-11-24 23:16:30 +01:00
ProgressBar.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
ProjectSettings.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
ProximityGroup.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
ProxyTexture.xml doc: Sync classref with current source 2017-12-07 08:23:08 +01:00
QuadMesh.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
Quat.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
Range.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
RayCast.xml Finished off the RayCast documentation. 2017-12-07 19:19:51 -05:00
RayCast2D.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
RayShape.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
RayShape2D.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
Rect2.xml doc: Sync classref with current source 2017-12-10 00:43:49 +01:00
RectangleShape2D.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
Reference.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
ReferenceRect.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
ReflectionProbe.xml doc: Fix enum tags thanks to 2bc6db6 2017-11-24 23:16:30 +01:00
RemoteTransform.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
RemoteTransform2D.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
Resource.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
ResourceImporter.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
ResourceInteractiveLoader.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
ResourceLoader.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
ResourcePreloader.xml doc: Sync classref after a496dd4d, removing NOEDITOR properties from doc 2017-12-07 08:29:38 +01:00
ResourceSaver.xml doc: Fix enum tags thanks to 2bc6db6 2017-11-24 23:16:30 +01:00
RichTextLabel.xml doc: Fix enum tags thanks to 2bc6db6 2017-11-24 23:16:30 +01:00
RID.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
RigidBody.xml doc: Sync classref with current source 2017-12-11 09:32:25 +01:00
RigidBody2D.xml doc: Fix enum tags thanks to 2bc6db6 2017-11-24 23:16:30 +01:00
SceneState.xml Bind TextEdit.deselect and update documentation 2017-12-16 21:08:31 +01:00
SceneTree.xml doc: Sync classref with current source 2017-12-20 17:16:02 +01:00
SceneTreeTimer.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
Script.xml doc: Sync classref with current source 2017-12-20 17:16:02 +01:00
ScriptEditor.xml Bind TextEdit.deselect and update documentation 2017-12-16 21:08:31 +01:00
ScrollBar.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
ScrollContainer.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
SegmentShape2D.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
Semaphore.xml [DOCS] Small fixes for Semaphore 2017-12-22 16:55:18 +01:00
Separator.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
Shader.xml doc: Sync classref after a496dd4d, removing NOEDITOR properties from doc 2017-12-07 08:29:38 +01:00
ShaderMaterial.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
Shape.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
Shape2D.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
ShortCut.xml Added documentation for World, Theme, StreamTexture, Sky, and ShortCut 2017-11-28 09:53:46 -05:00
Skeleton.xml doc: Fix enum tags thanks to 2bc6db6 2017-11-24 23:16:30 +01:00
Sky.xml Added documentation for World, Theme, StreamTexture, Sky, and ShortCut 2017-11-28 09:53:46 -05:00
Slider.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
SliderJoint.xml doc: Fix enum tags thanks to 2bc6db6 2017-11-24 23:16:30 +01:00
Spatial.xml Restore the behavior of Spatial rotations recently changed in c1153f5. 2017-12-27 16:40:49 -05:00
SpatialGizmo.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
SpatialMaterial.xml Bind TextEdit.deselect and update documentation 2017-12-16 21:08:31 +01:00
SpatialVelocityTracker.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
SphereMesh.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
SphereShape.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
SpinBox.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
SplitContainer.xml doc: Fix enum tags thanks to 2bc6db6 2017-11-24 23:16:30 +01:00
SpotLight.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
Sprite.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
Sprite3D.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
SpriteBase3D.xml doc: Fix enum tags thanks to 2bc6db6 2017-11-24 23:16:30 +01:00
SpriteFrames.xml doc: Sync classref after a496dd4d, removing NOEDITOR properties from doc 2017-12-07 08:29:38 +01:00
StaticBody.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
StaticBody2D.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
StreamPeer.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
StreamPeerBuffer.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
StreamPeerSSL.xml doc: Fix enum tags thanks to 2bc6db6 2017-11-24 23:16:30 +01:00
StreamPeerTCP.xml doc: Fix enum tags thanks to 2bc6db6 2017-11-24 23:16:30 +01:00
StreamTexture.xml Added documentation for World, Theme, StreamTexture, Sky, and ShortCut 2017-11-28 09:53:46 -05:00
String.xml Added third argument for String.split() function (see issue #14349) 2017-12-15 21:51:13 +03:00
StyleBox.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
StyleBoxEmpty.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
StyleBoxFlat.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
StyleBoxLine.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
StyleBoxTexture.xml doc: Fix enum tags thanks to 2bc6db6 2017-11-24 23:16:30 +01:00
SurfaceTool.xml doc: Sync classref with current source 2017-12-10 00:43:49 +01:00
TabContainer.xml doc: Fix enum tags thanks to 2bc6db6 2017-11-24 23:16:30 +01:00
Tabs.xml doc: Fix enum tags thanks to 2bc6db6 2017-11-24 23:16:30 +01:00
TCP_Server.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
TextEdit.xml Adds an option to move cursor with right click in TextEdit 2017-12-20 09:01:09 +01:00
Texture.xml doc: Sync classref with current source 2017-12-10 00:43:49 +01:00
TextureButton.xml doc: Fix enum tags thanks to 2bc6db6 2017-11-24 23:16:30 +01:00
TextureProgress.xml doc: Fix enum tags thanks to 2bc6db6 2017-11-24 23:16:30 +01:00
TextureRect.xml doc: Fix enum tags thanks to 2bc6db6 2017-11-24 23:16:30 +01:00
Theme.xml Added documentation for World, Theme, StreamTexture, Sky, and ShortCut 2017-11-28 09:53:46 -05:00
Thread.xml doc: Fix enum tags thanks to 2bc6db6 2017-11-24 23:16:30 +01:00
TileMap.xml Bind TextEdit.deselect and update documentation 2017-12-16 21:08:31 +01:00
TileSet.xml Fix wrong return value in some virtual method bindings 2017-12-10 15:34:08 +01:00
Timer.xml doc: Fix enum tags thanks to 2bc6db6 2017-11-24 23:16:30 +01:00
ToolButton.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
TouchScreenButton.xml doc: Fix enum tags thanks to 2bc6db6 2017-11-24 23:16:30 +01:00
Transform.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
Transform2D.xml [DOCS] minor corrections to Transform2D 2017-12-24 13:12:07 -08:00
Translation.xml doc: Sync classref after a496dd4d, removing NOEDITOR properties from doc 2017-12-07 08:29:38 +01:00
TranslationServer.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
Tree.xml doc: Sync classref with current source 2017-11-27 23:37:47 +01:00
TreeItem.xml doc: Fix enum tags thanks to 2bc6db6 2017-11-24 23:16:30 +01:00
TriangleMesh.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
Tween.xml doc: Fix enum tags thanks to 2bc6db6 2017-11-24 23:16:30 +01:00
UndoRedo.xml doc: Fix enum tags thanks to 2bc6db6 2017-11-24 23:16:30 +01:00
Variant.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
VBoxContainer.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
Vector2.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
Vector3.xml doc: Fix enum tags thanks to 2bc6db6 2017-11-24 23:16:30 +01:00
VehicleBody.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
VehicleWheel.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
VideoPlayer.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
VideoStream.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
Viewport.xml doc: Fix enum tags thanks to 2bc6db6 2017-11-24 23:16:30 +01:00
ViewportContainer.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
ViewportTexture.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
VisibilityEnabler.xml doc: Fix enum tags thanks to 2bc6db6 2017-11-24 23:16:30 +01:00
VisibilityEnabler2D.xml doc: Fix enum tags thanks to 2bc6db6 2017-11-24 23:16:30 +01:00
VisibilityNotifier.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
VisibilityNotifier2D.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
VisualInstance.xml Added documentation for GeometryInstance and VisualInstance 2017-11-26 14:55:20 -05:00
VisualServer.xml Bind TextEdit.deselect and update documentation 2017-12-16 21:08:31 +01:00
VScrollBar.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
VSeparator.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
VSlider.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
VSplitContainer.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
WeakRef.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
WindowDialog.xml [DOCS] WindowDialog member descriptions 2017-12-04 14:26:10 -06:00
World.xml Added documentation for World, Theme, StreamTexture, Sky, and ShortCut 2017-11-28 09:53:46 -05:00
World2D.xml doc: Update header version for 3.0-beta 2017-11-24 09:16:52 +01:00
WorldEnvironment.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00
XMLParser.xml doc: Fix enum tags thanks to 2bc6db6 2017-11-24 23:16:30 +01:00
YSort.xml doc: Remove setters and getters now exposed via properties/members 2017-11-24 18:10:32 +01:00