C# 클래스 BattleInfoPlugin.Models.Repositories.MapResource

파일 보기 프로젝트 열기: Yoctillion/BattleInfoPlugin

공개 메소드들

메소드 설명
GetMapCellPoints ( MapInfo map ) : Point>.IDictionary
GetMapFlags ( MapInfo map ) : IEnumerable
GetMapImages ( MapInfo map ) : System.Windows.Media.Imaging.BitmapSource[]
HasMapSwf ( MapInfo map ) : bool

비공개 메소드들

메소드 설명
MapResource ( ) : System

메소드 상세

GetMapCellPoints() 공개 정적인 메소드

public static GetMapCellPoints ( MapInfo map ) : Point>.IDictionary
map MapInfo
리턴 Point>.IDictionary

GetMapFlags() 공개 정적인 메소드

public static GetMapFlags ( MapInfo map ) : IEnumerable
map MapInfo
리턴 IEnumerable

GetMapImages() 공개 정적인 메소드

public static GetMapImages ( MapInfo map ) : System.Windows.Media.Imaging.BitmapSource[]
map MapInfo
리턴 System.Windows.Media.Imaging.BitmapSource[]

HasMapSwf() 공개 정적인 메소드

public static HasMapSwf ( MapInfo map ) : bool
map MapInfo
리턴 bool