C# 클래스 invertika_game.MapObject

파일 보기 프로젝트 열기: Invertika/server 1 사용 예제들

공개 메소드들

메소드 설명
MapObject ( ISL.Server.Utilities.Rectangle bounds, string name, string type ) : System
addProperty ( string key, string value ) : void
getBounds ( ) : ISL.Server.Utilities.Rectangle
getName ( ) : string
getProperty ( string key ) : string
getProperty ( string key, string std ) : string
getType ( ) : string
getX ( ) : int
getY ( ) : int

비공개 메소드들

메소드 설명
MapObject ( ) : System

메소드 상세

MapObject() 공개 메소드

public MapObject ( ISL.Server.Utilities.Rectangle bounds, string name, string type ) : System
bounds ISL.Server.Utilities.Rectangle
name string
type string
리턴 System

addProperty() 공개 메소드

public addProperty ( string key, string value ) : void
key string
value string
리턴 void

getBounds() 공개 메소드

public getBounds ( ) : ISL.Server.Utilities.Rectangle
리턴 ISL.Server.Utilities.Rectangle

getName() 공개 메소드

public getName ( ) : string
리턴 string

getProperty() 공개 메소드

public getProperty ( string key ) : string
key string
리턴 string

getProperty() 공개 메소드

public getProperty ( string key, string std ) : string
key string
std string
리턴 string

getType() 공개 메소드

public getType ( ) : string
리턴 string

getX() 공개 메소드

public getX ( ) : int
리턴 int

getY() 공개 메소드

public getY ( ) : int
리턴 int