C# 클래스 XNAInterfaceComponents.Misc.Caret

상속: Drawable
파일 보기 프로젝트 열기: Wotuu/RTS_XNA_v2

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Caret ( XNATextField parent ) : System
Draw ( SpriteBatch sb ) : void
GetCaretArrayIndex ( ) : int
GetTextOnCaretRow ( ) : String

Gets the text that is on the row of the caret.

Update ( ) : void

메소드 상세

Caret() 공개 메소드

public Caret ( XNATextField parent ) : System
parent XNAInterfaceComponents.ChildComponents.XNATextField
리턴 System

Draw() 공개 메소드

public Draw ( SpriteBatch sb ) : void
sb Microsoft.Xna.Framework.Graphics.SpriteBatch
리턴 void

GetCaretArrayIndex() 공개 메소드

public GetCaretArrayIndex ( ) : int
리턴 int

GetTextOnCaretRow() 공개 메소드

Gets the text that is on the row of the caret.
public GetTextOnCaretRow ( ) : String
리턴 String

Update() 공개 메소드

public Update ( ) : void
리턴 void