Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Frame

Hierarchy

  • Frame

Index

Properties

deltaTime

deltaTime: number

The time in milliseconds since the previous frame's systemTime, capped to context.maxDeltaTime

systemTime

systemTime: number

The time in milliseconds when this frame was received, based on performance.now() (or Date.now() if performance.now is not available)

time

time: JulianDate

The absolute time for this frame (as determined by the current reality)

Generated using TypeDoc