From 19a010cc3ada967a2e3186416b5d842362ba469c Mon Sep 17 00:00:00 2001 From: Mel Collins Date: Fri, 30 Mar 2018 19:15:38 +0200 Subject: [PATCH] [DOCS] Some content for InterpolatedCamera (cherry picked from commit c05d12384a958d7b23a58a6977725e4f441f120c) --- doc/classes/InterpolatedCamera.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/classes/InterpolatedCamera.xml b/doc/classes/InterpolatedCamera.xml index 06979ca8057..1a65566379b 100644 --- a/doc/classes/InterpolatedCamera.xml +++ b/doc/classes/InterpolatedCamera.xml @@ -1,8 +1,11 @@ + Camera which moves toward another node + InterpolatedCamera is a [Camera] which smoothly moves to match a target node's position and rotation. + If it is not [member enabled], or does not have a valid target set, InterpolatedCamera acts like a normal Camera. @@ -15,15 +18,19 @@ + Set the node to move toward. + If [code]true[/code], and a target is set, the camera will move automatically. + How quickly the camera moves. + The target's [NodePath].