We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b940173 commit 688bb9dCopy full SHA for 688bb9d
src/ProjectPlayer.qml
@@ -12,6 +12,7 @@ ProjectScene {
12
property int stageWidth: 480
13
property int stageHeight: 360
14
readonly property bool running: loader.running
15
+ readonly property int renderFps: loader.renderFps
16
readonly property list<string> unsupportedBlocks: loader.unsupportedBlocks
17
property alias fps: loader.fps
18
property alias turboMode: loader.turboMode
0 commit comments