Show
Overloads
Show(MessageId id, string text, int x, int y)
public void Show(MessageId id, string text, int x, int y)
메시지 조회
Parameters
| Name | Type | Description |
|---|---|---|
| id | MessageId | 메시지 아이디 |
| text | string | 텍스트 |
| x | int | 위치 X |
| y | int | 위치 Y |
Show(MessageId id, string text, int x, int y, bool shadow)
public void Show(MessageId id, string text, int x, int y, bool shadow)
메시지 조회
Parameters
| Name | Type | Description |
|---|---|---|
| id | MessageId | 메시지 아이디 |
| text | string | 텍스트 |
| x | int | 위치 X |
| y | int | 위치 Y |
| shadow | bool | 음영 |
Show(MessageId id, string text, int x, int y, FontSize size, Color color)
public void Show(MessageId id, string text, int x, int y, FontSize size, Color color)
메시지 조회
Parameters
| Name | Type | Description |
|---|---|---|
| id | MessageId | 메시지 아이디 |
| text | string | 텍스트 |
| x | int | 위치 X |
| y | int | 위치 Y |
| size | FontSize | 텍스트 크기 |
| color | Color | 텍스트 색상 |
Show(MessageId id, string text, int x, int y, FontSize size, Color color, bool shadow)
public void Show(MessageId id, string text, int x, int y, FontSize size, Color color, bool shadow)
메시지 조회
Parameters
| Name | Type | Description |
|---|---|---|
| id | MessageId | 메시지 아이디 |
| text | string | 텍스트 |
| x | int | 위치 X |
| y | int | 위치 Y |
| size | FontSize | 텍스트 크기 |
| color | Color | 텍스트 색상 |
| shadow | bool | 음영 |