Struct HitResult
Represents the result of a raycasting hit.
public struct HitResult
- Inherited Members
Fields
collisionObject
public CollisionObject collisionObject
Field Value
- CollisionObject
hit
public bool hit
Field Value
hitElement
public GameElement hitElement
Field Value
hitLocation
public Vector3 hitLocation
Field Value
rayEnd
public Vector3 rayEnd
Field Value
rayStart
public Vector3 rayStart