look_at property

look_at property

Gets or sets the the interested position that the camera is looking at.

Definition:

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

See Also