ScoreFlash scoreFlashRenderer FieldScoreFlash API Documentation V4.6.0
Assign this if you want custom rendering, e.g. using GUIText or NGUI or EZ GUI.

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

public ScoreFlashRendererBase scoreFlashRenderer
Remarks

Custom renderers for GUIText and UnityGUI are already implemented (UnityGUI is just implement to give you an example of how this can be done). See ScoreFlashRendererBase, ScoreFlashRendererUnityGUI and ScoreFlashRendererGUIText.
See CustomRenderer.
See Also