ScoreFlash DebugMode EnumerationScoreFlash API Documentation V4.6.0
Various options of what should be shown when debug mode is activated.

Namespace: (Default Namespace)
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax

public enum DebugMode
Members

  Member nameValueDescription
NormalMessages0 Show the message as usual.
LocalPosition1 Show the local (animated) position of the message.
ScreenPosition2 Show the screen position of the message.
FullRect3 Show the screen position, width and height of the message.
Velocity4 Show the current velocity of the message (read / fade out phases).
Age5 Show the age of the message.
Alignment6 Show the alignments of the message.
See Also