Skeleton constructor
__init__(self)
Initializes a new instance of the Skeleton
class.
def __init__(self):
...
__init__(self, name)
Initializes a new instance of the Skeleton
class.
def __init__(self, name):
...
Parameter | Type | Description |
---|---|---|
name | System.String | Name. |
__init__(self, name, type)
Initializes a new instance of the Skeleton
class.
def __init__(self, name, type):
...
Parameter | Type | Description |
---|---|---|
name | System.String | Entity’s name. |
type | aspose.threed.entities.SkeletonType | Skeleton type |
See Also
- module
aspose.threed.entities
- class
Skeleton