RemoveTransformPath
Removes a transform path from the AvatarMask.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.AnimationModule
RemoveTransformPath(Transform)
Removes a transform path from the AvatarMask.
public void RemoveTransformPath(Transform transform)
Parameters
The Transform that should be removed from the AvatarMask.
Remarks
If there is no transform path matching transform nothing will be removed.
RemoveTransformPath(Transform, bool)
Removes a transform path from the AvatarMask.
public void RemoveTransformPath(Transform transform, bool recursive)
Parameters
Remarks
If there is no transform path matching transform nothing will be removed.