C# Class Azmyth.Assets.TerrainType

Datei anzeigen Open project: GalacticSoft/Azmyth

Public Properties

Property Type Description
Terrain Azmyth.Assets.TerrainType[]

Public Methods

Method Description
TerrainType ( TerrainTypes terrainType, string name, bool canPass, bool isWater, bool canSwim, float moveRate ) : System

Method Details

TerrainType() public method

public TerrainType ( TerrainTypes terrainType, string name, bool canPass, bool isWater, bool canSwim, float moveRate ) : System
terrainType TerrainTypes
name string
canPass bool
isWater bool
canSwim bool
moveRate float
return System

Property Details

Terrain public_oe static_oe property

public static TerrainType[],Azmyth.Assets Terrain
return Azmyth.Assets.TerrainType[]