AvatarMask.RemoveTransformPath

Switch to Manual
public void RemoveTransformPath (Transform transform, bool recursive= true);

Parameters

transformThe Transform that should be removed from the AvatarMask.
recursiveWhether to also remove all children of the specified transform.

Description

Removes a transform path from the AvatarMask.

If there is no transform path matching transform nothing will be removed.