MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / MoveUp

Method MoveUp

RavEngine_Test/PlayerActor.hpp:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 }
38
39 void MoveUp(float amt) {
40 trans->LocalTranslateDelta(scaleMovement(amt) * trans->Up());
41 }
42
43 void LookUp(float amt) {
44 cameraEntity->transform()->LocalRotateDelta(vector3(scaleRotation(amt), 0, 0));

Callers

nothing calls this directly

Calls 2

LocalTranslateDeltaMethod · 0.80
UpMethod · 0.80

Tested by

no test coverage detected