Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
draw
Method · 0.45
update
Method · 0.45
Calls
1
apply
Method · 0.95
Tested by
no test coverage detected