frustum property

frustum property

Gets or sets the camera of this Viewport

Definition:

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

See Also