C# 클래스 Axiom.Samples.Label

Basic label widget.
상속: Widget
파일 보기 프로젝트 열기: WolfgangSt/axiom 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
textArea Axiom.Overlays.OverlayElement

보호된 프로퍼티들

프로퍼티 타입 설명
isFitToTray bool

공개 메소드들

메소드 설명
Label ( String name, String caption, Real width ) : System

Do not instantiate any widgets directly. Use SdkTrayManager.

OnCursorPressed ( Vector2 cursorPos ) : void

메소드 상세

Label() 공개 메소드

Do not instantiate any widgets directly. Use SdkTrayManager.
public Label ( String name, String caption, Real width ) : System
name String
caption String
width Real
리턴 System

OnCursorPressed() 공개 메소드

public OnCursorPressed ( Vector2 cursorPos ) : void
cursorPos Vector2
리턴 void

프로퍼티 상세

isFitToTray 보호되어 있는 프로퍼티

protected bool isFitToTray
리턴 bool

textArea 공개적으로 프로퍼티

public OverlayElement,Axiom.Overlays textArea
리턴 Axiom.Overlays.OverlayElement