Game Development Community

Where does SceneWindow2D come from?

by JD Porter · in Torque Game Builder · 11/01/2006 (9:15 pm) · 3 replies

I know what it is from examining the results of dump(), but I don't know where it's declared. Where does this essential object come from?

#1
11/01/2006 (11:05 pm)
It's defined in gui/mainScreen.gui by default.
#2
11/02/2006 (8:03 pm)
Hey, thanks!
#3
11/03/2006 (9:57 pm)
You can create t2dSceneWindow controls in the Gui Editor (F10) :) As Richard said they are then stored in the .gui files... SceneWindow2D itself being in mainScreen.gui.