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

Method getTexture

Source/Node/Grid.cpp:70–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70Texture2D* Grid::getTexture() const noexcept {
71 return _texture;
72}
73
74void Grid::setTextureRect(const Rect& var) {
75 if (_textureRect != var) {

Callers 9

_updateFrameMethod · 0.45
newRenderPairMethod · 0.45
grabMethod · 0.45
renderMethod · 0.45
textureGetFunction · 0.45
updateMethod · 0.45
grid_get_textureFunction · 0.45
rendertarget_get_textureFunction · 0.45
sprite_get_textureFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected