EffectsManager.ColoredGlyphWithState Class
Definition
Section titled “Definition”A glyph with its original state.
protected class EffectsManager.ColoredGlyphWithStateInheritance object
Constructors
Section titled “Constructors”ColoredGlyphWithState(ColoredGlyphBase)
Section titled “ColoredGlyphWithState(ColoredGlyphBase)”Creates a new instance of this class with the specified cell and index.
public ColoredGlyphWithState(ColoredGlyphBase cell)Parameters
Section titled “Parameters”cell ColoredGlyphBase
The cell to generate a state from.
Fields
Section titled “Fields”The cell.
public ColoredGlyphBase CellThe original state of the cell.
public ColoredGlyphBase State