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

Method setFlyMode

Engine/source/T3D/camera.cpp:1433–1443  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1431//-----------------------------------------------------------------------------
1432
1433void Camera::setFlyMode()
1434{
1435 mMode = FlyMode;
1436
1437 if (bool(mOrbitObject))
1438 {
1439 clearProcessAfter();
1440 clearNotify(mOrbitObject);
1441 }
1442 mOrbitObject = NULL;
1443}
1444
1445//-----------------------------------------------------------------------------
1446

Callers 2

_setModeFieldMethod · 0.45
camera.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected