ScoreFlash RenderingType EnumerationScoreFlash API Documentation V4.6.0
Different ways of how ScoreFlash renders messages. See rendering.

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

public enum RenderingType
Members

  Member nameValueDescription
UnityGUI_GUISkin0 The default method, using a GUISkin with a custom style.
UnityGUI_Font1 Directly assign the font(s) to ScoreFlash.
CustomRenderer2 Custom renderers, e.g. used for using NGUI, EZ GUI or eDriven.Gui to handle rendering of messages.
See Also