blob: 1ad7b1f580d25787ff33f281fd5d5e08f562dcb8 [file] [log] [blame]
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.14'
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" }
}
}
}