ScoreFlashRendererUnityGUI ClassScoreFlash API Documentation V4.6.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
          NarayanaGames.ScoreFlashComponent ScoreFlashRendererBase
            NarayanaGames.ScoreFlashComponent ScoreFlashRendererUnityGUI

Namespace: NarayanaGames.ScoreFlashComponent
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