C# 클래스 Sharplike.Mapping.AbstractSquare

상속: IGlyphProvider
파일 보기 프로젝트 열기: eropple/sharplike 1 사용 예제들

공개 메소드들

메소드 설명
IsPassable ( Direction fromDirection ) : System.Boolean
Teleport ( Direction fromDirection, AbstractEntity newLocation ) : System.Boolean

메소드 상세

IsPassable() 공개 메소드

public IsPassable ( Direction fromDirection ) : System.Boolean
fromDirection Direction
리턴 System.Boolean

Teleport() 공개 메소드

public Teleport ( Direction fromDirection, AbstractEntity newLocation ) : System.Boolean
fromDirection Direction
newLocation Sharplike.Mapping.Entities.AbstractEntity
리턴 System.Boolean