Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SetHumanoidBodyPartActive(AvatarMaskBodyPart, bool)

Sets the humanoid body part at the given index to active or not.
Read time 1 minuteLast updated 9 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.AnimationModule
public void SetHumanoidBodyPartActive(AvatarMaskBodyPart index, bool value)

Parameters

The index of the humanoid body part.

value

Active or not.