overte-HifiExperiments/scripts/simplifiedUI/developer/tests/playaPerformanceTest.js
2019-06-20 16:52:46 -07:00

10 lines
191 B
JavaScript

var qml = Script.resolvePath('playaPerformanceTest.qml');
qmlWindow = new OverlayWindow({
title: 'Test Qml',
source: qml,
height: 320,
width: 640,
visible: true
});