Class DefaultSource
Provides the ability to reference an argument by its index, the same as String.Format.
Implements
Namespace: UnityEngine.Localization.SmartFormat.Extensions
Assembly: Unity.Localization.dll
Syntax
[Serializable]
public class DefaultSource : ISource
Constructors
| Name | Description |
|---|---|
| DefaultSource(SmartFormatter) | Creates a new instance of the formatter. |
Methods
| Name | Description |
|---|---|
| TryEvaluateSelector(ISelectorInfo) | Performs the default index-based selector, same as String.Format. |