MCPcopy 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

3namespace 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

loadMethod · 0.80
loadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected