Enum BoneRenderer.BoneShape
Shape used by individual bones.
Namespace: UnityEngine.Animations.Rigging
Syntax
public enum BoneShape : int
Fields
| Name | Description | Value |
|---|---|---|
| Line | Bones are rendered with single lines. |
0 |
| Pyramid | Bones are rendered with pyramid shapes. |
1 |
| Box | Bones are rendered with box shapes. |
2 |