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
-
Animation.BatchedValues.constructor() - BatchedValues():
BatchedValuesReturns:
BatchedValues
Properties
-
Animation.BatchedValues.camera - camera:
BatchedCameraValuesProperties to be set on the camera.
-
Animation.BatchedValues.node - node:
BatchedNodeValuesProperties to be set on nodes.
Methods
-
Animation.BatchedValues.apply() - apply(viewer:
IWebViewer): voidSet the stored values on the supplied [[WebViewer]].
Parameters
viewer:IWebViewerReturns: void
-
Animation.BatchedValues.clear() - clear(): void
Reset this object to its initial state.
Returns: void