Uses of Class
io.qt.qt3d.core.QSkeletonLoader.Status
Package | Description |
---|---|
io.qt.qt3d.core |
-
Uses of QSkeletonLoader.Status in io.qt.qt3d.core
Fields in io.qt.qt3d.core with type parameters of type QSkeletonLoader.Status Modifier and Type Field Description QObject.Signal1<QSkeletonLoader.Status>
QSkeletonLoader. statusChanged
Methods in io.qt.qt3d.core that return QSkeletonLoader.Status Modifier and Type Method Description static QSkeletonLoader.Status
QSkeletonLoader.Status. resolve(int value)
Returns the corresponding enum entry for the given value.QSkeletonLoader.Status
QSkeletonLoader. status()
static QSkeletonLoader.Status
QSkeletonLoader.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static QSkeletonLoader.Status[]
QSkeletonLoader.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.