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

Method SetCenter

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

Source from the content-addressed store, hash-verified

64}
65
66void BoxBrush::SetCenter(const Vector3& value)
67{
68 if (value == _center)
69 return;
70
71 _center = value;
72
73 // Fire events
74 UpdateBounds();
75 OnBrushModified();
76}
77
78void BoxBrush::SetSize(const Vector3& value)
79{

Callers

nothing calls this directly

Calls 1

OnBrushModifiedFunction · 0.85

Tested by

no test coverage detected