update

open override fun update(time: JulianDate): Boolean(source)

Updates all of the primitives created by this visualizer to match their Entity counterpart at the given time.

Return

True if the visualizer successfully updated to the provided time, false if the visualizer is waiting for asynchronous primitives to be created.

Parameters

time

The time to update to.

See also