AddCustomSelectorChars(IList<char>)
Adds a list of allowable selector characters on top of the SelectorChars setting. This can be useful to support additional selector syntax such as math. Characters in DisallowedSelectorChars cannot be added. Operator chars and selector chars must be different.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: Unity.SmartStrings.Core.Settings
- Assembly: UnityEngine.SmartStringsModule
public void AddCustomSelectorChars(IList<char> characters)
Parameters
Selector characters to allow in addition to the standard set.