C# 클래스 XCom.Interfaces.Base.ITileset

파일 보기 프로젝트 열기: pmprog/OpenXCOM.Tools 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
maps IMapDesc>.Dictionary
name string
subsets Dictionary>

공개 메소드들

메소드 설명
this ( string mapName ) : IMapDesc

보호된 메소드들

메소드 설명
ITileset ( string name ) : System

메소드 상세

ITileset() 보호된 메소드

protected ITileset ( string name ) : System
name string
리턴 System

this() 공개 메소드

public this ( string mapName ) : IMapDesc
mapName string
리턴 IMapDesc

프로퍼티 상세

maps 보호되어 있는 프로퍼티

protected Dictionary maps
리턴 IMapDesc>.Dictionary

name 보호되어 있는 프로퍼티

protected string name
리턴 string

subsets 보호되어 있는 프로퍼티

protected Dictionary> subsets
리턴 Dictionary>