C# 클래스 Descent.Messaging.Events.SpawnMonsterEventArgs

The event arguments for the SpawnMonster event.
상속: GameEventArgs
파일 보기 프로젝트 열기: nezbo/Descent 1 사용 예제들

공개 메소드들

메소드 설명
PopulateWithArgs ( string stringArgs ) : void
SpawnMonsterEventArgs ( int x, int y, int monsterId ) : System.Diagnostics.Contracts
SpawnMonsterEventArgs ( string stringArgs ) : System.Diagnostics.Contracts
ToString ( ) : string

메소드 상세

PopulateWithArgs() 공개 메소드

public PopulateWithArgs ( string stringArgs ) : void
stringArgs string
리턴 void

SpawnMonsterEventArgs() 공개 메소드

public SpawnMonsterEventArgs ( int x, int y, int monsterId ) : System.Diagnostics.Contracts
x int
y int
monsterId int
리턴 System.Diagnostics.Contracts

SpawnMonsterEventArgs() 공개 메소드

public SpawnMonsterEventArgs ( string stringArgs ) : System.Diagnostics.Contracts
stringArgs string
리턴 System.Diagnostics.Contracts

ToString() 공개 메소드

public ToString ( ) : string
리턴 string