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

Method SetSize

Source/Engine/Level/Actors/BoxBrush.cpp:78–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78void BoxBrush::SetSize(const Vector3& value)
79{
80 if (value == _size)
81 return;
82
83 _size = value;
84
85 // Fire events
86 UpdateBounds();
87 OnBrushModified();
88}
89
90void BoxBrush::GetSurfaces(CSG::Surface surfaces[6])
91{

Callers

nothing calls this directly

Calls 1

OnBrushModifiedFunction · 0.85

Tested by

no test coverage detected