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

Method setStereoGui

Engine/source/gui/3d/guiTSControl.cpp:760–764  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

758//-----------------------------------------------------------------------------
759
760void GuiTSCtrl::setStereoGui(GuiOffscreenCanvas *canvas)
761{
762 mStereoGuiTarget = canvas ? canvas->getTarget() : NULL;
763 mStereoCanvas = canvas;
764}
765
766
767//-----------------------------------------------------------------------------

Callers 1

guiTSControl.cppFile · 0.80

Calls 1

getTargetMethod · 0.45

Tested by

no test coverage detected