Interface IGridRaycastResult

Results of casting a ray

Hierarchy

  • IGridRaycastResult

Properties

Properties

distance: number

Distance from ray origin

side: number

Which side of the wall was hit: 0 = x, 1 = y

value: undefined | number

Cell value

Generated using TypeDoc