MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / setColor3

Method setColor3

Source/Node/Node.cpp:317–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315}
316
317void Node::setColor3(Color3 var) {
318 _color = var;
319 updateRealColor3();
320}
321
322Color3 Node::getColor3() const noexcept {
323 return _color.toColor3();

Callers 2

updateMethod · 0.80
node_set_color3Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected