IScoreFlash PushLocal Method ScoreFlash API Documentation V4.6.0
Overload List

  NameDescription
Public methodPushLocal(Object)
Pushes a message to the screen, using the layout settings specified on the instance of ScoreFlash you are using this on.
Public methodPushLocal(Object, Color)
Pushes a message to the screen, using the layout settings specified on the instance of ScoreFlash you are using this on but with a specific color.
Public methodPushLocal(Object, GUIStyle)
Pushes a message to the screen, using the layout settings specified on the instance of ScoreFlash you are using this on but using a specific GUIStyle.
Public methodPushLocal(Object, Color, Int32)
Pushes a message to the screen, using the layout settings specified on the instance of ScoreFlash you are using this on but a specific color.
Public methodPushLocal(Object, GUIStyle, GUIStyle)
Pushes a message to the screen, using the layout settings specified on the instance of ScoreFlash you are using this on but using specific GUIStyles for standard and high densities.
Public methodPushLocal(Object, GUIStyle, GUIStyle, Int32)
Pushes a message to the screen, using the layout settings specified on the instance of ScoreFlash you are using this on.
Back to Top
See Also