The ScoreFlashRendererUnityGUI type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| ScoreFlashRendererUnityGUI |
Methods
| Name | Description | |
|---|---|---|
| GetSize |
Calculates the size using the GUIStyle from the message.
(Overrides ScoreFlashRendererBase GetSize(ScoreMessage).) | |
| OnGUI |
Renders the message.
| |
| UpdateMessage |
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).) |
Properties
| Name | Description | |
|---|---|---|
| RequiresCustomParent |
Returns false because UnityGUI does not need a custom parent.
(Overrides ScoreFlashRendererBase RequiresCustomParent.) | |
| UsesGUISkin |
Returns true because UnityGUI does use GUISkins.
(Overrides ScoreFlashRendererBase UsesGUISkin.) |
See Also