Contents

renderingOrder

The order the node’s content is drawn in relative to that of other nodes.

Declaration

var renderingOrder: Int { get set }

Discussion

Nodes with greater rendering orders are rendered last. Defaults to zero.

See Also

Modifying the Node Visibility