C# 클래스 Sharplike.Mapping.Squares.WallSquare

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

공개 프로퍼티들

프로퍼티 타입 설명
WallColor Color

공개 메소드들

메소드 설명
IsPassable ( Direction fromDirection ) : bool
WallSquare ( ) : System

비공개 메소드들

메소드 설명
CalculateAdjacencyGlyph ( System.Vector3 myLoc ) : Glyph
SetupGlyphs ( ) : void

메소드 상세

IsPassable() 공개 메소드

public IsPassable ( Direction fromDirection ) : bool
fromDirection Direction
리턴 bool

WallSquare() 공개 메소드

public WallSquare ( ) : System
리턴 System

프로퍼티 상세

WallColor 공개적으로 정적으로 프로퍼티

public static Color WallColor
리턴 Color