BatchedValues

class Animation.BatchedValues()

A structure that holds all interpolated data to be applied to the viewer for one tick of the [[Animation.Manager]]. See [[Player.evaluate]].

Constructors

Properties

Methods


Constructors

BatchedValues.constructor()
Return type:BatchedValues

Properties

BatchedValues.camera
Type:BatchedCameraValues

Properties to be set on the camera.

BatchedValues.node
Type:BatchedNodeValues

Properties to be set on nodes.

Methods

apply

BatchedValues.apply(viewer)
Arguments:

Set the stored values on the supplied [[WebViewer]].

Return type:void

clear

BatchedValues.clear()

Reset this object to its initial state.

Return type:void