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

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