Skip to content

EffectsManager.ColoredGlyphWithState Class

A glyph with its original state.

C#
protected class EffectsManager.ColoredGlyphWithState

Inheritance object

Creates a new instance of this class with the specified cell and index.

C#
public ColoredGlyphWithState(ColoredGlyphBase cell)

cell ColoredGlyphBase
The cell to generate a state from.

The cell.

C#
public ColoredGlyphBase Cell

The original state of the cell.

C#
public ColoredGlyphBase State