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

Method move

src/Core/Scene/Camera.cpp:25–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 }
24
25 void Camera::move(const Transform::UnitVector& position)
26 {
27 Rect::move(position);
28 this->apply();
29 }
30
31 void Camera::setSize(const double pSize, const Transform::Referential& ref)
32 {

Callers 2

drawMethod · 0.45
updateMethod · 0.45

Calls 1

applyMethod · 0.95

Tested by

no test coverage detected