C# 클래스 Game.Room

상속: BasePage, ICallbackEventHandler
파일 보기 프로젝트 열기: Kursledare/Mookieraw 1 사용 예제들

공개 메소드들

메소드 설명
Action ( ) : void
GetTile ( System.Point point ) : TileTypes
GetTile ( System.Vector2 position ) : TileTypes
Room ( System.Vector2 position, string img ) : System

메소드 상세

Action() 공개 메소드

public Action ( ) : void
리턴 void

GetTile() 공개 메소드

public GetTile ( System.Point point ) : TileTypes
point System.Point
리턴 TileTypes

GetTile() 공개 메소드

public GetTile ( System.Vector2 position ) : TileTypes
position System.Vector2
리턴 TileTypes

Room() 공개 메소드

public Room ( System.Vector2 position, string img ) : System
position System.Vector2
img string
리턴 System