Node2D.zAsRelative

If true, the node's Z index is relative to its parent's Z index. If this node's Z index is 2 and its parent's effective Z index is 3, then this node's effective Z index will be 2 + 3 = 5.

  1. bool zAsRelative [@property getter]
    struct Node2D
    @nogc nothrow @property
    bool
    zAsRelative
    ()
  2. bool zAsRelative [@property setter]

Meta