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

Method SetAccumulatedAlpha

trinity/Sprite2d/Tr2Sprite2dScene.cpp:1745–1748  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1743}
1744
1745void Tr2Sprite2dScene::SetAccumulatedAlpha( float a )
1746{
1747 m_accumulatedAlpha = a;
1748}
1749
1750float Tr2Sprite2dScene::GetAccumulatedAlpha() const
1751{

Callers 3

GatherSpritesMethod · 0.80
GatherSpritesHelperMethod · 0.80
GatherSpritesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected