Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
70
Texture2D* Grid::getTexture() const noexcept {
71
return _texture;
72
}
73
74
void Grid::setTextureRect(const Rect& var) {
75
if (_textureRect != var) {
Callers
9
_updateFrame
Method · 0.45
newRenderPair
Method · 0.45
grab
Method · 0.45
render
Method · 0.45
textureGet
Function · 0.45
update
Method · 0.45
grid_get_texture
Function · 0.45
rendertarget_get_texture
Function · 0.45
sprite_get_texture
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected