ToString
Returns a string representation of the RigidTransform.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: Unity.Mathematics
- Assembly: UnityEngine.MathematicsModule
ToString()
Returns a string representation of the RigidTransform.
public override string ToString()
Returns
Type | Description |
|---|---|
| string | The string representation of the RigidTransform. |
ToString(string, IFormatProvider)
Returns a string representation of the RigidTransform using a specified format and culture-specific format information.
public string ToString(string format, IFormatProvider formatProvider)
Parameters
The format string.
The format provider to use during formatting.
Returns
Type | Description |
|---|---|
| string | The formatted string representation of the RigidTransform. |