mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-20 04:34:48 +00:00
Adds sanity check to editing of gameasset script action in asset browser Updates module template file Updates visualizers Fixes checking of popup menu items Adds stub for TerrainMaterialAsset
10 lines
90 B
C#
10 lines
90 B
C#
function ExampleGUI::onWake(%this)
|
|
{
|
|
|
|
}
|
|
|
|
function ExampleGUI::onSleep(%this)
|
|
{
|
|
|
|
}
|