Add header about deprecating the wiki

Rémi Verschelde 2016-02-16 19:18:00 +01:00
parent 086aa4bc88
commit aab29ff13a
474 changed files with 948 additions and 0 deletions

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# Background loading # Background loading
When switching the main scene of your game (for example going to a new level), you might want to show a loading screen with some indication that progress is being made. The main load method (```ResourceLoader::load``` or just ```load``` from gdscript) blocks your thread while the resource is being loaded, so It's not good. This document discusses the ```ResourceInteractiveLoader``` class for smoother load screens. When switching the main scene of your game (for example going to a new level), you might want to show a loading screen with some indication that progress is being made. The main load method (```ResourceLoader::load``` or just ```load``` from gdscript) blocks your thread while the resource is being loaded, so It's not good. This document discusses the ```ResourceInteractiveLoader``` class for smoother load screens.

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# Cutout Animation # Cutout Animation
### What is it? ### What is it?

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
<p align="center"><img src="http://www.godotengine.org/wp/wp-content/uploads/2014/01/godot_logo_63px_alto-02-021.png"/></p> <p align="center"><img src="http://www.godotengine.org/wp/wp-content/uploads/2014/01/godot_logo_63px_alto-02-021.png"/></p>
# Introduction # Introduction

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# Advanced Topics # Advanced Topics
## Compiling & Running ## Compiling & Running

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# Binary Serialization Format # Binary Serialization Format
### Introduction ### Introduction

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# @GDScript # @GDScript
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# @Global Scope # @Global Scope
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# @MultiScript # @MultiScript
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# AABB # AABB
####**Category:** Built-In Types ####**Category:** Built-In Types

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# AcceptDialog # AcceptDialog
####**Inherits:** [WindowDialog](class_windowdialog) ####**Inherits:** [WindowDialog](class_windowdialog)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# AnimatedSprite # AnimatedSprite
####**Inherits:** [Node2D](class_node2d) ####**Inherits:** [Node2D](class_node2d)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# AnimatedSprite3D # AnimatedSprite3D
####**Inherits:** [SpriteBase3D](class_spritebase3d) ####**Inherits:** [SpriteBase3D](class_spritebase3d)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# Animation # Animation
####**Inherits:** [Resource](class_resource) ####**Inherits:** [Resource](class_resource)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# AnimationPlayer # AnimationPlayer
####**Inherits:** [Node](class_node) ####**Inherits:** [Node](class_node)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# AnimationTreePlayer # AnimationTreePlayer
####**Inherits:** [Node](class_node) ####**Inherits:** [Node](class_node)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# Area # Area
####**Inherits:** [CollisionObject](class_collisionobject) ####**Inherits:** [CollisionObject](class_collisionobject)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# Area2D # Area2D
####**Inherits:** [CollisionObject2D](class_collisionobject2d) ####**Inherits:** [CollisionObject2D](class_collisionobject2d)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# Array # Array
####**Category:** Built-In Types ####**Category:** Built-In Types

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# AtlasTexture # AtlasTexture
####**Inherits:** [Texture](class_texture) ####**Inherits:** [Texture](class_texture)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# AudioServer # AudioServer
####**Inherits:** [Object](class_object) ####**Inherits:** [Object](class_object)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# AudioServerSW # AudioServerSW
####**Inherits:** [AudioServer](class_audioserver) ####**Inherits:** [AudioServer](class_audioserver)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# AudioStream # AudioStream
####**Inherits:** [Resource](class_resource) ####**Inherits:** [Resource](class_resource)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# AudioStreamGibberish # AudioStreamGibberish
####**Inherits:** [AudioStream](class_audiostream) ####**Inherits:** [AudioStream](class_audiostream)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# AudioStreamMPC # AudioStreamMPC
####**Inherits:** [AudioStreamResampled](class_audiostreamresampled) ####**Inherits:** [AudioStreamResampled](class_audiostreamresampled)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# AudioStreamOGGVorbis # AudioStreamOGGVorbis
####**Inherits:** [AudioStreamResampled](class_audiostreamresampled) ####**Inherits:** [AudioStreamResampled](class_audiostreamresampled)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# AudioStreamResampled # AudioStreamResampled
####**Inherits:** [AudioStream](class_audiostream) ####**Inherits:** [AudioStream](class_audiostream)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# AudioStreamSpeex # AudioStreamSpeex
####**Inherits:** [AudioStreamResampled](class_audiostreamresampled) ####**Inherits:** [AudioStreamResampled](class_audiostreamresampled)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# BackBufferCopy # BackBufferCopy
####**Inherits:** [Node2D](class_node2d) ####**Inherits:** [Node2D](class_node2d)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# BakedLight # BakedLight
####**Inherits:** [Resource](class_resource) ####**Inherits:** [Resource](class_resource)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# BakedLightInstance # BakedLightInstance
####**Inherits:** [VisualInstance](class_visualinstance) ####**Inherits:** [VisualInstance](class_visualinstance)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# BakedLightSampler # BakedLightSampler
####**Inherits:** [VisualInstance](class_visualinstance) ####**Inherits:** [VisualInstance](class_visualinstance)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# BaseButton # BaseButton
####**Inherits:** [Control](class_control) ####**Inherits:** [Control](class_control)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# BitMap # BitMap
####**Inherits:** [Resource](class_resource) ####**Inherits:** [Resource](class_resource)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# BoneAttachment # BoneAttachment
####**Inherits:** [Spatial](class_spatial) ####**Inherits:** [Spatial](class_spatial)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# bool # bool
####**Category:** Built-In Types ####**Category:** Built-In Types

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# BoxContainer # BoxContainer
####**Inherits:** [Container](class_container) ####**Inherits:** [Container](class_container)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# BoxShape # BoxShape
####**Inherits:** [Shape](class_shape) ####**Inherits:** [Shape](class_shape)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# Button # Button
####**Inherits:** [BaseButton](class_basebutton) ####**Inherits:** [BaseButton](class_basebutton)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# ButtonArray # ButtonArray
####**Inherits:** [Control](class_control) ####**Inherits:** [Control](class_control)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# ButtonGroup # ButtonGroup
####**Inherits:** [Control](class_control) ####**Inherits:** [Control](class_control)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# Camera # Camera
####**Inherits:** [Spatial](class_spatial) ####**Inherits:** [Spatial](class_spatial)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# Camera2D # Camera2D
####**Inherits:** [Node2D](class_node2d) ####**Inherits:** [Node2D](class_node2d)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# CanvasItem # CanvasItem
####**Inherits:** [Node](class_node) ####**Inherits:** [Node](class_node)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# CanvasItemMaterial # CanvasItemMaterial
####**Inherits:** [Resource](class_resource) ####**Inherits:** [Resource](class_resource)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# CanvasItemShader # CanvasItemShader
####**Inherits:** [Shader](class_shader) ####**Inherits:** [Shader](class_shader)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# CanvasItemShaderGraph # CanvasItemShaderGraph
####**Inherits:** [ShaderGraph](class_shadergraph) ####**Inherits:** [ShaderGraph](class_shadergraph)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# CanvasLayer # CanvasLayer
####**Inherits:** [Node](class_node) ####**Inherits:** [Node](class_node)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# CanvasModulate # CanvasModulate
####**Inherits:** [Node2D](class_node2d) ####**Inherits:** [Node2D](class_node2d)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# CapsuleShape # CapsuleShape
####**Inherits:** [Shape](class_shape) ####**Inherits:** [Shape](class_shape)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# CapsuleShape2D # CapsuleShape2D
####**Inherits:** [Shape2D](class_shape2d) ####**Inherits:** [Shape2D](class_shape2d)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# CarBody # CarBody
####**Inherits:** [PhysicsBody](class_physicsbody) ####**Inherits:** [PhysicsBody](class_physicsbody)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# CarWheel # CarWheel
####**Inherits:** [Spatial](class_spatial) ####**Inherits:** [Spatial](class_spatial)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# CenterContainer # CenterContainer
####**Inherits:** [Container](class_container) ####**Inherits:** [Container](class_container)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# CheckBox # CheckBox
####**Inherits:** [Button](class_button) ####**Inherits:** [Button](class_button)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# CheckButton # CheckButton
####**Inherits:** [Button](class_button) ####**Inherits:** [Button](class_button)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# CircleShape2D # CircleShape2D
####**Inherits:** [Shape2D](class_shape2d) ####**Inherits:** [Shape2D](class_shape2d)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# CollisionObject # CollisionObject
####**Inherits:** [Spatial](class_spatial) ####**Inherits:** [Spatial](class_spatial)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# CollisionObject2D # CollisionObject2D
####**Inherits:** [Node2D](class_node2d) ####**Inherits:** [Node2D](class_node2d)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# CollisionPolygon # CollisionPolygon
####**Inherits:** [Spatial](class_spatial) ####**Inherits:** [Spatial](class_spatial)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# CollisionPolygon2D # CollisionPolygon2D
####**Inherits:** [Node2D](class_node2d) ####**Inherits:** [Node2D](class_node2d)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# CollisionShape # CollisionShape
####**Inherits:** [Spatial](class_spatial) ####**Inherits:** [Spatial](class_spatial)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# CollisionShape2D # CollisionShape2D
####**Inherits:** [Node2D](class_node2d) ####**Inherits:** [Node2D](class_node2d)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# Color # Color
####**Category:** Built-In Types ####**Category:** Built-In Types

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# ColorArray # ColorArray
####**Category:** Built-In Types ####**Category:** Built-In Types

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# ColorPicker # ColorPicker
####**Inherits:** [HBoxContainer](class_hboxcontainer) ####**Inherits:** [HBoxContainer](class_hboxcontainer)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# ColorPickerButton # ColorPickerButton
####**Inherits:** [Button](class_button) ####**Inherits:** [Button](class_button)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# ConcavePolygonShape # ConcavePolygonShape
####**Inherits:** [Shape](class_shape) ####**Inherits:** [Shape](class_shape)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# ConcavePolygonShape2D # ConcavePolygonShape2D
####**Inherits:** [Shape2D](class_shape2d) ####**Inherits:** [Shape2D](class_shape2d)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# ConeTwistJoint # ConeTwistJoint
####**Inherits:** [Joint](class_joint) ####**Inherits:** [Joint](class_joint)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# ConfigFile # ConfigFile
####**Inherits:** [Reference](class_reference) ####**Inherits:** [Reference](class_reference)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# ConfirmationDialog # ConfirmationDialog
####**Inherits:** [AcceptDialog](class_acceptdialog) ####**Inherits:** [AcceptDialog](class_acceptdialog)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# Container # Container
####**Inherits:** [Control](class_control) ####**Inherits:** [Control](class_control)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# Control # Control
####**Inherits:** [CanvasItem](class_canvasitem) ####**Inherits:** [CanvasItem](class_canvasitem)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# ConvexPolygonShape # ConvexPolygonShape
####**Inherits:** [Shape](class_shape) ####**Inherits:** [Shape](class_shape)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# ConvexPolygonShape2D # ConvexPolygonShape2D
####**Inherits:** [Shape2D](class_shape2d) ####**Inherits:** [Shape2D](class_shape2d)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# CubeMap # CubeMap
####**Inherits:** [Resource](class_resource) ####**Inherits:** [Resource](class_resource)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# Curve2D # Curve2D
####**Inherits:** [Resource](class_resource) ####**Inherits:** [Resource](class_resource)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# Curve3D # Curve3D
####**Inherits:** [Resource](class_resource) ####**Inherits:** [Resource](class_resource)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# DampedSpringJoint2D # DampedSpringJoint2D
####**Inherits:** [Joint2D](class_joint2d) ####**Inherits:** [Joint2D](class_joint2d)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# Dictionary # Dictionary
####**Category:** Built-In Types ####**Category:** Built-In Types

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# DirectionalLight # DirectionalLight
####**Inherits:** [Light](class_light) ####**Inherits:** [Light](class_light)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# Directory # Directory
####**Inherits:** [Reference](class_reference) ####**Inherits:** [Reference](class_reference)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# EditableShape # EditableShape
####**Inherits:** [Spatial](class_spatial) ####**Inherits:** [Spatial](class_spatial)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# EditableSphere # EditableSphere
####**Inherits:** [EditableShape](class_editableshape) ####**Inherits:** [EditableShape](class_editableshape)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# EditorImportPlugin # EditorImportPlugin
####**Inherits:** [Reference](class_reference) ####**Inherits:** [Reference](class_reference)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# EditorPlugin # EditorPlugin
####**Inherits:** [Node](class_node) ####**Inherits:** [Node](class_node)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# EditorScenePostImport # EditorScenePostImport
####**Inherits:** [Reference](class_reference) ####**Inherits:** [Reference](class_reference)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# EditorScript # EditorScript
####**Inherits:** [Reference](class_reference) ####**Inherits:** [Reference](class_reference)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# EmptyControl # EmptyControl
####**Inherits:** [Control](class_control) ####**Inherits:** [Control](class_control)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# Environment # Environment
####**Inherits:** [Resource](class_resource) ####**Inherits:** [Resource](class_resource)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# EventPlayer # EventPlayer
####**Inherits:** [Node](class_node) ####**Inherits:** [Node](class_node)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# EventStream # EventStream
####**Inherits:** [Resource](class_resource) ####**Inherits:** [Resource](class_resource)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# EventStreamChibi # EventStreamChibi
####**Inherits:** [EventStream](class_eventstream) ####**Inherits:** [EventStream](class_eventstream)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# File # File
####**Inherits:** [Reference](class_reference) ####**Inherits:** [Reference](class_reference)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# FileDialog # FileDialog
####**Inherits:** [ConfirmationDialog](class_confirmationdialog) ####**Inherits:** [ConfirmationDialog](class_confirmationdialog)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# FixedMaterial # FixedMaterial
####**Inherits:** [Material](class_material) ####**Inherits:** [Material](class_material)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# float # float
####**Category:** Built-In Types ####**Category:** Built-In Types

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# Flurry # Flurry
####**Inherits:** [Object](class_object) ####**Inherits:** [Object](class_object)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# FollowCamera # FollowCamera
####**Inherits:** [Camera](class_camera) ####**Inherits:** [Camera](class_camera)
####**Category:** Core ####**Category:** Core

@ -1,3 +1,5 @@
**Important:** This wiki is soon going to be taken down, as the official documentation of the Godot project is now on http://docs.godotengine.org.
# Font # Font
####**Inherits:** [Resource](class_resource) ####**Inherits:** [Resource](class_resource)
####**Category:** Core ####**Category:** Core

Some files were not shown because too many files have changed in this diff Show More