Camera constructor
__init__(self)
Initializes a new instance of the Camera class.
def __init__(self):
...
__init__(self, projection_type)
Initializes a new instance of the Camera class.
def __init__(self, projection_type):
...
| Parameter | Type | Description |
|---|---|---|
| projection_type | ProjectionType | Projection type. |
__init__(self, name)
Initializes a new instance of the Camera class.
def __init__(self, name):
...
| Parameter | Type | Description |
|---|---|---|
| name | str | Name. |
__init__(self, name, projection_type)
Initializes a new instance of the Camera class.
def __init__(self, name, projection_type):
...
| Parameter | Type | Description |
|---|---|---|
| name | str | Name. |
| projection_type | ProjectionType | Projection type. |
See Also
- module
aspose.threed.entities - class
Camera