C# Class UnityEngine.HumanDescription

Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Свойство Type Description
human UnityEngine.HumanBone[]
skeleton UnityEngine.SkeletonBone[]

Property Details

human public_oe property

Mapping between Mecanim bone names and bone names in the rig.

public HumanBone[],UnityEngine human
Résultat UnityEngine.HumanBone[]

skeleton public_oe property

List of bone Transforms to include in the model.

public SkeletonBone[],UnityEngine skeleton
Résultat UnityEngine.SkeletonBone[]