> 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/enums/assettypeverification.md).

# AssetTypeVerification

## Overview

AssetTypeVerification는 Humanoid:ApplyDescription() 함수 호출 시 에셋 타입 검증 모드를 설정하는 Enum입니다.

이 검증은 보안 목적으로 필수적이며, ApplyDescription이 모델을 로드할 때 에셋 타입이 올바른지 확인합니다.

## Items

| Name       | Value | Description                                             |
| ---------- | ----- | ------------------------------------------------------- |
| Default    | 1     | 기본 동작에 따라 에셋 타입 검증을 수행합니다.                              |
| ClientOnly | 2     | 클라이언트에서만 에셋 타입을 검증합니다. 클라이언트에서는 에셋 타입 검증을 비활성화할 수 없습니다. |
| Always     | 3     | 항상 에셋 타입을 검증하고, 검증에 실패한 모델의 로드를 차단합니다.                  |
