C# Class World.Atlas.AreasCarrier

Inheritance: IAreasCarrier
Afficher le fichier Open project: GoodAI/BrainSimulator

Private Properties

Свойство Type Description
ExpandArea void
ExpandRoom void
FillArea void
FillNamedArea void
FillRoom void

Méthodes publiques

Méthode Description
AreaName ( System.Vector2 coordinates ) : string
AreasCarrier ( ITileLayer pathLayer, ITileLayer areaLayer, string>.List positionsNamesTuples ) : System
Room ( System.Vector2 coordinates ) : Room
RoomName ( System.Vector2 coordinates ) : string

Private Methods

Méthode Description
ExpandArea ( int x, int y, string name, ITileLayer areaLayer ) : void
ExpandRoom ( int x, int y, Room room, ITileLayer pathLayer ) : void
FillArea ( int x, int y, string name, ITileLayer areaLayer ) : void
FillNamedArea ( int x, int y, string name, ITileLayer pathLayer, ITileLayer areaLayer ) : void
FillRoom ( int x, int y, string name, ITileLayer pathLayer ) : void

Method Details

AreaName() public méthode

public AreaName ( System.Vector2 coordinates ) : string
coordinates System.Vector2
Résultat string

AreasCarrier() public méthode

public AreasCarrier ( ITileLayer pathLayer, ITileLayer areaLayer, string>.List positionsNamesTuples ) : System
pathLayer ITileLayer
areaLayer ITileLayer
positionsNamesTuples string>.List
Résultat System

Room() public méthode

public Room ( System.Vector2 coordinates ) : Room
coordinates System.Vector2
Résultat World.ToyWorldCore.Room

RoomName() public méthode

public RoomName ( System.Vector2 coordinates ) : string
coordinates System.Vector2
Résultat string