C# 클래스 AGS.Types.TextWindowGUI

상속: AGS.Types.GUI
파일 보기 프로젝트 열기: adventuregamestudio/ags 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
TextWindowGUI ( ) : System
TextWindowGUI ( XmlNode rootGuiNode ) : System
ToXml ( XmlTextWriter writer ) : void

메소드 상세

TextWindowGUI() 공개 메소드

public TextWindowGUI ( ) : System
리턴 System

TextWindowGUI() 공개 메소드

public TextWindowGUI ( XmlNode rootGuiNode ) : System
rootGuiNode System.Xml.XmlNode
리턴 System

ToXml() 공개 메소드

public ToXml ( XmlTextWriter writer ) : void
writer System.Xml.XmlTextWriter
리턴 void