Class EffectsManager.ColoredGlyphWithState
A glyph with its original state.
Inherited Members
Namespace: SadConsole.Effects
Assembly: SadConsole.dll
Syntax
protected class EffectsManager.ColoredGlyphWithState
Constructors
ColoredGlyphWithState(ColoredGlyphBase)
Creates a new instance of this class with the specified cell and index.
Declaration
public ColoredGlyphWithState(ColoredGlyphBase cell)
Parameters
Type | Name | Description |
---|---|---|
ColoredGlyphBase | cell | The cell to generate a state from. |
Fields
Cell
The cell.
Declaration
public ColoredGlyphBase Cell
Field Value
Type | Description |
---|---|
ColoredGlyphBase |
State
The original state of the cell.
Declaration
public ColoredGlyphBase State
Field Value
Type | Description |
---|---|
ColoredGlyphBase |