BatchedValues

class wv.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

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

Returns: BatchedValues

Properties

wv.Animation.BatchedValues.camera

Properties to be set on the camera.

wv.Animation.BatchedValues.node

Properties to be set on nodes.

Methods

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

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

Parameters

viewer: IWebViewer

Returns: void

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

Reset this object to its initial state.

Returns: void