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

Method SetTexture

trinity/Tr2TextureReference.cpp:122–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120
121
122void Tr2TransientTextureReference::SetTexture( Tr2TextureAL* texture )
123{
124 m_texture = texture;
125 m_onTextureChange.Broadcast();
126}

Callers 2

GatherSpritesMethod · 0.45
DrawHelperMethod · 0.45

Calls 1

BroadcastMethod · 0.80

Tested by

no test coverage detected