June 2018
Beginner to intermediate
298 pages
7h 38m
English
When you've found the documentation for the node you want, you'll see that it follows a common format, with the name of the node at the top followed by several subsections of information, as shown in the following screenshot:

At the top of the document is a list titled Inherits, which shows you the chain of classes that a particular node is built from all the way back to Object, which is Godot's base object class. For example, an Area2D node has the following inheritance chain:
CollisionObject2D < Node2D < CanvasItem < Node < Object
This lets you quickly see what other properties this type of object may have. ...
Read now
Unlock full access