C# Class XNAInterfaceComponents.Misc.Caret

Inheritance: Drawable
Afficher le fichier Open project: Wotuu/RTS_XNA_v2

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public Caret ( XNATextField parent ) : System
parent XNAInterfaceComponents.ChildComponents.XNATextField
Résultat System

Draw() public méthode

public Draw ( SpriteBatch sb ) : void
sb Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void

GetCaretArrayIndex() public méthode

public GetCaretArrayIndex ( ) : int
Résultat int

GetTextOnCaretRow() public méthode

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

Update() public méthode

public Update ( ) : void
Résultat void