C# Class invertika_game.MapObject

Afficher le fichier Open project: Invertika/server Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
MapObject ( ) : System

Method Details

MapObject() public méthode

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

addProperty() public méthode

public addProperty ( string key, string value ) : void
key string
value string
Résultat void

getBounds() public méthode

public getBounds ( ) : ISL.Server.Utilities.Rectangle
Résultat ISL.Server.Utilities.Rectangle

getName() public méthode

public getName ( ) : string
Résultat string

getProperty() public méthode

public getProperty ( string key ) : string
key string
Résultat string

getProperty() public méthode

public getProperty ( string key, string std ) : string
key string
std string
Résultat string

getType() public méthode

public getType ( ) : string
Résultat string

getX() public méthode

public getX ( ) : int
Résultat int

getY() public méthode

public getY ( ) : int
Résultat int