Show / Hide Table of Contents

Class YamlWriter

Inheritance
System.Object
YamlWriter
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AssetRipper.Yaml
Assembly: AssetRipper.Yaml.dll
Syntax
public class YamlWriter

Fields

| Improve this Doc View Source

DefaultTag

Declaration
public readonly YamlTag DefaultTag
Field Value
Type Description
YamlTag
| Improve this Doc View Source

DefaultTagContent

Declaration
public const string DefaultTagContent = "tag:unity3d.com,2011:"
Field Value
Type Description
System.String
| Improve this Doc View Source

DefaultTagHandle

Declaration
public const string DefaultTagHandle = "!u!"
Field Value
Type Description
System.String

Properties

| Improve this Doc View Source

IsFormatKeys

Declaration
public bool IsFormatKeys { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsWriteDefaultTag

Declaration
public bool IsWriteDefaultTag { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsWriteVersion

Declaration
public bool IsWriteVersion { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Version

Declaration
public static Version Version { get; }
Property Value
Type Description
Version

Methods

| Improve this Doc View Source

AddDocument(YamlDocument)

Declaration
public void AddDocument(YamlDocument document)
Parameters
Type Name Description
YamlDocument document
| Improve this Doc View Source

AddTag(String, String)

Declaration
public void AddTag(string handle, string content)
Parameters
Type Name Description
System.String handle
System.String content
| Improve this Doc View Source

Write(TextWriter)

Declaration
public void Write(TextWriter output)
Parameters
Type Name Description
TextWriter output
| Improve this Doc View Source

WriteDocument(YamlDocument)

Declaration
public void WriteDocument(YamlDocument doc)
Parameters
Type Name Description
YamlDocument doc
| Improve this Doc View Source

WriteHead(TextWriter)

Declaration
public void WriteHead(TextWriter output)
Parameters
Type Name Description
TextWriter output
| Improve this Doc View Source

WriteTail(TextWriter)

Declaration
public void WriteTail(TextWriter output)
Parameters
Type Name Description
TextWriter output
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾