# PredictProjectilePathParams

## Overview

PredictProjectilePathParams는 발사체 경로 예측에 필요한 파라미터를 정의하는 설정 객체입니다.

## Constructors

### new

새로운 PredictProjectilePathParams 인스턴스를 생성합니다.

#### Parameters

#### Return

| `PredictProjectilePathParams` | 생성된 PredictProjectilePathParams입니다. |
| ----------------------------- | ----------------------------------- |

#### Code Samples

## Properties

### DrawDebugTime

`number`

디버그 경로를 화면에 표시할 시간(초 단위)입니다. 0이면 표시하지 않습니다.

#### Code Samples

### InstancesToIgnore

`Array`

경로 예측 시 충돌을 무시할 인스턴스 목록입니다.

#### Code Samples

### LaunchVelocity

`Vector3`

발사체의 초기 발사 속도 벡터입니다.

#### Code Samples

### MaxSimTime

`number`

경로 예측의 최대 시뮬레이션 시간(초 단위)입니다.

#### Code Samples

### OverrideGravityZ

`number`

Z축 중력 가속도를 재정의하는 값입니다. 0이면 기본 중력이 사용됩니다.

#### Code Samples

### ProjectileRadius

`number`

발사체의 반지름입니다. 충돌 감지 범위를 결정합니다.

#### Code Samples

### SimFrequency

`number`

경로 예측 시뮬레이션의 주파수(초당 스텝 수)입니다.

#### Code Samples

### StartLocation

`Vector3`

발사체의 발사 시작 위치입니다.

#### Code Samples

### TraceChannel

`Enum.CollisionChannel`

경로 예측 시 사용할 충돌 채널입니다.

#### Code Samples

### TraceComplex

`boolean`

복잡한 충돌 메시를 사용하여 정밀한 충돌 감지를 수행할지 여부입니다.

#### Code Samples

### TraceWithChannel

`boolean`

충돌 채널을 기준으로 경로를 추적할지 여부입니다.

#### Code Samples

### TraceWithCollision

`boolean`

충돌 감지를 활성화하여 경로를 추적할지 여부입니다.

#### Code Samples

## Methods

### AddIgnoredInstanceToArray

경로 예측 시 무시할 인스턴스를 목록에 추가합니다.

#### Parameters

| `Instance` Instance | 무시할 인스턴스입니다. |
| ------------------- | ------------ |

#### Return

| `boolean` | 추가 성공 여부입니다. |
| --------- | ------------ |

#### Code Samples

### RemoveIgnoredInstanceFromArray

경로 예측 시 무시할 인스턴스 목록에서 특정 인스턴스를 제거합니다.

#### Parameters

| `Instance` Instance | 제거할 인스턴스입니다. |
| ------------------- | ------------ |

#### Return

| `boolean` | 제거 성공 여부입니다. |
| --------- | ------------ |

#### Code Samples

## Events


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.overdare.com/korean/development/api-reference/datatype/predictprojectilepathparams.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
