Namespace: Aspose.ThreeD.EntitiesAssembly: Aspose.3D (in Aspose.3D.dll) Version: 20.3.0.0 (20.3)
SyntaxPublic Enumeration SkeletonType
public enum class SkeletonType
Members
| Member name | Value | Description |
---|
| Skeleton | 0 |
The Skeleton is a skeleton entity, which means the associated node is the root node of the whole skeletal hierarchy.
|
| Bone | 1 |
The Skeleton is a bone entity.
|
See Also