BatchedCameraValues

class Communicator.Animation.BatchedCameraValues()

A structure that holds interpolated animation data for a camera. See BatchedValues

Methods


Properties

Communicator.Animation.BatchedCameraValues.height

The camera’s field height, applied with Camera.setHeight

Communicator.Animation.BatchedCameraValues.position

The camera’s position, applied with Camera.setPosition

Communicator.Animation.BatchedCameraValues.target

The camera’s target, applied with Camera.setTarget

Communicator.Animation.BatchedCameraValues.up

The camera’s up vector, applied with Camera.setUp

Communicator.Animation.BatchedCameraValues.width

The camera’s field width, applied with Camera.setWidth

Methods

apply

Communicator.Animation.BatchedCameraValues.apply(camera)

Set the stored values on the supplied Camera

Arguments
  • camera (Communicator.Camera()) –

Return type

boolean

Returns

True if the camera was modified.

clear

Communicator.Animation.BatchedCameraValues.clear()

Reset this object to its initial state.

Return type

void