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
- module
aspose.threed.entities
- class
Camera
- class
Vector3
Gets or sets the up direction of the camera
@property
def up(self):
...
@up.setter
def up(self, value):
...
aspose.threed.entities
Camera
Vector3