MCPcopy 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
842void Render2D::PeekTransform(Matrix3x3& transform)
843{
844 transform = TransformCached;
845}
846
847void Render2D::PopTransform()
848{

Callers 6

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

Calls

no outgoing calls

Tested by

no test coverage detected