1
0
mirror of https://github.com/godotengine/godot synced 2024-07-03 07:13:35 +00:00

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
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
### 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>
# 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
## 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
### 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
####**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
####**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
####**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
####**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
####**Inherits:** [WindowDialog](class_windowdialog)
####**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
####**Inherits:** [Node2D](class_node2d)
####**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
####**Inherits:** [SpriteBase3D](class_spritebase3d)
####**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
####**Inherits:** [Resource](class_resource)
####**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
####**Inherits:** [Node](class_node)
####**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
####**Inherits:** [Node](class_node)
####**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
####**Inherits:** [CollisionObject](class_collisionobject)
####**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
####**Inherits:** [CollisionObject2D](class_collisionobject2d)
####**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
####**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
####**Inherits:** [Texture](class_texture)
####**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
####**Inherits:** [Object](class_object)
####**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
####**Inherits:** [AudioServer](class_audioserver)
####**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
####**Inherits:** [Resource](class_resource)
####**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
####**Inherits:** [AudioStream](class_audiostream)
####**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
####**Inherits:** [AudioStreamResampled](class_audiostreamresampled)
####**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
####**Inherits:** [AudioStreamResampled](class_audiostreamresampled)
####**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
####**Inherits:** [AudioStream](class_audiostream)
####**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
####**Inherits:** [AudioStreamResampled](class_audiostreamresampled)
####**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
####**Inherits:** [Node2D](class_node2d)
####**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
####**Inherits:** [Resource](class_resource)
####**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
####**Inherits:** [VisualInstance](class_visualinstance)
####**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
####**Inherits:** [VisualInstance](class_visualinstance)
####**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
####**Inherits:** [Control](class_control)
####**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
####**Inherits:** [Resource](class_resource)
####**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
####**Inherits:** [Spatial](class_spatial)
####**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
####**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
####**Inherits:** [Container](class_container)
####**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
####**Inherits:** [Shape](class_shape)
####**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
####**Inherits:** [BaseButton](class_basebutton)
####**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
####**Inherits:** [Control](class_control)
####**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
####**Inherits:** [Control](class_control)
####**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
####**Inherits:** [Spatial](class_spatial)
####**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
####**Inherits:** [Node2D](class_node2d)
####**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
####**Inherits:** [Node](class_node)
####**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
####**Inherits:** [Resource](class_resource)
####**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
####**Inherits:** [Shader](class_shader)
####**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
####**Inherits:** [ShaderGraph](class_shadergraph)
####**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
####**Inherits:** [Node](class_node)
####**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
####**Inherits:** [Node2D](class_node2d)
####**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
####**Inherits:** [Shape](class_shape)
####**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
####**Inherits:** [Shape2D](class_shape2d)
####**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
####**Inherits:** [PhysicsBody](class_physicsbody)
####**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
####**Inherits:** [Spatial](class_spatial)
####**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
####**Inherits:** [Container](class_container)
####**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
####**Inherits:** [Button](class_button)
####**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
####**Inherits:** [Button](class_button)
####**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
####**Inherits:** [Shape2D](class_shape2d)
####**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
####**Inherits:** [Spatial](class_spatial)
####**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
####**Inherits:** [Node2D](class_node2d)
####**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
####**Inherits:** [Spatial](class_spatial)
####**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
####**Inherits:** [Node2D](class_node2d)
####**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
####**Inherits:** [Spatial](class_spatial)
####**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
####**Inherits:** [Node2D](class_node2d)
####**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
####**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
####**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
####**Inherits:** [HBoxContainer](class_hboxcontainer)
####**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
####**Inherits:** [Button](class_button)
####**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
####**Inherits:** [Shape](class_shape)
####**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
####**Inherits:** [Shape2D](class_shape2d)
####**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
####**Inherits:** [Joint](class_joint)
####**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
####**Inherits:** [Reference](class_reference)
####**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
####**Inherits:** [AcceptDialog](class_acceptdialog)
####**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
####**Inherits:** [Control](class_control)
####**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
####**Inherits:** [CanvasItem](class_canvasitem)
####**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
####**Inherits:** [Shape](class_shape)
####**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
####**Inherits:** [Shape2D](class_shape2d)
####**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
####**Inherits:** [Resource](class_resource)
####**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
####**Inherits:** [Resource](class_resource)
####**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
####**Inherits:** [Resource](class_resource)
####**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
####**Inherits:** [Joint2D](class_joint2d)
####**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
####**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
####**Inherits:** [Light](class_light)
####**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
####**Inherits:** [Reference](class_reference)
####**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
####**Inherits:** [Spatial](class_spatial)
####**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
####**Inherits:** [EditableShape](class_editableshape)
####**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
####**Inherits:** [Reference](class_reference)
####**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
####**Inherits:** [Node](class_node)
####**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
####**Inherits:** [Reference](class_reference)
####**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
####**Inherits:** [Reference](class_reference)
####**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
####**Inherits:** [Control](class_control)
####**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
####**Inherits:** [Resource](class_resource)
####**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
####**Inherits:** [Node](class_node)
####**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
####**Inherits:** [Resource](class_resource)
####**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
####**Inherits:** [EventStream](class_eventstream)
####**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
####**Inherits:** [Reference](class_reference)
####**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
####**Inherits:** [ConfirmationDialog](class_confirmationdialog)
####**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
####**Inherits:** [Material](class_material)
####**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
####**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
####**Inherits:** [Object](class_object)
####**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
####**Inherits:** [Camera](class_camera)
####**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
####**Inherits:** [Resource](class_resource)
####**Category:** Core

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