C# Class MapColumn, SRPGCK

Afficher le fichier Open project: JoeOsborn/SRPGCK Class Usage Examples

Méthodes publiques

Méthode Description
Add ( MapTile, t ) : void
At ( int i ) : MapTile,
Clear ( ) : void
IndexOf ( MapTile, t ) : int
Insert ( int idx, MapTile, t ) : void
MapColumn ( ) : System
RemoveAt ( int i ) : void

Method Details

Add() public méthode

public Add ( MapTile, t ) : void
t MapTile,
Résultat void

At() public méthode

public At ( int i ) : MapTile,
i int
Résultat MapTile,

Clear() public méthode

public Clear ( ) : void
Résultat void

IndexOf() public méthode

public IndexOf ( MapTile, t ) : int
t MapTile,
Résultat int

Insert() public méthode

public Insert ( int idx, MapTile, t ) : void
idx int
t MapTile,
Résultat void

MapColumn() public méthode

public MapColumn ( ) : System
Résultat System

RemoveAt() public méthode

public RemoveAt ( int i ) : void
i int
Résultat void