C# 클래스 TiaraFramework.Component.MapAccess

파일 보기 프로젝트 열기: TiaraGames/TiaraFramework

공개 메소드들

메소드 설명
Load ( string path, Microsoft.Xna.Framework.Game game, Point &size ) : List
Load ( string path, Point &size ) : Map

메소드 상세

Load() 공개 정적인 메소드

public static Load ( string path, Microsoft.Xna.Framework.Game game, Point &size ) : List
path string
game Microsoft.Xna.Framework.Game
size Point
리턴 List

Load() 공개 정적인 메소드

public static Load ( string path, Point &size ) : Map
path string
size Point
리턴 Map