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

Method PeekClip

Source/Engine/Render2D/Render2D.cpp:884–887  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

882}
883
884void Render2D::PeekClip(Rectangle& clipRect)
885{
886 clipRect = ClipLayersStack.Peek().Bounds;
887}
888
889void Render2D::PopClip()
890{

Callers 6

DrawChildrenMethod · 0.80
DrawChildrenMethod · 0.80
DrawChildrenMethod · 0.80
DrawChildrenMethod · 0.80
DrawMethod · 0.80
DrawMethod · 0.80

Calls 1

PeekMethod · 0.45

Tested by

no test coverage detected