ScoreFlashRendererGUIText MembersScoreFlash API Documentation V4.6.0

The ScoreFlashRendererGUIText type exposes the following members.
Constructors

  NameDescription
Public methodScoreFlashRendererGUIText
Back to Top
Methods

  NameDescription
Public methodGetSize
The size of the message on screen. Depending on the underlying GUI system you are using, there may be different ways of calculating the size. This needs to be in screen coordinates.
(Overrides ScoreFlashRendererBase GetSize(ScoreMessage).)
Public methodUpdateMessage
Update the message. This only handles text and position because that's all that is supported by GUIText (shame on you, GUIText!)
(Overrides ScoreFlashRendererBase UpdateMessage(ScoreMessage).)
Back to Top
Properties

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