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

Method PushTransformAbsolute

trinity/Sprite2d/Tr2Sprite2dScene.cpp:539–547  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

537}
538
539void Tr2Sprite2dScene::PushTransformAbsolute()
540{
541 TransformStackEntry entry;
542 entry.isTranslationOnly = true;
543 entry.isTranslationOnlySet = true;
544 entry.translation = Vector2( 0.0f, 0.0f );
545
546 m_transformStack->push_back( entry );
547}
548
549void Tr2Sprite2dScene::PopTransformAbsolute()
550{

Callers 2

PickPointMethod · 0.80
GatherSpritesHelperMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected