C# 클래스 Nez.UI.TextTooltip

상속: Tooltip
파일 보기 프로젝트 열기: prime31/Nez

공개 메소드들

메소드 설명
TextTooltip ( string text, Element targetElement, Skin skin, string styleName = null )
TextTooltip ( string text, Element targetElement, TextTooltipStyle style )
setStyle ( TextTooltipStyle style ) : void

메소드 상세

TextTooltip() 공개 메소드

public TextTooltip ( string text, Element targetElement, Skin skin, string styleName = null )
text string
targetElement Element
skin Skin
styleName string

TextTooltip() 공개 메소드

public TextTooltip ( string text, Element targetElement, TextTooltipStyle style )
text string
targetElement Element
style TextTooltipStyle

setStyle() 공개 메소드

public setStyle ( TextTooltipStyle style ) : void
style TextTooltipStyle
리턴 void