target property

target property

Gets or sets the target that the camera is looking at. If the user supports this property, it should be prior to Frustum.look_at property.

Definition:

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

See Also