Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ToString

Returns a string representation of the matrix.
Read time 1 minuteLast updated 12 days ago

Definition

ToString()

Returns a string representation of the matrix.
public override string ToString()

Returns

Type

Description

stringThe matrix string representation

ToString(string)

Returns a string representation of the matrix using a format.
public string ToString(string format)

Parameters

format

The format to be used for the matrix components

Returns

Type

Description

stringThe matrix string representation