Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
57
void BoxBrush::SetMode(BrushMode value)
58
{
59
if (_mode != value)
60
{
61
_mode = value;
62
OnBrushModified();
63
}
64
}
65
66
void BoxBrush::SetCenter(const Vector3& value)
67
{
Callers
nothing calls this directly
Calls
1
OnBrushModified
Function · 0.85
Tested by
no test coverage detected