TemporalSetting

new SuperMap3D.TemporalSetting()

Timing Setting Class

Members

changeZValue : Number

Get or set whether thetiming sequence changes with the Z-value.
Default Value: true

location : Number

Get or set the position of a specific keyframe in the timing sequence.

progress : Number

Get or set the progress of the timing sequence, within a range of 0.0 to 1.0.

Methods

staticSuperMap3D.TemporalSetting.clone(tempSetting, result)TemporalSetting

Duplicates a TemporalSetting.
Name Type Description
tempSetting TemporalSetting The TemporalSetting to duplicate.
result TemporalSetting optional The object to store the result in, if undefined a new instance will be created.
Returns:
The modified result parameter or a new instance if result was undefined. (Returns undefined if tempSetting is undefined)