Method ToString
ToString()
Generates a string representation of this XRHumanBodyJoint. Floating point values using the "F5" format specifier.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | A string representation of this XRHumanBodyJoint. |
Overrides
ToString(string)
Generates a string representation of this XRHumanBodyJoint.
Declaration
public string ToString(string format)
Parameters
| Type | Name | Description |
|---|---|---|
| string | format | A format specifier used for the floating point fields. |
Returns
| Type | Description |
|---|---|
| string | A string representation of this XRHumanBodyJoint. |