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 |
Méthode | Description | |
---|---|---|
MapObject ( ) : System |
public MapObject ( ISL.Server.Utilities.Rectangle bounds, string name, string type ) : System | ||
bounds | ISL.Server.Utilities.Rectangle | |
name | string | |
type | string | |
Résultat | System |
public addProperty ( string key, string value ) : void | ||
key | string | |
value | string | |
Résultat | void |
public getBounds ( ) : ISL.Server.Utilities.Rectangle | ||
Résultat | ISL.Server.Utilities.Rectangle |
public getProperty ( string key, string std ) : string | ||
key | string | |
std | string | |
Résultat | string |