SceneScope

@Stable
interface SceneScope<T>(source)

Properties

Link copied to clipboard
abstract val states: ImmutableList<T>
Link copied to clipboard
abstract val transition: Transition<out Frame<T>>

Functions

Link copied to clipboard
fun <T> SceneScope<T>.Render(content: SceneContent<T>)