LoadingIndicator

fun UiScope.LoadingIndicator(size: IntSize = IntSize(10, 4), modifier: Modifier = Modifier.Empty, key: ElementKey<*>? = null)(source)

Emits the active Minecraft profile's discrete loading animation.

The animation observes explicit host frame time and repaints only when its native animation cell changes.

Receiver

active owner-thread screen scope.

Parameters

size

positive logical destination size.

modifier

active behavior applied to the indicator.

key

optional stable sibling identity.