AnimationUtility.CalculateTransformPath

Switch to Manual
public static string CalculateTransformPath (Transform targetTransform, Transform root);

Description

计算从根变换到目标变换的路径。

返回一个字符串,表示变换层级视图中从给定根变换到给定目标变换的路径。

根变换不需要是实际的根,但它必须在层级视图中高于目标变换。目标和根也可以是相同的变换。