Manages regex pattern replacements.
Method | Parameters | Return Type | Description |
---|---|---|---|
UpdateSettings | RegexSettings settings | void | Updates settings |
ProcessPrompt | string prompt | string | Applies replacements |
Regex pattern replacement settings.
Property | Type | Description |
---|---|---|
useRegexReplacement | bool | Use regex replacements |
patterns | List<RegexPattern> | Pattern list |
A single regex pattern replacement.
Property | Type | Description |
---|---|---|
key | string | Pattern key |
value | string | Replacement value |
isEnabled | bool | Whether enabled |
isGameObjectReference | bool | From GameObject |
gameObjectReference | string | GameObject path |
componentName | string | Component name |
propertyName | string | Property name |