MCPcopy Create free account
hub / github.com/carbonengine/trinity / IsGood

Method IsGood

trinity/Sprite2d/Tr2Sprite2dTexture.cpp:146–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146bool Tr2Sprite2dTexture::IsGood() const
147{
148 if( m_atlasTexture )
149 {
150 return m_atlasTexture->IsGood();
151 }
152
153 return false;
154}
155
156float Tr2Sprite2dTexture::GetSrcX() const
157{

Callers 15

GetBatchesMethod · 0.45
GetMeshVertexDeclarationFunction · 0.45
RebuildCachedDataMethod · 0.45
GetBatchesForAreaMethod · 0.45
GetBatchesMethod · 0.45
GetBatchesFromMeshMethod · 0.45
GetTextureMethod · 0.45
GetGeometryResourceMethod · 0.45
CreateBindingMethod · 0.45
IsFullyLoadedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected