Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ PeekTransform
Method
PeekTransform
Source/Engine/Render2D/Render2D.cpp:842–845 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
840
}
841
842
void Render2D::PeekTransform(Matrix3x3& transform)
843
{
844
transform = TransformCached;
845
}
846
847
void Render2D::PopTransform()
848
{
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
no outgoing calls
Tested by
no test coverage detected