mirror of
https://github.com/godotengine/godot.git
synced 2024-11-21 19:42:43 +00:00
Autogen Class List
parent
309a9fbdba
commit
2a554d9d7e
@ -59,6 +59,7 @@ Built-in GDScript functions.
|
||||
* [Object](class_object) **[load](#load)** **(** [String](class_string) path **)**
|
||||
* [Dictionary](class_dictionary) **[inst2dict](#inst2dict)** **(** [Object](class_object) inst **)**
|
||||
* [Object](class_object) **[dict2inst](#dict2inst)** **(** [Dictionary](class_dictionary) dict **)**
|
||||
* [int](class_int) **[hash](#hash)** **(** var var:var **)**
|
||||
* [Nil](class_nil) **[print_stack](#print_stack)** **(** **)**
|
||||
|
||||
### Numeric Constants
|
||||
|
@ -27,6 +27,8 @@
|
||||
* [float](class_float) **[get_edge_damp](#get_edge_damp)** **(** **)** const
|
||||
* void **[set_normal_damp](#set_normal_damp)** **(** [float](class_float) normal_damp **)**
|
||||
* [float](class_float) **[get_normal_damp](#get_normal_damp)** **(** **)** const
|
||||
* void **[set_format](#set_format)** **(** [int](class_int) format **)**
|
||||
* [int](class_int) **[get_format](#get_format)** **(** **)** const
|
||||
* void **[set_energy_multiplier](#set_energy_multiplier)** **(** [float](class_float) energy_multiplier **)**
|
||||
* [float](class_float) **[get_energy_multiplier](#get_energy_multiplier)** **(** **)** const
|
||||
* void **[set_gamma_adjust](#set_gamma_adjust)** **(** [float](class_float) gamma_adjust **)**
|
||||
|
@ -36,7 +36,7 @@
|
||||
* **FX_HDR** = **3**
|
||||
* **FX_FOG** = **4**
|
||||
* **FX_BCS** = **5**
|
||||
* **FX_GAMMA** = **6**
|
||||
* **FX_SRGB** = **6**
|
||||
* **FX_MAX** = **7**
|
||||
* **FX_BLUR_BLEND_MODE_ADDITIVE** = **0**
|
||||
* **FX_BLUR_BLEND_MODE_SCREEN** = **1**
|
||||
@ -65,7 +65,6 @@
|
||||
* **FX_PARAM_BCS_BRIGHTNESS** = **21**
|
||||
* **FX_PARAM_BCS_CONTRAST** = **22**
|
||||
* **FX_PARAM_BCS_SATURATION** = **23**
|
||||
* **FX_PARAM_GAMMA** = **24**
|
||||
* **FX_PARAM_MAX** = **25**
|
||||
* **FX_PARAM_MAX** = **24**
|
||||
|
||||
### Member Function Description
|
||||
|
@ -9,6 +9,7 @@ Image datatype.
|
||||
* void **[brush_transfer](#brush_transfer)** **(** [Image](class_image) src, [Image](class_image) brush, [Vector2](class_vector2) pos=0 **)**
|
||||
* [Image](class_image) **[brushed](#brushed)** **(** [Image](class_image) src, [Image](class_image) brush, [Vector2](class_vector2) pos=0 **)**
|
||||
* [Image](class_image) **[compressed](#compressed)** **(** [int](class_int) format=0 **)**
|
||||
* [Image](class_image) **[decompressed](#decompressed)** **(** **)**
|
||||
* [bool](class_bool) **[empty](#empty)** **(** **)**
|
||||
* [RawArray](class_rawarray) **[get_data](#get_data)** **(** **)**
|
||||
* [int](class_int) **[get_format](#get_format)** **(** **)**
|
||||
|
216
class_list.md
216
class_list.md
@ -1,111 +1,111 @@
|
||||
|
||||
| | | | | | |
|
||||
| --- | ------- | --- | ------- | --- | ------- |
|
||||
| **@** | [@GDScript](class_@gdscript) | | [InputEventJoyButton](class_inputeventjoybutton) | | [RigidBody](class_rigidbody) |
|
||||
| | [@Global Scope](class_@global scope) | | [InputEventJoyMotion](class_inputeventjoymotion) | | [RigidBody2D](class_rigidbody2d) |
|
||||
| **A** | [AABB](class_aabb) | | [InputEventKey](class_inputeventkey) | | [Room](class_room) |
|
||||
| | [AcceptDialog](class_acceptdialog) | | [InputEventMouseButton](class_inputeventmousebutton) | | [RoomBounds](class_roombounds) |
|
||||
| | [AnimatedSprite](class_animatedsprite) | | [InputEventMouseMotion](class_inputeventmousemotion) | **S** | [Sample](class_sample) |
|
||||
| | [AnimatedSprite3D](class_animatedsprite3d) | | [InputEventScreenDrag](class_inputeventscreendrag) | | [SampleLibrary](class_samplelibrary) |
|
||||
| | [Animation](class_animation) | | [InputEventScreenTouch](class_inputeventscreentouch) | | [SamplePlayer](class_sampleplayer) |
|
||||
| | [AnimationPlayer](class_animationplayer) | | [InputMap](class_inputmap) | | [SamplePlayer2D](class_sampleplayer2d) |
|
||||
| | [AnimationTreePlayer](class_animationtreeplayer) | | [IntArray](class_intarray) | | [SceneIO](class_sceneio) |
|
||||
| | [Area](class_area) | | [InterpolatedCamera](class_interpolatedcamera) | | [SceneInteractiveLoader](class_sceneinteractiveloader) |
|
||||
| | [Area2D](class_area2d) | **J** | [Joint2D](class_joint2d) | | [SceneMainLoop](class_scenemainloop) |
|
||||
| | [Array](class_array) | **K** | [KinematicBody2D](class_kinematicbody2d) | | [ScenePreloader](class_scenepreloader) |
|
||||
| | [AtlasTexture](class_atlastexture) | **L** | [Label](class_label) | | [Script](class_script) |
|
||||
| | [AudioServer](class_audioserver) | | [LargeTexture](class_largetexture) | | [ScrollBar](class_scrollbar) |
|
||||
| | [AudioServerSW](class_audioserversw) | | [Light](class_light) | | [ScrollContainer](class_scrollcontainer) |
|
||||
| | [AudioStream](class_audiostream) | | [LineEdit](class_lineedit) | | [SegmentShape2D](class_segmentshape2d) |
|
||||
| | [AudioStreamGibberish](class_audiostreamgibberish) | | [LineShape2D](class_lineshape2d) | | [Semaphore](class_semaphore) |
|
||||
| | [AudioStreamMPC](class_audiostreammpc) | **M** | [MainLoop](class_mainloop) | | [Separator](class_separator) |
|
||||
| | [AudioStreamOGGVorbis](class_audiostreamoggvorbis) | | [MarginContainer](class_margincontainer) | | [Shader](class_shader) |
|
||||
| | [AudioStreamResampled](class_audiostreamresampled) | | [Marshalls](class_marshalls) | | [ShaderMaterial](class_shadermaterial) |
|
||||
| | [AudioStreamSpeex](class_audiostreamspeex) | | [Material](class_material) | | [Shape](class_shape) |
|
||||
| **B** | [BakedLight](class_bakedlight) | | [Matrix3](class_matrix3) | | [Shape2D](class_shape2d) |
|
||||
| | [BakedLightInstance](class_bakedlightinstance) | | [Matrix32](class_matrix32) | | [Skeleton](class_skeleton) |
|
||||
| | [BaseButton](class_basebutton) | | [MenuButton](class_menubutton) | | [Slider](class_slider) |
|
||||
| | [BitMap](class_bitmap) | | [Mesh](class_mesh) | | [SoundPlayer2D](class_soundplayer2d) |
|
||||
| | [BoneAttachment](class_boneattachment) | | [MeshDataTool](class_meshdatatool) | | [SoundRoomParams](class_soundroomparams) |
|
||||
| | [BoxContainer](class_boxcontainer) | | [MeshInstance](class_meshinstance) | | [Spatial](class_spatial) |
|
||||
| | [BoxShape](class_boxshape) | | [MeshLibrary](class_meshlibrary) | | [SpatialPlayer](class_spatialplayer) |
|
||||
| | [Button](class_button) | | [MultiMesh](class_multimesh) | | [SpatialSamplePlayer](class_spatialsampleplayer) |
|
||||
| | [ButtonArray](class_buttonarray) | | [MultiMeshInstance](class_multimeshinstance) | | [SpatialSound2DServer](class_spatialsound2dserver) |
|
||||
| | [ButtonGroup](class_buttongroup) | | [Mutex](class_mutex) | | [SpatialSound2DServerSW](class_spatialsound2dserversw) |
|
||||
| **C** | [Camera](class_camera) | **N** | [Nil](class_nil) | | [SpatialSoundServer](class_spatialsoundserver) |
|
||||
| | [Camera2D](class_camera2d) | | [Node](class_node) | | [SpatialSoundServerSW](class_spatialsoundserversw) |
|
||||
| | [CanvasItem](class_canvasitem) | | [Node2D](class_node2d) | | [SpatialStreamPlayer](class_spatialstreamplayer) |
|
||||
| | [CanvasLayer](class_canvaslayer) | | [NodePath](class_nodepath) | | [SphereShape](class_sphereshape) |
|
||||
| | [CapsuleShape](class_capsuleshape) | **O** | [OS](class_os) | | [SpinBox](class_spinbox) |
|
||||
| | [CapsuleShape2D](class_capsuleshape2d) | | [Object](class_object) | | [SplitContainer](class_splitcontainer) |
|
||||
| | [CarBody](class_carbody) | | [OmniLight](class_omnilight) | | [SpotLight](class_spotlight) |
|
||||
| | [CarWheel](class_carwheel) | | [OptionButton](class_optionbutton) | | [Sprite](class_sprite) |
|
||||
| | [CenterContainer](class_centercontainer) | **P** | [PHashTranslation](class_phashtranslation) | | [Sprite3D](class_sprite3d) |
|
||||
| | [CheckButton](class_checkbutton) | | [PackedDataContainer](class_packeddatacontainer) | | [SpriteBase3D](class_spritebase3d) |
|
||||
| | [CircleShape2D](class_circleshape2d) | | [PackedDataContainerRef](class_packeddatacontainerref) | | [SpriteFrames](class_spriteframes) |
|
||||
| | [CollisionObject](class_collisionobject) | | [PackedScene](class_packedscene) | | [StaticBody](class_staticbody) |
|
||||
| | [CollisionObject2D](class_collisionobject2d) | | [PacketPeer](class_packetpeer) | | [StaticBody2D](class_staticbody2d) |
|
||||
| | [CollisionPolygon2D](class_collisionpolygon2d) | | [PacketPeerStream](class_packetpeerstream) | | [StreamPeer](class_streampeer) |
|
||||
| | [CollisionShape](class_collisionshape) | | [Panel](class_panel) | | [StreamPeerSSL](class_streampeerssl) |
|
||||
| | [CollisionShape2D](class_collisionshape2d) | | [PanelContainer](class_panelcontainer) | | [StreamPeerTCP](class_streampeertcp) |
|
||||
| | [Color](class_color) | | [ParallaxBackground](class_parallaxbackground) | | [StreamPlayer](class_streamplayer) |
|
||||
| | [ColorArray](class_colorarray) | | [ParallaxLayer](class_parallaxlayer) | | [String](class_string) |
|
||||
| | [ColorPicker](class_colorpicker) | | [ParticleAttractor2D](class_particleattractor2d) | | [StringArray](class_stringarray) |
|
||||
| | [ColorPickerButton](class_colorpickerbutton) | | [ParticleSystemMaterial](class_particlesystemmaterial) | | [StyleBox](class_stylebox) |
|
||||
| | [ConcavePolygonShape](class_concavepolygonshape) | | [Particles](class_particles) | | [StyleBoxEmpty](class_styleboxempty) |
|
||||
| | [ConcavePolygonShape2D](class_concavepolygonshape2d) | | [Particles2D](class_particles2d) | | [StyleBoxFlat](class_styleboxflat) |
|
||||
| | [ConfigFile](class_configfile) | | [Path](class_path) | | [StyleBoxImageMask](class_styleboximagemask) |
|
||||
| | [ConfirmationDialog](class_confirmationdialog) | | [Path2D](class_path2d) | | [StyleBoxTexture](class_styleboxtexture) |
|
||||
| | [Container](class_container) | | [PathFollow](class_pathfollow) | | [SurfaceTool](class_surfacetool) |
|
||||
| | [Control](class_control) | | [PathRemap](class_pathremap) | **T** | [TCP_Server](class_tcp_server) |
|
||||
| | [ConvexPolygonShape](class_convexpolygonshape) | | [Performance](class_performance) | | [TabContainer](class_tabcontainer) |
|
||||
| | [ConvexPolygonShape2D](class_convexpolygonshape2d) | | [Physics2DDirectBodyState](class_physics2ddirectbodystate) | | [Tabs](class_tabs) |
|
||||
| | [CubeMap](class_cubemap) | | [Physics2DDirectBodyStateSW](class_physics2ddirectbodystatesw) | | [TestCube](class_testcube) |
|
||||
| | [Curve2D](class_curve2d) | | [Physics2DDirectSpaceState](class_physics2ddirectspacestate) | | [TextEdit](class_textedit) |
|
||||
| | [Curve3D](class_curve3d) | | [Physics2DServer](class_physics2dserver) | | [Texture](class_texture) |
|
||||
| **D** | [DampedSpringJoint2D](class_dampedspringjoint2d) | | [Physics2DServerSW](class_physics2dserversw) | | [TextureButton](class_texturebutton) |
|
||||
| | [Dictionary](class_dictionary) | | [Physics2DShapeQueryResult](class_physics2dshapequeryresult) | | [TextureFrame](class_textureframe) |
|
||||
| | [DirectionalLight](class_directionallight) | | [PhysicsBody](class_physicsbody) | | [TextureProgress](class_textureprogress) |
|
||||
| | [Directory](class_directory) | | [PhysicsBody2D](class_physicsbody2d) | | [Theme](class_theme) |
|
||||
| **E** | [EditableShape](class_editableshape) | | [PhysicsDirectBodyState](class_physicsdirectbodystate) | | [Thread](class_thread) |
|
||||
| | [EditableSphere](class_editablesphere) | | [PhysicsDirectBodyStateSW](class_physicsdirectbodystatesw) | | [TileMap](class_tilemap) |
|
||||
| | [EditorImportPlugin](class_editorimportplugin) | | [PhysicsDirectSpaceState](class_physicsdirectspacestate) | | [TileSet](class_tileset) |
|
||||
| | [EditorPlugin](class_editorplugin) | | [PhysicsServer](class_physicsserver) | | [Timer](class_timer) |
|
||||
| | [EditorScenePostImport](class_editorscenepostimport) | | [PhysicsServerSW](class_physicsserversw) | | [TouchScreenButton](class_touchscreenbutton) |
|
||||
| | [EditorScript](class_editorscript) | | [PhysicsShapeQueryResult](class_physicsshapequeryresult) | | [Transform](class_transform) |
|
||||
| | [EmptyControl](class_emptycontrol) | | [PinJoint2D](class_pinjoint2d) | | [Translation](class_translation) |
|
||||
| | [Environment](class_environment) | | [Plane](class_plane) | | [TranslationServer](class_translationserver) |
|
||||
| | [EventPlayer](class_eventplayer) | | [PlaneShape](class_planeshape) | | [Tree](class_tree) |
|
||||
| | [EventStream](class_eventstream) | | [Popup](class_popup) | | [TreeItem](class_treeitem) |
|
||||
| | [EventStreamChibi](class_eventstreamchibi) | | [PopupDialog](class_popupdialog) | **U** | [UnshadedMaterial](class_unshadedmaterial) |
|
||||
| **F** | [File](class_file) | | [PopupMenu](class_popupmenu) | **V** | [VBoxContainer](class_vboxcontainer) |
|
||||
| | [FileDialog](class_filedialog) | | [PopupPanel](class_popuppanel) | | [VButtonArray](class_vbuttonarray) |
|
||||
| | [FixedMaterial](class_fixedmaterial) | | [Portal](class_portal) | | [VScrollBar](class_vscrollbar) |
|
||||
| | [FollowCamera](class_followcamera) | | [Position2D](class_position2d) | | [VSeparator](class_vseparator) |
|
||||
| | [Font](class_font) | | [Position3D](class_position3d) | | [VSlider](class_vslider) |
|
||||
| | [FuncRef](class_funcref) | | [ProgressBar](class_progressbar) | | [VSplitContainer](class_vsplitcontainer) |
|
||||
| **G** | [GDNativeClass](class_gdnativeclass) | | [ProximityGroup](class_proximitygroup) | | [Vector2](class_vector2) |
|
||||
| | [GDScript](class_gdscript) | **Q** | [Quad](class_quad) | | [Vector2Array](class_vector2array) |
|
||||
| | [Geometry](class_geometry) | | [Quat](class_quat) | | [Vector3](class_vector3) |
|
||||
| | [GeometryInstance](class_geometryinstance) | **R** | [RID](class_rid) | | [Vector3Array](class_vector3array) |
|
||||
| | [Globals](class_globals) | | [Range](class_range) | | [VideoPlayer](class_videoplayer) |
|
||||
| | [GridContainer](class_gridcontainer) | | [RawArray](class_rawarray) | | [VideoStream](class_videostream) |
|
||||
| | [GridMap](class_gridmap) | | [RayCast](class_raycast) | | [VideoStreamTheora](class_videostreamtheora) |
|
||||
| | [GrooveJoint2D](class_groovejoint2d) | | [RayCast2D](class_raycast2d) | | [Viewport](class_viewport) |
|
||||
| **H** | [HBoxContainer](class_hboxcontainer) | | [RayShape](class_rayshape) | | [ViewportSprite](class_viewportsprite) |
|
||||
| | [HButtonArray](class_hbuttonarray) | | [RayShape2D](class_rayshape2d) | | [VisibilityEnabler](class_visibilityenabler) |
|
||||
| | [HScrollBar](class_hscrollbar) | | [RealArray](class_realarray) | | [VisibilityEnabler2D](class_visibilityenabler2d) |
|
||||
| | [HSeparator](class_hseparator) | | [Rect2](class_rect2) | | [VisibilityNotifier](class_visibilitynotifier) |
|
||||
| | [HSlider](class_hslider) | | [RectangleShape2D](class_rectangleshape2d) | | [VisibilityNotifier2D](class_visibilitynotifier2d) |
|
||||
| | [HSplitContainer](class_hsplitcontainer) | | [Reference](class_reference) | | [VisualInstance](class_visualinstance) |
|
||||
| | [HTTPClient](class_httpclient) | | [ReferenceFrame](class_referenceframe) | | [VisualServer](class_visualserver) |
|
||||
| **I** | [IP](class_ip) | | [RegEx](class_regex) | **W** | [WindowDialog](class_windowdialog) |
|
||||
| | [IP_Unix](class_ip_unix) | | [RemoteTransform2D](class_remotetransform2d) | | [World](class_world) |
|
||||
| | [Image](class_image) | | [RenderTargetTexture](class_rendertargettexture) | | [World2D](class_world2d) |
|
||||
| | [ImagePathFinder](class_imagepathfinder) | | [Resource](class_resource) | | [WorldEnvironment](class_worldenvironment) |
|
||||
| | [ImageTexture](class_imagetexture) | | [ResourceImportMetadata](class_resourceimportmetadata) | **X** | [XMLParser](class_xmlparser) |
|
||||
| | [ImmediateGeometry](class_immediategeometry) | | [ResourceInteractiveLoader](class_resourceinteractiveloader) | **b** | [bool](class_bool) |
|
||||
| | [Input](class_input) | | [ResourceLoader](class_resourceloader) | **f** | [float](class_float) |
|
||||
| | [InputDefault](class_inputdefault) | | [ResourcePreloader](class_resourcepreloader) | **i** | [int](class_int) |
|
||||
| | [InputEvent](class_inputevent) | | [ResourceSaver](class_resourcesaver) |
|
||||
| | [InputEventAction](class_inputeventaction) | | [RichTextLabel](class_richtextlabel) |
|
||||
| **@** | [@GDScript](class_@gdscript) | | [InputEventJoyButton](class_inputeventjoybutton) | | [RichTextLabel](class_richtextlabel) |
|
||||
| | [@Global Scope](class_@global scope) | | [InputEventJoyMotion](class_inputeventjoymotion) | | [RigidBody](class_rigidbody) |
|
||||
| **A** | [AABB](class_aabb) | | [InputEventKey](class_inputeventkey) | | [RigidBody2D](class_rigidbody2d) |
|
||||
| | [AcceptDialog](class_acceptdialog) | | [InputEventMouseButton](class_inputeventmousebutton) | | [Room](class_room) |
|
||||
| | [AnimatedSprite](class_animatedsprite) | | [InputEventMouseMotion](class_inputeventmousemotion) | | [RoomBounds](class_roombounds) |
|
||||
| | [AnimatedSprite3D](class_animatedsprite3d) | | [InputEventScreenDrag](class_inputeventscreendrag) | **S** | [Sample](class_sample) |
|
||||
| | [Animation](class_animation) | | [InputEventScreenTouch](class_inputeventscreentouch) | | [SampleLibrary](class_samplelibrary) |
|
||||
| | [AnimationPlayer](class_animationplayer) | | [InputMap](class_inputmap) | | [SamplePlayer](class_sampleplayer) |
|
||||
| | [AnimationTreePlayer](class_animationtreeplayer) | | [IntArray](class_intarray) | | [SamplePlayer2D](class_sampleplayer2d) |
|
||||
| | [Area](class_area) | | [InterpolatedCamera](class_interpolatedcamera) | | [SceneIO](class_sceneio) |
|
||||
| | [Area2D](class_area2d) | **J** | [Joint2D](class_joint2d) | | [SceneInteractiveLoader](class_sceneinteractiveloader) |
|
||||
| | [Array](class_array) | **K** | [KinematicBody2D](class_kinematicbody2d) | | [SceneMainLoop](class_scenemainloop) |
|
||||
| | [AtlasTexture](class_atlastexture) | **L** | [Label](class_label) | | [ScenePreloader](class_scenepreloader) |
|
||||
| | [AudioServer](class_audioserver) | | [LargeTexture](class_largetexture) | | [Script](class_script) |
|
||||
| | [AudioServerSW](class_audioserversw) | | [Light](class_light) | | [ScrollBar](class_scrollbar) |
|
||||
| | [AudioStream](class_audiostream) | | [LineEdit](class_lineedit) | | [ScrollContainer](class_scrollcontainer) |
|
||||
| | [AudioStreamGibberish](class_audiostreamgibberish) | | [LineShape2D](class_lineshape2d) | | [SegmentShape2D](class_segmentshape2d) |
|
||||
| | [AudioStreamMPC](class_audiostreammpc) | **M** | [MainLoop](class_mainloop) | | [Semaphore](class_semaphore) |
|
||||
| | [AudioStreamOGGVorbis](class_audiostreamoggvorbis) | | [MarginContainer](class_margincontainer) | | [Separator](class_separator) |
|
||||
| | [AudioStreamResampled](class_audiostreamresampled) | | [Marshalls](class_marshalls) | | [Shader](class_shader) |
|
||||
| | [AudioStreamSpeex](class_audiostreamspeex) | | [Material](class_material) | | [ShaderMaterial](class_shadermaterial) |
|
||||
| **B** | [BakedLight](class_bakedlight) | | [Matrix3](class_matrix3) | | [Shape](class_shape) |
|
||||
| | [BakedLightInstance](class_bakedlightinstance) | | [Matrix32](class_matrix32) | | [Shape2D](class_shape2d) |
|
||||
| | [BaseButton](class_basebutton) | | [MenuButton](class_menubutton) | | [Skeleton](class_skeleton) |
|
||||
| | [BitMap](class_bitmap) | | [Mesh](class_mesh) | | [Slider](class_slider) |
|
||||
| | [BoneAttachment](class_boneattachment) | | [MeshDataTool](class_meshdatatool) | | [SoundPlayer2D](class_soundplayer2d) |
|
||||
| | [BoxContainer](class_boxcontainer) | | [MeshInstance](class_meshinstance) | | [SoundRoomParams](class_soundroomparams) |
|
||||
| | [BoxShape](class_boxshape) | | [MeshLibrary](class_meshlibrary) | | [Spatial](class_spatial) |
|
||||
| | [Button](class_button) | | [MultiMesh](class_multimesh) | | [SpatialPlayer](class_spatialplayer) |
|
||||
| | [ButtonArray](class_buttonarray) | | [MultiMeshInstance](class_multimeshinstance) | | [SpatialSamplePlayer](class_spatialsampleplayer) |
|
||||
| | [ButtonGroup](class_buttongroup) | | [Mutex](class_mutex) | | [SpatialSound2DServer](class_spatialsound2dserver) |
|
||||
| **C** | [Camera](class_camera) | **N** | [Nil](class_nil) | | [SpatialSound2DServerSW](class_spatialsound2dserversw) |
|
||||
| | [Camera2D](class_camera2d) | | [Node](class_node) | | [SpatialSoundServer](class_spatialsoundserver) |
|
||||
| | [CanvasItem](class_canvasitem) | | [Node2D](class_node2d) | | [SpatialSoundServerSW](class_spatialsoundserversw) |
|
||||
| | [CanvasLayer](class_canvaslayer) | | [NodePath](class_nodepath) | | [SpatialStreamPlayer](class_spatialstreamplayer) |
|
||||
| | [CapsuleShape](class_capsuleshape) | **O** | [OS](class_os) | | [SphereShape](class_sphereshape) |
|
||||
| | [CapsuleShape2D](class_capsuleshape2d) | | [Object](class_object) | | [SpinBox](class_spinbox) |
|
||||
| | [CarBody](class_carbody) | | [OmniLight](class_omnilight) | | [SplitContainer](class_splitcontainer) |
|
||||
| | [CarWheel](class_carwheel) | | [OptionButton](class_optionbutton) | | [SpotLight](class_spotlight) |
|
||||
| | [CenterContainer](class_centercontainer) | **P** | [PHashTranslation](class_phashtranslation) | | [Sprite](class_sprite) |
|
||||
| | [CheckButton](class_checkbutton) | | [PackedDataContainer](class_packeddatacontainer) | | [Sprite3D](class_sprite3d) |
|
||||
| | [CircleShape2D](class_circleshape2d) | | [PackedDataContainerRef](class_packeddatacontainerref) | | [SpriteBase3D](class_spritebase3d) |
|
||||
| | [CollisionObject](class_collisionobject) | | [PackedScene](class_packedscene) | | [SpriteFrames](class_spriteframes) |
|
||||
| | [CollisionObject2D](class_collisionobject2d) | | [PacketPeer](class_packetpeer) | | [StaticBody](class_staticbody) |
|
||||
| | [CollisionPolygon2D](class_collisionpolygon2d) | | [PacketPeerStream](class_packetpeerstream) | | [StaticBody2D](class_staticbody2d) |
|
||||
| | [CollisionShape](class_collisionshape) | | [Panel](class_panel) | | [StreamPeer](class_streampeer) |
|
||||
| | [CollisionShape2D](class_collisionshape2d) | | [PanelContainer](class_panelcontainer) | | [StreamPeerSSL](class_streampeerssl) |
|
||||
| | [Color](class_color) | | [ParallaxBackground](class_parallaxbackground) | | [StreamPeerTCP](class_streampeertcp) |
|
||||
| | [ColorArray](class_colorarray) | | [ParallaxLayer](class_parallaxlayer) | | [StreamPlayer](class_streamplayer) |
|
||||
| | [ColorPicker](class_colorpicker) | | [ParticleAttractor2D](class_particleattractor2d) | | [String](class_string) |
|
||||
| | [ColorPickerButton](class_colorpickerbutton) | | [ParticleSystemMaterial](class_particlesystemmaterial) | | [StringArray](class_stringarray) |
|
||||
| | [ConcavePolygonShape](class_concavepolygonshape) | | [Particles](class_particles) | | [StyleBox](class_stylebox) |
|
||||
| | [ConcavePolygonShape2D](class_concavepolygonshape2d) | | [Particles2D](class_particles2d) | | [StyleBoxEmpty](class_styleboxempty) |
|
||||
| | [ConfigFile](class_configfile) | | [Path](class_path) | | [StyleBoxFlat](class_styleboxflat) |
|
||||
| | [ConfirmationDialog](class_confirmationdialog) | | [Path2D](class_path2d) | | [StyleBoxImageMask](class_styleboximagemask) |
|
||||
| | [Container](class_container) | | [PathFollow](class_pathfollow) | | [StyleBoxTexture](class_styleboxtexture) |
|
||||
| | [Control](class_control) | | [PathRemap](class_pathremap) | | [SurfaceTool](class_surfacetool) |
|
||||
| | [ConvexPolygonShape](class_convexpolygonshape) | | [Performance](class_performance) | **T** | [TCP_Server](class_tcp_server) |
|
||||
| | [ConvexPolygonShape2D](class_convexpolygonshape2d) | | [Physics2DDirectBodyState](class_physics2ddirectbodystate) | | [TabContainer](class_tabcontainer) |
|
||||
| | [CubeMap](class_cubemap) | | [Physics2DDirectBodyStateSW](class_physics2ddirectbodystatesw) | | [Tabs](class_tabs) |
|
||||
| | [Curve2D](class_curve2d) | | [Physics2DDirectSpaceState](class_physics2ddirectspacestate) | | [TestCube](class_testcube) |
|
||||
| | [Curve3D](class_curve3d) | | [Physics2DServer](class_physics2dserver) | | [TextEdit](class_textedit) |
|
||||
| **D** | [DampedSpringJoint2D](class_dampedspringjoint2d) | | [Physics2DServerSW](class_physics2dserversw) | | [Texture](class_texture) |
|
||||
| | [Dictionary](class_dictionary) | | [Physics2DShapeQueryResult](class_physics2dshapequeryresult) | | [TextureButton](class_texturebutton) |
|
||||
| | [DirectionalLight](class_directionallight) | | [PhysicsBody](class_physicsbody) | | [TextureFrame](class_textureframe) |
|
||||
| | [Directory](class_directory) | | [PhysicsBody2D](class_physicsbody2d) | | [TextureProgress](class_textureprogress) |
|
||||
| **E** | [EditableShape](class_editableshape) | | [PhysicsDirectBodyState](class_physicsdirectbodystate) | | [Theme](class_theme) |
|
||||
| | [EditableSphere](class_editablesphere) | | [PhysicsDirectBodyStateSW](class_physicsdirectbodystatesw) | | [Thread](class_thread) |
|
||||
| | [EditorImportPlugin](class_editorimportplugin) | | [PhysicsDirectSpaceState](class_physicsdirectspacestate) | | [TileMap](class_tilemap) |
|
||||
| | [EditorPlugin](class_editorplugin) | | [PhysicsServer](class_physicsserver) | | [TileSet](class_tileset) |
|
||||
| | [EditorScenePostImport](class_editorscenepostimport) | | [PhysicsServerSW](class_physicsserversw) | | [Timer](class_timer) |
|
||||
| | [EditorScript](class_editorscript) | | [PhysicsShapeQueryResult](class_physicsshapequeryresult) | | [TouchScreenButton](class_touchscreenbutton) |
|
||||
| | [EmptyControl](class_emptycontrol) | | [PinJoint2D](class_pinjoint2d) | | [Transform](class_transform) |
|
||||
| | [Environment](class_environment) | | [Plane](class_plane) | | [Translation](class_translation) |
|
||||
| | [EventPlayer](class_eventplayer) | | [PlaneShape](class_planeshape) | | [TranslationServer](class_translationserver) |
|
||||
| | [EventStream](class_eventstream) | | [PolygonPathFinder](class_polygonpathfinder) | | [Tree](class_tree) |
|
||||
| | [EventStreamChibi](class_eventstreamchibi) | | [Popup](class_popup) | | [TreeItem](class_treeitem) |
|
||||
| **F** | [File](class_file) | | [PopupDialog](class_popupdialog) | **U** | [UnshadedMaterial](class_unshadedmaterial) |
|
||||
| | [FileDialog](class_filedialog) | | [PopupMenu](class_popupmenu) | **V** | [VBoxContainer](class_vboxcontainer) |
|
||||
| | [FixedMaterial](class_fixedmaterial) | | [PopupPanel](class_popuppanel) | | [VButtonArray](class_vbuttonarray) |
|
||||
| | [FollowCamera](class_followcamera) | | [Portal](class_portal) | | [VScrollBar](class_vscrollbar) |
|
||||
| | [Font](class_font) | | [Position2D](class_position2d) | | [VSeparator](class_vseparator) |
|
||||
| | [FuncRef](class_funcref) | | [Position3D](class_position3d) | | [VSlider](class_vslider) |
|
||||
| **G** | [GDNativeClass](class_gdnativeclass) | | [ProgressBar](class_progressbar) | | [VSplitContainer](class_vsplitcontainer) |
|
||||
| | [GDScript](class_gdscript) | | [ProximityGroup](class_proximitygroup) | | [Vector2](class_vector2) |
|
||||
| | [Geometry](class_geometry) | **Q** | [Quad](class_quad) | | [Vector2Array](class_vector2array) |
|
||||
| | [GeometryInstance](class_geometryinstance) | | [Quat](class_quat) | | [Vector3](class_vector3) |
|
||||
| | [Globals](class_globals) | **R** | [RID](class_rid) | | [Vector3Array](class_vector3array) |
|
||||
| | [GridContainer](class_gridcontainer) | | [Range](class_range) | | [VideoPlayer](class_videoplayer) |
|
||||
| | [GridMap](class_gridmap) | | [RawArray](class_rawarray) | | [VideoStream](class_videostream) |
|
||||
| | [GrooveJoint2D](class_groovejoint2d) | | [RayCast](class_raycast) | | [VideoStreamTheora](class_videostreamtheora) |
|
||||
| **H** | [HBoxContainer](class_hboxcontainer) | | [RayCast2D](class_raycast2d) | | [Viewport](class_viewport) |
|
||||
| | [HButtonArray](class_hbuttonarray) | | [RayShape](class_rayshape) | | [ViewportSprite](class_viewportsprite) |
|
||||
| | [HScrollBar](class_hscrollbar) | | [RayShape2D](class_rayshape2d) | | [VisibilityEnabler](class_visibilityenabler) |
|
||||
| | [HSeparator](class_hseparator) | | [RealArray](class_realarray) | | [VisibilityEnabler2D](class_visibilityenabler2d) |
|
||||
| | [HSlider](class_hslider) | | [Rect2](class_rect2) | | [VisibilityNotifier](class_visibilitynotifier) |
|
||||
| | [HSplitContainer](class_hsplitcontainer) | | [RectangleShape2D](class_rectangleshape2d) | | [VisibilityNotifier2D](class_visibilitynotifier2d) |
|
||||
| | [HTTPClient](class_httpclient) | | [Reference](class_reference) | | [VisualInstance](class_visualinstance) |
|
||||
| **I** | [IP](class_ip) | | [ReferenceFrame](class_referenceframe) | | [VisualServer](class_visualserver) |
|
||||
| | [IP_Unix](class_ip_unix) | | [RegEx](class_regex) | **W** | [WindowDialog](class_windowdialog) |
|
||||
| | [Image](class_image) | | [RemoteTransform2D](class_remotetransform2d) | | [World](class_world) |
|
||||
| | [ImagePathFinder](class_imagepathfinder) | | [RenderTargetTexture](class_rendertargettexture) | | [World2D](class_world2d) |
|
||||
| | [ImageTexture](class_imagetexture) | | [Resource](class_resource) | | [WorldEnvironment](class_worldenvironment) |
|
||||
| | [ImmediateGeometry](class_immediategeometry) | | [ResourceImportMetadata](class_resourceimportmetadata) | **X** | [XMLParser](class_xmlparser) |
|
||||
| | [Input](class_input) | | [ResourceInteractiveLoader](class_resourceinteractiveloader) | **b** | [bool](class_bool) |
|
||||
| | [InputDefault](class_inputdefault) | | [ResourceLoader](class_resourceloader) | **f** | [float](class_float) |
|
||||
| | [InputEvent](class_inputevent) | | [ResourcePreloader](class_resourcepreloader) | **i** | [int](class_int) |
|
||||
| | [InputEventAction](class_inputeventaction) | | [ResourceSaver](class_resourcesaver) |
|
||||
|
@ -36,6 +36,7 @@ Base class for all the "Scene" elements.
|
||||
* void **[remove_from_group](#remove_from_group)** **(** [String](class_string) group **)**
|
||||
* [bool](class_bool) **[is_in_group](#is_in_group)** **(** [String](class_string) group **)** const
|
||||
* void **[move_child](#move_child)** **(** [Node](class_node) child_node, [int](class_int) to_pos **)**
|
||||
* [Array](class_array) **[get_groups](#get_groups)** **(** **)** const
|
||||
* void **[raise](#raise)** **(** **)**
|
||||
* void **[set_owner](#set_owner)** **(** [Node](class_node) owner **)**
|
||||
* [Node](class_node) **[get_owner](#get_owner)** **(** **)** const
|
||||
|
16
class_polygonpathfinder.md
Normal file
16
class_polygonpathfinder.md
Normal file
@ -0,0 +1,16 @@
|
||||
# PolygonPathFinder
|
||||
####**Inherits:** [Resource](class_resource)
|
||||
####**Category:** Core
|
||||
|
||||
### Brief Description
|
||||
|
||||
|
||||
### Member Functions
|
||||
* void **[setup](#setup)** **(** [Vector2Array](class_vector2array) points, [IntArray](class_intarray) connections **)**
|
||||
* [Vector2Array](class_vector2array) **[find_path](#find_path)** **(** [Vector2](class_vector2) from, [Vector2](class_vector2) to **)**
|
||||
* [Vector2Array](class_vector2array) **[get_intersections](#get_intersections)** **(** [Vector2](class_vector2) from, [Vector2](class_vector2) to **)** const
|
||||
* [Vector2](class_vector2) **[get_closest_point](#get_closest_point)** **(** [Vector2](class_vector2) point **)** const
|
||||
* [bool](class_bool) **[is_point_inside](#is_point_inside)** **(** [Vector2](class_vector2) point **)** const
|
||||
* [Rect2](class_rect2) **[get_bounds](#get_bounds)** **(** **)** const
|
||||
|
||||
### Member Function Description
|
@ -261,7 +261,7 @@ Server for anything visible.
|
||||
* **LIGHT_PARAM_RADIUS** = **2**
|
||||
* **LIGHT_PARAM_ENERGY** = **3**
|
||||
* **LIGHT_PARAM_ATTENUATION** = **4**
|
||||
* **LIGHT_PARAM_MAX** = **8**
|
||||
* **LIGHT_PARAM_MAX** = **10**
|
||||
* **SCENARIO_DEBUG_DISABLED** = **0**
|
||||
* **SCENARIO_DEBUG_WIREFRAME** = **1**
|
||||
* **SCENARIO_DEBUG_OVERDRAW** = **2**
|
||||
|
Loading…
Reference in New Issue
Block a user