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

Method Rectangle

Source/Engine/Serialization/JsonWriter.cpp:319–327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

317}
318
319void JsonWriter::Rectangle(const ::Rectangle& value)
320{
321 StartObject();
322 JKEY("Location");
323 Float2(value.Location);
324 JKEY("Size");
325 Float2(value.Size);
326 EndObject();
327}
328
329void JsonWriter::BoundingSphere(const ::BoundingSphere& value)
330{

Callers 4

SerializeMethod · 0.45
SerializeMethod · 0.45
SerializeMethod · 0.45
SerializeFunction · 0.45

Calls 1

Float2Class · 0.85

Tested by

no test coverage detected