mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
9 lines
102 B
C#
9 lines
102 B
C#
|
|
function VR::onCreate(%this)
|
|
{
|
|
exec("./scripts/oculusVR.cs");
|
|
}
|
|
|
|
function VR::onDestroy(%this)
|
|
{
|
|
} |