up property

up property

Gets or sets the up direction of the camera

Definition:

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

See Also