Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


WriteSmart(TextWriter, string, params object[])

Writes a formatted string, using the same semantics as Smart.Format.
Read time 1 minuteLast updated 13 days ago

Definition

WriteSmart(TextWriter, string, Object[])

public static void WriteSmart(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.