Sign in
third-party-mirror
/
orbit
/
301094089f7066c20f6885ee60d316d3f550a3c2
/
.
/
qt-everywhere-src-5.14.1
/
qt3d
/
tests
/
auto
/
quick3d
/
quick3dnodeinstantiator
/
data
/
inactive.qml
blob: 8ae6994db6d7e7d3996e35f594bc6caade152f84 [
file
]
import
QtQml
2.1
import
Qt3D
.
Core
2.0
Entity
{
NodeInstantiator
{
active
:
false
Entity
{
property
bool
success
:
true
property
int
idx
:
index
}
}
}