MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / setPosition

Method setPosition

src/Core/Transform/Movable.cpp:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3namespace obe::Transform
4{
5 void Movable::setPosition(const UnitVector& position)
6 {
7 m_position.set(position);
8 }
9
10 void Movable::move(const UnitVector& position)
11 {

Callers

nothing calls this directly

Calls 1

setMethod · 0.45

Tested by

no test coverage detected