BatchedCameraValues
- class Animation.BatchedCameraValues()
A structure that holds interpolated animation data for a camera. See [[BatchedValues]].
Constructors
Constructors
- BatchedCameraValues.constructor()
- Return type
BatchedCameraValues
Properties
- BatchedCameraValues.height
- Type
null | number
The camera’s field height, applied with [[Camera.setHeight]].
- BatchedCameraValues.position
- Type
null | Point3
The camera’s position, applied with [[Camera.setPosition]].
- BatchedCameraValues.target
- Type
null | Point3
The camera’s target, applied with [[Camera.setTarget]].
- BatchedCameraValues.up
- Type
null | Point3
The camera’s up vector, applied with [[Camera.setUp]].
- BatchedCameraValues.width
- Type
null | number
The camera’s field width, applied with [[Camera.setWidth]].
Methods
apply
clear
- BatchedCameraValues.clear()
Reset this object to its initial state.
- Return type
void