This version of Unity is unsupported.

AvatarMask.RemoveTransformPath

Switch to Manual

Declaration

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

Parameters

transform The Transform that should be removed from the AvatarMask.
recursive Whether 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.