Spatial.visible

If true, this node is drawn. The node is only visible if all of its antecedents are visible as well (in other words, isVisibleInTree must return true).

  1. bool visible [@property getter]
    struct Spatial
    @nogc nothrow @property
    bool
    visible
    ()
  2. bool visible [@property setter]

Meta