AddTransformPath
Adds a transform path into the AvatarMask.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.AnimationModule
AddTransformPath(Transform)
Adds a transform path into the AvatarMask.
public void AddTransformPath(Transform transform)
Parameters
The transform to add into the AvatarMask.
AddTransformPath(Transform, bool)
Adds a transform path into the AvatarMask.
public void AddTransformPath(Transform transform, bool recursive)