Draw2DViewTemplate
Overloads
| Name | Description |
|---|---|
| Draw2DViewTemplate(string filePath) | 2D 뷰 - 활성화되어 있는 캔버스에 JSON 파일로부터 형상 및 위치 정보를 읽어와 그려준다. |
| Draw2DViewTemplate(string filePath, int x, int y) | 2D 뷰 - 활성화되어 있는 캔버스에 JSON 파일로부터 형상을 읽어와 지정된 위치에 그려준다. |
| Draw2DViewTemplate(string filePath, int x, int y, int horizontalAnchor, int verticalAnchor) | 2D 뷰 - 활성화되어 있는 캔버스에 JSON 파일로부터 형상을 읽어와 지정된 위치에 그려준다. |
Draw2DViewTemplate(string filePath)
public void Draw2DViewTemplate(string filePath)
2D 뷰 - 활성화되어 있는 캔버스에 JSON 파일로부터 형상 및 위치 정보를 읽어와 그려준다.
Parameters
| Name | Type | Description |
|---|---|---|
| filePath | string | JSON 포멧의 템플릿 파일 경로 |
Draw2DViewTemplate(string filePath, int x, int y)
public void Draw2DViewTemplate(string filePath, int x, int y)
2D 뷰 - 활성화되어 있는 캔버스에 JSON 파일로부터 형상을 읽어와 지정된 위치에 그려준다.
Parameters
| Name | Type | Description |
|---|---|---|
| filePath | string | JSON 포멧의 템플릿 파일 경로 |
| x | int | 템플릿이 위치할 캔버스의 X 좌표 |
| y | int | 템플릿이 위치할 캔버스의 Y 좌표 |
Draw2DViewTemplate(string filePath, int x, int y, int horizontalAnchor, int verticalAnchor)
public void Draw2DViewTemplate(string filePath, int x, int y, int horizontalAnchor, int verticalAnchor)
2D 뷰 - 활성화되어 있는 캔버스에 JSON 파일로부터 형상을 읽어와 지정된 위치에 그려준다.
Parameters
| Name | Type | Description |
|---|---|---|
| filePath | string | JSON 포멧의 템플릿 파일 경로 |
| x | int | 템플릿이 위치할 캔버스의 X 좌표 |
| y | int | 템플릿이 위치할 캔버스의 Y 좌표 |
| horizontalAnchor | int | 템플릿의 수평 기준점 |
| verticalAnchor | int | 템플릿의 수직 기준점 |