beforeRender

open override fun beforeRender(listener: (RenderData) -> Unit): Subscription

Adds a callback which will be called before every render. Note that this operation should be very fast otherwise it will block the rendering. Very fast is <1ms.

Sources

(source)
Link copied to clipboard