Camera constructor
init
Initializes a new instance of the Camera
class.
def __init__(self):
...
init
Initializes a new instance of the Camera
class.
def __init__(self, projection_type):
...
Parameter | Type | Description |
---|---|---|
projection_type | ProjectionType | Projection type. |
init
Initializes a new instance of the Camera
class.
def __init__(self, name):
...
Parameter | Type | Description |
---|---|---|
name | str | Name. |
init
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