Table of Contents

Enum ScalarStyle

Namespace
Stride.Core
Assembly
Stride.Core.dll

Specifies the style used for textual serialization of scalars.

public enum ScalarStyle

Fields

Any = 0

Let the emitter choose the style.

DoubleQuoted = 3

The double-quoted scalar style.

Folded = 5

The folded scalar style.

Literal = 4

The literal scalar style.

Plain = 1

The plain scalar style.

SingleQuoted = 2

The single-quoted scalar style.