godot/doc/classes
Rémi Verschelde 6f292f906e
Merge pull request #38900 from bruvzg/docs_ignore_os_spec_def_vals
Docs: Ignore OS specific values (constants, project settings, properties)
2020-07-25 18:54:25 +02:00
..
@GlobalScope.xml Docs: Ignore OS specific values (constants, project settings, properties). 2020-07-15 12:24:59 +03:00
AABB.xml Update core documentation to match recent C# changes 2020-07-21 14:44:53 -04:00
AcceptDialog.xml Environment: Refactor code for readability + more 2020-07-01 14:44:45 +02:00
AESContext.xml Fix spelling & grammar in comments, docs, and messages 2020-07-21 15:17:23 -04:00
AnimatedSprite2D.xml
AnimatedSprite3D.xml
AnimatedTexture.xml
Animation.xml
AnimationNode.xml
AnimationNodeAdd2.xml
AnimationNodeAdd3.xml
AnimationNodeAnimation.xml
AnimationNodeBlend2.xml
AnimationNodeBlend3.xml
AnimationNodeBlendSpace1D.xml
AnimationNodeBlendSpace2D.xml
AnimationNodeBlendTree.xml
AnimationNodeOneShot.xml
AnimationNodeOutput.xml
AnimationNodeStateMachine.xml
AnimationNodeStateMachinePlayback.xml
AnimationNodeStateMachineTransition.xml
AnimationNodeTimeScale.xml
AnimationNodeTimeSeek.xml
AnimationNodeTransition.xml
AnimationPlayer.xml
AnimationRootNode.xml
AnimationTrackEditPlugin.xml
AnimationTree.xml Clarify usage of AnimationPlayer with AnimationTree and fill in empty method descriptions 2020-06-02 12:19:33 +08:00
Area2D.xml
Area3D.xml
Array.xml Commit other files changed by file_format.sh 2020-07-13 14:14:11 -04:00
ArrayMesh.xml
AStar2D.xml AStar: Make get_closest_point() deterministic for equidistant points 2020-06-09 11:04:12 +02:00
AStar.xml AStar: Make get_closest_point() deterministic for equidistant points 2020-06-09 11:04:12 +02:00
AtlasTexture.xml
AudioBusLayout.xml
AudioEffect.xml
AudioEffectAmplify.xml
AudioEffectBandLimitFilter.xml
AudioEffectBandPassFilter.xml
AudioEffectChorus.xml
AudioEffectCompressor.xml
AudioEffectDelay.xml
AudioEffectDistortion.xml
AudioEffectEQ6.xml
AudioEffectEQ10.xml
AudioEffectEQ21.xml
AudioEffectEQ.xml
AudioEffectFilter.xml
AudioEffectHighPassFilter.xml
AudioEffectHighShelfFilter.xml
AudioEffectInstance.xml
AudioEffectLimiter.xml
AudioEffectLowPassFilter.xml
AudioEffectLowShelfFilter.xml
AudioEffectNotchFilter.xml
AudioEffectPanner.xml
AudioEffectPhaser.xml
AudioEffectPitchShift.xml
AudioEffectRecord.xml Adds full description for AudioEffectRecord.xml 2020-06-11 02:32:51 -04:00
AudioEffectReverb.xml
AudioEffectSpectrumAnalyzer.xml
AudioEffectSpectrumAnalyzerInstance.xml
AudioEffectStereoEnhance.xml
AudioServer.xml
AudioStream.xml
AudioStreamGenerator.xml
AudioStreamGeneratorPlayback.xml
AudioStreamMicrophone.xml
AudioStreamPlayback.xml
AudioStreamPlaybackResampled.xml
AudioStreamPlayer2D.xml
AudioStreamPlayer3D.xml
AudioStreamPlayer.xml
AudioStreamRandomPitch.xml
AudioStreamSample.xml
BackBufferCopy.xml
BakedLightmap.xml
BakedLightmapData.xml
BaseButton.xml Mention toggled signal for pressed state in BaseButton documentation 2020-07-17 00:01:24 +02:00
BaseMaterial3D.xml
Basis.xml Update core documentation to match recent C# changes 2020-07-21 14:44:53 -04:00
BitMap.xml
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 Update bool documentation to be more clear 2020-06-21 03:08:28 -04:00
BoxContainer.xml
BoxShape3D.xml
Button.xml
ButtonGroup.xml
Callable.xml
Camera2D.xml
Camera3D.xml
CameraEffects.xml Environment: Refactor code for readability + more 2020-07-01 14:44:45 +02:00
CameraFeed.xml
CameraServer.xml
CameraTexture.xml
CanvasItem.xml Provide draw_set_transform defaults for rotation and scale 2020-07-01 18:09:11 +03:00
CanvasItemMaterial.xml
CanvasLayer.xml
CanvasModulate.xml
CapsuleMesh.xml
CapsuleShape2D.xml
CapsuleShape3D.xml
CenterContainer.xml
CharFXTransform.xml
CheckBox.xml
CheckButton.xml
CircleShape2D.xml
ClassDB.xml
ClippedCamera3D.xml
CodeHighlighter.xml doc: Sync classref with current source 2020-07-15 08:43:21 +02:00
CollisionObject2D.xml doc: Sync classref with current source 2020-07-15 08:43:21 +02:00
CollisionObject3D.xml
CollisionPolygon2D.xml
CollisionPolygon3D.xml
CollisionShape2D.xml
CollisionShape3D.xml
Color.xml Update core documentation to match recent C# changes 2020-07-21 14:44:53 -04:00
ColorPicker.xml
ColorPickerButton.xml
ColorRect.xml
ConcavePolygonShape2D.xml
ConcavePolygonShape3D.xml
ConeTwistJoint3D.xml
ConfigFile.xml
ConfirmationDialog.xml
Container.xml
Control.xml Document caveats related to Control scaling 2020-07-15 10:36:29 +02:00
ConvexPolygonShape2D.xml Split Geometry singleton into Geometry2D and Geometry3D 2020-05-27 14:28:34 +03:00
ConvexPolygonShape3D.xml
CPUParticles2D.xml
CPUParticles3D.xml
Crypto.xml Document AES and new Crypto/CryptoKey functions. 2020-06-18 17:06:16 +02:00
CryptoKey.xml Document AES and new Crypto/CryptoKey functions. 2020-06-18 17:06:16 +02:00
Cubemap.xml
CubemapArray.xml
CubeMesh.xml
Curve2D.xml
Curve3D.xml
Curve.xml
CurveTexture.xml
CylinderMesh.xml
CylinderShape3D.xml
DampedSpringJoint2D.xml
Decal.xml Commit other files changed by file_format.sh 2020-07-13 14:14:11 -04:00
Dictionary.xml Document the in operator in String, Array and Dictionary classes 2020-06-12 19:22:35 +02:00
DirectionalLight3D.xml doc: Sync classref with current source 2020-06-25 11:00:38 +02:00
Directory.xml Follow-Up Fix Directory Open 2020-07-10 02:56:37 -05:00
DisplayServer.xml Fix cancel/OK button order on macOS 2020-07-10 15:10:11 -05:00
DTLSServer.xml
DynamicFont.xml Add DynamicFont::get_available_chars() 2020-07-20 17:44:39 +02:00
DynamicFontData.xml Disable antialiasing on the DynamicFont outline as well when requested 2020-05-28 22:30:38 +02:00
EditorExportPlugin.xml
EditorFeatureProfile.xml
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 Document several editor-related classes to 100% completion 2020-07-20 14:48:42 +02:00
EditorInspector.xml Document several editor-related classes to 100% completion 2020-07-20 14:48:42 +02:00
EditorInspectorPlugin.xml
EditorInterface.xml Document several editor-related classes to 100% completion 2020-07-20 14:48:42 +02:00
EditorNode3DGizmo.xml Document several editor-related classes to 100% completion 2020-07-20 14:48:42 +02:00
EditorNode3DGizmoPlugin.xml Document several editor-related classes to 100% completion 2020-07-20 14:48:42 +02:00
EditorPlugin.xml Add translation parser plugin support 2020-07-02 14:47:35 +02:00
EditorProperty.xml Document several editor-related classes to 100% completion 2020-07-20 14:48:42 +02:00
EditorResourceConversionPlugin.xml
EditorResourcePreview.xml
EditorResourcePreviewGenerator.xml
EditorSceneImporter.xml
EditorSceneImporterAssimp.xml
EditorScenePostImport.xml
EditorScript.xml
EditorSelection.xml
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 Change translation parser plugin API to parse_file() 2020-07-05 12:14:56 +02:00
EditorVCSInterface.xml
EncodedObjectAsID.xml
Engine.xml
Environment.xml Environment: Refactor code for readability + more 2020-07-01 14:44:45 +02:00
Expression.xml
File.xml Mention the Data paths documentation in the File class 2020-07-15 16:10:06 +02:00
FileDialog.xml Merge pull request #39322 from dominiks/filedialog-title-doc 2020-06-15 13:22:25 +02:00
FileSystemDock.xml Environment: Refactor code for readability + more 2020-07-01 14:44:45 +02:00
float.xml
Font.xml Expose get_char_size() from Font instead of BitmapFont 2020-05-27 17:28:23 +08:00
FuncRef.xml
Generic6DOFJoint3D.xml
Geometry2D.xml Clarify Geometry.offset_polygon_2d regarding vertices translation 2020-07-01 17:10:21 +03:00
Geometry3D.xml Split Geometry singleton into Geometry2D and Geometry3D 2020-05-27 14:28:34 +03:00
GeometryInstance3D.xml
GIProbe.xml Environment: Refactor code for readability + more 2020-07-01 14:44:45 +02:00
GIProbeData.xml
GPUParticles2D.xml
GPUParticles3D.xml
Gradient.xml
GradientTexture.xml
GraphEdit.xml
GraphNode.xml
GridContainer.xml
GrooveJoint2D.xml
HashingContext.xml
HBoxContainer.xml
HeightMapShape3D.xml
HingeJoint3D.xml
HScrollBar.xml
HSeparator.xml
HSlider.xml
HSplitContainer.xml
HTTPClient.xml Document HTML5 CORS restrictions in HTTPClient and HTTPRequest 2020-07-20 15:15:55 +02:00
HTTPRequest.xml Document HTML5 CORS restrictions in HTTPClient and HTTPRequest 2020-07-20 15:15:55 +02:00
Image.xml Environment: Refactor code for readability + more 2020-07-01 14:44:45 +02:00
ImageTexture.xml
ImageTextureLayered.xml
ImmediateGeometry3D.xml
Input.xml
InputEvent.xml
InputEventAction.xml
InputEventFromWindow.xml
InputEventGesture.xml
InputEventJoypadButton.xml
InputEventJoypadMotion.xml
InputEventKey.xml
InputEventMagnifyGesture.xml
InputEventMIDI.xml
InputEventMouse.xml
InputEventMouseButton.xml
InputEventMouseMotion.xml Document polling rate limitations in InputEventMouseMotion 2020-07-22 10:25:13 +02:00
InputEventPanGesture.xml
InputEventScreenDrag.xml
InputEventScreenTouch.xml
InputEventWithModifiers.xml
InputMap.xml DocData: Skip language-specific ClassDoc without methods/constants 2020-06-17 15:09:07 +02:00
InstancePlaceholder.xml
int.xml
IP.xml
ItemList.xml
JavaClass.xml
JavaClassWrapper.xml
JavaScript.xml
JNISingleton.xml
Joint2D.xml Fix Joint2D doc 2020-06-21 22:55:16 -04:00
Joint3D.xml
JSON.xml
JSONParseResult.xml
JSONRPC.xml
KinematicBody2D.xml Commit other files changed by file_format.sh 2020-07-13 14:14:11 -04:00
KinematicBody3D.xml Commit other files changed by file_format.sh 2020-07-13 14:14:11 -04:00
KinematicCollision2D.xml
KinematicCollision3D.xml
Label.xml Fix label percent visible doc description 2020-06-14 16:34:43 -04:00
LargeTexture.xml
Light2D.xml
Light3D.xml Environment: Refactor code for readability + more 2020-07-01 14:44:45 +02:00
Lightmapper.xml
LightmapperRD.xml
LightmapProbe.xml
LightOccluder2D.xml
Line2D.xml
LineEdit.xml Add option to disable virtual keyboard for LineEdit 2020-07-22 08:19:05 +02:00
LineShape2D.xml
LinkButton.xml
Listener3D.xml
MainLoop.xml Environment: Refactor code for readability + more 2020-07-01 14:44:45 +02:00
MarginContainer.xml
Marshalls.xml
Material.xml Fix Material.render_priority doc: no opaque sort 2020-06-13 17:35:09 -05:00
MenuButton.xml
Mesh.xml
MeshDataTool.xml
MeshInstance2D.xml
MeshInstance3D.xml
MeshLibrary.xml
MeshTexture.xml
MultiMesh.xml
MultiMeshInstance2D.xml
MultiMeshInstance3D.xml
MultiplayerAPI.xml
Mutex.xml
Navigation2D.xml
Navigation3D.xml
NavigationAgent2D.xml
NavigationAgent3D.xml
NavigationMesh.xml
NavigationMeshGenerator.xml
NavigationObstacle2D.xml
NavigationObstacle3D.xml
NavigationPolygon.xml
NavigationRegion2D.xml
NavigationRegion3D.xml
NavigationServer2D.xml
NavigationServer3D.xml
NetworkedMultiplayerPeer.xml
NinePatchRect.xml
Node2D.xml
Node3D.xml
Node3DGizmo.xml
Node.xml Environment: Refactor code for readability + more 2020-07-01 14:44:45 +02:00
NodePath.xml
Object.xml Mention C# gotchas in Object's dynamic call/set/connect methods 2020-07-14 17:07:10 +02:00
OccluderPolygon2D.xml
OmniLight3D.xml Improve the 3D light documentations 2020-06-10 11:19:11 +02:00
OptionButton.xml
ORMMaterial3D.xml
OS.xml Merge pull request #40450 from asmaloney/spelling 2020-07-21 22:14:04 +02:00
PackedByteArray.xml Add sort and has methods to PackedArrays 2020-07-06 22:16:39 -04:00
PackedColorArray.xml Add sort and has methods to PackedArrays 2020-07-06 22:16:39 -04:00
PackedDataContainer.xml
PackedDataContainerRef.xml
PackedFloat32Array.xml Add sort and has methods to PackedArrays 2020-07-06 22:16:39 -04:00
PackedFloat64Array.xml Add sort and has methods to PackedArrays 2020-07-06 22:16:39 -04:00
PackedInt32Array.xml Add sort and has methods to PackedArrays 2020-07-06 22:16:39 -04:00
PackedInt64Array.xml Add sort and has methods to PackedArrays 2020-07-06 22:16:39 -04:00
PackedScene.xml Document how to instance a PackedScene and add it as a child 2020-07-09 20:05:33 +02:00
PackedStringArray.xml Add sort and has methods to PackedArrays 2020-07-06 22:16:39 -04:00
PackedVector2Array.xml Add sort and has methods to PackedArrays 2020-07-06 22:16:39 -04:00
PackedVector3Array.xml Add sort and has methods to PackedArrays 2020-07-06 22:16:39 -04:00
PacketPeer.xml
PacketPeerDTLS.xml
PacketPeerStream.xml
PacketPeerUDP.xml
Panel.xml
PanelContainer.xml
PanoramaSkyMaterial.xml
ParallaxBackground.xml
ParallaxLayer.xml
ParticlesMaterial.xml
Path2D.xml
Path3D.xml
PathFollow2D.xml
PathFollow3D.xml
PCKPacker.xml
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
PhysicsBody2D.xml
PhysicsBody3D.xml
PhysicsDirectBodyState2D.xml Refactor physics force and impulse code 2020-06-02 23:18:59 -04:00
PhysicsDirectBodyState3D.xml Refactor physics force and impulse code 2020-06-02 23:18:59 -04:00
PhysicsDirectSpaceState2D.xml
PhysicsDirectSpaceState3D.xml
PhysicsMaterial.xml Add description for "absorbent" and "rough" 2020-06-15 12:36:43 +01:00
PhysicsServer2D.xml Merge pull request #37350 from aaronfranke/force-impulse 2020-07-02 18:39:16 +02:00
PhysicsServer3D.xml Refactor physics force and impulse code 2020-06-02 23:18:59 -04:00
PhysicsShapeQueryParameters2D.xml Expose shape property for shape query parameters classes 2020-06-26 16:54:05 +03:00
PhysicsShapeQueryParameters3D.xml Expose shape property for shape query parameters classes 2020-06-26 16:54:05 +03:00
PhysicsShapeQueryResult2D.xml
PhysicsShapeQueryResult3D.xml
PhysicsTestMotionResult2D.xml
PinJoint2D.xml
PinJoint3D.xml
Plane.xml Update core documentation to match recent C# changes 2020-07-21 14:44:53 -04:00
PlaneMesh.xml
PointMesh.xml
Polygon2D.xml
PolygonPathFinder.xml
Popup.xml
PopupMenu.xml doc: Sync classref with current source 2020-05-20 15:29:37 +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 Docs: Ignore OS specific values (constants, project settings, properties). 2020-07-15 12:24:59 +03:00
ProximityGroup3D.xml
ProxyTexture.xml
QuadMesh.xml
Quat.xml Update core documentation to match recent C# changes 2020-07-21 14:44:53 -04:00
RandomNumberGenerator.xml
Range.xml
RayCast2D.xml Commit other files changed by file_format.sh 2020-07-13 14:14:11 -04:00
RayCast3D.xml Commit other files changed by file_format.sh 2020-07-13 14:14:11 -04:00
RayShape2D.xml
RayShape3D.xml
RDAttachmentFormat.xml
RDPipelineColorBlendState.xml
RDPipelineColorBlendStateAttachment.xml
RDPipelineDepthStencilState.xml
RDPipelineMultisampleState.xml
RDPipelineRasterizationState.xml
RDSamplerState.xml
RDShaderBytecode.xml
RDShaderFile.xml
RDShaderSource.xml
RDTextureFormat.xml
RDTextureView.xml
RDUniform.xml
RDVertexAttribute.xml
Rect2.xml Update core documentation to match recent C# changes 2020-07-21 14:44:53 -04:00
Rect2i.xml Update core documentation to match recent C# changes 2020-07-21 14:44:53 -04:00
RectangleShape2D.xml
Reference.xml
ReferenceRect.xml
ReflectionProbe.xml Environment: Refactor code for readability + more 2020-07-01 14:44:45 +02:00
RemoteTransform2D.xml
RemoteTransform3D.xml
RenderingDevice.xml Environment: Refactor code for readability + more 2020-07-01 14:44:45 +02:00
RenderingServer.xml Add incremental update mode to sky 2020-07-11 00:10:15 -07:00
Resource.xml Update Resource.xml to explain behavior of duplicate when subresources is true and a subresource contains further nested resources. 2020-07-08 09:51:51 -07:00
ResourceFormatLoader.xml
ResourceFormatSaver.xml
ResourceImporter.xml
ResourceLoader.xml
ResourcePreloader.xml
ResourceSaver.xml
RichTextEffect.xml
RichTextLabel.xml doc: Sync classref with current source 2020-06-25 11:00:38 +02:00
RID.xml
RigidBody2D.xml Merge pull request #37350 from aaronfranke/force-impulse 2020-07-02 18:39:16 +02:00
RigidBody3D.xml Add Method get_inverse_inertia_tensor 2020-07-21 11:33:41 -03:00
RootMotionView.xml
SceneState.xml
SceneTree.xml
SceneTreeTimer.xml
Script.xml
ScriptCreateDialog.xml
ScriptEditor.xml doc: Sync classref with current source 2020-07-15 08:43:21 +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
Separator.xml
Shader.xml
ShaderGlobalsOverride.xml
ShaderMaterial.xml
Shape2D.xml
Shape3D.xml
ShortCut.xml
Signal.xml
Skeleton2D.xml
Skeleton3D.xml Fix presumed copy/paste error: "Returns" -> "Sets" 2020-07-23 04:21:29 +12:00
SkeletonIK3D.xml
Skin.xml
SkinReference.xml
Sky.xml Add incremental update mode to sky 2020-07-11 00:10:15 -07:00
Slider.xml
SliderJoint3D.xml
SoftBody3D.xml
SphereMesh.xml
SphereShape3D.xml
SpinBox.xml
SplitContainer.xml
SpotLight3D.xml doc: Sync classref with current source 2020-06-25 11:00:38 +02:00
SpringArm3D.xml fixed documentation for get_hit_length of spring arm 3D 2020-07-22 23:08:37 +02:00
Sprite2D.xml
Sprite3D.xml
SpriteBase3D.xml
SpriteFrames.xml
StandardMaterial3D.xml
StaticBody2D.xml
StaticBody3D.xml
StreamCubemap.xml
StreamCubemapArray.xml
StreamPeer.xml
StreamPeerBuffer.xml
StreamPeerSSL.xml
StreamPeerTCP.xml
StreamTexture2D.xml
StreamTexture2DArray.xml
StreamTextureLayered.xml
String.xml Document which escape sequences are supported by String.c_unescape() 2020-07-15 11:52:00 +02:00
StringName.xml
StyleBox.xml
StyleBoxEmpty.xml
StyleBoxFlat.xml
StyleBoxLine.xml
StyleBoxTexture.xml
SubViewport.xml
SubViewportContainer.xml Document how to resize a SubViewportContainer to avoid stretching 2020-06-14 15:26:51 +02:00
SurfaceTool.xml
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
TCP_Server.xml
TextEdit.xml doc: Sync classref with current source 2020-07-15 08:43:21 +02:00
TextFile.xml
Texture2D.xml
Texture2DArray.xml
Texture.xml doc: Fix rebase error from #39589 2020-06-18 11:34:10 +02:00
TextureButton.xml Added flip_h and flip_v properties in TextureButton 2020-07-01 11:31:27 +02:00
TextureLayered.xml
TextureProgress.xml
TextureRect.xml
Theme.xml
Thread.xml
TileMap.xml
TileSet.xml Add description to TileSet.is_tile_bound() method 2020-06-13 21:47:25 -06:00
Timer.xml Mention SceneTree.create_timer() in the Timer class documentation 2020-07-09 19:43:38 +02:00
TouchScreenButton.xml
Transform2D.xml Update core documentation to match recent C# changes 2020-07-21 14:44:53 -04:00
Transform.xml Update core documentation to match recent C# changes 2020-07-21 14:44:53 -04:00
Translation.xml
TranslationServer.xml
Tree.xml
TreeItem.xml
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
VBoxContainer.xml
Vector2.xml Update core documentation to match recent C# changes 2020-07-21 14:44:53 -04:00
Vector2i.xml Update core documentation to match recent C# changes 2020-07-21 14:44:53 -04:00
Vector3.xml Update core documentation to match recent C# changes 2020-07-21 14:44:53 -04:00
Vector3i.xml Update core documentation to match recent C# changes 2020-07-21 14:44:53 -04:00
VehicleBody3D.xml Document VehicleBody3D and VehicleWheel3D limitations 2020-07-14 16:16:08 +02:00
VehicleWheel3D.xml Document VehicleBody3D and VehicleWheel3D limitations 2020-07-14 16:16:08 +02:00
VelocityTracker3D.xml
VideoPlayer.xml
VideoStream.xml
Viewport.xml Fix spelling & grammar in comments, docs, and messages 2020-07-21 15:17:23 -04:00
ViewportTexture.xml
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 Improve the VisibilityNotifier and VisibilityEnabler class descriptions 2020-07-18 00:30:30 +02:00
VisibilityNotifier3D.xml Improve the VisibilityNotifier and VisibilityEnabler class descriptions 2020-07-18 00:30:30 +02:00
VisualInstance3D.xml
VisualShader.xml
VisualShaderNode.xml
VisualShaderNodeBooleanConstant.xml
VisualShaderNodeBooleanUniform.xml
VisualShaderNodeColorConstant.xml
VisualShaderNodeColorFunc.xml
VisualShaderNodeColorOp.xml
VisualShaderNodeColorUniform.xml
VisualShaderNodeCompare.xml
VisualShaderNodeCubemap.xml
VisualShaderNodeCubemapUniform.xml
VisualShaderNodeCustom.xml
VisualShaderNodeDeterminant.xml
VisualShaderNodeDotProduct.xml
VisualShaderNodeExpression.xml
VisualShaderNodeFaceForward.xml
VisualShaderNodeFloatConstant.xml
VisualShaderNodeFloatFunc.xml
VisualShaderNodeFloatOp.xml
VisualShaderNodeFloatUniform.xml
VisualShaderNodeFresnel.xml
VisualShaderNodeGlobalExpression.xml
VisualShaderNodeGroupBase.xml
VisualShaderNodeIf.xml
VisualShaderNodeInput.xml
VisualShaderNodeIntConstant.xml
VisualShaderNodeIntFunc.xml
VisualShaderNodeIntOp.xml
VisualShaderNodeIntUniform.xml
VisualShaderNodeIs.xml
VisualShaderNodeMultiplyAdd.xml Added 'fma' function to shader language 2020-07-10 19:58:03 +03:00
VisualShaderNodeOuterProduct.xml
VisualShaderNodeOutput.xml Fix spelling & grammar in comments, docs, and messages 2020-07-21 15:17:23 -04:00
VisualShaderNodeSample3D.xml Added Texture2DArray support to visual shaders 2020-06-19 18:02:05 +03:00
VisualShaderNodeScalarClamp.xml
VisualShaderNodeScalarDerivativeFunc.xml
VisualShaderNodeScalarInterp.xml
VisualShaderNodeScalarSmoothStep.xml
VisualShaderNodeScalarSwitch.xml
VisualShaderNodeSwitch.xml
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
VisualShaderNodeTexture.xml
VisualShaderNodeTextureUniform.xml
VisualShaderNodeTextureUniformTriplanar.xml
VisualShaderNodeTransformCompose.xml
VisualShaderNodeTransformConstant.xml
VisualShaderNodeTransformDecompose.xml
VisualShaderNodeTransformFunc.xml
VisualShaderNodeTransformMult.xml
VisualShaderNodeTransformUniform.xml
VisualShaderNodeTransformVecMult.xml
VisualShaderNodeUniform.xml
VisualShaderNodeVec3Constant.xml
VisualShaderNodeVec3Uniform.xml
VisualShaderNodeVectorClamp.xml
VisualShaderNodeVectorCompose.xml
VisualShaderNodeVectorDecompose.xml
VisualShaderNodeVectorDerivativeFunc.xml
VisualShaderNodeVectorDistance.xml
VisualShaderNodeVectorFunc.xml
VisualShaderNodeVectorInterp.xml
VisualShaderNodeVectorLen.xml
VisualShaderNodeVectorOp.xml
VisualShaderNodeVectorRefract.xml Fix spelling & grammar in comments, docs, and messages 2020-07-21 15:17:23 -04:00
VisualShaderNodeVectorScalarMix.xml
VisualShaderNodeVectorScalarSmoothStep.xml
VisualShaderNodeVectorScalarStep.xml
VisualShaderNodeVectorSmoothStep.xml
VScrollBar.xml
VSeparator.xml
VSlider.xml
VSplitContainer.xml
WeakRef.xml
Window.xml doc: Sync classref with current source 2020-07-03 16:09:12 +02:00
World2D.xml
World3D.xml
WorldEnvironment.xml
WorldMarginShape3D.xml
X509Certificate.xml
XMLParser.xml
XRAnchor3D.xml
XRCamera3D.xml
XRController3D.xml
XRInterface.xml
XROrigin3D.xml
XRPositionalTracker.xml
XRServer.xml
YSort.xml