ExportU3D
Overloads
| Name | Description |
|---|---|
| ExportU3D(string file) | U3D 파일 형식으로 내보내기 |
| ExportU3D(string file, ModelExportFilter filter) | 필터에 해당하는 개체를 U3D 파일 형식으로 내보내기 |
| ExportU3D(string file, List<int> index) | 지정된 개체를 U3D 파일 형식으로 내보내기 |
| ExportU3D(string file, List<Node> node) | 지정된 개체를 U3D 파일 형식으로 내보내기 |
ExportU3D(string file)
public bool ExportU3D(string file)
U3D 파일 형식으로 내보내기
Parameters
| Name | Type | Description |
|---|---|---|
| file | string | 내보내기 파일 : C:\Temp\MODEL.u3d |
Returns
| Type | Description |
|---|---|
| bool | 내보내기 결과 |
ExportU3D(string file, ModelExportFilter filter)
public bool ExportU3D(string file, ModelExportFilter filter)
필터에 해당하는 개체를 U3D 파일 형식으로 내보내기
Parameters
| Name | Type | Description |
|---|---|---|
| file | string | 내보내기 파일 : C:\Temp\MODEL.u3d |
| filter | ModelExportFilter | 모델 필터 |
Returns
| Type | Description |
|---|---|
| bool | 내보내기 결과 |
ExportU3D(string file, List<int> index)
public bool ExportU3D(string file, List<int> index)
지정된 개체를 U3D 파일 형식으로 내보내기
Parameters
| Name | Type | Description |
|---|---|---|
| file | string | 내보내기 파일 : C:\Temp\MODEL.u3d |
| index | List<int> | 내보낼 개체 인덱스 |
Returns
| Type | Description |
|---|---|
| bool | 내보내기 결과 |
ExportU3D(string file, List<Node> node)
public bool ExportU3D(string file, List<Node> node)
지정된 개체를 U3D 파일 형식으로 내보내기
Parameters
| Name | Type | Description |
|---|---|---|
| file | string | 내보내기 파일 : C:\Temp\MODEL.u3d |
| node | List<Node> | 내보낼 노드 |
Returns
| Type | Description |
|---|---|
| bool | 내보내기 결과 |