C# Class Sharplike.Mapping.Squares.WallSquare

Inheritance: AbstractSquare
Afficher le fichier Open project: eropple/sharplike Class Usage Examples

Méthodes publiques

Свойство Type Description
WallColor Color

Méthodes publiques

Méthode Description
IsPassable ( Direction fromDirection ) : bool
WallSquare ( ) : System

Private Methods

Méthode Description
CalculateAdjacencyGlyph ( System.Vector3 myLoc ) : Glyph
SetupGlyphs ( ) : void

Method Details

IsPassable() public méthode

public IsPassable ( Direction fromDirection ) : bool
fromDirection Direction
Résultat bool

WallSquare() public méthode

public WallSquare ( ) : System
Résultat System

Property Details

WallColor public_oe static_oe property

public static Color WallColor
Résultat Color