NGAlignment IsBottom Method ScoreFlash API Documentation V4.6.0
Shortcut to quickly determine whether an alignment is bottom aligned. This is useful because usually, bottom 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 IsBottom(
	NGAlignment..::..ScreenAlign align
)

Return Value

whether align is one of BottomLeft, BottomCenter, BottomRight
See Also