Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ setWorkingUnit
Method
setWorkingUnit
src/Core/Transform/UnitBasedObject.cpp:5–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
namespace obe::Transform
4
{
5
void UnitBasedObject::setWorkingUnit(Units unit)
6
{
7
m_unit = unit;
8
resetUnit(unit);
9
}
10
11
Units UnitBasedObject::getWorkingUnit() const
12
{
Callers
2
load
Method · 0.80
load
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected