Enum Expander.InsertLocation
Where to insert the padding characters.
Namespace: UnityEngine.Localization.Pseudo
Assembly: Unity.Localization.dll
Syntax
public enum Expander.InsertLocation
Fields
Name | Description |
---|---|
Both | Split between the beginning and end of the input string. |
End | At the end of the input string. |
Start | At the beginning of the input string. |