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

Function SetPosition

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

Source from the content-addressed store, hash-verified

279 /// </summary>
280 /// <param name="position">The position.</param>
281 API_PROPERTY() virtual void SetPosition(const Float2& position)
282 {
283 }
284
285 /// <summary>
286 /// Gets the client position of the window (client area not including border).

Callers 4

MoveMethod · 0.85
ResizeMethod · 0.85
ReadJsonMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected