MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / processCameraQuery

Method processCameraQuery

Engine/source/afx/ui/afxTSCtrl.cpp:66–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66bool afxTSCtrl::processCameraQuery(CameraQuery *camq)
67{
68 GameUpdateCameraFov();
69 return GameProcessCameraQuery(camq);
70}
71
72void afxTSCtrl::renderWorld(const RectI &updateRect)
73{

Callers

nothing calls this directly

Calls 2

GameUpdateCameraFovFunction · 0.85
GameProcessCameraQueryFunction · 0.85

Tested by

no test coverage detected