Class PreserveTags
Namespace: UnityEngine.Localization.Pseudo
Syntax
[Serializable]
public class PreserveTags : IPseudoLocalizationMethod
Properties
Closing
Declaration
public char Closing { get; set; }
Property Value
| Type | Description |
|---|---|
| Char |
Opening
Declaration
public char Opening { get; set; }
Property Value
| Type | Description |
|---|---|
| Char |
Methods
Transform(Message)
Declaration
public void Transform(Message message)
Parameters
| Type | Name | Description |
|---|---|---|
| Message | message |