C# Class WolfEngine.Map

ファイルを表示 Open project: emcf/WolfEngine Class Usage Examples

Public Properties

Property Type Description
OrderedWallIDs int[]
Walls WolfEngine.Wall[]

Public Methods

Method Description
Map ( ) : System
SetMap ( string fileName ) : void
SortWallsbyDepth ( ) : void
StringToVector2f ( string input ) : Vector2f

Private Methods

Method Description
BubbleSort ( Wall inputArray ) : void

Method Details

Map() public method

public Map ( ) : System
return System

SetMap() public method

public SetMap ( string fileName ) : void
fileName string
return void

SortWallsbyDepth() public method

public SortWallsbyDepth ( ) : void
return void

StringToVector2f() public method

public StringToVector2f ( string input ) : Vector2f
input string
return Vector2f

Property Details

OrderedWallIDs public_oe property

public int[] OrderedWallIDs
return int[]

Walls public_oe property

public Wall[],WolfEngine Walls
return WolfEngine.Wall[]