Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
884
void Render2D::PeekClip(Rectangle& clipRect)
885
{
886
clipRect = ClipLayersStack.Peek().Bounds;
887
}
888
889
void Render2D::PopClip()
890
{
Callers
6
DrawChildren
Method · 0.80
DrawChildren
Method · 0.80
DrawChildren
Method · 0.80
DrawChildren
Method · 0.80
Draw
Method · 0.80
Draw
Method · 0.80
Calls
1
Peek
Method · 0.45
Tested by
no test coverage detected