Skeleton.Skeleton
Skeleton()
Initializes a new instance of the Skeleton class.
public Skeleton()
See Also
- class Skeleton
- namespace Aspose.ThreeD.Entities
- assembly Aspose.3D
Skeleton(string)
Initializes a new instance of the Skeleton class.
public Skeleton(string name)
| Parameter | Type | Description |
|---|---|---|
| name | String | Name. |
See Also
- class Skeleton
- namespace Aspose.ThreeD.Entities
- assembly Aspose.3D
Skeleton(string, SkeletonType)
Initializes a new instance of the Skeleton class.
public Skeleton(string name, SkeletonType type)
| Parameter | Type | Description |
|---|---|---|
| name | String | Entity’s name. |
| type | SkeletonType | Skeleton type |
See Also
- enum SkeletonType
- class Skeleton
- namespace Aspose.ThreeD.Entities
- assembly Aspose.3D