MCPcopy
hub / github.com/g3n/engine / ImageVisible

Method ImageVisible

gui/imagelabel.go:93–99  ·  view source on GitHub ↗

ImageVisible returns the image visibility

()

Source from the content-addressed store, hash-verified

91
92// ImageVisible returns the image visibility
93func (il *ImageLabel) ImageVisible() bool {
94
95 if il.image == nil {
96 return false
97 }
98 return il.image.Visible()
99}
100
101// SetImage sets the image label image
102func (il *ImageLabel) SetImage(img *Image) {

Callers

nothing calls this directly

Calls 1

VisibleMethod · 0.65

Tested by

no test coverage detected