MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / PopTransform

Method PopTransform

Source/Engine/Render2D/Render2D.cpp:847–854  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

845}
846
847void Render2D::PopTransform()
848{
849 RENDER2D_CHECK_RENDERING_STATE;
850
851 ASSERT(TransformLayersStack.HasItems());
852 TransformLayersStack.Pop();
853 TransformCached = TransformLayersStack.Peek();
854}
855
856void OnClipScissors()
857{

Callers 15

Internal_OnDrawMethod · 0.80
DrawChildrenMethod · 0.80
DrawMethod · 0.80
DrawChildrenMethod · 0.80
DrawMethod · 0.80
DrawChildrenMethod · 0.80
DrawSelfMethod · 0.80
DrawSelfMethod · 0.80
OnDrawMethod · 0.80
DrawMethod · 0.80
DrawCommentsMethod · 0.80
DrawChildrenMethod · 0.80

Calls 3

HasItemsMethod · 0.45
PopMethod · 0.45
PeekMethod · 0.45

Tested by

no test coverage detected