C# Class Game.Room

Inheritance: BasePage, ICallbackEventHandler
Afficher le fichier Open project: Kursledare/Mookieraw Class Usage Examples

Méthodes publiques

Méthode Description
Action ( ) : void
GetTile ( System.Point point ) : TileTypes
GetTile ( System.Vector2 position ) : TileTypes
Room ( System.Vector2 position, string img ) : System

Method Details

Action() public méthode

public Action ( ) : void
Résultat void

GetTile() public méthode

public GetTile ( System.Point point ) : TileTypes
point System.Point
Résultat TileTypes

GetTile() public méthode

public GetTile ( System.Vector2 position ) : TileTypes
position System.Vector2
Résultat TileTypes

Room() public méthode

public Room ( System.Vector2 position, string img ) : System
position System.Vector2
img string
Résultat System