ScoreMessage OriginalPosition Property ScoreFlash API Documentation V4.6.0
The original position of the message without applying any translation. If using screen align, these are basically the 9 positions on screen (top left, top center etc.); when using ScoreFlashFollow3D, this is the location after the 3D translation has been applied, before the 2D translation is applied.

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

public Vector2 OriginalPosition { get; set; }
See Also