ToString
Returns a string representation of the matrix.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: Unity.VectorGraphics
- Assembly: UnityEngine.VectorGraphicsModule
ToString()
Returns a string representation of the matrix.
public override string ToString()
Returns
Type | Description |
|---|---|
| string | The matrix string representation |
ToString(string)
Returns a string representation of the matrix using a format.
public string ToString(string format)
Parameters
The format to be used for the matrix components
Returns
Type | Description |
|---|---|
| string | The matrix string representation |