AddCustomOperatorChars(IList<char>)
Adds a list of allowable operator characters on top of the standard OperatorChars setting. 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 AddCustomOperatorChars(IList<char> characters)
Parameters
Operator characters to allow in addition to the standard set.