C# 클래스 OpenRA.MapField

파일 보기 프로젝트 열기: OpenRA/OpenRA

공개 메소드들

메소드 설명
Deserialize ( Map map, List nodes ) : void
MapField ( string key, string fieldName = null, bool required = true, string ignoreIfValue = null ) : System
Serialize ( Map map, List nodes ) : void

메소드 상세

Deserialize() 공개 메소드

public Deserialize ( Map map, List nodes ) : void
map Map
nodes List
리턴 void

MapField() 공개 메소드

public MapField ( string key, string fieldName = null, bool required = true, string ignoreIfValue = null ) : System
key string
fieldName string
required bool
ignoreIfValue string
리턴 System

Serialize() 공개 메소드

public Serialize ( Map map, List nodes ) : void
map Map
nodes List
리턴 void