Uses of Enum
io.qt.qt3d.render.QRayCasterHit.HitType
Packages that use QRayCasterHit.HitType
-
Uses of QRayCasterHit.HitType in io.qt.qt3d.render
Methods in io.qt.qt3d.render that return QRayCasterHit.HitTypeModifier and TypeMethodDescriptionstatic QRayCasterHit.HitType
QRayCasterHit.HitType.resolve
(int value) Returns the corresponding enum entry for the given value.final QRayCasterHit.HitType
QRayCasterHit.type()
Returns the type of the hitstatic QRayCasterHit.HitType
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.HitTypeModifierConstructorDescriptionQRayCasterHit
(QRayCasterHit.HitType type, QNodeId id, float distance, QVector3D localIntersect, QVector3D worldIntersect, int primitiveIndex, int v1, int v2, int v3)