> 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/korean/development/api-reference/datatype/predictprojectilepathpointdata.md).

# PredictProjectilePathPointData

## Overview

PredictProjectilePathPointData는 발사체 경로 예측의 각 경로 지점 데이터를 담는 데이터 타입입니다.

## Constructors

## Properties

### Location

`Vector3`

해당 경로 지점의 월드 공간 위치입니다.

#### Code Samples

### Time

`number`

발사 시점으로부터 해당 경로 지점에 도달하는 데 걸리는 시간(초 단위)입니다.

#### Code Samples

### Velocity

`Vector3`

해당 경로 지점에서의 발사체 속도 벡터입니다.

#### Code Samples

## Methods

## Events
