blob: 5a79d6105158486157fb75c69b73a07f88b1361e [file] [log] [blame]
import QtQml 2.1
import Qt3D.Core 2.0
Entity {
NodeInstantiator {
Entity {
property bool success: true
property int idx: index
}
}
}