CharFXTransform.visible

If true, the character will be drawn. If false, the character will be hidden. Characters around hidden characters will reflow to take the space of hidden characters. If this is not desired, set their color to Color(1, 1, 1, 0) instead.

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

Meta