C# 클래스 AGS.Types.GUITextWindowEdge

상속: AGS.Types.GUIControl
파일 보기 프로젝트 열기: adventuregamestudio/ags

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GUITextWindowEdge ( ) : System
GUITextWindowEdge ( XmlNode node ) : System
GUITextWindowEdge ( int x, int y, int id ) : System
UpdateSpritesWithMapping ( int>.Dictionary spriteMapping ) : void

보호된 메소드들

메소드 설명
GetSpritesForControl ( List list ) : void

메소드 상세

GUITextWindowEdge() 공개 메소드

public GUITextWindowEdge ( ) : System
리턴 System

GUITextWindowEdge() 공개 메소드

public GUITextWindowEdge ( XmlNode node ) : System
node System.Xml.XmlNode
리턴 System

GUITextWindowEdge() 공개 메소드

public GUITextWindowEdge ( int x, int y, int id ) : System
x int
y int
id int
리턴 System

GetSpritesForControl() 보호된 메소드

protected GetSpritesForControl ( List list ) : void
list List
리턴 void

UpdateSpritesWithMapping() 공개 메소드

public UpdateSpritesWithMapping ( int>.Dictionary spriteMapping ) : void
spriteMapping int>.Dictionary
리턴 void