C# Class MultiEditor.MultiTile

Inheritance: IComparable
Afficher le fichier Open project: polserver/poltools Class Usage Examples

Méthodes publiques

Méthode Description
CompareTo ( object x ) : int
GetBitmap ( ) : Bitmap
IsDoubleSurface ( List Tiles ) : bool
IsWalkable ( int Z, List Tiles ) : bool
MultiTile ( ushort id, int z ) : System
MultiTile ( ushort id, int x, int y, int z, bool flag ) : System
MultiTile ( ushort id, int x, int y, int z, int flag ) : System
Set ( ushort id, int z ) : void

Private Methods

Méthode Description
MultiTile ( ) : System
RecalcMod ( ) : void

Method Details

CompareTo() public méthode

public CompareTo ( object x ) : int
x object
Résultat int

GetBitmap() public méthode

public GetBitmap ( ) : Bitmap
Résultat System.Drawing.Bitmap

IsDoubleSurface() public méthode

public IsDoubleSurface ( List Tiles ) : bool
Tiles List
Résultat bool

IsWalkable() public méthode

public IsWalkable ( int Z, List Tiles ) : bool
Z int
Tiles List
Résultat bool

MultiTile() public méthode

public MultiTile ( ushort id, int z ) : System
id ushort
z int
Résultat System

MultiTile() public méthode

public MultiTile ( ushort id, int x, int y, int z, bool flag ) : System
id ushort
x int
y int
z int
flag bool
Résultat System

MultiTile() public méthode

public MultiTile ( ushort id, int x, int y, int z, int flag ) : System
id ushort
x int
y int
z int
flag int
Résultat System

Set() public méthode

public Set ( ushort id, int z ) : void
id ushort
z int
Résultat void