C# 클래스 OpenRA.ResourceTile

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

공개 프로퍼티들

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

공개 메소드들

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

메소드 상세

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ResourceTile() 공개 메소드

public ResourceTile ( byte type, byte index )
type byte
index byte

프로퍼티 상세

Index 공개적으로 프로퍼티

public byte Index
리턴 byte

Type 공개적으로 프로퍼티

public byte Type
리턴 byte