Karcero : API Documentation

Type TerrainType

Namespace Karcero.Engine.Models

Parent Enum

An enumeration containing the types of terrain a cell can have.

Methods

Fields

Public instance methods

int CompareTo(object target)

TypeCode GetTypeCode()

bool HasFlag(Enum flag)

string ToString(string format, IFormatProvider provider)

string ToString(string format)

string ToString(IFormatProvider provider)

Public fields

int value__

return int

TerrainType Rock

A rock/wall, probably impassable.
return TerrainType

TerrainType Floor

Open ground.
return TerrainType

TerrainType Door

A doorway to a room.
return TerrainType