Node2D.zIndex

Z-index. Controls the order in which the nodes render. A node with a higher Z-index will display in front of others.

  1. long zIndex [@property getter]
  2. long zIndex [@property setter]
    struct Node2D
    @nogc nothrow @property
    void
    zIndex
    (
    long v
    )

Meta