C# 클래스 OpenRA.TerrainTile

파일 보기 프로젝트 열기: pchote/OpenRA 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Index byte
Type ushort

공개 메소드들

메소드 설명
GetHashCode ( ) : int
TerrainTile ( ushort type, byte index )

메소드 상세

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

TerrainTile() 공개 메소드

public TerrainTile ( ushort type, byte index )
type ushort
index byte

프로퍼티 상세

Index 공개적으로 프로퍼티

public byte Index
리턴 byte

Type 공개적으로 프로퍼티

public ushort Type
리턴 ushort