Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


TextWriterOutput

Wraps a TextWriter so that it can be used for output.
Read time 1 minuteLast updated 13 days ago

Definition

public class TextWriterOutput : IOutput

Constructors

Constructor

Description

TextWriterOutput(System.IO.TextWriter)Creates a new instance of TextWriterOutput.

Properties

Property

Description

OutputTextWriter that receives the formatted text.