Vixen
02b45cc4
csharp
public enum YamlScalarStyle

How a scalar was written, and how it should be written back.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (6)

  • Any

    Let the emitter decide. What new content gets.

  • Plain

    No quotes: Srgb.

  • SingleQuoted

    Single quotes: '2048'.

  • DoubleQuoted

    Double quotes, with escapes: "a\nb".

  • Literal

    A literal block, newlines kept: |.

  • Folded

    A folded block, newlines joined: >.

Used by (20)

  • MathScalarsVixen.Core.Yaml
  • MetaMigrationChainVixen.Core.Yaml
  • MetaTestsVixen.Core.Yaml.Tests
  • ReadStateVixen.Core.Yaml
  • RoundTripTestsVixen.Core.Yaml.Tests
  • YamlDialectTestsVixen.Core.Yaml.Tests
  • YamlScalarVixen.Core.Yaml
  • YamlScalarConverterVixen.Core.Yaml
  • YamlScalarConvertersVixen.Core.Yaml
  • YamlSerializerVixen.Core.Yaml
  • YamlWriterVixen.Core.Yaml
  • AssetDatabaseVixen.Editor.Core
  • EditorApplicationVixen.Editor.App
  • ImportPipelineVixen.Editor.Assets
  • ImportPipelineTestsVixen.Editor.Assets.Tests
  • KeyMapVixen.Editor.Ui
  • KeyMapPresetVixen.Editor.Ui
  • ProjectHistoryVixen.Editor.App
  • SceneScalarsVixen.Editor.Core
  • StringCatalogVixen.Editor.Ui