NGAlignment GetScreenBasedReferencePosition Method ScoreFlash API Documentation V4.6.0
Converts pos from relative to screen alignment to a screen position that is relative to screen alignment using align. This also converts pos to pixels (in case we have a high density display).

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

public static Vector2 GetScreenBasedReferencePosition(
	NGAlignment..::..ScreenAlign align,
	Vector2 pos,
	bool isInSceneView
)

Return Value

the screen position
See Also