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 qmltyperegistrar. Module { Component { file: "lightmapmesh.h" lineNumber: 11 name: "LightmapMesh" accessSemantics: "reference" prototype: "QQuick3DGeometry" exports: ["QtQuick3D.lightmapviewer/LightmapMesh 1.0"] exportMetaObjectRevisions: [256] Property { name: "source" type: "QUrl" read: "source" write: "setSource" notify: "sourceChanged" index: 0 lineNumber: 14 isFinal: true } Property { name: "key" type: "QString" read: "key" write: "setKey" notify: "keyChanged" index: 1 lineNumber: 15 isFinal: true } Property { name: "bounds" type: "QQuick3DBounds3" read: "bounds" notify: "boundsChanged" index: 2 lineNumber: 16 isReadonly: true } Signal { name: "sourceChanged"; lineNumber: 30 } Signal { name: "keyChanged"; lineNumber: 31 } Signal { name: "boundsChanged"; lineNumber: 32 } } }