NGAlignment IsRight Method ScoreFlash API Documentation V4.6.0
Shortcut to quickly determine whether an alignment is right aligned. This is useful because usually, right aligned needs to special treatment.

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

public static bool IsRight(
	NGAlignment..::..ScreenAlign align
)

Return Value

whether align is one of TopRight, MiddleRight, BottomRight
See Also