Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ GetPosition
Method
GetPosition
Source/Engine/Platform/UWP/UWPWindow.cpp:387–392 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
385
}
386
387
Float2 UWPWindow::GetPosition() const
388
{
389
float x, y, width, height;
390
_impl->GetBounds(&x, &y, &width, &height);
391
return Float2(x, y);
392
}
393
394
Float2 UWPWindow::GetSize() const
395
{
Callers
15
FixFarPlane
Function · 0.45
OnRender
Method · 0.45
load
Method · 0.45
ComputeBounds
Method · 0.45
ProcessGroupParticles
Method · 0.45
Sim
Method · 0.45
TestNetworking.cpp
File · 0.45
Update
Method · 0.45
GetDebugInfo
Method · 0.45
OnUpdate
Method · 0.45
CopyFrom
Method · 0.45
Create
Method · 0.45
Calls
2
Float2
Class · 0.85
GetBounds
Method · 0.45
Tested by
no test coverage detected