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

Method SetMode

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

Source from the content-addressed store, hash-verified

55}
56
57void BoxBrush::SetMode(BrushMode value)
58{
59 if (_mode != value)
60 {
61 _mode = value;
62 OnBrushModified();
63 }
64}
65
66void BoxBrush::SetCenter(const Vector3& value)
67{

Callers

nothing calls this directly

Calls 1

OnBrushModifiedFunction · 0.85

Tested by

no test coverage detected