Click or drag to resize

HitData Constructor

Overload List
  NameDescription
Public methodHitData(RaycastHitUI, TouchLayer, Boolean)
Initializes a new instance of the HitData struct from a UI raycast.
Public methodHitData(RaycastHit, TouchLayer, Boolean)
Initializes a new instance of the HitData struct from a 3D raycast.
Public methodHitData(RaycastHit2D, TouchLayer, Boolean)
Initializes a new instance of the HitData struct from a 2D raycast.
Public methodHitData(Transform, TouchLayer, Boolean)
Initializes a new instance of the HitData struct.
Top
See Also