ScoreFlashLayout maxWidth FieldScoreFlash API Documentation V4.6.0
Maximum width of the message before it's wrapped. This works together with minPaddingX.

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

public float maxWidth
Remarks

Default is 260F. This assumes scale = 1; with scale > 1, the message might clip at the screen borders. Obviously, this only has an effect with long messages. MaxWidth is used when it is smaller than the maximum width resulting from minPaddingX. If you want to not use maxWidth, just set it to a very high value (e.g. 4000, which will be larger than any relevant screen ;-) ). This uses normalized coordinates (i.e. if you are on a high density display, e.g. Retina, the value will be multiplied with 2).
See Also