1) RegexManager

Manages regex pattern replacements.

1 - Methods

Method Parameters Return Type Description
UpdateSettings RegexSettings settings void Updates settings
ProcessPrompt string prompt string Applies replacements

2) RegexSettings

Regex pattern replacement settings.

1 - Properties

Property Type Description
useRegexReplacement bool Use regex replacements
patterns List<RegexPattern> Pattern list

3) RegexPattern

A single regex pattern replacement.

1 - Properties

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