C# Class XNAInterfaceComponents.Misc.Caret

Inheritance: Drawable
ファイルを表示 Open project: Wotuu/RTS_XNA_v2

Private Properties

Property Type Description

Public Methods

Method Description
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

Method Details

Caret() public method

public Caret ( XNATextField parent ) : System
parent XNAInterfaceComponents.ChildComponents.XNATextField
return System

Draw() public method

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

GetCaretArrayIndex() public method

public GetCaretArrayIndex ( ) : int
return int

GetTextOnCaretRow() public method

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

Update() public method

public Update ( ) : void
return void