mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-27 15:25:40 +00:00
14 lines
424 B
C#
14 lines
424 B
C#
|
|
new GuiControlProfile(GuiDefaultProfile);
|
||
|
|
new GuiControlProfile(GuiToolTipProfile);
|
||
|
|
new GuiCanvas(Canvas);
|
||
|
|
function onLightManagerActivate() {}
|
||
|
|
function onLightManagerDeactivate() {}
|
||
|
|
Canvas.setWindowTitle("Torque 3D Unit Tests");
|
||
|
|
new RenderPassManager(DiffuseRenderPassManager);
|
||
|
|
setLightManager("Basic Lighting");
|
||
|
|
setLogMode(2);
|
||
|
|
$Con::LogBufferEnabled = false;
|
||
|
|
$Testing::checkMemoryLeaks = false;
|
||
|
|
runAllUnitTests();
|
||
|
|
quit();
|