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

Meta