RuntimeLetterPropertiesFlag
Namespace: Murder.Core.Graphics
Assembly: Murder.dll
public sealed enum RuntimeLetterPropertiesFlag : Enum, IComparable, ISpanFormattable, IFormattable, IConvertible
Implements: Enum, IComparable, ISpanFormattable, IFormattable, IConvertible
⭐ Properties
DoNotSkipLineEnding
public static const RuntimeLetterPropertiesFlag DoNotSkipLineEnding;
Properties that guarantees that the writer does NOT skip this index when calculating. For example, '\n' will be ignored by default unless this is present.
Returns
RuntimeLetterPropertiesFlag
Fear
public static const RuntimeLetterPropertiesFlag Fear;
They are in !FEAR! while being displayed.
Returns
RuntimeLetterPropertiesFlag
ResetColor
public static const RuntimeLetterPropertiesFlag ResetColor;
Reset any color.
Returns
RuntimeLetterPropertiesFlag
ResetGlitch
public static const RuntimeLetterPropertiesFlag ResetGlitch;
Reset any glitch.
Returns
RuntimeLetterPropertiesFlag
ResetSpeed
public static const RuntimeLetterPropertiesFlag ResetSpeed;
Reset any speed.
Returns
RuntimeLetterPropertiesFlag
Wave
public static const RuntimeLetterPropertiesFlag Wave;
They ~wave~ while being displayed.
Returns
RuntimeLetterPropertiesFlag
⚡