Show / Hide Table of Contents

Class EffectsManager.ColoredGlyphWithState

A glyph with its original state.

Inheritance
object
EffectsManager.ColoredGlyphWithState
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

Extension Methods

ExtensionsSystem.GetDebuggerDisplayValue(object)
In this article

Back to top

Back to top Generated by DocFX