AddCube
Overloads
| Name | Description |
|---|---|
| AddCube(List<Vertex3DItemCollection> vertex, int groupId, Color color, float radius, bool visible) | 추가 |
AddCube(List<Vertex3DItemCollection> vertex, int groupId, Color color, float radius, bool visible)
public int AddCube(List<Vertex3DItemCollection> vertex, int groupId, Color color, float radius, bool visible)
추가
Parameters
| Name | Type | Description |
|---|---|---|
| vertex | List<Vertex3DItemCollection> | Vertex List Collection |
| groupId | int | Group Id |
| color | Color | 사각형 색상 |
| radius | float | 반지름 |
| visible | bool | 보이기/숨기기 상태 |
Returns
| Type | Description |
|---|---|
| int | 생성된 형상의 ID |