WeightedMaskLayersDefinitionWindow.

GetChainRoot(Transform, IList<Transform>) Method

Summary

Gets the highest parent of `transform` which is included in the `transforms`.

Syntax

public static Transform GetChainRoot(Transform transform, IList<Transform> transforms)

Parameters

Name Type Description
transform Transform
transforms IList<Transform>

Return Value

Type Description
Transform