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

Method GetBox

Source/Engine/Content/Assets/Model.cpp:111–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111BoundingBox Model::GetBox(const Matrix& world, int32 lodIndex) const
112{
113 return LODs[lodIndex].GetBox(world);
114}
115
116BoundingBox Model::GetBox(int32 lodIndex) const
117{

Callers 15

DrawSkyMethod · 0.45
RenderMethod · 0.45
BindMethod · 0.45
cacheStaticGeometryTreeFunction · 0.45
DrawInstanceMethod · 0.45
DrawTypeMethod · 0.45
AddInstanceMethod · 0.45
SetInstanceTransformMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected