AvatarMask.RemoveTransformPath

Switch to Manual

Declaration

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

Declaration

public void RemoveTransformPath(Transform transform);

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.


Did you find this page useful? Please give it a rating: