C# 클래스 AGS.Types.GUIButton

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

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

보호된 메소드들

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

메소드 상세

GUIButton() 공개 메소드

public GUIButton ( ) : System
리턴 System

GUIButton() 공개 메소드

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

GUIButton() 공개 메소드

public GUIButton ( int x, int y, int width, int height ) : System
x int
y int
width int
height int
리턴 System

GetSpritesForControl() 보호된 메소드

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

UpdateSpritesWithMapping() 공개 메소드

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