ScoreMessage Move Method ScoreFlash API Documentation V4.6.0
If you want to move your message around while it's frozen, you can use this to do that. But it only works when you are not following a 3D object and generally may cause weird effects. So use this with caution!

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

public void Move(
	Vector2 offset
)

Parameters

offset
Type: Vector2
how many pixels to move on x and y
See Also