Method ToString
ToString()
Generates a string representation of this ARHumanBody. Floating point numbers use 3 digits of precision after the decimal point.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | A string representation of this ARHumanBody. |
Overrides
ToString(string)
Generates a string representation of this ARHumanBody.
Declaration
public string ToString(string floatingPointFormat)
Parameters
Type | Name | Description |
---|---|---|
string | floatingPointFormat | The floating point format specifier used for floating point properties. |
Returns
Type | Description |
---|---|
string | A string representation of this ARHumanBody. |