C# Class invertika_game.MapObject

Mostrar archivo Open project: Invertika/server Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
MapObject ( ) : System

Method Details

MapObject() public method

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

addProperty() public method

public addProperty ( string key, string value ) : void
key string
value string
return void

getBounds() public method

public getBounds ( ) : ISL.Server.Utilities.Rectangle
return ISL.Server.Utilities.Rectangle

getName() public method

public getName ( ) : string
return string

getProperty() public method

public getProperty ( string key ) : string
key string
return string

getProperty() public method

public getProperty ( string key, string std ) : string
key string
std string
return string

getType() public method

public getType ( ) : string
return string

getX() public method

public getX ( ) : int
return int

getY() public method

public getY ( ) : int
return int