Version: 2022.1
言語: 日本語
public static string CalculateTransformPath (Transform targetTransform, Transform root);

戻り値

string Returns a string that represents the path from the root Transform to the target Transform.

説明

Retrieves the path from the root Transform to the target Transform.

The root Transform does not need to be an actual root, but it must be higher in the hierarchy than the target Transform. The target and root may also be the same Transform.