summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick3d/quick3dnodeinstantiator/data/createSingle.qml
blob: 630da9940b914ddd11e9a701d19f3f3b413a1ed7 (plain)
1
2
3
4
5
6
7
8
9
import QtQml 2.1
import Qt3D.Core 2.0

NodeInstantiator {
    Entity {
        property bool success: true
        property int idx: index
    }
}