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

Method GetHeight

trinity/Sprite2d/Tr2Sprite2dTexture.cpp:114–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114unsigned int Tr2Sprite2dTexture::GetHeight() const
115{
116 if( m_atlasTexture )
117 {
118 return m_atlasTexture->GetHeight();
119 }
120
121 return 0;
122}
123
124Matrix* Tr2Sprite2dTexture::GetTransform()
125{

Callers 10

GatherSpritesMethod · 0.45
GatherSpritesMethod · 0.45
GatherSpritesMethod · 0.45
SetTextureMethod · 0.45
StartLayerMethod · 0.45
OnPrepareResourcesMethod · 0.45
AllocateRenderTargetMethod · 0.45
FreeRenderTargetMethod · 0.45
CheckTextureWindowMethod · 0.45
SampleMaskMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected