C# 클래스 DRObjects.GraphicsEngineObjects.TextFeedback

Represents text shown temporarily upon the player's screen
상속: Abstract.ActionFeedback
파일 보기 프로젝트 열기: Haedrian/Divine-Right

공개 메소드들

메소드 설명
TextFeedback ( ) : System
TextFeedback ( string text ) : System

Creates a new text feedback and the text to be shown

ToString ( ) : string

메소드 상세

TextFeedback() 공개 메소드

public TextFeedback ( ) : System
리턴 System

TextFeedback() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string