> For the complete documentation index, see [llms.txt](https://docs.overdare.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.overdare.com/development/api-reference/datatype/predictprojectilepathpointdata.md).

# PredictProjectilePathPointData

## Overview

PredictProjectilePathPointData is a data type that holds the data for each path point in projectile path prediction.

## Constructors

## Properties

### Location

`Vector3`

The world-space position of this path point.

#### Code Samples

### Time

`number`

The time (in seconds) it takes to reach this path point from launch.

#### Code Samples

### Velocity

`Vector3`

The velocity vector of the projectile at this path point.

#### Code Samples

## Methods

## Events
