본문으로 건너뛰기

Show

Overloads

NameDescription
Show(MessageId id, string text, int x, int y)메시지 조회
Show(MessageId id, string text, int x, int y, bool shadow)메시지 조회
Show(MessageId id, string text, int x, int y, FontSize size, Color color)메시지 조회
Show(MessageId id, string text, int x, int y, FontSize size, Color color, bool shadow)메시지 조회

Show(MessageId id, string text, int x, int y)

public void Show(MessageId id, string text, int x, int y)

메시지 조회

Parameters

NameTypeDescription
idMessageId메시지 아이디
textstring텍스트
xint위치 X
yint위치 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

NameTypeDescription
idMessageId메시지 아이디
textstring텍스트
xint위치 X
yint위치 Y
shadowbool음영

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

NameTypeDescription
idMessageId메시지 아이디
textstring텍스트
xint위치 X
yint위치 Y
sizeFontSize텍스트 크기
colorColor텍스트 색상

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

NameTypeDescription
idMessageId메시지 아이디
textstring텍스트
xint위치 X
yint위치 Y
sizeFontSize텍스트 크기
colorColor텍스트 색상
shadowbool음영