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

Method Internal_OnDraw

Source/Engine/Platform/Window.cs:201–207  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

199 }
200
201 internal void Internal_OnDraw()
202 {
203 Matrix3x3.Scaling(DpiScale, out var scale);
204 Render2D.PushTransform(ref scale);
205 GUI.Draw();
206 Render2D.PopTransform();
207 }
208
209 internal void Internal_OnResize(int width, int height)
210 {

Callers

nothing calls this directly

Calls 4

PopTransformMethod · 0.80
ScalingMethod · 0.45
PushTransformMethod · 0.45
DrawMethod · 0.45

Tested by

no test coverage detected