AddCanvasBy2DView
Overloads
| Name | Description |
|---|---|
| AddCanvasBy2DView(int width, int height) | 2D View - 캔버스 추가 생성 |
AddCanvasBy2DView(int width, int height)
public int AddCanvasBy2DView(int width, int height)
2D View - 캔버스 추가 생성
Parameters
| Name | Type | Description |
|---|---|---|
| width | int | 캔버스 Width |
| height | int | 캔버스 Height |
Returns
| Type | Description |
|---|---|
| int | 캔버스 Index |