Table of Contents

Struct HitResult

Namespace
LibGFX.Physics
Assembly
LibGFX.dll

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

bool

hitElement

public GameElement hitElement

Field Value

GameElement

hitLocation

public Vector3 hitLocation

Field Value

Vector3

rayEnd

public Vector3 rayEnd

Field Value

Vector3

rayStart

public Vector3 rayStart

Field Value

Vector3