ScoreFlashRendererUnityGUI ClassScoreFlash API Documentation V3.2.0
Attach this to a simple prefab with just a game object and assign that prefab to an instance of ScoreFlash to have that ScoreFlash render its messages using GUIText.
Inheritance Hierarchy

OnlineSystem Object
  Object
    Component
      Behaviour
        MonoBehaviour
          (Default Namespace) ScoreFlashRendererBase
            (Default Namespace) ScoreFlashRendererUnityGUI

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

public class ScoreFlashRendererUnityGUI : ScoreFlashRendererBase, 
	IHasOnGUI
Remarks

This is just an example for how ScoreFlashRendererBase can be implemented. As ScoreFlash uses UnityGUI per default, you'll usually not use this implementation!
See Also