C# Class DRObjects.GraphicsEngineObjects.TextFeedback

Represents text shown temporarily upon the player's screen
Inheritance: Abstract.ActionFeedback
Datei anzeigen Open project: Haedrian/Divine-Right

Public Methods

Method Description
TextFeedback ( ) : System
TextFeedback ( string text ) : System

Creates a new text feedback and the text to be shown

ToString ( ) : string

Method Details

TextFeedback() public method

public TextFeedback ( ) : System
return System

TextFeedback() public method

Creates a new text feedback and the text to be shown
public TextFeedback ( string text ) : System
text string
return System

ToString() public method

public ToString ( ) : string
return string