BatchedCameraValues
- class Communicator.Animation.BatchedCameraValues()
A structure that holds interpolated animation data for a camera. See
BatchedValues
Properties
- BatchedCameraValues.height
- Type
number | null
The camera’s field height, applied with
Camera.setHeight
- BatchedCameraValues.width
- Type
number | null
The camera’s field width, applied with
Camera.setWidth
Methods
apply
clear
- BatchedCameraValues.clear()
Reset this object to its initial state.
- Return type
void