Enum ScalarStyle
Specifies the style of a Yaml scalar.
Namespace: AssetRipper.Yaml
Assembly: AssetRipper.Yaml.dll
Syntax
public enum ScalarStyle
Fields
Name | Description |
---|---|
DoubleQuoted | The double-quoted scalar style. |
Plain | The plain scalar style. |
SingleQuoted | The single-quoted scalar style. |