Wiki

Clone wiki

RogueSharp / RogueSharp / Cell / IsTransparent

CellIsTransparent Property

Get the transparency of the Cell i.e. if line of sight would be blocked by this Cell

Namespace: RogueSharp
Assembly:

Syntax

public bool IsTransparent { get; }

Property Value

Type: Boolean

Examples

A Cell representing an empty stone floor would be transparent A Cell representing a glass wall could be transparent (even though it may not be walkable) A Cell representing a solid stone wall would not be transparent

See Also

Reference

Cell Class
RogueSharp Namespace

[3]: 2014-2016 Faron Bracy

Updated