ScoreFlash PushFromInspector Method ScoreFlash API Documentation V4.6.0
This is just a helper to be able to send messages directly from the inspector. If calling ScoreFlash.Push(...) directly from there, the Screen.width is taken from the inspector window which is not exactly what we want ;-)

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

public void PushFromInspector(
	string text
)
See Also