FMEditorUtilities.

AddParents(Transform, Transform, HashSet<Transform>) Method

Summary

Adds the `transform` and all its parents up to the `root` to the `transforms`.
Assembly
FlexiMotion.dll
Namespace
FlexiMotion.Editor
Containing Type
FMEditorUtilities

Syntax

public static void AddParents(Transform transform, Transform root, HashSet<Transform> transforms)

Parameters

Name Type Description
transform Transform
root Transform
transforms HashSet<Transform>

Return Value

Type Description
void