◆
ToStringEyE()
[1/2]
static string ToStringEyE
(
this Transform
transform
,
bool
includeDecendants
=
false
)
static
Parameters
transform
Transformation to output the TRS values of.
includeDecendants
If true, descendant's values will also be included in the output.
Returns
a formatted string that shows the position, rotation and scaling values of this Transform, and optionally, those of its descendants.
EyE
Unity
Extensions
TransformExtensions