paintOrder

val paintOrder: Int? = null

Global paint order index, which is determined by the stacking order of the nodes. Nodes that are painted together will have the same index. Only provided if includePaintOrder in getSnapshot was true.

Sources

jvm source
Link copied to clipboard