Uses of Class
io.qt.qt3d.render.QRayCasterHit.HitType
Package | Description |
---|---|
io.qt.qt3d.render |
-
Uses of QRayCasterHit.HitType in io.qt.qt3d.render
Methods in io.qt.qt3d.render that return QRayCasterHit.HitType Modifier and Type Method Description static QRayCasterHit.HitType
QRayCasterHit.HitType. resolve(int value)
Returns the corresponding enum entry for the given value.QRayCasterHit.HitType
QRayCasterHit. type()
Returns the type of the hitstatic QRayCasterHit.HitType
QRayCasterHit.HitType. valueOf(String name)
Returns the enum constant of this type with the specified name.static QRayCasterHit.HitType[]
QRayCasterHit.HitType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.qt.qt3d.render with parameters of type QRayCasterHit.HitType Constructor Description QRayCasterHit(QRayCasterHit.HitType type, QNodeId id, float distance, QVector3D localIntersect, QVector3D worldIntersect, int primitiveIndex, int v1, int v2, int v3)