ScoreFlashRendererUnityGUI MembersScoreFlash API Documentation V4.6.0

The ScoreFlashRendererUnityGUI type exposes the following members.
Constructors

  NameDescription
Public methodScoreFlashRendererUnityGUI
Back to Top
Methods

  NameDescription
Public methodGetSize
Calculates the size using the GUIStyle from the message.
(Overrides ScoreFlashRendererBase GetSize(ScoreMessage).)
Public methodOnGUI
Renders the message.
Public methodUpdateMessage
Update the message. The implementation needs to make sure that you update position, scale, color and outline color as well as the text.
(Overrides ScoreFlashRendererBase UpdateMessage(ScoreMessage).)
Back to Top
Properties

  NameDescription
Public propertyRequiresCustomParent
Returns false because UnityGUI does not need a custom parent.
(Overrides ScoreFlashRendererBase RequiresCustomParent.)
Public propertyUsesGUISkin
Returns true because UnityGUI does use GUISkins.
(Overrides ScoreFlashRendererBase UsesGUISkin.)
Back to Top
See Also