C# 클래스 Azmyth.Assets.TerrainType

파일 보기 프로젝트 열기: GalacticSoft/Azmyth

공개 프로퍼티들

프로퍼티 타입 설명
Terrain Azmyth.Assets.TerrainType[]

공개 메소드들

메소드 설명
TerrainType ( TerrainTypes terrainType, string name, bool canPass, bool isWater, bool canSwim, float moveRate ) : System

메소드 상세

TerrainType() 공개 메소드

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
리턴 System

프로퍼티 상세

Terrain 공개적으로 정적으로 프로퍼티

public static TerrainType[],Azmyth.Assets Terrain
리턴 Azmyth.Assets.TerrainType[]