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

Method GetBoundingBox

Source/Engine/Serialization/JsonTools.cpp:262–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260}
261
262BoundingBox JsonTools::GetBoundingBox(const Value& value)
263{
264 return BoundingBox(
265 GetVector3(value, "Minimum", Vector3::Zero),
266 GetVector3(value, "Maximum", Vector3::Zero)
267 );
268}
269
270Guid JsonTools::GetGuid(const Value& value)
271{

Callers 13

RasterizeMethod · 0.45
RenderMethod · 0.45
UpdateBoundsMethod · 0.45
UpdateBoundsMethod · 0.45
UpdateBoundsMethod · 0.45
UpdateBoundsMethod · 0.45
SetSizeMethod · 0.45
OnTransformChangedMethod · 0.45
UpdateBoundsMethod · 0.45
DecalMethod · 0.45
SetSizeMethod · 0.45
OnTransformChangedMethod · 0.45

Calls 2

GetVector3Function · 0.70
BoundingBoxClass · 0.50

Tested by

no test coverage detected