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

Meta