RenderFrameFinished

The `map` finished rendering a frame. Note: The `map` will emit the event asynchronously so the user-provided callback does not stall the rendering pipeline.

Constructors

Link copied to clipboard
open fun RenderFrameFinished(@NonNull renderMode: RenderModeType, needsRepaint: Boolean, placementChanged: Boolean, @NonNull timeInterval: EventTimeInterval)

Functions

Link copied to clipboard
open fun equals(object: Any): Boolean
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun toString(): String

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@NonNull
@get:NonNull
val renderMode: RenderModeType
Link copied to clipboard
@NonNull
@get:NonNull
val timeInterval: EventTimeInterval

Extensions

Link copied to clipboard

Extension function to map the newly introduced event to the legacy one.