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

Method Grabber

Source/Node/Node.cpp:1604–1609  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1602}
1603
1604Node::Grabber::Grabber(const Size& size, uint32_t gridX, uint32_t gridY)
1605 : _clearColor(0x0)
1606 , _blendFunc(BlendFunc::Default)
1607 , _grid(Grid::create(size.width, size.height, gridX, gridY)) {
1608 _grid->setAsManaged();
1609}
1610
1611uint32_t Node::Grabber::getGridX() const noexcept {
1612 return _grid->getGridX();

Callers

nothing calls this directly

Calls 2

setAsManagedMethod · 0.80
createFunction · 0.50

Tested by

no test coverage detected