From 99110772c028a7625d39d229bf5179cac16295bb Mon Sep 17 00:00:00 2001 From: Mel Collins Date: Tue, 3 Apr 2018 15:58:21 +0200 Subject: [DOCS] Tweaks and fixes for (Interpolated)Camera --- doc/classes/InterpolatedCamera.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/classes/InterpolatedCamera.xml') diff --git a/doc/classes/InterpolatedCamera.xml b/doc/classes/InterpolatedCamera.xml index d47df796a2..1ac7b5107e 100644 --- a/doc/classes/InterpolatedCamera.xml +++ b/doc/classes/InterpolatedCamera.xml @@ -5,7 +5,7 @@ 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. + If it is not [member enabled] or does not have a valid target set, InterpolatedCamera acts like a normal Camera. @@ -18,16 +18,16 @@ - Set the node to move toward. + Sets the node to move toward and orient with. - If [code]true[/code], and a target is set, the camera will move automatically. + If [code]true[/code] and a target is set, the camera will move automatically. - How quickly the camera moves. + How quickly the camera moves toward its target. Higher values will result in tighter camera motion. The target's [NodePath]. -- cgit v1.2.3