up_vector property

up_vector property

Returns or sets a vector representing up. To be more precise, this attribute defines a vector representing up in relation to the face of the backdrop plane. Vector represented by array of 3 float values which define X, Y and Z coordinates. Read/write float[].

Definition:

@property
def up_vector(self):
    ...

@up_vector.setter
def up_vector(self, value):
    ...

See Also