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]
  2. bool zAsRelative [@property setter]
    struct Node2D
    @nogc nothrow @property
    void
    zAsRelative
    (
    bool v
    )

Meta