FrameTime

data class FrameTime(val nanoseconds: Long)(source)

Monotonic frame timestamp supplied by a platform host to time-aware retained nodes.

Values are opaque nanosecond ticks from one host clock and may be negative because only subtraction and ordering within that clock are meaningful.

Constructors

Link copied to clipboard
constructor(nanoseconds: Long)

Properties

Link copied to clipboard

host-clock timestamp in nanoseconds.