C# 클래스 BlisterUI.Widgets.TextInputWidget

상속: TextWidget
파일 보기 프로젝트 열기: RegrowthStudios/VoxelRTS 1 사용 예제들

공개 메소드들

메소드 설명
ActivateInput ( ) : void
DeactivateInput ( ) : void
TextInputWidget ( WidgetRenderer wr, SpriteFont f = null, Microsoft.Xna.Framework.Graphics.Texture2D t = null ) : System
TextInput_OnCaretMoved ( TextInput arg1, int arg2 ) : void
tInput_OnTextChanged ( TextInput arg1, string arg2 ) : void

보호된 메소드들

메소드 설명
DisposeOther ( ) : void

메소드 상세

ActivateInput() 공개 메소드

public ActivateInput ( ) : void
리턴 void

DeactivateInput() 공개 메소드

public DeactivateInput ( ) : void
리턴 void

DisposeOther() 보호된 메소드

protected DisposeOther ( ) : void
리턴 void

TextInputWidget() 공개 메소드

public TextInputWidget ( WidgetRenderer wr, SpriteFont f = null, Microsoft.Xna.Framework.Graphics.Texture2D t = null ) : System
wr WidgetRenderer
f Microsoft.Xna.Framework.Graphics.SpriteFont
t Microsoft.Xna.Framework.Graphics.Texture2D
리턴 System

TextInput_OnCaretMoved() 공개 메소드

public TextInput_OnCaretMoved ( TextInput arg1, int arg2 ) : void
arg1 TextInput
arg2 int
리턴 void

tInput_OnTextChanged() 공개 메소드

public tInput_OnTextChanged ( TextInput arg1, string arg2 ) : void
arg1 TextInput
arg2 string
리턴 void