C# Class UnityEngine.HumanDescription

Show file Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Properties

Property Type Description
human UnityEngine.HumanBone[]
skeleton UnityEngine.SkeletonBone[]

Property Details

human public property

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

public HumanBone[],UnityEngine human
return UnityEngine.HumanBone[]

skeleton public property

List of bone Transforms to include in the model.

public SkeletonBone[],UnityEngine skeleton
return UnityEngine.SkeletonBone[]