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

Method SetChanged

core/node.go:221–224  ·  view source on GitHub ↗

SetChanged sets the matNeedsUpdate flag of the node.

(changed bool)

Source from the content-addressed store, hash-verified

219
220// SetChanged sets the matNeedsUpdate flag of the node.
221func (n *Node) SetChanged(changed bool) {
222
223 n.matNeedsUpdate = changed
224}
225
226// Changed returns the matNeedsUpdate flag of the node.
227func (n *Node) Changed() bool {

Callers 9

updateDataMethod · 0.80
SetTopChildMethod · 0.80
SetBordersColorMethod · 0.80
SetBordersColor4Method · 0.80
SetPaddingsColorMethod · 0.80
SetColorMethod · 0.80
SetColor4Method · 0.80
SetBoundedMethod · 0.80
resizeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected