RenderData

data class RenderData(timestampMs: Long)

Contains metadata for a render step in Application.

Constructors

RenderData
Link copied to clipboard
common
fun RenderData(timestampMs: Long)

Functions

component1
Link copied to clipboard
common
operator fun component1(): Long
copy
Link copied to clipboard
common
fun copy(timestampMs: Long): RenderData
equals
Link copied to clipboard
common
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open override fun hashCode(): Int
toString
Link copied to clipboard
common
open override fun toString(): String

Properties

timestampMs
Link copied to clipboard
common
val timestampMs: Long
The current UNIX timestamp in milliseconds.

Sources

(source)
Link copied to clipboard