AddNote3D
Overloads
AddNote3D(string text)
public void AddNote3D(string text)
3D 노트 추가
Parameters
| Name | Type | Description |
|---|---|---|
| text | string | 텍스트 |
AddNote3D(string text, float x, float y, float z)
public int AddNote3D(string text, float x, float y, float z)
3D 노트 추가
Parameters
| Name | Type | Description |
|---|---|---|
| text | string | 텍스트 |
| x | float | 위치 X |
| y | float | 위치 Y |
| z | float | 위치 Z |
Returns
| Type | Description |
|---|---|
| int | 생성된 노트 아이디(ID) |
AddNote3D(string text, float x, float y, float z, NoteStyle style)
public int AddNote3D(string text, float x, float y, float z, NoteStyle style)
3D 노트 추가
Parameters
| Name | Type | Description |
|---|---|---|
| text | string | 텍스트 |
| x | float | 위치 X |
| y | float | 위치 Y |
| z | float | 위치 Z |
| style | NoteStyle | 노트 스타일 |
Returns
| Type | Description |
|---|---|
| int | 생성된 노트 아이디(ID) |
AddNote3D(string text, float x, float y, float z, Object tag)
public int AddNote3D(string text, float x, float y, float z, Object tag)
3D 노트 추가
Parameters
| Name | Type | Description |
|---|---|---|
| text | string | 텍스트 |
| x | float | 위치 X |
| y | float | 위치 Y |
| z | float | 위치 Z |
| tag | Object | 항목에 연결할 데이터가 포함된 개체 |
Returns
| Type | Description |
|---|---|
| int | 생성된 노트 아이디(ID) |
AddNote3D(string text, float x, float y, float z, NoteStyle style, Object tag)
public int AddNote3D(string text, float x, float y, float z, NoteStyle style, Object tag)
3D 노트 추가
Parameters
| Name | Type | Description |
|---|---|---|
| text | string | 텍스트 |
| x | float | 위치 X |
| y | float | 위치 Y |
| z | float | 위치 Z |
| style | NoteStyle | 노트 스타일 |
| tag | Object | 항목에 연결할 데이터가 포함된 개체 |
Returns
| Type | Description |
|---|---|
| int | 생성된 노트 아이디(ID) |
AddNote3D(string text, Vertex3D position)
public int AddNote3D(string text, Vertex3D position)
3D 노트 추가
Parameters
| Name | Type | Description |
|---|---|---|
| text | string | 텍스트 |
| position | Vertex3D | 위치 |
Returns
| Type | Description |
|---|---|
| int | 생성된 노트 아이디(ID) |
AddNote3D(string text, Vertex3D position, NoteStyle style)
public int AddNote3D(string text, Vertex3D position, NoteStyle style)
3D 노트 추가
Parameters
| Name | Type | Description |
|---|---|---|
| text | string | 텍스트 |
| position | Vertex3D | 위치 |
| style | NoteStyle | 노트 스타일 |
Returns
| Type | Description |
|---|---|
| int | 생성된 노트 아이디(ID) |
AddNote3D(string text, Vertex3D position, Object tag)
public int AddNote3D(string text, Vertex3D position, Object tag)
3D 노트 추가
Parameters
| Name | Type | Description |
|---|---|---|
| text | string | 텍스트 |
| position | Vertex3D | 위치 |
| tag | Object | 항목에 연결할 데이터가 포함된 개체 |
Returns
| Type | Description |
|---|---|
| int | 생성된 노트 아이디(ID) |
AddNote3D(string text, Vertex3D position, NoteStyle style, Object tag)
public int AddNote3D(string text, Vertex3D position, NoteStyle style, Object tag)
3D 노트 추가
Parameters
| Name | Type | Description |
|---|---|---|
| text | string | 텍스트 |
| position | Vertex3D | 위치 |
| style | NoteStyle | 노트 스타일 |
| tag | Object | 항목에 연결할 데이터가 포함된 개체 |
Returns
| Type | Description |
|---|---|
| int | 생성된 노트 아이디(ID) |
AddNote3D(MultiColorText text, float x, float y, float z)
public int AddNote3D(MultiColorText text, float x, float y, float z)
3D 노트 추가
Parameters
| Name | Type | Description |
|---|---|---|
| text | MultiColorText | 다중 색상 텍스트 |
| x | float | 위치 X |
| y | float | 위치 Y |
| z | float | 위치 Z |
Returns
| Type | Description |
|---|---|
| int | 생성된 노트 아이디(ID) |
AddNote3D(MultiColorText text, float x, float y, float z, NoteStyle style)
public int AddNote3D(MultiColorText text, float x, float y, float z, NoteStyle style)
3D 노트 추가
Parameters
| Name | Type | Description |
|---|---|---|
| text | MultiColorText | 다중 색상 텍스트 |
| x | float | 위치 X |
| y | float | 위치 Y |
| z | float | 위치 Z |
| style | NoteStyle | 노트 스타일 |
Returns
| Type | Description |
|---|---|
| int | 생성된 노트 아이디(ID) |
AddNote3D(MultiColorText text, float x, float y, float z, Object tag)
public int AddNote3D(MultiColorText text, float x, float y, float z, Object tag)
3D 노트 추가
Parameters
| Name | Type | Description |
|---|---|---|
| text | MultiColorText | 다중 색상 텍스트 |
| x | float | 위치 X |
| y | float | 위치 Y |
| z | float | 위치 Z |
| tag | Object | 항목에 연결할 데이터가 포함된 개체 |
Returns
| Type | Description |
|---|---|
| int | 생성된 노트 아이디(ID) |
AddNote3D(MultiColorText text, float x, float y, float z, NoteStyle style, Object tag)
public int AddNote3D(MultiColorText text, float x, float y, float z, NoteStyle style, Object tag)
3D 노트 추가
Parameters
| Name | Type | Description |
|---|---|---|
| text | MultiColorText | 다중 색상 텍스트 |
| x | float | 위치 X |
| y | float | 위치 Y |
| z | float | 위치 Z |
| style | NoteStyle | 노트 스타일 |
| tag | Object | 항목에 연결할 데이터가 포함된 개체 |
Returns
| Type | Description |
|---|---|
| int | 생성된 노트 아이디(ID) |
AddNote3D(MultiColorText text, Vertex3D position)
public int AddNote3D(MultiColorText text, Vertex3D position)
3D 노트 추가
Parameters
| Name | Type | Description |
|---|---|---|
| text | MultiColorText | 다중 색상 텍스트 |
| position | Vertex3D | 위치 |
Returns
| Type | Description |
|---|---|
| int | 생성된 노트 아이디(ID) |
AddNote3D(MultiColorText text, Vertex3D position, NoteStyle style)
public int AddNote3D(MultiColorText text, Vertex3D position, NoteStyle style)
3D 노트 추가
Parameters
| Name | Type | Description |
|---|---|---|
| text | MultiColorText | 다중 색상 텍스트 |
| position | Vertex3D | 위치 |
| style | NoteStyle | 노트 스타일 |
Returns
| Type | Description |
|---|---|
| int | 생성된 노트 아이디(ID) |
AddNote3D(MultiColorText text, Vertex3D position, Object tag)
public int AddNote3D(MultiColorText text, Vertex3D position, Object tag)
3D 노트 추가
Parameters
| Name | Type | Description |
|---|---|---|
| text | MultiColorText | 다중 색상 텍스트 |
| position | Vertex3D | 위치 |
| tag | Object | 항목에 연결할 데이터가 포함된 개체 |
Returns
| Type | Description |
|---|---|
| int | 생성된 노트 아이디(ID) |
AddNote3D(MultiColorText text, Vertex3D position, NoteStyle style, Object tag)
public int AddNote3D(MultiColorText text, Vertex3D position, NoteStyle style, Object tag)
3D 노트 추가
Parameters
| Name | Type | Description |
|---|---|---|
| text | MultiColorText | 다중 색상 텍스트 |
| position | Vertex3D | 위치 |
| style | NoteStyle | 노트 스타일 |
| tag | Object | 항목에 연결할 데이터가 포함된 개체 |
Returns
| Type | Description |
|---|---|
| int | 생성된 노트 아이디(ID) |