This repository has been archived on 2022-07-15. You can view files and clone it, but cannot push or open issues or pull requests.
libqt5raspi/debian/usr/local/qt5raspi-5.12.5/qml/Qt3D/Logic/plugins.qmltypes

22 lines
618 B
Plaintext

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" }
}
}
}