Class FormattingErrorEventArgs
Supplies information about formatting errors.
Namespace: UnityEngine.Localization.SmartFormat
Assembly: Unity.Localization.dll
Syntax
public class FormattingErrorEventArgs : EventArgs
Properties
Name | Description |
---|---|
ErrorIndex | Location where the error occurred. |
IgnoreError | Information whether error will throw an exception. |
Placeholder | Placeholder which caused an error. |