mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 11:43:49 +00:00
9 lines
No EOL
129 B
Text
9 lines
No EOL
129 B
Text
|
|
function VR::onCreate(%this)
|
|
{
|
|
exec("./scripts/oculusVR." @ $TorqueScriptFileExtension);
|
|
}
|
|
|
|
function VR::onDestroy(%this)
|
|
{
|
|
} |