Click or drag to resize
RaycastResultsCollision Property
Get first / main result. Careful not to call this without checking HasHit first.

Namespace:  GeonBit.Core.Physics
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public RaycastResultsSingleResult Collision { get; }

Property Value

Type: RaycastResultsSingleResult
See Also