◆
ToStringEyE()
[2/2]
static string ToStringEyE
(
this Transform
transform
,
string
indent
,
bool
includeDecendants
=
false
)
static
Parameters
transform
transform that will be output.
indent
Indent used to indicate a level in the hierarchy.
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
EyE
Unity
Extensions
TransformExtensions