projection_type property

projection_type property

Gets or sets the camera’s projection type. By default the perspective projection is used.

Definition:

@property
def projection_type(self):
    ...
@projection_type.setter
def projection_type(self, value):
    ...

See Also