본문으로 건너뛰기

Draw2DViewTemplate

Overloads

NameDescription
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

NameTypeDescription
filePathstringJSON 포멧의 템플릿 파일 경로

Draw2DViewTemplate(string filePath, int x, int y)

public void Draw2DViewTemplate(string filePath, int x, int y)

2D 뷰 - 활성화되어 있는 캔버스에 JSON 파일로부터 형상을 읽어와 지정된 위치에 그려준다.

Parameters

NameTypeDescription
filePathstringJSON 포멧의 템플릿 파일 경로
xint템플릿이 위치할 캔버스의 X 좌표
yint템플릿이 위치할 캔버스의 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

NameTypeDescription
filePathstringJSON 포멧의 템플릿 파일 경로
xint템플릿이 위치할 캔버스의 X 좌표
yint템플릿이 위치할 캔버스의 Y 좌표
horizontalAnchorint템플릿의 수평 기준점
verticalAnchorint템플릿의 수직 기준점