target property

target property

Gets or sets the target that the entity is looking at.

Definition:

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

See Also