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

Method GetSize

Source/Engine/UI/SpriteRender.cpp:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24Float2 SpriteRender::GetSize() const
25{
26 return _size;
27}
28
29void SpriteRender::SetSize(const Float2& value)
30{

Callers 4

DeserializeMethod · 0.45
DeserializeMethod · 0.45
UpdateLayoutMethod · 0.45
DrawMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected