SkeletonProfileHumanoid

继承: SkeletonProfile < Resource < RefCounted < Object

人形 SkeletonProfile 预设。

描述

SkeletonProfile 是针对人形优化的预设。它存在的目的是进行标准化,因此所有参数都是只读的。

人形骨架预设包含了 54 根骨骼,分为 "Body"(身体)、"Face"(面部)、 "LeftHand"(左手)、"RightHand"(右手)4 组。结构如下:

  1. Root
  2. └─ Hips
  3. ├─ LeftUpperLeg
  4. └─ LeftLowerLeg
  5. └─ LeftFoot
  6. └─ LeftToes
  7. ├─ RightUpperLeg
  8. └─ RightLowerLeg
  9. └─ RightFoot
  10. └─ RightToes
  11. └─ Spine
  12. └─ Chest
  13. └─ UpperChest
  14. ├─ Neck
  15. └─ Head
  16. ├─ Jaw
  17. ├─ LeftEye
  18. └─ RightEye
  19. ├─ LeftShoulder
  20. └─ LeftUpperArm
  21. └─ LeftLowerArm
  22. └─ LeftHand
  23. ├─ LeftThumbMetacarpal
  24. └─ LeftThumbProximal
  25. ├─ LeftIndexProximal
  26. └─ LeftIndexIntermediate
  27. └─ LeftIndexDistal
  28. ├─ LeftMiddleProximal
  29. └─ LeftMiddleIntermediate
  30. └─ LeftMiddleDistal
  31. ├─ LeftRingProximal
  32. └─ LeftRingIntermediate
  33. └─ LeftRingDistal
  34. └─ LeftLittleProximal
  35. └─ LeftLittleIntermediate
  36. └─ LeftLittleDistal
  37. └─ RightShoulder
  38. └─ RightUpperArm
  39. └─ RightLowerArm
  40. └─ RightHand
  41. ├─ RightThumbMetacarpal
  42. └─ RightThumbProximal
  43. ├─ RightIndexProximal
  44. └─ RightIndexIntermediate
  45. └─ RightIndexDistal
  46. ├─ RightMiddleProximal
  47. └─ RightMiddleIntermediate
  48. └─ RightMiddleDistal
  49. ├─ RightRingProximal
  50. └─ RightRingIntermediate
  51. └─ RightRingDistal
  52. └─ RightLittleProximal
  53. └─ RightLittleIntermediate
  54. └─ RightLittleDistal

教程

属性

int

bone_size

56 (overrides SkeletonProfile)

int

group_size

4 (overrides SkeletonProfile)

StringName

root_bone

&”Root” (overrides SkeletonProfile)

StringName

scale_base_bone

&”Hips” (overrides SkeletonProfile)