LayerData.visible

whether layer is shown or hidden in editor

struct LayerData
@jsonize(Jsonize.yes)
bool visible;

Meta