Parser(SmartSettings)
Creates a new instance of a Parser.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Constructor
- Namespace: Unity.SmartStrings.Core.Parsing
- Assembly: UnityEngine.SmartStringsModule
public Parser(SmartSettings smartSettings = null)
Parameters
The SmartSettings to use, or for default settings. Any changes after passing settings as a parameter may not have effect.
null