C# Class Sharplike.Mapping.Squares.FloorSquare

Inheritance: AbstractSquare
显示文件 Open project: eropple/sharplike

Public Properties

Property Type Description
FloorGlyph Sharplike.Core.Rendering.Glyph

Public Methods

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

Method Details

FloorSquare() public method

public FloorSquare ( ) : System
return System

IsPassable() public method

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

Property Details

FloorGlyph public_oe static_oe property

public static Glyph,Sharplike.Core.Rendering FloorGlyph
return Sharplike.Core.Rendering.Glyph