ScoreFlash lockInnerAnchor FieldScoreFlash API Documentation V4.6.0
Locks the innerAnchor to screenAlign.

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

public bool lockInnerAnchor
Remarks

Most of the time, you'll want to have the set to true because most of the time, it just makes sense and is easier to configure. However, if you want to, for instance, have numbers right aligned but you want to position them relative to the left screen border, you'd set this to true and use screenAlign = *Left and innerAnchor = *Right (e.g. TopLeft, TopRight).
See Also