ScoreFlashRendererBase ClassScoreFlash API Documentation V4.6.0
Implement this adaptor for using custom renderers, like GUIText. This cannot be attached to game objects! The custom renderers implementing the abstract methods, however, can!
Inheritance Hierarchy

OnlineSystem Object
  Object
    Component
      Behaviour
        MonoBehaviour
          NarayanaGames.ScoreFlashComponent ScoreFlashRendererBase
            NarayanaGames.ScoreFlashComponent ScoreFlashRendererGUIText
            NarayanaGames.ScoreFlashComponent ScoreFlashRendererTextMesh
            NarayanaGames.ScoreFlashComponent ScoreFlashRendererTextMesh3D
            NarayanaGames.ScoreFlashComponent ScoreFlashRendererUnityGUI

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

public abstract class ScoreFlashRendererBase : MonoBehaviour
Remarks

For example, see ScoreFlashRendererGUIText, ScoreFlashRendererUnityGUI, ...
See Also