Просмотр исходного кода

Docs: Add link to SpringArm tutorial

tetrapod00 10 месяцев назад
Родитель
Сommit
742fdf9a92
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      doc/classes/SpringArm3D.xml

+ 1 - 0
doc/classes/SpringArm3D.xml

@@ -7,6 +7,7 @@
 		[SpringArm3D] casts a ray or a shape along its Z axis and moves all its direct children to the collision point, with an optional margin. This is useful for 3rd person cameras that move closer to the player when inside a tight space (you may need to exclude the player's collider from the [SpringArm3D]'s collision check).
 	</description>
 	<tutorials>
+		<link title="Third-person camera with spring arm">$DOCS_URL/tutorials/3d/spring_arm.html</link>
 	</tutorials>
 	<methods>
 		<method name="add_excluded_object">