C# Class Azmyth.Assets.TerrainType

Afficher le fichier Open project: GalacticSoft/Azmyth

Méthodes publiques

Свойство Type Description
Terrain Azmyth.Assets.TerrainType[]

Méthodes publiques

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

Method Details

TerrainType() public méthode

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
Résultat System

Property Details

Terrain public_oe static_oe property

public static TerrainType[],Azmyth.Assets Terrain
Résultat Azmyth.Assets.TerrainType[]