C# Class Sharplike.Mapping.Squares.WallSquare

Inheritance: AbstractSquare
Mostra file Open project: eropple/sharplike Class Usage Examples

Public Properties

Property Type Description
WallColor Color

Public Methods

Method Description
IsPassable ( Direction fromDirection ) : bool
WallSquare ( ) : System

Private Methods

Method Description
CalculateAdjacencyGlyph ( System.Vector3 myLoc ) : Glyph
SetupGlyphs ( ) : void

Method Details

IsPassable() public method

public IsPassable ( Direction fromDirection ) : bool
fromDirection Direction
return bool

WallSquare() public method

public WallSquare ( ) : System
return System

Property Details

WallColor public_oe static_oe property

public static Color WallColor
return Color