Filled tutorial field in most relevent classes.

Added tutorial display in doc.
This commit is contained in:
Juan Linietsky 2018-01-15 18:40:41 -03:00
parent ef1c26a9a5
commit 03475ba197
72 changed files with 124 additions and 13 deletions

View file

@ -7,6 +7,7 @@
Represents one or many transformations in 3D space such as translation, rotation, or scaling. It consists of a [Basis] "basis" and an [Vector3] "origin". It is similar to a 3x4 matrix.
</description>
<tutorials>
http://docs.godotengine.org/en/3.0/learning/features/math/index.html
</tutorials>
<demos>
</demos>