summaryrefslogtreecommitdiffstats
path: root/src/quick3d/imports/logic/plugins.qmltypes
blob: 20071117dac7eebec178e747cd6146aea6124d31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
import QtQuick.tooling 1.2

// This file describes the plugin-supplied types contained in the library.
// It is used for QML tooling purposes only.
//
// This file was auto-generated by:
// 'qmlplugindump -nonrelocatable -dependencies dependencies.json Qt3D.Logic 2.12'

Module {
    dependencies: ["Qt3D.Core 2.0"]
    Component {
        name: "Qt3DLogic::QFrameAction"
        prototype: "Qt3DCore::QComponent"
        exports: ["Qt3D.Logic/FrameAction 2.0"]
        exportMetaObjectRevisions: [0]
        Signal {
            name: "triggered"
            Parameter { name: "dt"; type: "float" }
        }
    }
}