diff options
Diffstat (limited to 'doc/classes/InterpolatedCamera.xml')
-rw-r--r-- | doc/classes/InterpolatedCamera.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/InterpolatedCamera.xml b/doc/classes/InterpolatedCamera.xml index b4047f450d..d47df796a2 100644 --- a/doc/classes/InterpolatedCamera.xml +++ b/doc/classes/InterpolatedCamera.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" ?> <class name="InterpolatedCamera" inherits="Camera" category="Core" version="3.1"> <brief_description> - Camera which moves toward another node + Camera which moves toward another node. </brief_description> <description> InterpolatedCamera is a [Camera] which smoothly moves to match a target node's position and rotation. |