C# Class WolfEngine.Map

Afficher le fichier Open project: emcf/WolfEngine Class Usage Examples

Méthodes publiques

Свойство Type Description
OrderedWallIDs int[]
Walls WolfEngine.Wall[]

Méthodes publiques

Méthode Description
Map ( ) : System
SetMap ( string fileName ) : void
SortWallsbyDepth ( ) : void
StringToVector2f ( string input ) : Vector2f

Private Methods

Méthode Description
BubbleSort ( Wall inputArray ) : void

Method Details

Map() public méthode

public Map ( ) : System
Résultat System

SetMap() public méthode

public SetMap ( string fileName ) : void
fileName string
Résultat void

SortWallsbyDepth() public méthode

public SortWallsbyDepth ( ) : void
Résultat void

StringToVector2f() public méthode

public StringToVector2f ( string input ) : Vector2f
input string
Résultat Vector2f

Property Details

OrderedWallIDs public_oe property

public int[] OrderedWallIDs
Résultat int[]

Walls public_oe property

public Wall[],WolfEngine Walls
Résultat WolfEngine.Wall[]