direction property

direction property

Gets or sets the direction that the camera is looking at. Changes on this property will also affects the Frustum.look_at and Frustum.target.

Definition:

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

See Also