ScreenToFile
Overloads
| Name | Description |
|---|---|
| ScreenToFile(float time, string tempPath) | 특정 시간별 애니메이션 장면 반환 |
ScreenToFile(float time, string tempPath)
public string ScreenToFile(float time, string tempPath)
특정 시간별 애니메이션 장면 반환
Parameters
| Name | Type | Description |
|---|---|---|
| time | float | 재생시간 |
| tempPath | string | 임시 저장 폴더 |
Returns
| Type | Description |
|---|---|
| string | 파일 경로 |