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]].

Index

Constructors

Properties

Methods

Constructors

Animation.BatchedValues.constructor()
BatchedValues(): BatchedValues

Returns: BatchedValues

Properties

Animation.BatchedValues.camera

Properties to be set on the camera.

Animation.BatchedValues.node

Properties to be set on nodes.

Methods

Animation.BatchedValues.apply()
apply(viewer: IWebViewer): void

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

Parameters

viewer: IWebViewer

Returns: void

Animation.BatchedValues.clear()
clear(): void

Reset this object to its initial state.

Returns: void