Skip to content

Latest commit

 

History

History
58 lines (33 loc) · 1.87 KB

class_interpolatedcamera.rst

File metadata and controls

58 lines (33 loc) · 1.87 KB

InterpolatedCamera

Inherits: :ref:`Camera<class_camera>` < :ref:`Spatial<class_spatial>` < :ref:`Node<class_node>` < :ref:`Object<class_object>`

Category: Core

Brief Description

Camera which moves toward another node.

Member Functions

void :ref:`set_target<class_InterpolatedCamera_set_target>` ( :ref:`Object<class_object>` target )

Member Variables

Description

InterpolatedCamera is a :ref:`Camera<class_camera>` which smoothly moves to match a target node's position and rotation.

If it is not :ref:`enabled<class_InterpolatedCamera_enabled>` or does not have a valid target set, InterpolatedCamera acts like a normal Camera.

Member Function Description

Sets the node to move toward and orient with.