Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


WriteLineSmart(TextWriter, string, params object[])

Writes a formatted string followed by a line terminator, using the same semantics as Smart.Format.
Read time 1 minuteLast updated 10 days ago

Definition

WriteLineSmart(TextWriter, string, Object[])

public static void WriteLineSmart(this TextWriter writer, string format, params object[] args)

Parameters

Target TextWriter for the formatted output.

format

Composite format string that defines how the arguments are formatted.

Arguments to insert into the formatted output.