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

Function GetSize

Source/Engine/Platform/Base/WindowBase.h:305–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303 /// Gets the window size (including border).
304 /// </summary>
305 API_PROPERTY() virtual Float2 GetSize() const
306 {
307 return _clientSize;
308 }
309
310 /// <summary>
311 /// Gets the size of the client area of the window (not including border).

Callers 1

GetClientSizeMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected